@aws-sdk/client-quicksight 3.696.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 +4 -4
|
@@ -7,23 +7,30 @@ import {
|
|
|
7
7
|
Sheet,
|
|
8
8
|
} from "./models_0";
|
|
9
9
|
import {
|
|
10
|
-
_Parameters,
|
|
11
10
|
AnalysisDefinition,
|
|
12
11
|
AnalysisSearchFilter,
|
|
13
12
|
AnalysisSourceEntity,
|
|
14
13
|
AnalysisSummary,
|
|
15
14
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
15
|
+
AnonymousUserSnapshotJobResult,
|
|
16
16
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
17
17
|
AssetBundleExportFormat,
|
|
18
|
+
AssetBundleExportJobError,
|
|
19
|
+
AssetBundleExportJobStatus,
|
|
18
20
|
AssetBundleExportJobSummary,
|
|
19
21
|
AssetBundleExportJobValidationStrategy,
|
|
22
|
+
AssetBundleExportJobWarning,
|
|
20
23
|
AssetBundleImportFailureAction,
|
|
24
|
+
AssetBundleImportJobError,
|
|
21
25
|
AssetBundleImportJobOverrideParameters,
|
|
22
26
|
AssetBundleImportJobOverridePermissions,
|
|
23
27
|
AssetBundleImportJobOverrideTags,
|
|
24
28
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
29
|
+
AssetBundleImportJobStatus,
|
|
25
30
|
AssetBundleImportJobSummary,
|
|
31
|
+
AssetBundleImportJobWarning,
|
|
26
32
|
AssetBundleImportSource,
|
|
33
|
+
AssetBundleImportSourceDescription,
|
|
27
34
|
AssignmentStatus,
|
|
28
35
|
AuthorizedTargetsByService,
|
|
29
36
|
BookmarksConfigurations,
|
|
@@ -33,38 +40,34 @@ import {
|
|
|
33
40
|
Capabilities,
|
|
34
41
|
ColumnGroup,
|
|
35
42
|
ColumnLevelPermissionRule,
|
|
36
|
-
DashboardPublishOptions,
|
|
37
|
-
DashboardSourceEntity,
|
|
38
|
-
DashboardVersionDefinition,
|
|
39
43
|
DashboardVisualId,
|
|
40
|
-
DatasetParameter,
|
|
41
|
-
DataSourceParameters,
|
|
42
44
|
FilterOperator,
|
|
43
|
-
LinkSharingConfiguration,
|
|
44
|
-
ResourcePermission,
|
|
45
|
-
ServiceType,
|
|
46
45
|
SharedViewConfigurations,
|
|
47
|
-
|
|
46
|
+
SnapshotFile,
|
|
47
|
+
SnapshotS3DestinationConfiguration,
|
|
48
48
|
Tag,
|
|
49
|
-
TopicIR,
|
|
50
|
-
TopicTemplate,
|
|
51
|
-
ValidationStrategy,
|
|
52
|
-
VisualRole,
|
|
53
|
-
VpcConnectionProperties,
|
|
54
49
|
} from "./models_2";
|
|
55
50
|
import {
|
|
51
|
+
_Parameters,
|
|
56
52
|
CustomPermissions,
|
|
53
|
+
Dashboard,
|
|
54
|
+
DashboardError,
|
|
55
|
+
DashboardPublishOptions,
|
|
57
56
|
DashboardSearchFilter,
|
|
57
|
+
DashboardSourceEntity,
|
|
58
|
+
DashboardsQAStatus,
|
|
58
59
|
DashboardSummary,
|
|
60
|
+
DashboardVersionDefinition,
|
|
59
61
|
DashboardVersionSummary,
|
|
62
|
+
DataSet,
|
|
60
63
|
DataSetConfiguration,
|
|
61
64
|
DataSetImportMode,
|
|
65
|
+
DatasetParameter,
|
|
62
66
|
DataSetRefreshProperties,
|
|
63
67
|
DataSetSearchFilter,
|
|
64
68
|
DataSetSummary,
|
|
65
69
|
DataSetUsageConfiguration,
|
|
66
70
|
DataSource,
|
|
67
|
-
DataSourceCredentials,
|
|
68
71
|
DataSourceSearchFilter,
|
|
69
72
|
DataSourceSummary,
|
|
70
73
|
FieldFolder,
|
|
@@ -72,265 +75,709 @@ import {
|
|
|
72
75
|
Group,
|
|
73
76
|
GroupMember,
|
|
74
77
|
IdentityStore,
|
|
75
|
-
|
|
76
|
-
|
|
78
|
+
IngestionStatus,
|
|
79
|
+
LinkSharingConfiguration,
|
|
77
80
|
LogicalTable,
|
|
78
81
|
NamespaceStatus,
|
|
79
82
|
PhysicalTable,
|
|
80
83
|
RefreshSchedule,
|
|
84
|
+
ResourcePermission,
|
|
81
85
|
Role,
|
|
82
86
|
RowLevelPermissionDataSet,
|
|
83
87
|
RowLevelPermissionTagConfiguration,
|
|
84
88
|
SharingModel,
|
|
85
|
-
SnapshotConfiguration,
|
|
86
89
|
TemplateAlias,
|
|
87
|
-
TemplateSourceEntity,
|
|
88
90
|
TemplateVersionDefinition,
|
|
89
91
|
ThemeAlias,
|
|
90
92
|
ThemeConfiguration,
|
|
91
93
|
TopicDetails,
|
|
92
94
|
TopicRefreshSchedule,
|
|
93
95
|
TopicUserExperienceVersion,
|
|
96
|
+
ValidationStrategy,
|
|
94
97
|
VPCConnectionAvailabilityStatus,
|
|
95
98
|
VPCConnectionResourceStatus,
|
|
96
99
|
} from "./models_3";
|
|
97
100
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
98
|
-
export
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
export
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
101
|
+
export declare const IncludeFolderMembers: {
|
|
102
|
+
readonly NONE: "NONE";
|
|
103
|
+
readonly ONE_LEVEL: "ONE_LEVEL";
|
|
104
|
+
readonly RECURSE: "RECURSE";
|
|
105
|
+
};
|
|
106
|
+
export type IncludeFolderMembers =
|
|
107
|
+
(typeof IncludeFolderMembers)[keyof typeof IncludeFolderMembers];
|
|
108
|
+
export interface DescribeAssetBundleExportJobResponse {
|
|
109
|
+
JobStatus?: AssetBundleExportJobStatus | undefined;
|
|
110
|
+
DownloadUrl?: string | undefined;
|
|
111
|
+
Errors?: AssetBundleExportJobError[] | undefined;
|
|
112
|
+
Arn?: string | undefined;
|
|
113
|
+
CreatedTime?: Date | undefined;
|
|
114
|
+
AssetBundleExportJobId?: string | undefined;
|
|
107
115
|
AwsAccountId?: string | undefined;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
116
|
+
ResourceArns?: string[] | undefined;
|
|
117
|
+
IncludeAllDependencies?: boolean | undefined;
|
|
118
|
+
ExportFormat?: AssetBundleExportFormat | undefined;
|
|
119
|
+
CloudFormationOverridePropertyConfiguration?:
|
|
120
|
+
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
121
|
+
| undefined;
|
|
112
122
|
RequestId?: string | undefined;
|
|
113
123
|
Status?: number | undefined;
|
|
124
|
+
IncludePermissions?: boolean | undefined;
|
|
125
|
+
IncludeTags?: boolean | undefined;
|
|
126
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
127
|
+
Warnings?: AssetBundleExportJobWarning[] | undefined;
|
|
128
|
+
IncludeFolderMemberships?: boolean | undefined;
|
|
129
|
+
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
114
130
|
}
|
|
115
|
-
export interface
|
|
131
|
+
export interface DescribeAssetBundleImportJobRequest {
|
|
116
132
|
AwsAccountId: string | undefined;
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
export interface RegisteredCustomerManagedKey {
|
|
120
|
-
KeyArn?: string | undefined;
|
|
121
|
-
DefaultKey?: boolean | undefined;
|
|
133
|
+
AssetBundleImportJobId: string | undefined;
|
|
122
134
|
}
|
|
123
|
-
export interface
|
|
135
|
+
export interface DescribeAssetBundleImportJobResponse {
|
|
136
|
+
JobStatus?: AssetBundleImportJobStatus | undefined;
|
|
137
|
+
Errors?: AssetBundleImportJobError[] | undefined;
|
|
138
|
+
RollbackErrors?: AssetBundleImportJobError[] | undefined;
|
|
139
|
+
Arn?: string | undefined;
|
|
140
|
+
CreatedTime?: Date | undefined;
|
|
141
|
+
AssetBundleImportJobId?: string | undefined;
|
|
124
142
|
AwsAccountId?: string | undefined;
|
|
125
|
-
|
|
143
|
+
AssetBundleImportSource?: AssetBundleImportSourceDescription | undefined;
|
|
144
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
145
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
126
146
|
RequestId?: string | undefined;
|
|
127
147
|
Status?: number | undefined;
|
|
148
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
149
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
150
|
+
OverrideValidationStrategy?:
|
|
151
|
+
| AssetBundleImportJobOverrideValidationStrategy
|
|
152
|
+
| undefined;
|
|
153
|
+
Warnings?: AssetBundleImportJobWarning[] | undefined;
|
|
128
154
|
}
|
|
129
|
-
export interface
|
|
155
|
+
export interface DescribeBrandRequest {
|
|
130
156
|
AwsAccountId: string | undefined;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
export declare const NamespaceErrorType: {
|
|
134
|
-
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
135
|
-
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
136
|
-
};
|
|
137
|
-
export type NamespaceErrorType =
|
|
138
|
-
(typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
|
|
139
|
-
export interface NamespaceError {
|
|
140
|
-
Type?: NamespaceErrorType | undefined;
|
|
141
|
-
Message?: string | undefined;
|
|
142
|
-
}
|
|
143
|
-
export interface NamespaceInfoV2 {
|
|
144
|
-
Name?: string | undefined;
|
|
145
|
-
Arn?: string | undefined;
|
|
146
|
-
CapacityRegion?: string | undefined;
|
|
147
|
-
CreationStatus?: NamespaceStatus | undefined;
|
|
148
|
-
IdentityStore?: IdentityStore | undefined;
|
|
149
|
-
NamespaceError?: NamespaceError | undefined;
|
|
157
|
+
BrandId: string | undefined;
|
|
158
|
+
VersionId?: string | undefined;
|
|
150
159
|
}
|
|
151
|
-
export interface
|
|
152
|
-
Namespace?: NamespaceInfoV2 | undefined;
|
|
160
|
+
export interface DescribeBrandResponse {
|
|
153
161
|
RequestId?: string | undefined;
|
|
154
|
-
|
|
162
|
+
BrandDetail?: BrandDetail | undefined;
|
|
163
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
155
164
|
}
|
|
156
|
-
export interface
|
|
165
|
+
export interface DescribeBrandAssignmentRequest {
|
|
157
166
|
AwsAccountId: string | undefined;
|
|
158
167
|
}
|
|
159
|
-
export
|
|
160
|
-
readonly DISABLED: "DISABLED";
|
|
161
|
-
readonly ENABLED: "ENABLED";
|
|
162
|
-
};
|
|
163
|
-
export type PersonalizationMode =
|
|
164
|
-
(typeof PersonalizationMode)[keyof typeof PersonalizationMode];
|
|
165
|
-
export interface DescribeQPersonalizationConfigurationResponse {
|
|
166
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
168
|
+
export interface DescribeBrandAssignmentResponse {
|
|
167
169
|
RequestId?: string | undefined;
|
|
168
|
-
|
|
170
|
+
BrandArn?: string | undefined;
|
|
169
171
|
}
|
|
170
|
-
export interface
|
|
172
|
+
export interface DescribeBrandPublishedVersionRequest {
|
|
171
173
|
AwsAccountId: string | undefined;
|
|
172
|
-
|
|
173
|
-
ScheduleId: string | undefined;
|
|
174
|
+
BrandId: string | undefined;
|
|
174
175
|
}
|
|
175
|
-
export interface
|
|
176
|
-
RefreshSchedule?: RefreshSchedule | undefined;
|
|
177
|
-
Status?: number | undefined;
|
|
176
|
+
export interface DescribeBrandPublishedVersionResponse {
|
|
178
177
|
RequestId?: string | undefined;
|
|
179
|
-
|
|
178
|
+
BrandDetail?: BrandDetail | undefined;
|
|
179
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
180
180
|
}
|
|
181
|
-
export interface
|
|
182
|
-
Role: Role | undefined;
|
|
181
|
+
export interface DescribeCustomPermissionsRequest {
|
|
183
182
|
AwsAccountId: string | undefined;
|
|
184
|
-
|
|
183
|
+
CustomPermissionsName: string | undefined;
|
|
185
184
|
}
|
|
186
|
-
export interface
|
|
187
|
-
CustomPermissionsName?: string | undefined;
|
|
188
|
-
RequestId?: string | undefined;
|
|
185
|
+
export interface DescribeCustomPermissionsResponse {
|
|
189
186
|
Status?: number | undefined;
|
|
187
|
+
CustomPermissions?: CustomPermissions | undefined;
|
|
188
|
+
RequestId?: string | undefined;
|
|
190
189
|
}
|
|
191
|
-
export interface
|
|
190
|
+
export interface DescribeDashboardRequest {
|
|
192
191
|
AwsAccountId: string | undefined;
|
|
193
|
-
|
|
192
|
+
DashboardId: string | undefined;
|
|
194
193
|
VersionNumber?: number | undefined;
|
|
195
194
|
AliasName?: string | undefined;
|
|
196
195
|
}
|
|
197
|
-
export
|
|
198
|
-
|
|
199
|
-
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
200
|
-
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
201
|
-
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
202
|
-
};
|
|
203
|
-
export type TemplateErrorType =
|
|
204
|
-
(typeof TemplateErrorType)[keyof typeof TemplateErrorType];
|
|
205
|
-
export interface TemplateError {
|
|
206
|
-
Type?: TemplateErrorType | undefined;
|
|
207
|
-
Message?: string | undefined;
|
|
208
|
-
ViolatedEntities?: Entity[] | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface TemplateVersion {
|
|
211
|
-
CreatedTime?: Date | undefined;
|
|
212
|
-
Errors?: TemplateError[] | undefined;
|
|
213
|
-
VersionNumber?: number | undefined;
|
|
214
|
-
Status?: ResourceStatus | undefined;
|
|
215
|
-
DataSetConfigurations?: DataSetConfiguration[] | undefined;
|
|
216
|
-
Description?: string | undefined;
|
|
217
|
-
SourceEntityArn?: string | undefined;
|
|
218
|
-
ThemeArn?: string | undefined;
|
|
219
|
-
Sheets?: Sheet[] | undefined;
|
|
220
|
-
}
|
|
221
|
-
export interface Template {
|
|
222
|
-
Arn?: string | undefined;
|
|
223
|
-
Name?: string | undefined;
|
|
224
|
-
Version?: TemplateVersion | undefined;
|
|
225
|
-
TemplateId?: string | undefined;
|
|
226
|
-
LastUpdatedTime?: Date | undefined;
|
|
227
|
-
CreatedTime?: Date | undefined;
|
|
228
|
-
}
|
|
229
|
-
export interface DescribeTemplateResponse {
|
|
230
|
-
Template?: Template | undefined;
|
|
231
|
-
Status?: number | undefined;
|
|
232
|
-
RequestId?: string | undefined;
|
|
233
|
-
}
|
|
234
|
-
export interface DescribeTemplateAliasRequest {
|
|
235
|
-
AwsAccountId: string | undefined;
|
|
236
|
-
TemplateId: string | undefined;
|
|
237
|
-
AliasName: string | undefined;
|
|
238
|
-
}
|
|
239
|
-
export interface DescribeTemplateAliasResponse {
|
|
240
|
-
TemplateAlias?: TemplateAlias | undefined;
|
|
196
|
+
export interface DescribeDashboardResponse {
|
|
197
|
+
Dashboard?: Dashboard | undefined;
|
|
241
198
|
Status?: number | undefined;
|
|
242
199
|
RequestId?: string | undefined;
|
|
243
200
|
}
|
|
244
|
-
export interface
|
|
201
|
+
export interface DescribeDashboardDefinitionRequest {
|
|
245
202
|
AwsAccountId: string | undefined;
|
|
246
|
-
|
|
203
|
+
DashboardId: string | undefined;
|
|
247
204
|
VersionNumber?: number | undefined;
|
|
248
205
|
AliasName?: string | undefined;
|
|
249
206
|
}
|
|
250
|
-
export interface
|
|
207
|
+
export interface DescribeDashboardDefinitionResponse {
|
|
208
|
+
DashboardId?: string | undefined;
|
|
209
|
+
Errors?: DashboardError[] | undefined;
|
|
251
210
|
Name?: string | undefined;
|
|
252
|
-
TemplateId?: string | undefined;
|
|
253
|
-
Errors?: TemplateError[] | undefined;
|
|
254
211
|
ResourceStatus?: ResourceStatus | undefined;
|
|
255
212
|
ThemeArn?: string | undefined;
|
|
256
|
-
Definition?:
|
|
213
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
257
214
|
Status?: number | undefined;
|
|
258
215
|
RequestId?: string | undefined;
|
|
216
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
259
217
|
}
|
|
260
|
-
export interface
|
|
218
|
+
export interface DescribeDashboardPermissionsRequest {
|
|
261
219
|
AwsAccountId: string | undefined;
|
|
262
|
-
|
|
220
|
+
DashboardId: string | undefined;
|
|
263
221
|
}
|
|
264
|
-
export interface
|
|
265
|
-
|
|
266
|
-
|
|
222
|
+
export interface DescribeDashboardPermissionsResponse {
|
|
223
|
+
DashboardId?: string | undefined;
|
|
224
|
+
DashboardArn?: string | undefined;
|
|
267
225
|
Permissions?: ResourcePermission[] | undefined;
|
|
268
|
-
RequestId?: string | undefined;
|
|
269
226
|
Status?: number | undefined;
|
|
227
|
+
RequestId?: string | undefined;
|
|
228
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
270
229
|
}
|
|
271
|
-
export interface
|
|
230
|
+
export interface DescribeDashboardSnapshotJobRequest {
|
|
272
231
|
AwsAccountId: string | undefined;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
AliasName?: string | undefined;
|
|
232
|
+
DashboardId: string | undefined;
|
|
233
|
+
SnapshotJobId: string | undefined;
|
|
276
234
|
}
|
|
277
|
-
export declare const
|
|
278
|
-
readonly
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
281
|
-
|
|
282
|
-
export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
|
|
283
|
-
export declare const ThemeErrorType: {
|
|
284
|
-
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
235
|
+
export declare const SnapshotJobStatus: {
|
|
236
|
+
readonly COMPLETED: "COMPLETED";
|
|
237
|
+
readonly FAILED: "FAILED";
|
|
238
|
+
readonly QUEUED: "QUEUED";
|
|
239
|
+
readonly RUNNING: "RUNNING";
|
|
285
240
|
};
|
|
286
|
-
export type
|
|
287
|
-
(typeof
|
|
288
|
-
export interface
|
|
289
|
-
|
|
290
|
-
Message?: string | undefined;
|
|
241
|
+
export type SnapshotJobStatus =
|
|
242
|
+
(typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
243
|
+
export interface SnapshotDestinationConfiguration {
|
|
244
|
+
S3Destinations?: SnapshotS3DestinationConfiguration[] | undefined;
|
|
291
245
|
}
|
|
292
|
-
export interface
|
|
293
|
-
|
|
246
|
+
export interface SnapshotFileGroup {
|
|
247
|
+
Files?: SnapshotFile[] | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface SnapshotConfiguration {
|
|
250
|
+
FileGroups: SnapshotFileGroup[] | undefined;
|
|
251
|
+
DestinationConfiguration?: SnapshotDestinationConfiguration | undefined;
|
|
252
|
+
Parameters?: _Parameters | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface SnapshotAnonymousUserRedacted {
|
|
255
|
+
RowLevelPermissionTagKeys?: string[] | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface SnapshotUserConfigurationRedacted {
|
|
258
|
+
AnonymousUsers?: SnapshotAnonymousUserRedacted[] | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface DescribeDashboardSnapshotJobResponse {
|
|
261
|
+
AwsAccountId?: string | undefined;
|
|
262
|
+
DashboardId?: string | undefined;
|
|
263
|
+
SnapshotJobId?: string | undefined;
|
|
264
|
+
UserConfiguration?: SnapshotUserConfigurationRedacted | undefined;
|
|
265
|
+
SnapshotConfiguration?: SnapshotConfiguration | undefined;
|
|
294
266
|
Arn?: string | undefined;
|
|
295
|
-
|
|
296
|
-
BaseThemeId?: string | undefined;
|
|
267
|
+
JobStatus?: SnapshotJobStatus | undefined;
|
|
297
268
|
CreatedTime?: Date | undefined;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
Status?:
|
|
269
|
+
LastUpdatedTime?: Date | undefined;
|
|
270
|
+
RequestId?: string | undefined;
|
|
271
|
+
Status?: number | undefined;
|
|
301
272
|
}
|
|
302
|
-
export interface
|
|
273
|
+
export interface DescribeDashboardSnapshotJobResultRequest {
|
|
274
|
+
AwsAccountId: string | undefined;
|
|
275
|
+
DashboardId: string | undefined;
|
|
276
|
+
SnapshotJobId: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface SnapshotJobErrorInfo {
|
|
279
|
+
ErrorMessage?: string | undefined;
|
|
280
|
+
ErrorType?: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface SnapshotJobResult {
|
|
283
|
+
AnonymousUsers?: AnonymousUserSnapshotJobResult[] | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface DescribeDashboardSnapshotJobResultResponse {
|
|
303
286
|
Arn?: string | undefined;
|
|
304
|
-
|
|
305
|
-
ThemeId?: string | undefined;
|
|
306
|
-
Version?: ThemeVersion | undefined;
|
|
287
|
+
JobStatus?: SnapshotJobStatus | undefined;
|
|
307
288
|
CreatedTime?: Date | undefined;
|
|
308
289
|
LastUpdatedTime?: Date | undefined;
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
export interface DescribeThemeResponse {
|
|
312
|
-
Theme?: Theme | undefined;
|
|
313
|
-
Status?: number | undefined;
|
|
290
|
+
Result?: SnapshotJobResult | undefined;
|
|
291
|
+
ErrorInfo?: SnapshotJobErrorInfo | undefined;
|
|
314
292
|
RequestId?: string | undefined;
|
|
293
|
+
Status?: number | undefined;
|
|
315
294
|
}
|
|
316
|
-
export interface
|
|
295
|
+
export interface DescribeDashboardsQAConfigurationRequest {
|
|
317
296
|
AwsAccountId: string | undefined;
|
|
318
|
-
ThemeId: string | undefined;
|
|
319
|
-
AliasName: string | undefined;
|
|
320
297
|
}
|
|
321
|
-
export interface
|
|
322
|
-
|
|
323
|
-
Status?: number | undefined;
|
|
298
|
+
export interface DescribeDashboardsQAConfigurationResponse {
|
|
299
|
+
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
324
300
|
RequestId?: string | undefined;
|
|
301
|
+
Status?: number | undefined;
|
|
325
302
|
}
|
|
326
|
-
export interface
|
|
303
|
+
export interface DescribeDataSetRequest {
|
|
327
304
|
AwsAccountId: string | undefined;
|
|
328
|
-
|
|
305
|
+
DataSetId: string | undefined;
|
|
329
306
|
}
|
|
330
|
-
export interface
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
307
|
+
export interface DescribeDataSetResponse {
|
|
308
|
+
DataSet?: DataSet | undefined;
|
|
309
|
+
RequestId?: string | undefined;
|
|
310
|
+
Status?: number | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface DescribeDataSetPermissionsRequest {
|
|
313
|
+
AwsAccountId: string | undefined;
|
|
314
|
+
DataSetId: string | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface DescribeDataSetPermissionsResponse {
|
|
317
|
+
DataSetArn?: string | undefined;
|
|
318
|
+
DataSetId?: string | undefined;
|
|
319
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
320
|
+
RequestId?: string | undefined;
|
|
321
|
+
Status?: number | undefined;
|
|
322
|
+
}
|
|
323
|
+
export interface DescribeDataSetRefreshPropertiesRequest {
|
|
324
|
+
AwsAccountId: string | undefined;
|
|
325
|
+
DataSetId: string | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface DescribeDataSetRefreshPropertiesResponse {
|
|
328
|
+
RequestId?: string | undefined;
|
|
329
|
+
Status?: number | undefined;
|
|
330
|
+
DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface DescribeDataSourceRequest {
|
|
333
|
+
AwsAccountId: string | undefined;
|
|
334
|
+
DataSourceId: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface DescribeDataSourceResponse {
|
|
337
|
+
DataSource?: DataSource | undefined;
|
|
338
|
+
RequestId?: string | undefined;
|
|
339
|
+
Status?: number | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface DescribeDataSourcePermissionsRequest {
|
|
342
|
+
AwsAccountId: string | undefined;
|
|
343
|
+
DataSourceId: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface DescribeDataSourcePermissionsResponse {
|
|
346
|
+
DataSourceArn?: string | undefined;
|
|
347
|
+
DataSourceId?: string | undefined;
|
|
348
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
349
|
+
RequestId?: string | undefined;
|
|
350
|
+
Status?: number | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface DescribeFolderRequest {
|
|
353
|
+
AwsAccountId: string | undefined;
|
|
354
|
+
FolderId: string | undefined;
|
|
355
|
+
}
|
|
356
|
+
export interface Folder {
|
|
357
|
+
FolderId?: string | undefined;
|
|
358
|
+
Arn?: string | undefined;
|
|
359
|
+
Name?: string | undefined;
|
|
360
|
+
FolderType?: FolderType | undefined;
|
|
361
|
+
FolderPath?: string[] | undefined;
|
|
362
|
+
CreatedTime?: Date | undefined;
|
|
363
|
+
LastUpdatedTime?: Date | undefined;
|
|
364
|
+
SharingModel?: SharingModel | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface DescribeFolderResponse {
|
|
367
|
+
Status?: number | undefined;
|
|
368
|
+
Folder?: Folder | undefined;
|
|
369
|
+
RequestId?: string | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface DescribeFolderPermissionsRequest {
|
|
372
|
+
AwsAccountId: string | undefined;
|
|
373
|
+
FolderId: string | undefined;
|
|
374
|
+
Namespace?: string | undefined;
|
|
375
|
+
MaxResults?: number | undefined;
|
|
376
|
+
NextToken?: string | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface DescribeFolderPermissionsResponse {
|
|
379
|
+
Status?: number | undefined;
|
|
380
|
+
FolderId?: string | undefined;
|
|
381
|
+
Arn?: string | undefined;
|
|
382
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
383
|
+
RequestId?: string | undefined;
|
|
384
|
+
NextToken?: string | undefined;
|
|
385
|
+
}
|
|
386
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
387
|
+
readonly name: "InvalidNextTokenException";
|
|
388
|
+
readonly $fault: "client";
|
|
389
|
+
Message?: string | undefined;
|
|
390
|
+
RequestId?: string | undefined;
|
|
391
|
+
constructor(
|
|
392
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
export interface DescribeFolderResolvedPermissionsRequest {
|
|
396
|
+
AwsAccountId: string | undefined;
|
|
397
|
+
FolderId: string | undefined;
|
|
398
|
+
Namespace?: string | undefined;
|
|
399
|
+
MaxResults?: number | undefined;
|
|
400
|
+
NextToken?: string | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface DescribeFolderResolvedPermissionsResponse {
|
|
403
|
+
Status?: number | undefined;
|
|
404
|
+
FolderId?: string | undefined;
|
|
405
|
+
Arn?: string | undefined;
|
|
406
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
407
|
+
RequestId?: string | undefined;
|
|
408
|
+
NextToken?: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface DescribeGroupRequest {
|
|
411
|
+
GroupName: string | undefined;
|
|
412
|
+
AwsAccountId: string | undefined;
|
|
413
|
+
Namespace: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface DescribeGroupResponse {
|
|
416
|
+
Group?: Group | undefined;
|
|
417
|
+
RequestId?: string | undefined;
|
|
418
|
+
Status?: number | undefined;
|
|
419
|
+
}
|
|
420
|
+
export interface DescribeGroupMembershipRequest {
|
|
421
|
+
MemberName: string | undefined;
|
|
422
|
+
GroupName: string | undefined;
|
|
423
|
+
AwsAccountId: string | undefined;
|
|
424
|
+
Namespace: string | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface DescribeGroupMembershipResponse {
|
|
427
|
+
GroupMember?: GroupMember | undefined;
|
|
428
|
+
RequestId?: string | undefined;
|
|
429
|
+
Status?: number | undefined;
|
|
430
|
+
}
|
|
431
|
+
export interface DescribeIAMPolicyAssignmentRequest {
|
|
432
|
+
AwsAccountId: string | undefined;
|
|
433
|
+
AssignmentName: string | undefined;
|
|
434
|
+
Namespace: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export interface IAMPolicyAssignment {
|
|
437
|
+
AwsAccountId?: string | undefined;
|
|
438
|
+
AssignmentId?: string | undefined;
|
|
439
|
+
AssignmentName?: string | undefined;
|
|
440
|
+
PolicyArn?: string | undefined;
|
|
441
|
+
Identities?: Record<string, string[]> | undefined;
|
|
442
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface DescribeIAMPolicyAssignmentResponse {
|
|
445
|
+
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
446
|
+
RequestId?: string | undefined;
|
|
447
|
+
Status?: number | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface DescribeIngestionRequest {
|
|
450
|
+
AwsAccountId: string | undefined;
|
|
451
|
+
DataSetId: string | undefined;
|
|
452
|
+
IngestionId: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
export declare const IngestionErrorType: {
|
|
455
|
+
readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
456
|
+
readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
|
|
457
|
+
readonly CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED";
|
|
458
|
+
readonly CUSTOMER_ERROR: "CUSTOMER_ERROR";
|
|
459
|
+
readonly DATA_SET_DELETED: "DATA_SET_DELETED";
|
|
460
|
+
readonly DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE";
|
|
461
|
+
readonly DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED";
|
|
462
|
+
readonly DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED";
|
|
463
|
+
readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
|
|
464
|
+
readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
|
|
465
|
+
readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
|
|
466
|
+
readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
|
|
467
|
+
readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
|
|
468
|
+
readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
|
|
469
|
+
readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
|
|
470
|
+
readonly IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE";
|
|
471
|
+
readonly INGESTION_CANCELED: "INGESTION_CANCELED";
|
|
472
|
+
readonly INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED";
|
|
473
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
474
|
+
readonly INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX";
|
|
475
|
+
readonly INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG";
|
|
476
|
+
readonly INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT";
|
|
477
|
+
readonly IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY";
|
|
478
|
+
readonly IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND";
|
|
479
|
+
readonly OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE";
|
|
480
|
+
readonly PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE";
|
|
481
|
+
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
482
|
+
readonly PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND";
|
|
483
|
+
readonly QUERY_TIMEOUT: "QUERY_TIMEOUT";
|
|
484
|
+
readonly REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT";
|
|
485
|
+
readonly ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED";
|
|
486
|
+
readonly S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE";
|
|
487
|
+
readonly S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR";
|
|
488
|
+
readonly S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED";
|
|
489
|
+
readonly SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
|
|
490
|
+
readonly SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED";
|
|
491
|
+
readonly SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND";
|
|
492
|
+
readonly SQL_EXCEPTION: "SQL_EXCEPTION";
|
|
493
|
+
readonly SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE";
|
|
494
|
+
readonly SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW";
|
|
495
|
+
readonly SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR";
|
|
496
|
+
readonly SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND";
|
|
497
|
+
readonly SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE";
|
|
498
|
+
readonly UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST";
|
|
499
|
+
readonly UNROUTABLE_HOST: "UNROUTABLE_HOST";
|
|
500
|
+
};
|
|
501
|
+
export type IngestionErrorType =
|
|
502
|
+
(typeof IngestionErrorType)[keyof typeof IngestionErrorType];
|
|
503
|
+
export interface ErrorInfo {
|
|
504
|
+
Type?: IngestionErrorType | undefined;
|
|
505
|
+
Message?: string | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface QueueInfo {
|
|
508
|
+
WaitingOnIngestion: string | undefined;
|
|
509
|
+
QueuedIngestion: string | undefined;
|
|
510
|
+
}
|
|
511
|
+
export declare const IngestionRequestSource: {
|
|
512
|
+
readonly MANUAL: "MANUAL";
|
|
513
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
514
|
+
};
|
|
515
|
+
export type IngestionRequestSource =
|
|
516
|
+
(typeof IngestionRequestSource)[keyof typeof IngestionRequestSource];
|
|
517
|
+
export declare const IngestionRequestType: {
|
|
518
|
+
readonly EDIT: "EDIT";
|
|
519
|
+
readonly FULL_REFRESH: "FULL_REFRESH";
|
|
520
|
+
readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
|
|
521
|
+
readonly INITIAL_INGESTION: "INITIAL_INGESTION";
|
|
522
|
+
};
|
|
523
|
+
export type IngestionRequestType =
|
|
524
|
+
(typeof IngestionRequestType)[keyof typeof IngestionRequestType];
|
|
525
|
+
export interface RowInfo {
|
|
526
|
+
RowsIngested?: number | undefined;
|
|
527
|
+
RowsDropped?: number | undefined;
|
|
528
|
+
TotalRowsInDataset?: number | undefined;
|
|
529
|
+
}
|
|
530
|
+
export interface Ingestion {
|
|
531
|
+
Arn: string | undefined;
|
|
532
|
+
IngestionId?: string | undefined;
|
|
533
|
+
IngestionStatus: IngestionStatus | undefined;
|
|
534
|
+
ErrorInfo?: ErrorInfo | undefined;
|
|
535
|
+
RowInfo?: RowInfo | undefined;
|
|
536
|
+
QueueInfo?: QueueInfo | undefined;
|
|
537
|
+
CreatedTime: Date | undefined;
|
|
538
|
+
IngestionTimeInSeconds?: number | undefined;
|
|
539
|
+
IngestionSizeInBytes?: number | undefined;
|
|
540
|
+
RequestSource?: IngestionRequestSource | undefined;
|
|
541
|
+
RequestType?: IngestionRequestType | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface DescribeIngestionResponse {
|
|
544
|
+
Ingestion?: Ingestion | undefined;
|
|
545
|
+
RequestId?: string | undefined;
|
|
546
|
+
Status?: number | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface DescribeIpRestrictionRequest {
|
|
549
|
+
AwsAccountId: string | undefined;
|
|
550
|
+
}
|
|
551
|
+
export interface DescribeIpRestrictionResponse {
|
|
552
|
+
AwsAccountId?: string | undefined;
|
|
553
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
554
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
555
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
556
|
+
Enabled?: boolean | undefined;
|
|
557
|
+
RequestId?: string | undefined;
|
|
558
|
+
Status?: number | undefined;
|
|
559
|
+
}
|
|
560
|
+
export interface DescribeKeyRegistrationRequest {
|
|
561
|
+
AwsAccountId: string | undefined;
|
|
562
|
+
DefaultKeyOnly?: boolean | undefined;
|
|
563
|
+
}
|
|
564
|
+
export interface RegisteredCustomerManagedKey {
|
|
565
|
+
KeyArn?: string | undefined;
|
|
566
|
+
DefaultKey?: boolean | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface DescribeKeyRegistrationResponse {
|
|
569
|
+
AwsAccountId?: string | undefined;
|
|
570
|
+
KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
|
|
571
|
+
RequestId?: string | undefined;
|
|
572
|
+
Status?: number | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface DescribeNamespaceRequest {
|
|
575
|
+
AwsAccountId: string | undefined;
|
|
576
|
+
Namespace: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
export declare const NamespaceErrorType: {
|
|
579
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
580
|
+
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
581
|
+
};
|
|
582
|
+
export type NamespaceErrorType =
|
|
583
|
+
(typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
|
|
584
|
+
export interface NamespaceError {
|
|
585
|
+
Type?: NamespaceErrorType | undefined;
|
|
586
|
+
Message?: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
export interface NamespaceInfoV2 {
|
|
589
|
+
Name?: string | undefined;
|
|
590
|
+
Arn?: string | undefined;
|
|
591
|
+
CapacityRegion?: string | undefined;
|
|
592
|
+
CreationStatus?: NamespaceStatus | undefined;
|
|
593
|
+
IdentityStore?: IdentityStore | undefined;
|
|
594
|
+
NamespaceError?: NamespaceError | undefined;
|
|
595
|
+
IamIdentityCenterApplicationArn?: string | undefined;
|
|
596
|
+
IamIdentityCenterInstanceArn?: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface DescribeNamespaceResponse {
|
|
599
|
+
Namespace?: NamespaceInfoV2 | undefined;
|
|
600
|
+
RequestId?: string | undefined;
|
|
601
|
+
Status?: number | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface DescribeQPersonalizationConfigurationRequest {
|
|
604
|
+
AwsAccountId: string | undefined;
|
|
605
|
+
}
|
|
606
|
+
export declare const PersonalizationMode: {
|
|
607
|
+
readonly DISABLED: "DISABLED";
|
|
608
|
+
readonly ENABLED: "ENABLED";
|
|
609
|
+
};
|
|
610
|
+
export type PersonalizationMode =
|
|
611
|
+
(typeof PersonalizationMode)[keyof typeof PersonalizationMode];
|
|
612
|
+
export interface DescribeQPersonalizationConfigurationResponse {
|
|
613
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
614
|
+
RequestId?: string | undefined;
|
|
615
|
+
Status?: number | undefined;
|
|
616
|
+
}
|
|
617
|
+
export interface DescribeRefreshScheduleRequest {
|
|
618
|
+
AwsAccountId: string | undefined;
|
|
619
|
+
DataSetId: string | undefined;
|
|
620
|
+
ScheduleId: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface DescribeRefreshScheduleResponse {
|
|
623
|
+
RefreshSchedule?: RefreshSchedule | undefined;
|
|
624
|
+
Status?: number | undefined;
|
|
625
|
+
RequestId?: string | undefined;
|
|
626
|
+
Arn?: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface DescribeRoleCustomPermissionRequest {
|
|
629
|
+
Role: Role | undefined;
|
|
630
|
+
AwsAccountId: string | undefined;
|
|
631
|
+
Namespace: string | undefined;
|
|
632
|
+
}
|
|
633
|
+
export interface DescribeRoleCustomPermissionResponse {
|
|
634
|
+
CustomPermissionsName?: string | undefined;
|
|
635
|
+
RequestId?: string | undefined;
|
|
636
|
+
Status?: number | undefined;
|
|
637
|
+
}
|
|
638
|
+
export interface DescribeTemplateRequest {
|
|
639
|
+
AwsAccountId: string | undefined;
|
|
640
|
+
TemplateId: string | undefined;
|
|
641
|
+
VersionNumber?: number | undefined;
|
|
642
|
+
AliasName?: string | undefined;
|
|
643
|
+
}
|
|
644
|
+
export declare const TemplateErrorType: {
|
|
645
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
646
|
+
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
647
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
648
|
+
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
649
|
+
};
|
|
650
|
+
export type TemplateErrorType =
|
|
651
|
+
(typeof TemplateErrorType)[keyof typeof TemplateErrorType];
|
|
652
|
+
export interface TemplateError {
|
|
653
|
+
Type?: TemplateErrorType | undefined;
|
|
654
|
+
Message?: string | undefined;
|
|
655
|
+
ViolatedEntities?: Entity[] | undefined;
|
|
656
|
+
}
|
|
657
|
+
export interface TemplateVersion {
|
|
658
|
+
CreatedTime?: Date | undefined;
|
|
659
|
+
Errors?: TemplateError[] | undefined;
|
|
660
|
+
VersionNumber?: number | undefined;
|
|
661
|
+
Status?: ResourceStatus | undefined;
|
|
662
|
+
DataSetConfigurations?: DataSetConfiguration[] | undefined;
|
|
663
|
+
Description?: string | undefined;
|
|
664
|
+
SourceEntityArn?: string | undefined;
|
|
665
|
+
ThemeArn?: string | undefined;
|
|
666
|
+
Sheets?: Sheet[] | undefined;
|
|
667
|
+
}
|
|
668
|
+
export interface Template {
|
|
669
|
+
Arn?: string | undefined;
|
|
670
|
+
Name?: string | undefined;
|
|
671
|
+
Version?: TemplateVersion | undefined;
|
|
672
|
+
TemplateId?: string | undefined;
|
|
673
|
+
LastUpdatedTime?: Date | undefined;
|
|
674
|
+
CreatedTime?: Date | undefined;
|
|
675
|
+
}
|
|
676
|
+
export interface DescribeTemplateResponse {
|
|
677
|
+
Template?: Template | undefined;
|
|
678
|
+
Status?: number | undefined;
|
|
679
|
+
RequestId?: string | undefined;
|
|
680
|
+
}
|
|
681
|
+
export interface DescribeTemplateAliasRequest {
|
|
682
|
+
AwsAccountId: string | undefined;
|
|
683
|
+
TemplateId: string | undefined;
|
|
684
|
+
AliasName: string | undefined;
|
|
685
|
+
}
|
|
686
|
+
export interface DescribeTemplateAliasResponse {
|
|
687
|
+
TemplateAlias?: TemplateAlias | undefined;
|
|
688
|
+
Status?: number | undefined;
|
|
689
|
+
RequestId?: string | undefined;
|
|
690
|
+
}
|
|
691
|
+
export interface DescribeTemplateDefinitionRequest {
|
|
692
|
+
AwsAccountId: string | undefined;
|
|
693
|
+
TemplateId: string | undefined;
|
|
694
|
+
VersionNumber?: number | undefined;
|
|
695
|
+
AliasName?: string | undefined;
|
|
696
|
+
}
|
|
697
|
+
export interface DescribeTemplateDefinitionResponse {
|
|
698
|
+
Name?: string | undefined;
|
|
699
|
+
TemplateId?: string | undefined;
|
|
700
|
+
Errors?: TemplateError[] | undefined;
|
|
701
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
702
|
+
ThemeArn?: string | undefined;
|
|
703
|
+
Definition?: TemplateVersionDefinition | undefined;
|
|
704
|
+
Status?: number | undefined;
|
|
705
|
+
RequestId?: string | undefined;
|
|
706
|
+
}
|
|
707
|
+
export interface DescribeTemplatePermissionsRequest {
|
|
708
|
+
AwsAccountId: string | undefined;
|
|
709
|
+
TemplateId: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface DescribeTemplatePermissionsResponse {
|
|
712
|
+
TemplateId?: string | undefined;
|
|
713
|
+
TemplateArn?: string | undefined;
|
|
714
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
715
|
+
RequestId?: string | undefined;
|
|
716
|
+
Status?: number | undefined;
|
|
717
|
+
}
|
|
718
|
+
export interface DescribeThemeRequest {
|
|
719
|
+
AwsAccountId: string | undefined;
|
|
720
|
+
ThemeId: string | undefined;
|
|
721
|
+
VersionNumber?: number | undefined;
|
|
722
|
+
AliasName?: string | undefined;
|
|
723
|
+
}
|
|
724
|
+
export declare const ThemeType: {
|
|
725
|
+
readonly ALL: "ALL";
|
|
726
|
+
readonly CUSTOM: "CUSTOM";
|
|
727
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
728
|
+
};
|
|
729
|
+
export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
|
|
730
|
+
export declare const ThemeErrorType: {
|
|
731
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
732
|
+
};
|
|
733
|
+
export type ThemeErrorType =
|
|
734
|
+
(typeof ThemeErrorType)[keyof typeof ThemeErrorType];
|
|
735
|
+
export interface ThemeError {
|
|
736
|
+
Type?: ThemeErrorType | undefined;
|
|
737
|
+
Message?: string | undefined;
|
|
738
|
+
}
|
|
739
|
+
export interface ThemeVersion {
|
|
740
|
+
VersionNumber?: number | undefined;
|
|
741
|
+
Arn?: string | undefined;
|
|
742
|
+
Description?: string | undefined;
|
|
743
|
+
BaseThemeId?: string | undefined;
|
|
744
|
+
CreatedTime?: Date | undefined;
|
|
745
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
746
|
+
Errors?: ThemeError[] | undefined;
|
|
747
|
+
Status?: ResourceStatus | undefined;
|
|
748
|
+
}
|
|
749
|
+
export interface Theme {
|
|
750
|
+
Arn?: string | undefined;
|
|
751
|
+
Name?: string | undefined;
|
|
752
|
+
ThemeId?: string | undefined;
|
|
753
|
+
Version?: ThemeVersion | undefined;
|
|
754
|
+
CreatedTime?: Date | undefined;
|
|
755
|
+
LastUpdatedTime?: Date | undefined;
|
|
756
|
+
Type?: ThemeType | undefined;
|
|
757
|
+
}
|
|
758
|
+
export interface DescribeThemeResponse {
|
|
759
|
+
Theme?: Theme | undefined;
|
|
760
|
+
Status?: number | undefined;
|
|
761
|
+
RequestId?: string | undefined;
|
|
762
|
+
}
|
|
763
|
+
export interface DescribeThemeAliasRequest {
|
|
764
|
+
AwsAccountId: string | undefined;
|
|
765
|
+
ThemeId: string | undefined;
|
|
766
|
+
AliasName: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface DescribeThemeAliasResponse {
|
|
769
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
770
|
+
Status?: number | undefined;
|
|
771
|
+
RequestId?: string | undefined;
|
|
772
|
+
}
|
|
773
|
+
export interface DescribeThemePermissionsRequest {
|
|
774
|
+
AwsAccountId: string | undefined;
|
|
775
|
+
ThemeId: string | undefined;
|
|
776
|
+
}
|
|
777
|
+
export interface DescribeThemePermissionsResponse {
|
|
778
|
+
ThemeId?: string | undefined;
|
|
779
|
+
ThemeArn?: string | undefined;
|
|
780
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
334
781
|
RequestId?: string | undefined;
|
|
335
782
|
Status?: number | undefined;
|
|
336
783
|
}
|
|
@@ -718,1173 +1165,886 @@ export interface ListAssetBundleExportJobsRequest {
|
|
|
718
1165
|
NextToken?: string | undefined;
|
|
719
1166
|
MaxResults?: number | undefined;
|
|
720
1167
|
}
|
|
721
|
-
export interface ListAssetBundleExportJobsResponse {
|
|
722
|
-
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
|
|
723
|
-
NextToken?: string | undefined;
|
|
724
|
-
RequestId?: string | undefined;
|
|
725
|
-
Status?: number | undefined;
|
|
726
|
-
}
|
|
727
|
-
export interface ListAssetBundleImportJobsRequest {
|
|
728
|
-
AwsAccountId: string | undefined;
|
|
729
|
-
NextToken?: string | undefined;
|
|
730
|
-
MaxResults?: number | undefined;
|
|
731
|
-
}
|
|
732
|
-
export interface ListAssetBundleImportJobsResponse {
|
|
733
|
-
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
|
|
734
|
-
NextToken?: string | undefined;
|
|
735
|
-
RequestId?: string | undefined;
|
|
736
|
-
Status?: number | undefined;
|
|
737
|
-
}
|
|
738
|
-
export interface ListBrandsRequest {
|
|
739
|
-
AwsAccountId: string | undefined;
|
|
740
|
-
MaxResults?: number | undefined;
|
|
741
|
-
NextToken?: string | undefined;
|
|
742
|
-
}
|
|
743
|
-
export interface ListBrandsResponse {
|
|
744
|
-
NextToken?: string | undefined;
|
|
745
|
-
Brands?: BrandSummary[] | undefined;
|
|
746
|
-
}
|
|
747
|
-
export interface ListCustomPermissionsRequest {
|
|
748
|
-
AwsAccountId: string | undefined;
|
|
749
|
-
MaxResults?: number | undefined;
|
|
750
|
-
NextToken?: string | undefined;
|
|
751
|
-
}
|
|
752
|
-
export interface ListCustomPermissionsResponse {
|
|
753
|
-
Status?: number | undefined;
|
|
754
|
-
CustomPermissionsList?: CustomPermissions[] | undefined;
|
|
755
|
-
NextToken?: string | undefined;
|
|
756
|
-
RequestId?: string | undefined;
|
|
757
|
-
}
|
|
758
|
-
export interface ListDashboardsRequest {
|
|
759
|
-
AwsAccountId: string | undefined;
|
|
760
|
-
NextToken?: string | undefined;
|
|
761
|
-
MaxResults?: number | undefined;
|
|
762
|
-
}
|
|
763
|
-
export interface ListDashboardsResponse {
|
|
764
|
-
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
765
|
-
NextToken?: string | undefined;
|
|
766
|
-
Status?: number | undefined;
|
|
767
|
-
RequestId?: string | undefined;
|
|
768
|
-
}
|
|
769
|
-
export interface ListDashboardVersionsRequest {
|
|
770
|
-
AwsAccountId: string | undefined;
|
|
771
|
-
DashboardId: string | undefined;
|
|
772
|
-
NextToken?: string | undefined;
|
|
773
|
-
MaxResults?: number | undefined;
|
|
774
|
-
}
|
|
775
|
-
export interface ListDashboardVersionsResponse {
|
|
776
|
-
DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
|
|
777
|
-
NextToken?: string | undefined;
|
|
778
|
-
Status?: number | undefined;
|
|
779
|
-
RequestId?: string | undefined;
|
|
780
|
-
}
|
|
781
|
-
export interface ListDataSetsRequest {
|
|
782
|
-
AwsAccountId: string | undefined;
|
|
783
|
-
NextToken?: string | undefined;
|
|
784
|
-
MaxResults?: number | undefined;
|
|
785
|
-
}
|
|
786
|
-
export interface ListDataSetsResponse {
|
|
787
|
-
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
788
|
-
NextToken?: string | undefined;
|
|
789
|
-
RequestId?: string | undefined;
|
|
790
|
-
Status?: number | undefined;
|
|
791
|
-
}
|
|
792
|
-
export interface ListDataSourcesRequest {
|
|
793
|
-
AwsAccountId: string | undefined;
|
|
794
|
-
NextToken?: string | undefined;
|
|
795
|
-
MaxResults?: number | undefined;
|
|
796
|
-
}
|
|
797
|
-
export interface ListDataSourcesResponse {
|
|
798
|
-
DataSources?: DataSource[] | undefined;
|
|
799
|
-
NextToken?: string | undefined;
|
|
800
|
-
RequestId?: string | undefined;
|
|
801
|
-
Status?: number | undefined;
|
|
802
|
-
}
|
|
803
|
-
export interface ListFolderMembersRequest {
|
|
804
|
-
AwsAccountId: string | undefined;
|
|
805
|
-
FolderId: string | undefined;
|
|
806
|
-
NextToken?: string | undefined;
|
|
807
|
-
MaxResults?: number | undefined;
|
|
808
|
-
}
|
|
809
|
-
export interface ListFolderMembersResponse {
|
|
810
|
-
Status?: number | undefined;
|
|
811
|
-
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
812
|
-
NextToken?: string | undefined;
|
|
813
|
-
RequestId?: string | undefined;
|
|
814
|
-
}
|
|
815
|
-
export interface ListFoldersRequest {
|
|
816
|
-
AwsAccountId: string | undefined;
|
|
817
|
-
NextToken?: string | undefined;
|
|
818
|
-
MaxResults?: number | undefined;
|
|
819
|
-
}
|
|
820
|
-
export interface ListFoldersResponse {
|
|
821
|
-
Status?: number | undefined;
|
|
822
|
-
FolderSummaryList?: FolderSummary[] | undefined;
|
|
823
|
-
NextToken?: string | undefined;
|
|
824
|
-
RequestId?: string | undefined;
|
|
825
|
-
}
|
|
826
|
-
export interface ListFoldersForResourceRequest {
|
|
827
|
-
AwsAccountId: string | undefined;
|
|
828
|
-
ResourceArn: string | undefined;
|
|
829
|
-
NextToken?: string | undefined;
|
|
830
|
-
MaxResults?: number | undefined;
|
|
831
|
-
}
|
|
832
|
-
export interface ListFoldersForResourceResponse {
|
|
833
|
-
Status?: number | undefined;
|
|
834
|
-
Folders?: string[] | undefined;
|
|
835
|
-
NextToken?: string | undefined;
|
|
836
|
-
RequestId?: string | undefined;
|
|
837
|
-
}
|
|
838
|
-
export interface ListGroupMembershipsRequest {
|
|
839
|
-
GroupName: string | undefined;
|
|
840
|
-
NextToken?: string | undefined;
|
|
841
|
-
MaxResults?: number | undefined;
|
|
842
|
-
AwsAccountId: string | undefined;
|
|
843
|
-
Namespace: string | undefined;
|
|
844
|
-
}
|
|
845
|
-
export interface ListGroupMembershipsResponse {
|
|
846
|
-
GroupMemberList?: GroupMember[] | undefined;
|
|
847
|
-
NextToken?: string | undefined;
|
|
848
|
-
RequestId?: string | undefined;
|
|
849
|
-
Status?: number | undefined;
|
|
850
|
-
}
|
|
851
|
-
export interface ListGroupsRequest {
|
|
852
|
-
AwsAccountId: string | undefined;
|
|
853
|
-
NextToken?: string | undefined;
|
|
854
|
-
MaxResults?: number | undefined;
|
|
855
|
-
Namespace: string | undefined;
|
|
856
|
-
}
|
|
857
|
-
export interface ListGroupsResponse {
|
|
858
|
-
GroupList?: Group[] | undefined;
|
|
859
|
-
NextToken?: string | undefined;
|
|
860
|
-
RequestId?: string | undefined;
|
|
861
|
-
Status?: number | undefined;
|
|
862
|
-
}
|
|
863
|
-
export interface ListIAMPolicyAssignmentsRequest {
|
|
864
|
-
AwsAccountId: string | undefined;
|
|
865
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
866
|
-
Namespace: string | undefined;
|
|
867
|
-
NextToken?: string | undefined;
|
|
868
|
-
MaxResults?: number | undefined;
|
|
869
|
-
}
|
|
870
|
-
export interface ListIAMPolicyAssignmentsResponse {
|
|
871
|
-
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
872
|
-
NextToken?: string | undefined;
|
|
873
|
-
RequestId?: string | undefined;
|
|
874
|
-
Status?: number | undefined;
|
|
875
|
-
}
|
|
876
|
-
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
877
|
-
AwsAccountId: string | undefined;
|
|
878
|
-
UserName: string | undefined;
|
|
879
|
-
NextToken?: string | undefined;
|
|
880
|
-
MaxResults?: number | undefined;
|
|
881
|
-
Namespace: string | undefined;
|
|
882
|
-
}
|
|
883
|
-
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
884
|
-
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
885
|
-
RequestId?: string | undefined;
|
|
886
|
-
NextToken?: string | undefined;
|
|
887
|
-
Status?: number | undefined;
|
|
888
|
-
}
|
|
889
|
-
export interface ListIdentityPropagationConfigsRequest {
|
|
890
|
-
AwsAccountId: string | undefined;
|
|
891
|
-
MaxResults?: number | undefined;
|
|
892
|
-
NextToken?: string | undefined;
|
|
893
|
-
}
|
|
894
|
-
export interface ListIdentityPropagationConfigsResponse {
|
|
895
|
-
Services?: AuthorizedTargetsByService[] | undefined;
|
|
896
|
-
NextToken?: string | undefined;
|
|
897
|
-
Status?: number | undefined;
|
|
898
|
-
RequestId?: string | undefined;
|
|
899
|
-
}
|
|
900
|
-
export interface ListIngestionsRequest {
|
|
901
|
-
DataSetId: string | undefined;
|
|
902
|
-
NextToken?: string | undefined;
|
|
903
|
-
AwsAccountId: string | undefined;
|
|
904
|
-
MaxResults?: number | undefined;
|
|
905
|
-
}
|
|
906
|
-
export interface ListIngestionsResponse {
|
|
907
|
-
Ingestions?: Ingestion[] | undefined;
|
|
908
|
-
NextToken?: string | undefined;
|
|
909
|
-
RequestId?: string | undefined;
|
|
910
|
-
Status?: number | undefined;
|
|
911
|
-
}
|
|
912
|
-
export interface ListNamespacesRequest {
|
|
913
|
-
AwsAccountId: string | undefined;
|
|
914
|
-
NextToken?: string | undefined;
|
|
915
|
-
MaxResults?: number | undefined;
|
|
916
|
-
}
|
|
917
|
-
export interface ListNamespacesResponse {
|
|
918
|
-
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
919
|
-
NextToken?: string | undefined;
|
|
920
|
-
RequestId?: string | undefined;
|
|
921
|
-
Status?: number | undefined;
|
|
922
|
-
}
|
|
923
|
-
export interface ListRefreshSchedulesRequest {
|
|
924
|
-
AwsAccountId: string | undefined;
|
|
925
|
-
DataSetId: string | undefined;
|
|
926
|
-
}
|
|
927
|
-
export interface ListRefreshSchedulesResponse {
|
|
928
|
-
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
929
|
-
Status?: number | undefined;
|
|
930
|
-
RequestId?: string | undefined;
|
|
931
|
-
}
|
|
932
|
-
export interface ListRoleMembershipsRequest {
|
|
933
|
-
Role: Role | undefined;
|
|
934
|
-
NextToken?: string | undefined;
|
|
935
|
-
MaxResults?: number | undefined;
|
|
936
|
-
AwsAccountId: string | undefined;
|
|
937
|
-
Namespace: string | undefined;
|
|
938
|
-
}
|
|
939
|
-
export interface ListRoleMembershipsResponse {
|
|
940
|
-
MembersList?: string[] | undefined;
|
|
1168
|
+
export interface ListAssetBundleExportJobsResponse {
|
|
1169
|
+
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
|
|
941
1170
|
NextToken?: string | undefined;
|
|
942
1171
|
RequestId?: string | undefined;
|
|
943
1172
|
Status?: number | undefined;
|
|
944
1173
|
}
|
|
945
|
-
export interface
|
|
946
|
-
|
|
1174
|
+
export interface ListAssetBundleImportJobsRequest {
|
|
1175
|
+
AwsAccountId: string | undefined;
|
|
1176
|
+
NextToken?: string | undefined;
|
|
1177
|
+
MaxResults?: number | undefined;
|
|
947
1178
|
}
|
|
948
|
-
export interface
|
|
949
|
-
|
|
1179
|
+
export interface ListAssetBundleImportJobsResponse {
|
|
1180
|
+
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
|
|
1181
|
+
NextToken?: string | undefined;
|
|
950
1182
|
RequestId?: string | undefined;
|
|
951
1183
|
Status?: number | undefined;
|
|
952
1184
|
}
|
|
953
|
-
export interface
|
|
1185
|
+
export interface ListBrandsRequest {
|
|
954
1186
|
AwsAccountId: string | undefined;
|
|
955
|
-
|
|
1187
|
+
MaxResults?: number | undefined;
|
|
1188
|
+
NextToken?: string | undefined;
|
|
1189
|
+
}
|
|
1190
|
+
export interface ListBrandsResponse {
|
|
956
1191
|
NextToken?: string | undefined;
|
|
1192
|
+
Brands?: BrandSummary[] | undefined;
|
|
1193
|
+
}
|
|
1194
|
+
export interface ListCustomPermissionsRequest {
|
|
1195
|
+
AwsAccountId: string | undefined;
|
|
957
1196
|
MaxResults?: number | undefined;
|
|
1197
|
+
NextToken?: string | undefined;
|
|
958
1198
|
}
|
|
959
|
-
export interface
|
|
960
|
-
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
1199
|
+
export interface ListCustomPermissionsResponse {
|
|
961
1200
|
Status?: number | undefined;
|
|
962
|
-
|
|
1201
|
+
CustomPermissionsList?: CustomPermissions[] | undefined;
|
|
963
1202
|
NextToken?: string | undefined;
|
|
1203
|
+
RequestId?: string | undefined;
|
|
964
1204
|
}
|
|
965
|
-
export interface
|
|
1205
|
+
export interface ListDashboardsRequest {
|
|
966
1206
|
AwsAccountId: string | undefined;
|
|
967
1207
|
NextToken?: string | undefined;
|
|
968
1208
|
MaxResults?: number | undefined;
|
|
969
1209
|
}
|
|
970
|
-
export interface
|
|
971
|
-
|
|
972
|
-
TemplateId?: string | undefined;
|
|
973
|
-
Name?: string | undefined;
|
|
974
|
-
LatestVersionNumber?: number | undefined;
|
|
975
|
-
CreatedTime?: Date | undefined;
|
|
976
|
-
LastUpdatedTime?: Date | undefined;
|
|
977
|
-
}
|
|
978
|
-
export interface ListTemplatesResponse {
|
|
979
|
-
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
1210
|
+
export interface ListDashboardsResponse {
|
|
1211
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
980
1212
|
NextToken?: string | undefined;
|
|
981
1213
|
Status?: number | undefined;
|
|
982
1214
|
RequestId?: string | undefined;
|
|
983
1215
|
}
|
|
984
|
-
export interface
|
|
1216
|
+
export interface ListDashboardVersionsRequest {
|
|
985
1217
|
AwsAccountId: string | undefined;
|
|
986
|
-
|
|
1218
|
+
DashboardId: string | undefined;
|
|
987
1219
|
NextToken?: string | undefined;
|
|
988
1220
|
MaxResults?: number | undefined;
|
|
989
1221
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
VersionNumber?: number | undefined;
|
|
993
|
-
CreatedTime?: Date | undefined;
|
|
994
|
-
Status?: ResourceStatus | undefined;
|
|
995
|
-
Description?: string | undefined;
|
|
996
|
-
}
|
|
997
|
-
export interface ListTemplateVersionsResponse {
|
|
998
|
-
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
1222
|
+
export interface ListDashboardVersionsResponse {
|
|
1223
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
|
|
999
1224
|
NextToken?: string | undefined;
|
|
1000
1225
|
Status?: number | undefined;
|
|
1001
1226
|
RequestId?: string | undefined;
|
|
1002
1227
|
}
|
|
1003
|
-
export interface
|
|
1228
|
+
export interface ListDataSetsRequest {
|
|
1004
1229
|
AwsAccountId: string | undefined;
|
|
1005
|
-
ThemeId: string | undefined;
|
|
1006
1230
|
NextToken?: string | undefined;
|
|
1007
1231
|
MaxResults?: number | undefined;
|
|
1008
1232
|
}
|
|
1009
|
-
export interface
|
|
1010
|
-
|
|
1011
|
-
Status?: number | undefined;
|
|
1012
|
-
RequestId?: string | undefined;
|
|
1233
|
+
export interface ListDataSetsResponse {
|
|
1234
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
1013
1235
|
NextToken?: string | undefined;
|
|
1236
|
+
RequestId?: string | undefined;
|
|
1237
|
+
Status?: number | undefined;
|
|
1014
1238
|
}
|
|
1015
|
-
export interface
|
|
1239
|
+
export interface ListDataSourcesRequest {
|
|
1016
1240
|
AwsAccountId: string | undefined;
|
|
1017
1241
|
NextToken?: string | undefined;
|
|
1018
1242
|
MaxResults?: number | undefined;
|
|
1019
|
-
Type?: ThemeType | undefined;
|
|
1020
|
-
}
|
|
1021
|
-
export interface ThemeSummary {
|
|
1022
|
-
Arn?: string | undefined;
|
|
1023
|
-
Name?: string | undefined;
|
|
1024
|
-
ThemeId?: string | undefined;
|
|
1025
|
-
LatestVersionNumber?: number | undefined;
|
|
1026
|
-
CreatedTime?: Date | undefined;
|
|
1027
|
-
LastUpdatedTime?: Date | undefined;
|
|
1028
1243
|
}
|
|
1029
|
-
export interface
|
|
1030
|
-
|
|
1244
|
+
export interface ListDataSourcesResponse {
|
|
1245
|
+
DataSources?: DataSource[] | undefined;
|
|
1031
1246
|
NextToken?: string | undefined;
|
|
1032
|
-
Status?: number | undefined;
|
|
1033
1247
|
RequestId?: string | undefined;
|
|
1248
|
+
Status?: number | undefined;
|
|
1034
1249
|
}
|
|
1035
|
-
export interface
|
|
1250
|
+
export interface ListFolderMembersRequest {
|
|
1036
1251
|
AwsAccountId: string | undefined;
|
|
1037
|
-
|
|
1252
|
+
FolderId: string | undefined;
|
|
1038
1253
|
NextToken?: string | undefined;
|
|
1039
1254
|
MaxResults?: number | undefined;
|
|
1040
1255
|
}
|
|
1041
|
-
export interface
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
Status?: ResourceStatus | undefined;
|
|
1256
|
+
export interface ListFolderMembersResponse {
|
|
1257
|
+
Status?: number | undefined;
|
|
1258
|
+
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
1259
|
+
NextToken?: string | undefined;
|
|
1260
|
+
RequestId?: string | undefined;
|
|
1047
1261
|
}
|
|
1048
|
-
export interface
|
|
1049
|
-
|
|
1262
|
+
export interface ListFoldersRequest {
|
|
1263
|
+
AwsAccountId: string | undefined;
|
|
1050
1264
|
NextToken?: string | undefined;
|
|
1265
|
+
MaxResults?: number | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export interface ListFoldersResponse {
|
|
1051
1268
|
Status?: number | undefined;
|
|
1269
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1270
|
+
NextToken?: string | undefined;
|
|
1052
1271
|
RequestId?: string | undefined;
|
|
1053
1272
|
}
|
|
1054
|
-
export interface
|
|
1273
|
+
export interface ListFoldersForResourceRequest {
|
|
1055
1274
|
AwsAccountId: string | undefined;
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
DatasetId?: string | undefined;
|
|
1060
|
-
DatasetArn?: string | undefined;
|
|
1061
|
-
DatasetName?: string | undefined;
|
|
1062
|
-
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1275
|
+
ResourceArn: string | undefined;
|
|
1276
|
+
NextToken?: string | undefined;
|
|
1277
|
+
MaxResults?: number | undefined;
|
|
1063
1278
|
}
|
|
1064
|
-
export interface
|
|
1065
|
-
TopicId?: string | undefined;
|
|
1066
|
-
TopicArn?: string | undefined;
|
|
1067
|
-
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
1279
|
+
export interface ListFoldersForResourceResponse {
|
|
1068
1280
|
Status?: number | undefined;
|
|
1281
|
+
Folders?: string[] | undefined;
|
|
1282
|
+
NextToken?: string | undefined;
|
|
1069
1283
|
RequestId?: string | undefined;
|
|
1070
1284
|
}
|
|
1071
|
-
export interface
|
|
1285
|
+
export interface ListGroupMembershipsRequest {
|
|
1286
|
+
GroupName: string | undefined;
|
|
1287
|
+
NextToken?: string | undefined;
|
|
1288
|
+
MaxResults?: number | undefined;
|
|
1072
1289
|
AwsAccountId: string | undefined;
|
|
1073
|
-
|
|
1290
|
+
Namespace: string | undefined;
|
|
1074
1291
|
}
|
|
1075
|
-
export interface
|
|
1292
|
+
export interface ListGroupMembershipsResponse {
|
|
1293
|
+
GroupMemberList?: GroupMember[] | undefined;
|
|
1294
|
+
NextToken?: string | undefined;
|
|
1295
|
+
RequestId?: string | undefined;
|
|
1296
|
+
Status?: number | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
export interface ListGroupsRequest {
|
|
1076
1299
|
AwsAccountId: string | undefined;
|
|
1077
1300
|
NextToken?: string | undefined;
|
|
1078
1301
|
MaxResults?: number | undefined;
|
|
1302
|
+
Namespace: string | undefined;
|
|
1079
1303
|
}
|
|
1080
|
-
export interface
|
|
1081
|
-
|
|
1082
|
-
TopicId?: string | undefined;
|
|
1083
|
-
Name?: string | undefined;
|
|
1084
|
-
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
1085
|
-
}
|
|
1086
|
-
export interface ListTopicsResponse {
|
|
1087
|
-
TopicsSummaries?: TopicSummary[] | undefined;
|
|
1304
|
+
export interface ListGroupsResponse {
|
|
1305
|
+
GroupList?: Group[] | undefined;
|
|
1088
1306
|
NextToken?: string | undefined;
|
|
1089
1307
|
RequestId?: string | undefined;
|
|
1090
1308
|
Status?: number | undefined;
|
|
1091
1309
|
}
|
|
1092
|
-
export interface
|
|
1093
|
-
UserName: string | undefined;
|
|
1310
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
1094
1311
|
AwsAccountId: string | undefined;
|
|
1312
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1095
1313
|
Namespace: string | undefined;
|
|
1096
1314
|
NextToken?: string | undefined;
|
|
1097
1315
|
MaxResults?: number | undefined;
|
|
1098
1316
|
}
|
|
1099
|
-
export interface
|
|
1100
|
-
|
|
1317
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
1318
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
1101
1319
|
NextToken?: string | undefined;
|
|
1102
1320
|
RequestId?: string | undefined;
|
|
1103
1321
|
Status?: number | undefined;
|
|
1104
1322
|
}
|
|
1105
|
-
export interface
|
|
1323
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
1106
1324
|
AwsAccountId: string | undefined;
|
|
1325
|
+
UserName: string | undefined;
|
|
1107
1326
|
NextToken?: string | undefined;
|
|
1108
1327
|
MaxResults?: number | undefined;
|
|
1109
1328
|
Namespace: string | undefined;
|
|
1110
1329
|
}
|
|
1111
|
-
export interface
|
|
1112
|
-
|
|
1113
|
-
NextToken?: string | undefined;
|
|
1330
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
1331
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
1114
1332
|
RequestId?: string | undefined;
|
|
1333
|
+
NextToken?: string | undefined;
|
|
1115
1334
|
Status?: number | undefined;
|
|
1116
1335
|
}
|
|
1117
|
-
export interface
|
|
1336
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
1118
1337
|
AwsAccountId: string | undefined;
|
|
1119
|
-
NextToken?: string | undefined;
|
|
1120
1338
|
MaxResults?: number | undefined;
|
|
1339
|
+
NextToken?: string | undefined;
|
|
1121
1340
|
}
|
|
1122
|
-
export interface
|
|
1123
|
-
|
|
1124
|
-
Arn?: string | undefined;
|
|
1125
|
-
Name?: string | undefined;
|
|
1126
|
-
VPCId?: string | undefined;
|
|
1127
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1128
|
-
DnsResolvers?: string[] | undefined;
|
|
1129
|
-
Status?: VPCConnectionResourceStatus | undefined;
|
|
1130
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1131
|
-
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1132
|
-
RoleArn?: string | undefined;
|
|
1133
|
-
CreatedTime?: Date | undefined;
|
|
1134
|
-
LastUpdatedTime?: Date | undefined;
|
|
1135
|
-
}
|
|
1136
|
-
export interface ListVPCConnectionsResponse {
|
|
1137
|
-
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
1341
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
1342
|
+
Services?: AuthorizedTargetsByService[] | undefined;
|
|
1138
1343
|
NextToken?: string | undefined;
|
|
1139
|
-
RequestId?: string | undefined;
|
|
1140
1344
|
Status?: number | undefined;
|
|
1345
|
+
RequestId?: string | undefined;
|
|
1141
1346
|
}
|
|
1142
|
-
export
|
|
1143
|
-
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1144
|
-
readonly MANUAL: "MANUAL";
|
|
1145
|
-
};
|
|
1146
|
-
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
1147
|
-
export interface PutDataSetRefreshPropertiesRequest {
|
|
1148
|
-
AwsAccountId: string | undefined;
|
|
1347
|
+
export interface ListIngestionsRequest {
|
|
1149
1348
|
DataSetId: string | undefined;
|
|
1150
|
-
|
|
1349
|
+
NextToken?: string | undefined;
|
|
1350
|
+
AwsAccountId: string | undefined;
|
|
1351
|
+
MaxResults?: number | undefined;
|
|
1151
1352
|
}
|
|
1152
|
-
export interface
|
|
1353
|
+
export interface ListIngestionsResponse {
|
|
1354
|
+
Ingestions?: Ingestion[] | undefined;
|
|
1355
|
+
NextToken?: string | undefined;
|
|
1153
1356
|
RequestId?: string | undefined;
|
|
1154
1357
|
Status?: number | undefined;
|
|
1155
1358
|
}
|
|
1156
|
-
export interface
|
|
1157
|
-
IdentityType: IdentityType | undefined;
|
|
1158
|
-
Email: string | undefined;
|
|
1159
|
-
UserRole: UserRole | undefined;
|
|
1160
|
-
IamArn?: string | undefined;
|
|
1161
|
-
SessionName?: string | undefined;
|
|
1359
|
+
export interface ListNamespacesRequest {
|
|
1162
1360
|
AwsAccountId: string | undefined;
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
CustomPermissionsName?: string | undefined;
|
|
1166
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1167
|
-
CustomFederationProviderUrl?: string | undefined;
|
|
1168
|
-
ExternalLoginId?: string | undefined;
|
|
1169
|
-
Tags?: Tag[] | undefined;
|
|
1361
|
+
NextToken?: string | undefined;
|
|
1362
|
+
MaxResults?: number | undefined;
|
|
1170
1363
|
}
|
|
1171
|
-
export interface
|
|
1172
|
-
|
|
1173
|
-
|
|
1364
|
+
export interface ListNamespacesResponse {
|
|
1365
|
+
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
1366
|
+
NextToken?: string | undefined;
|
|
1174
1367
|
RequestId?: string | undefined;
|
|
1175
1368
|
Status?: number | undefined;
|
|
1176
1369
|
}
|
|
1177
|
-
export interface
|
|
1370
|
+
export interface ListRefreshSchedulesRequest {
|
|
1178
1371
|
AwsAccountId: string | undefined;
|
|
1179
|
-
|
|
1180
|
-
RestoreToFolders?: boolean | undefined;
|
|
1372
|
+
DataSetId: string | undefined;
|
|
1181
1373
|
}
|
|
1182
|
-
export interface
|
|
1374
|
+
export interface ListRefreshSchedulesResponse {
|
|
1375
|
+
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
1183
1376
|
Status?: number | undefined;
|
|
1184
|
-
Arn?: string | undefined;
|
|
1185
|
-
AnalysisId?: string | undefined;
|
|
1186
1377
|
RequestId?: string | undefined;
|
|
1187
|
-
RestorationFailedFolderArns?: string[] | undefined;
|
|
1188
1378
|
}
|
|
1189
|
-
export interface
|
|
1190
|
-
|
|
1191
|
-
Filters: AnalysisSearchFilter[] | undefined;
|
|
1379
|
+
export interface ListRoleMembershipsRequest {
|
|
1380
|
+
Role: Role | undefined;
|
|
1192
1381
|
NextToken?: string | undefined;
|
|
1193
1382
|
MaxResults?: number | undefined;
|
|
1383
|
+
AwsAccountId: string | undefined;
|
|
1384
|
+
Namespace: string | undefined;
|
|
1194
1385
|
}
|
|
1195
|
-
export interface
|
|
1196
|
-
|
|
1386
|
+
export interface ListRoleMembershipsResponse {
|
|
1387
|
+
MembersList?: string[] | undefined;
|
|
1197
1388
|
NextToken?: string | undefined;
|
|
1389
|
+
RequestId?: string | undefined;
|
|
1198
1390
|
Status?: number | undefined;
|
|
1391
|
+
}
|
|
1392
|
+
export interface ListTagsForResourceRequest {
|
|
1393
|
+
ResourceArn: string | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
export interface ListTagsForResourceResponse {
|
|
1396
|
+
Tags?: Tag[] | undefined;
|
|
1199
1397
|
RequestId?: string | undefined;
|
|
1398
|
+
Status?: number | undefined;
|
|
1200
1399
|
}
|
|
1201
|
-
export interface
|
|
1400
|
+
export interface ListTemplateAliasesRequest {
|
|
1202
1401
|
AwsAccountId: string | undefined;
|
|
1203
|
-
|
|
1402
|
+
TemplateId: string | undefined;
|
|
1204
1403
|
NextToken?: string | undefined;
|
|
1205
1404
|
MaxResults?: number | undefined;
|
|
1206
1405
|
}
|
|
1207
|
-
export interface
|
|
1208
|
-
|
|
1209
|
-
NextToken?: string | undefined;
|
|
1406
|
+
export interface ListTemplateAliasesResponse {
|
|
1407
|
+
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
1210
1408
|
Status?: number | undefined;
|
|
1211
1409
|
RequestId?: string | undefined;
|
|
1410
|
+
NextToken?: string | undefined;
|
|
1212
1411
|
}
|
|
1213
|
-
export interface
|
|
1412
|
+
export interface ListTemplatesRequest {
|
|
1214
1413
|
AwsAccountId: string | undefined;
|
|
1215
|
-
Filters: DataSetSearchFilter[] | undefined;
|
|
1216
1414
|
NextToken?: string | undefined;
|
|
1217
1415
|
MaxResults?: number | undefined;
|
|
1218
1416
|
}
|
|
1219
|
-
export interface
|
|
1220
|
-
|
|
1417
|
+
export interface TemplateSummary {
|
|
1418
|
+
Arn?: string | undefined;
|
|
1419
|
+
TemplateId?: string | undefined;
|
|
1420
|
+
Name?: string | undefined;
|
|
1421
|
+
LatestVersionNumber?: number | undefined;
|
|
1422
|
+
CreatedTime?: Date | undefined;
|
|
1423
|
+
LastUpdatedTime?: Date | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface ListTemplatesResponse {
|
|
1426
|
+
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
1221
1427
|
NextToken?: string | undefined;
|
|
1222
1428
|
Status?: number | undefined;
|
|
1223
1429
|
RequestId?: string | undefined;
|
|
1224
1430
|
}
|
|
1225
|
-
export interface
|
|
1431
|
+
export interface ListTemplateVersionsRequest {
|
|
1226
1432
|
AwsAccountId: string | undefined;
|
|
1227
|
-
|
|
1433
|
+
TemplateId: string | undefined;
|
|
1228
1434
|
NextToken?: string | undefined;
|
|
1229
1435
|
MaxResults?: number | undefined;
|
|
1230
1436
|
}
|
|
1231
|
-
export interface
|
|
1232
|
-
|
|
1437
|
+
export interface TemplateVersionSummary {
|
|
1438
|
+
Arn?: string | undefined;
|
|
1439
|
+
VersionNumber?: number | undefined;
|
|
1440
|
+
CreatedTime?: Date | undefined;
|
|
1441
|
+
Status?: ResourceStatus | undefined;
|
|
1442
|
+
Description?: string | undefined;
|
|
1443
|
+
}
|
|
1444
|
+
export interface ListTemplateVersionsResponse {
|
|
1445
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
1233
1446
|
NextToken?: string | undefined;
|
|
1234
1447
|
Status?: number | undefined;
|
|
1235
1448
|
RequestId?: string | undefined;
|
|
1236
1449
|
}
|
|
1237
|
-
export interface
|
|
1450
|
+
export interface ListThemeAliasesRequest {
|
|
1238
1451
|
AwsAccountId: string | undefined;
|
|
1239
|
-
|
|
1452
|
+
ThemeId: string | undefined;
|
|
1240
1453
|
NextToken?: string | undefined;
|
|
1241
1454
|
MaxResults?: number | undefined;
|
|
1242
1455
|
}
|
|
1243
|
-
export interface
|
|
1456
|
+
export interface ListThemeAliasesResponse {
|
|
1457
|
+
ThemeAliasList?: ThemeAlias[] | undefined;
|
|
1244
1458
|
Status?: number | undefined;
|
|
1245
|
-
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1246
|
-
NextToken?: string | undefined;
|
|
1247
1459
|
RequestId?: string | undefined;
|
|
1460
|
+
NextToken?: string | undefined;
|
|
1248
1461
|
}
|
|
1249
|
-
export interface
|
|
1462
|
+
export interface ListThemesRequest {
|
|
1250
1463
|
AwsAccountId: string | undefined;
|
|
1251
1464
|
NextToken?: string | undefined;
|
|
1252
1465
|
MaxResults?: number | undefined;
|
|
1253
|
-
|
|
1254
|
-
Filters: GroupSearchFilter[] | undefined;
|
|
1466
|
+
Type?: ThemeType | undefined;
|
|
1255
1467
|
}
|
|
1256
|
-
export interface
|
|
1257
|
-
|
|
1468
|
+
export interface ThemeSummary {
|
|
1469
|
+
Arn?: string | undefined;
|
|
1470
|
+
Name?: string | undefined;
|
|
1471
|
+
ThemeId?: string | undefined;
|
|
1472
|
+
LatestVersionNumber?: number | undefined;
|
|
1473
|
+
CreatedTime?: Date | undefined;
|
|
1474
|
+
LastUpdatedTime?: Date | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
export interface ListThemesResponse {
|
|
1477
|
+
ThemeSummaryList?: ThemeSummary[] | undefined;
|
|
1258
1478
|
NextToken?: string | undefined;
|
|
1259
|
-
RequestId?: string | undefined;
|
|
1260
1479
|
Status?: number | undefined;
|
|
1261
|
-
}
|
|
1262
|
-
export interface StartAssetBundleExportJobRequest {
|
|
1263
|
-
AwsAccountId: string | undefined;
|
|
1264
|
-
AssetBundleExportJobId: string | undefined;
|
|
1265
|
-
ResourceArns: string[] | undefined;
|
|
1266
|
-
IncludeAllDependencies?: boolean | undefined;
|
|
1267
|
-
ExportFormat: AssetBundleExportFormat | undefined;
|
|
1268
|
-
CloudFormationOverridePropertyConfiguration?:
|
|
1269
|
-
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
1270
|
-
| undefined;
|
|
1271
|
-
IncludePermissions?: boolean | undefined;
|
|
1272
|
-
IncludeTags?: boolean | undefined;
|
|
1273
|
-
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
1274
|
-
IncludeFolderMemberships?: boolean | undefined;
|
|
1275
|
-
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
1276
|
-
}
|
|
1277
|
-
export interface StartAssetBundleExportJobResponse {
|
|
1278
|
-
Arn?: string | undefined;
|
|
1279
|
-
AssetBundleExportJobId?: string | undefined;
|
|
1280
1480
|
RequestId?: string | undefined;
|
|
1281
|
-
Status?: number | undefined;
|
|
1282
1481
|
}
|
|
1283
|
-
export interface
|
|
1482
|
+
export interface ListThemeVersionsRequest {
|
|
1284
1483
|
AwsAccountId: string | undefined;
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1289
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1290
|
-
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1291
|
-
OverrideValidationStrategy?:
|
|
1292
|
-
| AssetBundleImportJobOverrideValidationStrategy
|
|
1293
|
-
| undefined;
|
|
1484
|
+
ThemeId: string | undefined;
|
|
1485
|
+
NextToken?: string | undefined;
|
|
1486
|
+
MaxResults?: number | undefined;
|
|
1294
1487
|
}
|
|
1295
|
-
export interface
|
|
1488
|
+
export interface ThemeVersionSummary {
|
|
1489
|
+
VersionNumber?: number | undefined;
|
|
1296
1490
|
Arn?: string | undefined;
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
Status?:
|
|
1300
|
-
}
|
|
1301
|
-
export interface SnapshotAnonymousUser {
|
|
1302
|
-
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
1303
|
-
}
|
|
1304
|
-
export interface SnapshotUserConfiguration {
|
|
1305
|
-
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
1306
|
-
}
|
|
1307
|
-
export interface StartDashboardSnapshotJobRequest {
|
|
1308
|
-
AwsAccountId: string | undefined;
|
|
1309
|
-
DashboardId: string | undefined;
|
|
1310
|
-
SnapshotJobId: string | undefined;
|
|
1311
|
-
UserConfiguration: SnapshotUserConfiguration | undefined;
|
|
1312
|
-
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1491
|
+
Description?: string | undefined;
|
|
1492
|
+
CreatedTime?: Date | undefined;
|
|
1493
|
+
Status?: ResourceStatus | undefined;
|
|
1313
1494
|
}
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
RequestId?: string | undefined;
|
|
1495
|
+
export interface ListThemeVersionsResponse {
|
|
1496
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
1497
|
+
NextToken?: string | undefined;
|
|
1318
1498
|
Status?: number | undefined;
|
|
1499
|
+
RequestId?: string | undefined;
|
|
1319
1500
|
}
|
|
1320
|
-
export interface
|
|
1501
|
+
export interface ListTopicRefreshSchedulesRequest {
|
|
1321
1502
|
AwsAccountId: string | undefined;
|
|
1322
|
-
|
|
1323
|
-
ScheduleId: string | undefined;
|
|
1324
|
-
}
|
|
1325
|
-
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
1326
|
-
RequestId?: string | undefined;
|
|
1327
|
-
Status?: number | undefined;
|
|
1503
|
+
TopicId: string | undefined;
|
|
1328
1504
|
}
|
|
1329
|
-
export interface
|
|
1330
|
-
|
|
1331
|
-
|
|
1505
|
+
export interface TopicRefreshScheduleSummary {
|
|
1506
|
+
DatasetId?: string | undefined;
|
|
1507
|
+
DatasetArn?: string | undefined;
|
|
1508
|
+
DatasetName?: string | undefined;
|
|
1509
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1332
1510
|
}
|
|
1333
|
-
export interface
|
|
1334
|
-
|
|
1511
|
+
export interface ListTopicRefreshSchedulesResponse {
|
|
1512
|
+
TopicId?: string | undefined;
|
|
1513
|
+
TopicArn?: string | undefined;
|
|
1514
|
+
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
1335
1515
|
Status?: number | undefined;
|
|
1336
|
-
}
|
|
1337
|
-
export interface UntagResourceRequest {
|
|
1338
|
-
ResourceArn: string | undefined;
|
|
1339
|
-
TagKeys: string[] | undefined;
|
|
1340
|
-
}
|
|
1341
|
-
export interface UntagResourceResponse {
|
|
1342
1516
|
RequestId?: string | undefined;
|
|
1343
|
-
Status?: number | undefined;
|
|
1344
1517
|
}
|
|
1345
|
-
export interface
|
|
1518
|
+
export interface ListTopicReviewedAnswersRequest {
|
|
1346
1519
|
AwsAccountId: string | undefined;
|
|
1347
|
-
|
|
1348
|
-
AccountCustomization: AccountCustomization | undefined;
|
|
1349
|
-
}
|
|
1350
|
-
export interface UpdateAccountCustomizationResponse {
|
|
1351
|
-
Arn?: string | undefined;
|
|
1352
|
-
AwsAccountId?: string | undefined;
|
|
1353
|
-
Namespace?: string | undefined;
|
|
1354
|
-
AccountCustomization?: AccountCustomization | undefined;
|
|
1355
|
-
RequestId?: string | undefined;
|
|
1356
|
-
Status?: number | undefined;
|
|
1520
|
+
TopicId: string | undefined;
|
|
1357
1521
|
}
|
|
1358
|
-
export interface
|
|
1522
|
+
export interface ListTopicsRequest {
|
|
1359
1523
|
AwsAccountId: string | undefined;
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
TerminationProtectionEnabled?: boolean | undefined;
|
|
1524
|
+
NextToken?: string | undefined;
|
|
1525
|
+
MaxResults?: number | undefined;
|
|
1363
1526
|
}
|
|
1364
|
-
export interface
|
|
1527
|
+
export interface TopicSummary {
|
|
1528
|
+
Arn?: string | undefined;
|
|
1529
|
+
TopicId?: string | undefined;
|
|
1530
|
+
Name?: string | undefined;
|
|
1531
|
+
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export interface ListTopicsResponse {
|
|
1534
|
+
TopicsSummaries?: TopicSummary[] | undefined;
|
|
1535
|
+
NextToken?: string | undefined;
|
|
1365
1536
|
RequestId?: string | undefined;
|
|
1366
1537
|
Status?: number | undefined;
|
|
1367
1538
|
}
|
|
1368
|
-
export interface
|
|
1539
|
+
export interface ListUserGroupsRequest {
|
|
1540
|
+
UserName: string | undefined;
|
|
1369
1541
|
AwsAccountId: string | undefined;
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
1374
|
-
ThemeArn?: string | undefined;
|
|
1375
|
-
Definition?: AnalysisDefinition | undefined;
|
|
1376
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1542
|
+
Namespace: string | undefined;
|
|
1543
|
+
NextToken?: string | undefined;
|
|
1544
|
+
MaxResults?: number | undefined;
|
|
1377
1545
|
}
|
|
1378
|
-
export interface
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1382
|
-
Status?: number | undefined;
|
|
1546
|
+
export interface ListUserGroupsResponse {
|
|
1547
|
+
GroupList?: Group[] | undefined;
|
|
1548
|
+
NextToken?: string | undefined;
|
|
1383
1549
|
RequestId?: string | undefined;
|
|
1550
|
+
Status?: number | undefined;
|
|
1384
1551
|
}
|
|
1385
|
-
export interface
|
|
1552
|
+
export interface ListUsersRequest {
|
|
1386
1553
|
AwsAccountId: string | undefined;
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1554
|
+
NextToken?: string | undefined;
|
|
1555
|
+
MaxResults?: number | undefined;
|
|
1556
|
+
Namespace: string | undefined;
|
|
1390
1557
|
}
|
|
1391
|
-
export interface
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1558
|
+
export interface ListUsersResponse {
|
|
1559
|
+
UserList?: User[] | undefined;
|
|
1560
|
+
NextToken?: string | undefined;
|
|
1395
1561
|
RequestId?: string | undefined;
|
|
1396
1562
|
Status?: number | undefined;
|
|
1397
1563
|
}
|
|
1398
|
-
export interface
|
|
1564
|
+
export interface ListVPCConnectionsRequest {
|
|
1399
1565
|
AwsAccountId: string | undefined;
|
|
1400
|
-
|
|
1401
|
-
|
|
1566
|
+
NextToken?: string | undefined;
|
|
1567
|
+
MaxResults?: number | undefined;
|
|
1568
|
+
}
|
|
1569
|
+
export interface VPCConnectionSummary {
|
|
1570
|
+
VPCConnectionId?: string | undefined;
|
|
1571
|
+
Arn?: string | undefined;
|
|
1572
|
+
Name?: string | undefined;
|
|
1573
|
+
VPCId?: string | undefined;
|
|
1574
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1575
|
+
DnsResolvers?: string[] | undefined;
|
|
1576
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
1577
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1578
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1579
|
+
RoleArn?: string | undefined;
|
|
1580
|
+
CreatedTime?: Date | undefined;
|
|
1581
|
+
LastUpdatedTime?: Date | undefined;
|
|
1402
1582
|
}
|
|
1403
|
-
export interface
|
|
1583
|
+
export interface ListVPCConnectionsResponse {
|
|
1584
|
+
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
1585
|
+
NextToken?: string | undefined;
|
|
1404
1586
|
RequestId?: string | undefined;
|
|
1405
|
-
|
|
1406
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1587
|
+
Status?: number | undefined;
|
|
1407
1588
|
}
|
|
1408
|
-
export
|
|
1589
|
+
export declare const PurchaseMode: {
|
|
1590
|
+
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1591
|
+
readonly MANUAL: "MANUAL";
|
|
1592
|
+
};
|
|
1593
|
+
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
1594
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
1409
1595
|
AwsAccountId: string | undefined;
|
|
1410
|
-
|
|
1596
|
+
DataSetId: string | undefined;
|
|
1597
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
1411
1598
|
}
|
|
1412
|
-
export interface
|
|
1599
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
1413
1600
|
RequestId?: string | undefined;
|
|
1414
|
-
|
|
1601
|
+
Status?: number | undefined;
|
|
1415
1602
|
}
|
|
1416
|
-
export interface
|
|
1603
|
+
export interface RegisterUserRequest {
|
|
1604
|
+
IdentityType: IdentityType | undefined;
|
|
1605
|
+
Email: string | undefined;
|
|
1606
|
+
UserRole: UserRole | undefined;
|
|
1607
|
+
IamArn?: string | undefined;
|
|
1608
|
+
SessionName?: string | undefined;
|
|
1417
1609
|
AwsAccountId: string | undefined;
|
|
1418
|
-
|
|
1419
|
-
|
|
1610
|
+
Namespace: string | undefined;
|
|
1611
|
+
UserName?: string | undefined;
|
|
1612
|
+
CustomPermissionsName?: string | undefined;
|
|
1613
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
1614
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
1615
|
+
ExternalLoginId?: string | undefined;
|
|
1616
|
+
Tags?: Tag[] | undefined;
|
|
1420
1617
|
}
|
|
1421
|
-
export interface
|
|
1618
|
+
export interface RegisterUserResponse {
|
|
1619
|
+
User?: User | undefined;
|
|
1620
|
+
UserInvitationUrl?: string | undefined;
|
|
1422
1621
|
RequestId?: string | undefined;
|
|
1423
|
-
|
|
1622
|
+
Status?: number | undefined;
|
|
1424
1623
|
}
|
|
1425
|
-
export interface
|
|
1624
|
+
export interface RestoreAnalysisRequest {
|
|
1426
1625
|
AwsAccountId: string | undefined;
|
|
1427
|
-
|
|
1428
|
-
|
|
1626
|
+
AnalysisId: string | undefined;
|
|
1627
|
+
RestoreToFolders?: boolean | undefined;
|
|
1429
1628
|
}
|
|
1430
|
-
export interface
|
|
1629
|
+
export interface RestoreAnalysisResponse {
|
|
1431
1630
|
Status?: number | undefined;
|
|
1432
1631
|
Arn?: string | undefined;
|
|
1632
|
+
AnalysisId?: string | undefined;
|
|
1433
1633
|
RequestId?: string | undefined;
|
|
1634
|
+
RestorationFailedFolderArns?: string[] | undefined;
|
|
1434
1635
|
}
|
|
1435
|
-
export interface
|
|
1636
|
+
export interface SearchAnalysesRequest {
|
|
1436
1637
|
AwsAccountId: string | undefined;
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
Parameters?: _Parameters | undefined;
|
|
1441
|
-
VersionDescription?: string | undefined;
|
|
1442
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1443
|
-
ThemeArn?: string | undefined;
|
|
1444
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1445
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1638
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
1639
|
+
NextToken?: string | undefined;
|
|
1640
|
+
MaxResults?: number | undefined;
|
|
1446
1641
|
}
|
|
1447
|
-
export interface
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
DashboardId?: string | undefined;
|
|
1451
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1642
|
+
export interface SearchAnalysesResponse {
|
|
1643
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
1644
|
+
NextToken?: string | undefined;
|
|
1452
1645
|
Status?: number | undefined;
|
|
1453
1646
|
RequestId?: string | undefined;
|
|
1454
1647
|
}
|
|
1455
|
-
export interface
|
|
1648
|
+
export interface SearchDashboardsRequest {
|
|
1456
1649
|
AwsAccountId: string | undefined;
|
|
1457
|
-
|
|
1458
|
-
|
|
1650
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
1651
|
+
NextToken?: string | undefined;
|
|
1652
|
+
MaxResults?: number | undefined;
|
|
1459
1653
|
}
|
|
1460
|
-
export interface
|
|
1461
|
-
|
|
1654
|
+
export interface SearchDashboardsResponse {
|
|
1655
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
1656
|
+
NextToken?: string | undefined;
|
|
1462
1657
|
Status?: number | undefined;
|
|
1463
|
-
DashboardArn?: string | undefined;
|
|
1464
|
-
LinkEntities?: string[] | undefined;
|
|
1465
|
-
}
|
|
1466
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
1467
|
-
AwsAccountId: string | undefined;
|
|
1468
|
-
DashboardId: string | undefined;
|
|
1469
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1470
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1471
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1472
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1473
|
-
}
|
|
1474
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
1475
|
-
DashboardArn?: string | undefined;
|
|
1476
|
-
DashboardId?: string | undefined;
|
|
1477
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1478
1658
|
RequestId?: string | undefined;
|
|
1479
|
-
Status?: number | undefined;
|
|
1480
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1481
1659
|
}
|
|
1482
|
-
export interface
|
|
1660
|
+
export interface SearchDataSetsRequest {
|
|
1483
1661
|
AwsAccountId: string | undefined;
|
|
1484
|
-
|
|
1485
|
-
|
|
1662
|
+
Filters: DataSetSearchFilter[] | undefined;
|
|
1663
|
+
NextToken?: string | undefined;
|
|
1664
|
+
MaxResults?: number | undefined;
|
|
1486
1665
|
}
|
|
1487
|
-
export interface
|
|
1488
|
-
|
|
1489
|
-
|
|
1666
|
+
export interface SearchDataSetsResponse {
|
|
1667
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
1668
|
+
NextToken?: string | undefined;
|
|
1490
1669
|
Status?: number | undefined;
|
|
1491
1670
|
RequestId?: string | undefined;
|
|
1492
1671
|
}
|
|
1493
|
-
export interface
|
|
1672
|
+
export interface SearchDataSourcesRequest {
|
|
1494
1673
|
AwsAccountId: string | undefined;
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1499
|
-
ImportMode: DataSetImportMode | undefined;
|
|
1500
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1501
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1502
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1503
|
-
RowLevelPermissionTagConfiguration?:
|
|
1504
|
-
| RowLevelPermissionTagConfiguration
|
|
1505
|
-
| undefined;
|
|
1506
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1507
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1508
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1674
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
1675
|
+
NextToken?: string | undefined;
|
|
1676
|
+
MaxResults?: number | undefined;
|
|
1509
1677
|
}
|
|
1510
|
-
export interface
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
IngestionArn?: string | undefined;
|
|
1514
|
-
IngestionId?: string | undefined;
|
|
1515
|
-
RequestId?: string | undefined;
|
|
1678
|
+
export interface SearchDataSourcesResponse {
|
|
1679
|
+
DataSourceSummaries?: DataSourceSummary[] | undefined;
|
|
1680
|
+
NextToken?: string | undefined;
|
|
1516
1681
|
Status?: number | undefined;
|
|
1517
|
-
}
|
|
1518
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
1519
|
-
AwsAccountId: string | undefined;
|
|
1520
|
-
DataSetId: string | undefined;
|
|
1521
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1522
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1523
|
-
}
|
|
1524
|
-
export interface UpdateDataSetPermissionsResponse {
|
|
1525
|
-
DataSetArn?: string | undefined;
|
|
1526
|
-
DataSetId?: string | undefined;
|
|
1527
1682
|
RequestId?: string | undefined;
|
|
1528
|
-
Status?: number | undefined;
|
|
1529
1683
|
}
|
|
1530
|
-
export interface
|
|
1684
|
+
export interface SearchFoldersRequest {
|
|
1531
1685
|
AwsAccountId: string | undefined;
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
Credentials?: DataSourceCredentials | undefined;
|
|
1536
|
-
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1537
|
-
SslProperties?: SslProperties | undefined;
|
|
1686
|
+
Filters: FolderSearchFilter[] | undefined;
|
|
1687
|
+
NextToken?: string | undefined;
|
|
1688
|
+
MaxResults?: number | undefined;
|
|
1538
1689
|
}
|
|
1539
|
-
export interface
|
|
1540
|
-
Arn?: string | undefined;
|
|
1541
|
-
DataSourceId?: string | undefined;
|
|
1542
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1543
|
-
RequestId?: string | undefined;
|
|
1690
|
+
export interface SearchFoldersResponse {
|
|
1544
1691
|
Status?: number | undefined;
|
|
1692
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1693
|
+
NextToken?: string | undefined;
|
|
1694
|
+
RequestId?: string | undefined;
|
|
1545
1695
|
}
|
|
1546
|
-
export interface
|
|
1696
|
+
export interface SearchGroupsRequest {
|
|
1547
1697
|
AwsAccountId: string | undefined;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1698
|
+
NextToken?: string | undefined;
|
|
1699
|
+
MaxResults?: number | undefined;
|
|
1700
|
+
Namespace: string | undefined;
|
|
1701
|
+
Filters: GroupSearchFilter[] | undefined;
|
|
1551
1702
|
}
|
|
1552
|
-
export interface
|
|
1553
|
-
|
|
1554
|
-
|
|
1703
|
+
export interface SearchGroupsResponse {
|
|
1704
|
+
GroupList?: Group[] | undefined;
|
|
1705
|
+
NextToken?: string | undefined;
|
|
1555
1706
|
RequestId?: string | undefined;
|
|
1556
1707
|
Status?: number | undefined;
|
|
1557
1708
|
}
|
|
1558
|
-
export
|
|
1709
|
+
export declare const TopicFilterAttribute: {
|
|
1710
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
1711
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
1712
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
1713
|
+
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
1714
|
+
readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
|
|
1715
|
+
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
1716
|
+
readonly TOPIC_NAME: "TOPIC_NAME";
|
|
1717
|
+
};
|
|
1718
|
+
export type TopicFilterAttribute =
|
|
1719
|
+
(typeof TopicFilterAttribute)[keyof typeof TopicFilterAttribute];
|
|
1720
|
+
export declare const TopicFilterOperator: {
|
|
1721
|
+
readonly StringEquals: "StringEquals";
|
|
1722
|
+
readonly StringLike: "StringLike";
|
|
1723
|
+
};
|
|
1724
|
+
export type TopicFilterOperator =
|
|
1725
|
+
(typeof TopicFilterOperator)[keyof typeof TopicFilterOperator];
|
|
1726
|
+
export interface TopicSearchFilter {
|
|
1727
|
+
Operator: TopicFilterOperator | undefined;
|
|
1728
|
+
Name: TopicFilterAttribute | undefined;
|
|
1729
|
+
Value: string | undefined;
|
|
1730
|
+
}
|
|
1731
|
+
export interface SearchTopicsRequest {
|
|
1559
1732
|
AwsAccountId: string | undefined;
|
|
1560
|
-
|
|
1561
|
-
|
|
1733
|
+
Filters: TopicSearchFilter[] | undefined;
|
|
1734
|
+
NextToken?: string | undefined;
|
|
1735
|
+
MaxResults?: number | undefined;
|
|
1562
1736
|
}
|
|
1563
|
-
export interface
|
|
1737
|
+
export interface SearchTopicsResponse {
|
|
1738
|
+
TopicSummaryList?: TopicSummary[] | undefined;
|
|
1739
|
+
NextToken?: string | undefined;
|
|
1564
1740
|
Status?: number | undefined;
|
|
1565
|
-
Arn?: string | undefined;
|
|
1566
|
-
FolderId?: string | undefined;
|
|
1567
1741
|
RequestId?: string | undefined;
|
|
1568
1742
|
}
|
|
1569
|
-
export interface
|
|
1743
|
+
export interface StartAssetBundleExportJobRequest {
|
|
1570
1744
|
AwsAccountId: string | undefined;
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1745
|
+
AssetBundleExportJobId: string | undefined;
|
|
1746
|
+
ResourceArns: string[] | undefined;
|
|
1747
|
+
IncludeAllDependencies?: boolean | undefined;
|
|
1748
|
+
ExportFormat: AssetBundleExportFormat | undefined;
|
|
1749
|
+
CloudFormationOverridePropertyConfiguration?:
|
|
1750
|
+
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
1751
|
+
| undefined;
|
|
1752
|
+
IncludePermissions?: boolean | undefined;
|
|
1753
|
+
IncludeTags?: boolean | undefined;
|
|
1754
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
1755
|
+
IncludeFolderMemberships?: boolean | undefined;
|
|
1756
|
+
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
1574
1757
|
}
|
|
1575
|
-
export interface
|
|
1576
|
-
Status?: number | undefined;
|
|
1758
|
+
export interface StartAssetBundleExportJobResponse {
|
|
1577
1759
|
Arn?: string | undefined;
|
|
1578
|
-
|
|
1579
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1760
|
+
AssetBundleExportJobId?: string | undefined;
|
|
1580
1761
|
RequestId?: string | undefined;
|
|
1762
|
+
Status?: number | undefined;
|
|
1581
1763
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
GroupName: string | undefined;
|
|
1584
|
-
Description?: string | undefined;
|
|
1764
|
+
export interface StartAssetBundleImportJobRequest {
|
|
1585
1765
|
AwsAccountId: string | undefined;
|
|
1586
|
-
|
|
1766
|
+
AssetBundleImportJobId: string | undefined;
|
|
1767
|
+
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
1768
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
1769
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1770
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1771
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1772
|
+
OverrideValidationStrategy?:
|
|
1773
|
+
| AssetBundleImportJobOverrideValidationStrategy
|
|
1774
|
+
| undefined;
|
|
1587
1775
|
}
|
|
1588
|
-
export interface
|
|
1589
|
-
|
|
1776
|
+
export interface StartAssetBundleImportJobResponse {
|
|
1777
|
+
Arn?: string | undefined;
|
|
1778
|
+
AssetBundleImportJobId?: string | undefined;
|
|
1590
1779
|
RequestId?: string | undefined;
|
|
1591
1780
|
Status?: number | undefined;
|
|
1592
1781
|
}
|
|
1593
|
-
export interface
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1782
|
+
export interface SnapshotAnonymousUser {
|
|
1783
|
+
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
export interface SnapshotUserConfiguration {
|
|
1786
|
+
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
1787
|
+
}
|
|
1788
|
+
export interface StartDashboardSnapshotJobRequest {
|
|
1789
|
+
AwsAccountId: string | undefined;
|
|
1790
|
+
DashboardId: string | undefined;
|
|
1791
|
+
SnapshotJobId: string | undefined;
|
|
1792
|
+
UserConfiguration: SnapshotUserConfiguration | undefined;
|
|
1793
|
+
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1600
1794
|
}
|
|
1601
|
-
export interface
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
PolicyArn?: string | undefined;
|
|
1605
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1606
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1795
|
+
export interface StartDashboardSnapshotJobResponse {
|
|
1796
|
+
Arn?: string | undefined;
|
|
1797
|
+
SnapshotJobId?: string | undefined;
|
|
1607
1798
|
RequestId?: string | undefined;
|
|
1608
1799
|
Status?: number | undefined;
|
|
1609
1800
|
}
|
|
1610
|
-
export interface
|
|
1801
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
1611
1802
|
AwsAccountId: string | undefined;
|
|
1612
|
-
|
|
1613
|
-
|
|
1803
|
+
DashboardId: string | undefined;
|
|
1804
|
+
ScheduleId: string | undefined;
|
|
1614
1805
|
}
|
|
1615
|
-
export interface
|
|
1806
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
1616
1807
|
RequestId?: string | undefined;
|
|
1617
1808
|
Status?: number | undefined;
|
|
1618
1809
|
}
|
|
1619
|
-
export interface
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1623
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1624
|
-
Enabled?: boolean | undefined;
|
|
1810
|
+
export interface TagResourceRequest {
|
|
1811
|
+
ResourceArn: string | undefined;
|
|
1812
|
+
Tags: Tag[] | undefined;
|
|
1625
1813
|
}
|
|
1626
|
-
export interface
|
|
1627
|
-
AwsAccountId?: string | undefined;
|
|
1814
|
+
export interface TagResourceResponse {
|
|
1628
1815
|
RequestId?: string | undefined;
|
|
1629
1816
|
Status?: number | undefined;
|
|
1630
1817
|
}
|
|
1631
|
-
export interface
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
}
|
|
1635
|
-
export interface SuccessfulKeyRegistrationEntry {
|
|
1636
|
-
KeyArn: string | undefined;
|
|
1637
|
-
StatusCode: number | undefined;
|
|
1818
|
+
export interface UntagResourceRequest {
|
|
1819
|
+
ResourceArn: string | undefined;
|
|
1820
|
+
TagKeys: string[] | undefined;
|
|
1638
1821
|
}
|
|
1639
|
-
export interface
|
|
1640
|
-
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
1641
|
-
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
1822
|
+
export interface UntagResourceResponse {
|
|
1642
1823
|
RequestId?: string | undefined;
|
|
1824
|
+
Status?: number | undefined;
|
|
1643
1825
|
}
|
|
1644
|
-
export interface
|
|
1826
|
+
export interface UpdateAccountCustomizationRequest {
|
|
1645
1827
|
AwsAccountId: string | undefined;
|
|
1646
|
-
|
|
1828
|
+
Namespace?: string | undefined;
|
|
1829
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
1647
1830
|
}
|
|
1648
|
-
export interface
|
|
1831
|
+
export interface UpdateAccountCustomizationResponse {
|
|
1832
|
+
Arn?: string | undefined;
|
|
1833
|
+
AwsAccountId?: string | undefined;
|
|
1834
|
+
Namespace?: string | undefined;
|
|
1835
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
1649
1836
|
RequestId?: string | undefined;
|
|
1650
1837
|
Status?: number | undefined;
|
|
1651
1838
|
}
|
|
1652
|
-
export interface
|
|
1839
|
+
export interface UpdateAccountSettingsRequest {
|
|
1653
1840
|
AwsAccountId: string | undefined;
|
|
1654
|
-
|
|
1841
|
+
DefaultNamespace: string | undefined;
|
|
1842
|
+
NotificationEmail?: string | undefined;
|
|
1843
|
+
TerminationProtectionEnabled?: boolean | undefined;
|
|
1655
1844
|
}
|
|
1656
|
-
export interface
|
|
1657
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
1845
|
+
export interface UpdateAccountSettingsResponse {
|
|
1658
1846
|
RequestId?: string | undefined;
|
|
1659
1847
|
Status?: number | undefined;
|
|
1660
1848
|
}
|
|
1661
|
-
export interface
|
|
1662
|
-
DataSetId: string | undefined;
|
|
1849
|
+
export interface UpdateAnalysisRequest {
|
|
1663
1850
|
AwsAccountId: string | undefined;
|
|
1664
|
-
|
|
1851
|
+
AnalysisId: string | undefined;
|
|
1852
|
+
Name: string | undefined;
|
|
1853
|
+
Parameters?: _Parameters | undefined;
|
|
1854
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
1855
|
+
ThemeArn?: string | undefined;
|
|
1856
|
+
Definition?: AnalysisDefinition | undefined;
|
|
1857
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1665
1858
|
}
|
|
1666
|
-
export interface
|
|
1859
|
+
export interface UpdateAnalysisResponse {
|
|
1860
|
+
Arn?: string | undefined;
|
|
1861
|
+
AnalysisId?: string | undefined;
|
|
1862
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
1667
1863
|
Status?: number | undefined;
|
|
1668
1864
|
RequestId?: string | undefined;
|
|
1669
|
-
ScheduleId?: string | undefined;
|
|
1670
|
-
Arn?: string | undefined;
|
|
1671
1865
|
}
|
|
1672
|
-
export interface
|
|
1673
|
-
CustomPermissionsName: string | undefined;
|
|
1674
|
-
Role: Role | undefined;
|
|
1866
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
1675
1867
|
AwsAccountId: string | undefined;
|
|
1676
|
-
|
|
1868
|
+
AnalysisId: string | undefined;
|
|
1869
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1870
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1677
1871
|
}
|
|
1678
|
-
export interface
|
|
1872
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
1873
|
+
AnalysisArn?: string | undefined;
|
|
1874
|
+
AnalysisId?: string | undefined;
|
|
1875
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
1679
1876
|
RequestId?: string | undefined;
|
|
1680
1877
|
Status?: number | undefined;
|
|
1681
1878
|
}
|
|
1682
|
-
export interface
|
|
1879
|
+
export interface UpdateBrandRequest {
|
|
1683
1880
|
AwsAccountId: string | undefined;
|
|
1684
|
-
|
|
1881
|
+
BrandId: string | undefined;
|
|
1882
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
1685
1883
|
}
|
|
1686
|
-
export interface
|
|
1884
|
+
export interface UpdateBrandResponse {
|
|
1687
1885
|
RequestId?: string | undefined;
|
|
1688
|
-
|
|
1886
|
+
BrandDetail?: BrandDetail | undefined;
|
|
1887
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
1689
1888
|
}
|
|
1690
|
-
export interface
|
|
1889
|
+
export interface UpdateBrandAssignmentRequest {
|
|
1691
1890
|
AwsAccountId: string | undefined;
|
|
1692
|
-
|
|
1693
|
-
SourceEntity?: TemplateSourceEntity | undefined;
|
|
1694
|
-
VersionDescription?: string | undefined;
|
|
1695
|
-
Name?: string | undefined;
|
|
1696
|
-
Definition?: TemplateVersionDefinition | undefined;
|
|
1697
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1891
|
+
BrandArn: string | undefined;
|
|
1698
1892
|
}
|
|
1699
|
-
export interface
|
|
1700
|
-
TemplateId?: string | undefined;
|
|
1701
|
-
Arn?: string | undefined;
|
|
1702
|
-
VersionArn?: string | undefined;
|
|
1703
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1704
|
-
Status?: number | undefined;
|
|
1893
|
+
export interface UpdateBrandAssignmentResponse {
|
|
1705
1894
|
RequestId?: string | undefined;
|
|
1895
|
+
BrandArn?: string | undefined;
|
|
1706
1896
|
}
|
|
1707
|
-
export interface
|
|
1897
|
+
export interface UpdateBrandPublishedVersionRequest {
|
|
1708
1898
|
AwsAccountId: string | undefined;
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
TemplateVersionNumber: number | undefined;
|
|
1899
|
+
BrandId: string | undefined;
|
|
1900
|
+
VersionId: string | undefined;
|
|
1712
1901
|
}
|
|
1713
|
-
export interface
|
|
1714
|
-
TemplateAlias?: TemplateAlias | undefined;
|
|
1715
|
-
Status?: number | undefined;
|
|
1902
|
+
export interface UpdateBrandPublishedVersionResponse {
|
|
1716
1903
|
RequestId?: string | undefined;
|
|
1904
|
+
VersionId?: string | undefined;
|
|
1717
1905
|
}
|
|
1718
|
-
export interface
|
|
1906
|
+
export interface UpdateCustomPermissionsRequest {
|
|
1719
1907
|
AwsAccountId: string | undefined;
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1908
|
+
CustomPermissionsName: string | undefined;
|
|
1909
|
+
Capabilities?: Capabilities | undefined;
|
|
1723
1910
|
}
|
|
1724
|
-
export interface
|
|
1725
|
-
TemplateId?: string | undefined;
|
|
1726
|
-
TemplateArn?: string | undefined;
|
|
1727
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1728
|
-
RequestId?: string | undefined;
|
|
1911
|
+
export interface UpdateCustomPermissionsResponse {
|
|
1729
1912
|
Status?: number | undefined;
|
|
1913
|
+
Arn?: string | undefined;
|
|
1914
|
+
RequestId?: string | undefined;
|
|
1730
1915
|
}
|
|
1731
|
-
export interface
|
|
1916
|
+
export interface UpdateDashboardRequest {
|
|
1732
1917
|
AwsAccountId: string | undefined;
|
|
1733
|
-
|
|
1734
|
-
Name
|
|
1735
|
-
|
|
1918
|
+
DashboardId: string | undefined;
|
|
1919
|
+
Name: string | undefined;
|
|
1920
|
+
SourceEntity?: DashboardSourceEntity | undefined;
|
|
1921
|
+
Parameters?: _Parameters | undefined;
|
|
1736
1922
|
VersionDescription?: string | undefined;
|
|
1737
|
-
|
|
1923
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1924
|
+
ThemeArn?: string | undefined;
|
|
1925
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
1926
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1738
1927
|
}
|
|
1739
|
-
export interface
|
|
1740
|
-
ThemeId?: string | undefined;
|
|
1928
|
+
export interface UpdateDashboardResponse {
|
|
1741
1929
|
Arn?: string | undefined;
|
|
1742
1930
|
VersionArn?: string | undefined;
|
|
1931
|
+
DashboardId?: string | undefined;
|
|
1743
1932
|
CreationStatus?: ResourceStatus | undefined;
|
|
1744
1933
|
Status?: number | undefined;
|
|
1745
1934
|
RequestId?: string | undefined;
|
|
1746
1935
|
}
|
|
1747
|
-
export interface
|
|
1748
|
-
AwsAccountId: string | undefined;
|
|
1749
|
-
ThemeId: string | undefined;
|
|
1750
|
-
AliasName: string | undefined;
|
|
1751
|
-
ThemeVersionNumber: number | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export interface UpdateThemeAliasResponse {
|
|
1754
|
-
ThemeAlias?: ThemeAlias | undefined;
|
|
1755
|
-
Status?: number | undefined;
|
|
1756
|
-
RequestId?: string | undefined;
|
|
1757
|
-
}
|
|
1758
|
-
export interface UpdateThemePermissionsRequest {
|
|
1759
|
-
AwsAccountId: string | undefined;
|
|
1760
|
-
ThemeId: string | undefined;
|
|
1761
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1762
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1763
|
-
}
|
|
1764
|
-
export interface UpdateThemePermissionsResponse {
|
|
1765
|
-
ThemeId?: string | undefined;
|
|
1766
|
-
ThemeArn?: string | undefined;
|
|
1767
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1768
|
-
RequestId?: string | undefined;
|
|
1769
|
-
Status?: number | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface UpdateTopicRequest {
|
|
1936
|
+
export interface UpdateDashboardLinksRequest {
|
|
1772
1937
|
AwsAccountId: string | undefined;
|
|
1773
|
-
|
|
1774
|
-
|
|
1938
|
+
DashboardId: string | undefined;
|
|
1939
|
+
LinkEntities: string[] | undefined;
|
|
1775
1940
|
}
|
|
1776
|
-
export interface
|
|
1777
|
-
TopicId?: string | undefined;
|
|
1778
|
-
Arn?: string | undefined;
|
|
1779
|
-
RefreshArn?: string | undefined;
|
|
1941
|
+
export interface UpdateDashboardLinksResponse {
|
|
1780
1942
|
RequestId?: string | undefined;
|
|
1781
1943
|
Status?: number | undefined;
|
|
1944
|
+
DashboardArn?: string | undefined;
|
|
1945
|
+
LinkEntities?: string[] | undefined;
|
|
1782
1946
|
}
|
|
1783
|
-
export interface
|
|
1947
|
+
export interface UpdateDashboardPermissionsRequest {
|
|
1784
1948
|
AwsAccountId: string | undefined;
|
|
1785
|
-
|
|
1949
|
+
DashboardId: string | undefined;
|
|
1786
1950
|
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1787
1951
|
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1952
|
+
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1953
|
+
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1788
1954
|
}
|
|
1789
|
-
export interface
|
|
1790
|
-
|
|
1791
|
-
|
|
1955
|
+
export interface UpdateDashboardPermissionsResponse {
|
|
1956
|
+
DashboardArn?: string | undefined;
|
|
1957
|
+
DashboardId?: string | undefined;
|
|
1792
1958
|
Permissions?: ResourcePermission[] | undefined;
|
|
1793
|
-
Status?: number | undefined;
|
|
1794
1959
|
RequestId?: string | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export interface UpdateTopicRefreshScheduleRequest {
|
|
1797
|
-
AwsAccountId: string | undefined;
|
|
1798
|
-
TopicId: string | undefined;
|
|
1799
|
-
DatasetId: string | undefined;
|
|
1800
|
-
RefreshSchedule: TopicRefreshSchedule | undefined;
|
|
1801
|
-
}
|
|
1802
|
-
export interface UpdateTopicRefreshScheduleResponse {
|
|
1803
|
-
TopicId?: string | undefined;
|
|
1804
|
-
TopicArn?: string | undefined;
|
|
1805
|
-
DatasetArn?: string | undefined;
|
|
1806
1960
|
Status?: number | undefined;
|
|
1807
|
-
|
|
1961
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1808
1962
|
}
|
|
1809
|
-
export interface
|
|
1810
|
-
UserName: string | undefined;
|
|
1963
|
+
export interface UpdateDashboardPublishedVersionRequest {
|
|
1811
1964
|
AwsAccountId: string | undefined;
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
Role: UserRole | undefined;
|
|
1815
|
-
CustomPermissionsName?: string | undefined;
|
|
1816
|
-
UnapplyCustomPermissions?: boolean | undefined;
|
|
1817
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1818
|
-
CustomFederationProviderUrl?: string | undefined;
|
|
1819
|
-
ExternalLoginId?: string | undefined;
|
|
1965
|
+
DashboardId: string | undefined;
|
|
1966
|
+
VersionNumber: number | undefined;
|
|
1820
1967
|
}
|
|
1821
|
-
export interface
|
|
1822
|
-
|
|
1823
|
-
|
|
1968
|
+
export interface UpdateDashboardPublishedVersionResponse {
|
|
1969
|
+
DashboardId?: string | undefined;
|
|
1970
|
+
DashboardArn?: string | undefined;
|
|
1824
1971
|
Status?: number | undefined;
|
|
1972
|
+
RequestId?: string | undefined;
|
|
1825
1973
|
}
|
|
1826
|
-
export interface
|
|
1827
|
-
UserName: string | undefined;
|
|
1974
|
+
export interface UpdateDashboardsQAConfigurationRequest {
|
|
1828
1975
|
AwsAccountId: string | undefined;
|
|
1829
|
-
|
|
1830
|
-
CustomPermissionsName: string | undefined;
|
|
1976
|
+
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
1831
1977
|
}
|
|
1832
|
-
export interface
|
|
1978
|
+
export interface UpdateDashboardsQAConfigurationResponse {
|
|
1979
|
+
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
1833
1980
|
RequestId?: string | undefined;
|
|
1834
1981
|
Status?: number | undefined;
|
|
1835
1982
|
}
|
|
1836
|
-
export interface
|
|
1983
|
+
export interface UpdateDataSetRequest {
|
|
1837
1984
|
AwsAccountId: string | undefined;
|
|
1838
|
-
|
|
1985
|
+
DataSetId: string | undefined;
|
|
1839
1986
|
Name: string | undefined;
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1987
|
+
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
1988
|
+
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1989
|
+
ImportMode: DataSetImportMode | undefined;
|
|
1990
|
+
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1991
|
+
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1992
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1993
|
+
RowLevelPermissionTagConfiguration?:
|
|
1994
|
+
| RowLevelPermissionTagConfiguration
|
|
1995
|
+
| undefined;
|
|
1996
|
+
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1997
|
+
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1998
|
+
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1844
1999
|
}
|
|
1845
|
-
export interface
|
|
2000
|
+
export interface UpdateDataSetResponse {
|
|
1846
2001
|
Arn?: string | undefined;
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
2002
|
+
DataSetId?: string | undefined;
|
|
2003
|
+
IngestionArn?: string | undefined;
|
|
2004
|
+
IngestionId?: string | undefined;
|
|
1850
2005
|
RequestId?: string | undefined;
|
|
1851
2006
|
Status?: number | undefined;
|
|
1852
2007
|
}
|
|
1853
|
-
export interface
|
|
1854
|
-
VisualId?: string | undefined;
|
|
1855
|
-
Role?: VisualRole | undefined;
|
|
1856
|
-
Ir?: TopicIR | undefined;
|
|
1857
|
-
SupportingVisuals?: TopicVisual[] | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface CreateTopicReviewedAnswer {
|
|
1860
|
-
AnswerId: string | undefined;
|
|
1861
|
-
DatasetArn: string | undefined;
|
|
1862
|
-
Question: string | undefined;
|
|
1863
|
-
Mir?: TopicIR | undefined;
|
|
1864
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
1865
|
-
Template?: TopicTemplate | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface TopicReviewedAnswer {
|
|
1868
|
-
Arn?: string | undefined;
|
|
1869
|
-
AnswerId: string | undefined;
|
|
1870
|
-
DatasetArn: string | undefined;
|
|
1871
|
-
Question: string | undefined;
|
|
1872
|
-
Mir?: TopicIR | undefined;
|
|
1873
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
1874
|
-
Template?: TopicTemplate | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface BatchCreateTopicReviewedAnswerRequest {
|
|
2008
|
+
export interface UpdateDataSetPermissionsRequest {
|
|
1877
2009
|
AwsAccountId: string | undefined;
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
export interface ListTopicReviewedAnswersResponse {
|
|
1882
|
-
TopicId?: string | undefined;
|
|
1883
|
-
TopicArn?: string | undefined;
|
|
1884
|
-
Answers?: TopicReviewedAnswer[] | undefined;
|
|
1885
|
-
Status?: number | undefined;
|
|
1886
|
-
RequestId?: string | undefined;
|
|
2010
|
+
DataSetId: string | undefined;
|
|
2011
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
2012
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1887
2013
|
}
|
|
2014
|
+
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
|
|
2015
|
+
obj: DescribeAssetBundleExportJobResponse
|
|
2016
|
+
) => any;
|
|
2017
|
+
export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (
|
|
2018
|
+
obj: DescribeAssetBundleImportJobResponse
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const DescribeDashboardResponseFilterSensitiveLog: (
|
|
2021
|
+
obj: DescribeDashboardResponse
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (
|
|
2024
|
+
obj: DescribeDashboardDefinitionResponse
|
|
2025
|
+
) => any;
|
|
2026
|
+
export declare const SnapshotConfigurationFilterSensitiveLog: (
|
|
2027
|
+
obj: SnapshotConfiguration
|
|
2028
|
+
) => any;
|
|
2029
|
+
export declare const DescribeDashboardSnapshotJobResponseFilterSensitiveLog: (
|
|
2030
|
+
obj: DescribeDashboardSnapshotJobResponse
|
|
2031
|
+
) => any;
|
|
2032
|
+
export declare const SnapshotJobResultFilterSensitiveLog: (
|
|
2033
|
+
obj: SnapshotJobResult
|
|
2034
|
+
) => any;
|
|
2035
|
+
export declare const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: (
|
|
2036
|
+
obj: DescribeDashboardSnapshotJobResultResponse
|
|
2037
|
+
) => any;
|
|
2038
|
+
export declare const DescribeDataSetResponseFilterSensitiveLog: (
|
|
2039
|
+
obj: DescribeDataSetResponse
|
|
2040
|
+
) => any;
|
|
2041
|
+
export declare const TemplateVersionFilterSensitiveLog: (
|
|
2042
|
+
obj: TemplateVersion
|
|
2043
|
+
) => any;
|
|
2044
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
2045
|
+
export declare const DescribeTemplateResponseFilterSensitiveLog: (
|
|
2046
|
+
obj: DescribeTemplateResponse
|
|
2047
|
+
) => any;
|
|
1888
2048
|
export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
|
|
1889
2049
|
obj: DescribeTemplateDefinitionResponse
|
|
1890
2050
|
) => any;
|
|
@@ -1928,25 +2088,3 @@ export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
|
1928
2088
|
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
1929
2089
|
obj: UpdateDataSetRequest
|
|
1930
2090
|
) => any;
|
|
1931
|
-
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
1932
|
-
obj: UpdateDataSourceRequest
|
|
1933
|
-
) => any;
|
|
1934
|
-
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
1935
|
-
obj: UpdateTemplateRequest
|
|
1936
|
-
) => any;
|
|
1937
|
-
export declare const UpdateTopicRequestFilterSensitiveLog: (
|
|
1938
|
-
obj: UpdateTopicRequest
|
|
1939
|
-
) => any;
|
|
1940
|
-
export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
|
|
1941
|
-
export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (
|
|
1942
|
-
obj: CreateTopicReviewedAnswer
|
|
1943
|
-
) => any;
|
|
1944
|
-
export declare const TopicReviewedAnswerFilterSensitiveLog: (
|
|
1945
|
-
obj: TopicReviewedAnswer
|
|
1946
|
-
) => any;
|
|
1947
|
-
export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (
|
|
1948
|
-
obj: BatchCreateTopicReviewedAnswerRequest
|
|
1949
|
-
) => any;
|
|
1950
|
-
export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (
|
|
1951
|
-
obj: ListTopicReviewedAnswersResponse
|
|
1952
|
-
) => any;
|