@aws-sdk/client-quicksight 3.614.0 → 3.616.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 +783 -401
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/QuickSightClient.js +5 -5
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
- package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +43 -16
- package/dist-es/models/models_1.js +5 -7
- package/dist-es/models/models_2.js +138 -101
- package/dist-es/models/models_3.js +70 -136
- package/dist-es/models/models_4.js +131 -2
- package/dist-es/protocols/Aws_restJson1.js +174 -4
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +7 -4
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +119 -115
- package/dist-types/models/models_1.d.ts +97 -68
- package/dist-types/models/models_2.d.ts +2333 -2490
- package/dist-types/models/models_3.d.ts +4173 -4215
- package/dist-types/models/models_4.d.ts +1183 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -38
- package/dist-types/ts3.4/models/models_1.d.ts +26 -25
- package/dist-types/ts3.4/models/models_2.d.ts +339 -316
- package/dist-types/ts3.4/models/models_3.d.ts +286 -313
- package/dist-types/ts3.4/models/models_4.d.ts +317 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
|
@@ -2,6 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import {
|
|
3
3
|
AccountCustomization,
|
|
4
4
|
AdHocFilteringOption,
|
|
5
|
+
AggFunction,
|
|
6
|
+
AggregationPartitionBy,
|
|
7
|
+
AggType,
|
|
5
8
|
AmazonElasticsearchParameters,
|
|
6
9
|
AmazonOpenSearchParameters,
|
|
7
10
|
AnalysisDefaults,
|
|
@@ -15,13 +18,13 @@ import {
|
|
|
15
18
|
DataSetIdentifierDeclaration,
|
|
16
19
|
DimensionField,
|
|
17
20
|
Edition,
|
|
18
|
-
FieldSortOptions,
|
|
19
21
|
FilterControl,
|
|
20
22
|
FilterGroup,
|
|
21
23
|
ItemsLimitConfiguration,
|
|
22
24
|
Layout,
|
|
23
25
|
LegendOptions,
|
|
24
26
|
MeasureField,
|
|
27
|
+
NumberScale,
|
|
25
28
|
ParameterControl,
|
|
26
29
|
ParameterDeclaration,
|
|
27
30
|
ResourceStatus,
|
|
@@ -29,6 +32,7 @@ import {
|
|
|
29
32
|
SheetControlLayout,
|
|
30
33
|
SheetTextBox,
|
|
31
34
|
TimeGranularity,
|
|
35
|
+
TopicTimeGranularity,
|
|
32
36
|
VisualCustomAction,
|
|
33
37
|
VisualInteractionOptions,
|
|
34
38
|
VisualMenuOption,
|
|
@@ -40,6 +44,7 @@ import {
|
|
|
40
44
|
ComboChartVisual,
|
|
41
45
|
CustomContentVisual,
|
|
42
46
|
EmptyVisual,
|
|
47
|
+
FieldSortOptions,
|
|
43
48
|
FilledMapVisual,
|
|
44
49
|
FunnelChartVisual,
|
|
45
50
|
GaugeChartVisual,
|
|
@@ -59,11 +64,24 @@ import {
|
|
|
59
64
|
VisualPalette,
|
|
60
65
|
VisualSubtitleLabelOptions,
|
|
61
66
|
VisualTitleLabelOptions,
|
|
62
|
-
|
|
63
|
-
WaterfallChartFieldWells,
|
|
64
|
-
WaterfallChartSortConfiguration,
|
|
67
|
+
WaterfallChartGroupColorConfiguration,
|
|
65
68
|
} from "./models_1";
|
|
66
69
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
70
|
+
export interface WaterfallChartColorConfiguration {
|
|
71
|
+
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
|
|
72
|
+
}
|
|
73
|
+
export interface WaterfallChartAggregatedFieldWells {
|
|
74
|
+
Categories?: DimensionField[];
|
|
75
|
+
Values?: MeasureField[];
|
|
76
|
+
Breakdowns?: DimensionField[];
|
|
77
|
+
}
|
|
78
|
+
export interface WaterfallChartFieldWells {
|
|
79
|
+
WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
|
|
80
|
+
}
|
|
81
|
+
export interface WaterfallChartSortConfiguration {
|
|
82
|
+
CategorySort?: FieldSortOptions[];
|
|
83
|
+
BreakdownItemsLimit?: ItemsLimitConfiguration;
|
|
84
|
+
}
|
|
67
85
|
export interface WaterfallChartOptions {
|
|
68
86
|
TotalBarLabel?: string;
|
|
69
87
|
}
|
|
@@ -244,6 +262,15 @@ export interface AnalysisSummary {
|
|
|
244
262
|
CreatedTime?: Date;
|
|
245
263
|
LastUpdatedTime?: Date;
|
|
246
264
|
}
|
|
265
|
+
export declare const AnchorType: {
|
|
266
|
+
readonly TODAY: "TODAY";
|
|
267
|
+
};
|
|
268
|
+
export type AnchorType = (typeof AnchorType)[keyof typeof AnchorType];
|
|
269
|
+
export interface Anchor {
|
|
270
|
+
AnchorType?: AnchorType;
|
|
271
|
+
TimeGranularity?: TimeGranularity;
|
|
272
|
+
Offset?: number;
|
|
273
|
+
}
|
|
247
274
|
export interface AnonymousUserDashboardEmbeddingConfiguration {
|
|
248
275
|
InitialDashboardId: string | undefined;
|
|
249
276
|
}
|
|
@@ -1637,27 +1664,255 @@ export declare const AuthorSpecifiedAggregation: {
|
|
|
1637
1664
|
};
|
|
1638
1665
|
export type AuthorSpecifiedAggregation =
|
|
1639
1666
|
(typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
|
|
1640
|
-
export
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1667
|
+
export declare const ContributionAnalysisDirection: {
|
|
1668
|
+
readonly DECREASE: "DECREASE";
|
|
1669
|
+
readonly INCREASE: "INCREASE";
|
|
1670
|
+
readonly NEUTRAL: "NEUTRAL";
|
|
1671
|
+
};
|
|
1672
|
+
export type ContributionAnalysisDirection =
|
|
1673
|
+
(typeof ContributionAnalysisDirection)[keyof typeof ContributionAnalysisDirection];
|
|
1674
|
+
export interface ContributionAnalysisFactor {
|
|
1675
|
+
FieldName?: string;
|
|
1676
|
+
}
|
|
1677
|
+
export declare const ContributionAnalysisSortType: {
|
|
1678
|
+
readonly ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE";
|
|
1679
|
+
readonly CONTRIBUTION_PERCENTAGE: "CONTRIBUTION_PERCENTAGE";
|
|
1680
|
+
readonly DEVIATION_FROM_EXPECTED: "DEVIATION_FROM_EXPECTED";
|
|
1681
|
+
readonly PERCENTAGE_DIFFERENCE: "PERCENTAGE_DIFFERENCE";
|
|
1682
|
+
};
|
|
1683
|
+
export type ContributionAnalysisSortType =
|
|
1684
|
+
(typeof ContributionAnalysisSortType)[keyof typeof ContributionAnalysisSortType];
|
|
1685
|
+
export interface Identifier {
|
|
1686
|
+
Identity: string | undefined;
|
|
1687
|
+
}
|
|
1688
|
+
export declare const TopicSortDirection: {
|
|
1689
|
+
readonly ASCENDING: "ASCENDING";
|
|
1690
|
+
readonly DESCENDING: "DESCENDING";
|
|
1691
|
+
};
|
|
1692
|
+
export type TopicSortDirection =
|
|
1693
|
+
(typeof TopicSortDirection)[keyof typeof TopicSortDirection];
|
|
1694
|
+
export interface FilterAggMetrics {
|
|
1695
|
+
MetricOperand?: Identifier;
|
|
1696
|
+
Function?: AggType;
|
|
1697
|
+
SortDirection?: TopicSortDirection;
|
|
1650
1698
|
}
|
|
1651
|
-
export
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1699
|
+
export declare const ConstantType: {
|
|
1700
|
+
readonly COLLECTIVE: "COLLECTIVE";
|
|
1701
|
+
readonly RANGE: "RANGE";
|
|
1702
|
+
readonly SINGULAR: "SINGULAR";
|
|
1703
|
+
};
|
|
1704
|
+
export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
|
|
1705
|
+
export interface CollectiveConstantEntry {
|
|
1706
|
+
ConstantType?: ConstantType;
|
|
1707
|
+
Value?: string;
|
|
1655
1708
|
}
|
|
1656
|
-
export interface
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1709
|
+
export interface TopicConstantValue {
|
|
1710
|
+
ConstantType?: ConstantType;
|
|
1711
|
+
Value?: string;
|
|
1712
|
+
Minimum?: string;
|
|
1713
|
+
Maximum?: string;
|
|
1714
|
+
ValueList?: CollectiveConstantEntry[];
|
|
1715
|
+
}
|
|
1716
|
+
export declare const FilterClass: {
|
|
1717
|
+
readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
|
|
1718
|
+
readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
|
|
1719
|
+
readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
|
|
1720
|
+
};
|
|
1721
|
+
export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
|
|
1722
|
+
export declare const TopicIRFilterType: {
|
|
1723
|
+
readonly ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER";
|
|
1724
|
+
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
1725
|
+
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
1726
|
+
readonly EQUALS: "EQUALS";
|
|
1727
|
+
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
1728
|
+
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
1729
|
+
readonly RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER";
|
|
1730
|
+
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
1731
|
+
readonly TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER";
|
|
1732
|
+
};
|
|
1733
|
+
export type TopicIRFilterType =
|
|
1734
|
+
(typeof TopicIRFilterType)[keyof typeof TopicIRFilterType];
|
|
1735
|
+
export declare const TopicIRFilterFunction: {
|
|
1736
|
+
readonly CONTAINS: "CONTAINS";
|
|
1737
|
+
readonly CONTAINS_STRING: "CONTAINS_STRING";
|
|
1738
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
1739
|
+
readonly EXACT: "EXACT";
|
|
1740
|
+
readonly LAST: "LAST";
|
|
1741
|
+
readonly NEXT: "NEXT";
|
|
1742
|
+
readonly NOW: "NOW";
|
|
1743
|
+
readonly PREVIOUS: "PREVIOUS";
|
|
1744
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
1745
|
+
readonly THIS: "THIS";
|
|
1746
|
+
};
|
|
1747
|
+
export type TopicIRFilterFunction =
|
|
1748
|
+
(typeof TopicIRFilterFunction)[keyof typeof TopicIRFilterFunction];
|
|
1749
|
+
export declare const NullFilterOption: {
|
|
1750
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
1751
|
+
readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
|
|
1752
|
+
readonly NULLS_ONLY: "NULLS_ONLY";
|
|
1753
|
+
};
|
|
1754
|
+
export type NullFilterOption =
|
|
1755
|
+
(typeof NullFilterOption)[keyof typeof NullFilterOption];
|
|
1756
|
+
export interface TopicIRFilterOption {
|
|
1757
|
+
FilterType?: TopicIRFilterType;
|
|
1758
|
+
FilterClass?: FilterClass;
|
|
1759
|
+
OperandField?: Identifier;
|
|
1760
|
+
Function?: TopicIRFilterFunction;
|
|
1761
|
+
Constant?: TopicConstantValue;
|
|
1762
|
+
Inverse?: boolean;
|
|
1763
|
+
NullFilter?: NullFilterOption;
|
|
1764
|
+
Aggregation?: AggType;
|
|
1765
|
+
AggregationFunctionParameters?: Record<string, string>;
|
|
1766
|
+
AggregationPartitionBy?: AggregationPartitionBy[];
|
|
1767
|
+
Range?: TopicConstantValue;
|
|
1768
|
+
Inclusive?: boolean;
|
|
1769
|
+
TimeGranularity?: TimeGranularity;
|
|
1770
|
+
LastNextOffset?: TopicConstantValue;
|
|
1771
|
+
AggMetrics?: FilterAggMetrics[];
|
|
1772
|
+
TopBottomLimit?: TopicConstantValue;
|
|
1773
|
+
SortDirection?: TopicSortDirection;
|
|
1774
|
+
Anchor?: Anchor;
|
|
1775
|
+
}
|
|
1776
|
+
export interface ContributionAnalysisTimeRanges {
|
|
1777
|
+
StartRange?: TopicIRFilterOption;
|
|
1778
|
+
EndRange?: TopicIRFilterOption;
|
|
1779
|
+
}
|
|
1780
|
+
export interface TopicIRContributionAnalysis {
|
|
1781
|
+
Factors?: ContributionAnalysisFactor[];
|
|
1782
|
+
TimeRanges?: ContributionAnalysisTimeRanges;
|
|
1783
|
+
Direction?: ContributionAnalysisDirection;
|
|
1784
|
+
SortType?: ContributionAnalysisSortType;
|
|
1785
|
+
}
|
|
1786
|
+
export declare const DisplayFormat: {
|
|
1787
|
+
readonly AUTO: "AUTO";
|
|
1788
|
+
readonly CURRENCY: "CURRENCY";
|
|
1789
|
+
readonly DATE: "DATE";
|
|
1790
|
+
readonly NUMBER: "NUMBER";
|
|
1791
|
+
readonly PERCENT: "PERCENT";
|
|
1792
|
+
readonly STRING: "STRING";
|
|
1793
|
+
};
|
|
1794
|
+
export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
|
|
1795
|
+
export declare const TopicNumericSeparatorSymbol: {
|
|
1796
|
+
readonly COMMA: "COMMA";
|
|
1797
|
+
readonly DOT: "DOT";
|
|
1798
|
+
};
|
|
1799
|
+
export type TopicNumericSeparatorSymbol =
|
|
1800
|
+
(typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
|
|
1801
|
+
export interface NegativeFormat {
|
|
1802
|
+
Prefix?: string;
|
|
1803
|
+
Suffix?: string;
|
|
1804
|
+
}
|
|
1805
|
+
export interface DisplayFormatOptions {
|
|
1806
|
+
UseBlankCellFormat?: boolean;
|
|
1807
|
+
BlankCellFormat?: string;
|
|
1808
|
+
DateFormat?: string;
|
|
1809
|
+
DecimalSeparator?: TopicNumericSeparatorSymbol;
|
|
1810
|
+
GroupingSeparator?: string;
|
|
1811
|
+
UseGrouping?: boolean;
|
|
1812
|
+
FractionDigits?: number;
|
|
1813
|
+
Prefix?: string;
|
|
1814
|
+
Suffix?: string;
|
|
1815
|
+
UnitScaler?: NumberScale;
|
|
1816
|
+
NegativeFormat?: NegativeFormat;
|
|
1817
|
+
CurrencySymbol?: string;
|
|
1818
|
+
}
|
|
1819
|
+
export interface NamedEntityRef {
|
|
1820
|
+
NamedEntityName?: string;
|
|
1821
|
+
}
|
|
1822
|
+
export interface TopicSortClause {
|
|
1823
|
+
Operand?: Identifier;
|
|
1824
|
+
SortDirection?: TopicSortDirection;
|
|
1825
|
+
}
|
|
1826
|
+
export interface TopicIRGroupBy {
|
|
1827
|
+
FieldName?: Identifier;
|
|
1828
|
+
TimeGranularity?: TopicTimeGranularity;
|
|
1829
|
+
Sort?: TopicSortClause;
|
|
1830
|
+
DisplayFormat?: DisplayFormat;
|
|
1831
|
+
DisplayFormatOptions?: DisplayFormatOptions;
|
|
1832
|
+
NamedEntity?: NamedEntityRef;
|
|
1833
|
+
}
|
|
1834
|
+
export declare const ComparisonMethodType: {
|
|
1835
|
+
readonly DIFF: "DIFF";
|
|
1836
|
+
readonly DIFF_AS_PERC: "DIFF_AS_PERC";
|
|
1837
|
+
readonly MOVING_AVERAGE: "MOVING_AVERAGE";
|
|
1838
|
+
readonly PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL";
|
|
1839
|
+
readonly PERC_DIFF: "PERC_DIFF";
|
|
1840
|
+
readonly POP_CURRENT_DIFF: "POP_CURRENT_DIFF";
|
|
1841
|
+
readonly POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC";
|
|
1842
|
+
readonly POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF";
|
|
1843
|
+
readonly POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC";
|
|
1844
|
+
readonly RUNNING_SUM: "RUNNING_SUM";
|
|
1845
|
+
};
|
|
1846
|
+
export type ComparisonMethodType =
|
|
1847
|
+
(typeof ComparisonMethodType)[keyof typeof ComparisonMethodType];
|
|
1848
|
+
export interface TopicIRComparisonMethod {
|
|
1849
|
+
Type?: ComparisonMethodType;
|
|
1850
|
+
Period?: TopicTimeGranularity;
|
|
1851
|
+
WindowSize?: number;
|
|
1852
|
+
}
|
|
1853
|
+
export interface TopicIRMetric {
|
|
1854
|
+
MetricId?: Identifier;
|
|
1855
|
+
Function?: AggFunction;
|
|
1856
|
+
Operands?: Identifier[];
|
|
1857
|
+
ComparisonMethod?: TopicIRComparisonMethod;
|
|
1858
|
+
Expression?: string;
|
|
1859
|
+
CalculatedFieldReferences?: Identifier[];
|
|
1860
|
+
DisplayFormat?: DisplayFormat;
|
|
1861
|
+
DisplayFormatOptions?: DisplayFormatOptions;
|
|
1862
|
+
NamedEntity?: NamedEntityRef;
|
|
1863
|
+
}
|
|
1864
|
+
export interface VisualOptions {
|
|
1865
|
+
type?: string;
|
|
1866
|
+
}
|
|
1867
|
+
export interface TopicIR {
|
|
1868
|
+
Metrics?: TopicIRMetric[];
|
|
1869
|
+
GroupByList?: TopicIRGroupBy[];
|
|
1870
|
+
Filters?: TopicIRFilterOption[][];
|
|
1871
|
+
Sort?: TopicSortClause;
|
|
1872
|
+
ContributionAnalysis?: TopicIRContributionAnalysis;
|
|
1873
|
+
Visual?: VisualOptions;
|
|
1874
|
+
}
|
|
1875
|
+
export declare const VisualRole: {
|
|
1876
|
+
readonly COMPLIMENTARY: "COMPLIMENTARY";
|
|
1877
|
+
readonly FALLBACK: "FALLBACK";
|
|
1878
|
+
readonly FRAGMENT: "FRAGMENT";
|
|
1879
|
+
readonly MULTI_INTENT: "MULTI_INTENT";
|
|
1880
|
+
readonly PRIMARY: "PRIMARY";
|
|
1881
|
+
};
|
|
1882
|
+
export type VisualRole = (typeof VisualRole)[keyof typeof VisualRole];
|
|
1883
|
+
export interface Slot {
|
|
1884
|
+
SlotId?: string;
|
|
1885
|
+
VisualId?: string;
|
|
1886
|
+
}
|
|
1887
|
+
export interface TopicTemplate {
|
|
1888
|
+
TemplateType?: string;
|
|
1889
|
+
Slots?: Slot[];
|
|
1890
|
+
}
|
|
1891
|
+
export declare const ReviewedAnswerErrorCode: {
|
|
1892
|
+
readonly DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST";
|
|
1893
|
+
readonly DUPLICATED_ANSWER: "DUPLICATED_ANSWER";
|
|
1894
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1895
|
+
readonly INVALID_DATA: "INVALID_DATA";
|
|
1896
|
+
readonly INVALID_DATASET_ARN: "INVALID_DATASET_ARN";
|
|
1897
|
+
readonly MISSING_ANSWER: "MISSING_ANSWER";
|
|
1898
|
+
readonly MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS";
|
|
1899
|
+
};
|
|
1900
|
+
export type ReviewedAnswerErrorCode =
|
|
1901
|
+
(typeof ReviewedAnswerErrorCode)[keyof typeof ReviewedAnswerErrorCode];
|
|
1902
|
+
export interface InvalidTopicReviewedAnswer {
|
|
1903
|
+
AnswerId?: string;
|
|
1904
|
+
Error?: ReviewedAnswerErrorCode;
|
|
1905
|
+
}
|
|
1906
|
+
export interface SucceededTopicReviewedAnswer {
|
|
1907
|
+
AnswerId?: string;
|
|
1908
|
+
}
|
|
1909
|
+
export interface BatchCreateTopicReviewedAnswerResponse {
|
|
1910
|
+
TopicId?: string;
|
|
1911
|
+
TopicArn?: string;
|
|
1912
|
+
SucceededAnswers?: SucceededTopicReviewedAnswer[];
|
|
1913
|
+
InvalidAnswers?: InvalidTopicReviewedAnswer[];
|
|
1660
1914
|
Status?: number;
|
|
1915
|
+
RequestId?: string;
|
|
1661
1916
|
}
|
|
1662
1917
|
export declare class InternalFailureException extends __BaseException {
|
|
1663
1918
|
readonly name: "InternalFailureException";
|
|
@@ -1690,16 +1945,6 @@ export declare const ExceptionResourceType: {
|
|
|
1690
1945
|
};
|
|
1691
1946
|
export type ExceptionResourceType =
|
|
1692
1947
|
(typeof ExceptionResourceType)[keyof typeof ExceptionResourceType];
|
|
1693
|
-
export declare class ResourceExistsException extends __BaseException {
|
|
1694
|
-
readonly name: "ResourceExistsException";
|
|
1695
|
-
readonly $fault: "client";
|
|
1696
|
-
Message?: string;
|
|
1697
|
-
ResourceType?: ExceptionResourceType;
|
|
1698
|
-
RequestId?: string;
|
|
1699
|
-
constructor(
|
|
1700
|
-
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
1701
|
-
);
|
|
1702
|
-
}
|
|
1703
1948
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
1704
1949
|
readonly name: "ResourceNotFoundException";
|
|
1705
1950
|
readonly $fault: "client";
|
|
@@ -1719,6 +1964,58 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
1719
1964
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
1720
1965
|
);
|
|
1721
1966
|
}
|
|
1967
|
+
export interface BatchDeleteTopicReviewedAnswerRequest {
|
|
1968
|
+
AwsAccountId: string | undefined;
|
|
1969
|
+
TopicId: string | undefined;
|
|
1970
|
+
AnswerIds?: string[];
|
|
1971
|
+
}
|
|
1972
|
+
export interface BatchDeleteTopicReviewedAnswerResponse {
|
|
1973
|
+
TopicId?: string;
|
|
1974
|
+
TopicArn?: string;
|
|
1975
|
+
SucceededAnswers?: SucceededTopicReviewedAnswer[];
|
|
1976
|
+
InvalidAnswers?: InvalidTopicReviewedAnswer[];
|
|
1977
|
+
RequestId?: string;
|
|
1978
|
+
Status?: number;
|
|
1979
|
+
}
|
|
1980
|
+
export declare class ConflictException extends __BaseException {
|
|
1981
|
+
readonly name: "ConflictException";
|
|
1982
|
+
readonly $fault: "client";
|
|
1983
|
+
Message?: string;
|
|
1984
|
+
RequestId?: string;
|
|
1985
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1986
|
+
}
|
|
1987
|
+
export interface BookmarksConfigurations {
|
|
1988
|
+
Enabled: boolean | undefined;
|
|
1989
|
+
}
|
|
1990
|
+
export interface BorderStyle {
|
|
1991
|
+
Show?: boolean;
|
|
1992
|
+
}
|
|
1993
|
+
export interface CalculatedColumn {
|
|
1994
|
+
ColumnName: string | undefined;
|
|
1995
|
+
ColumnId: string | undefined;
|
|
1996
|
+
Expression: string | undefined;
|
|
1997
|
+
}
|
|
1998
|
+
export interface CancelIngestionRequest {
|
|
1999
|
+
AwsAccountId: string | undefined;
|
|
2000
|
+
DataSetId: string | undefined;
|
|
2001
|
+
IngestionId: string | undefined;
|
|
2002
|
+
}
|
|
2003
|
+
export interface CancelIngestionResponse {
|
|
2004
|
+
Arn?: string;
|
|
2005
|
+
IngestionId?: string;
|
|
2006
|
+
RequestId?: string;
|
|
2007
|
+
Status?: number;
|
|
2008
|
+
}
|
|
2009
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
2010
|
+
readonly name: "ResourceExistsException";
|
|
2011
|
+
readonly $fault: "client";
|
|
2012
|
+
Message?: string;
|
|
2013
|
+
ResourceType?: ExceptionResourceType;
|
|
2014
|
+
RequestId?: string;
|
|
2015
|
+
constructor(
|
|
2016
|
+
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
2017
|
+
);
|
|
2018
|
+
}
|
|
1722
2019
|
export declare const ColumnDataType: {
|
|
1723
2020
|
readonly DATETIME: "DATETIME";
|
|
1724
2021
|
readonly DECIMAL: "DECIMAL";
|
|
@@ -1844,19 +2141,6 @@ export declare class ConcurrentUpdatingException extends __BaseException {
|
|
|
1844
2141
|
opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
|
|
1845
2142
|
);
|
|
1846
2143
|
}
|
|
1847
|
-
export declare class ConflictException extends __BaseException {
|
|
1848
|
-
readonly name: "ConflictException";
|
|
1849
|
-
readonly $fault: "client";
|
|
1850
|
-
Message?: string;
|
|
1851
|
-
RequestId?: string;
|
|
1852
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1853
|
-
}
|
|
1854
|
-
export declare const ConstantType: {
|
|
1855
|
-
readonly COLLECTIVE: "COLLECTIVE";
|
|
1856
|
-
readonly RANGE: "RANGE";
|
|
1857
|
-
readonly SINGULAR: "SINGULAR";
|
|
1858
|
-
};
|
|
1859
|
-
export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
|
|
1860
2144
|
export interface CreateAccountCustomizationRequest {
|
|
1861
2145
|
AwsAccountId: string | undefined;
|
|
1862
2146
|
Namespace?: string;
|
|
@@ -2578,271 +2862,12 @@ export interface CreateFolderRequest {
|
|
|
2578
2862
|
Tags?: Tag[];
|
|
2579
2863
|
SharingModel?: SharingModel;
|
|
2580
2864
|
}
|
|
2581
|
-
export
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
export declare const MemberType: {
|
|
2588
|
-
readonly ANALYSIS: "ANALYSIS";
|
|
2589
|
-
readonly DASHBOARD: "DASHBOARD";
|
|
2590
|
-
readonly DATASET: "DATASET";
|
|
2591
|
-
readonly DATASOURCE: "DATASOURCE";
|
|
2592
|
-
readonly TOPIC: "TOPIC";
|
|
2593
|
-
};
|
|
2594
|
-
export type MemberType = (typeof MemberType)[keyof typeof MemberType];
|
|
2595
|
-
export interface CreateFolderMembershipRequest {
|
|
2596
|
-
AwsAccountId: string | undefined;
|
|
2597
|
-
FolderId: string | undefined;
|
|
2598
|
-
MemberId: string | undefined;
|
|
2599
|
-
MemberType: MemberType | undefined;
|
|
2600
|
-
}
|
|
2601
|
-
export interface FolderMember {
|
|
2602
|
-
MemberId?: string;
|
|
2603
|
-
MemberType?: MemberType;
|
|
2604
|
-
}
|
|
2605
|
-
export interface CreateFolderMembershipResponse {
|
|
2606
|
-
Status?: number;
|
|
2607
|
-
FolderMember?: FolderMember;
|
|
2608
|
-
RequestId?: string;
|
|
2609
|
-
}
|
|
2610
|
-
export interface CreateGroupRequest {
|
|
2611
|
-
GroupName: string | undefined;
|
|
2612
|
-
Description?: string;
|
|
2613
|
-
AwsAccountId: string | undefined;
|
|
2614
|
-
Namespace: string | undefined;
|
|
2615
|
-
}
|
|
2616
|
-
export interface Group {
|
|
2617
|
-
Arn?: string;
|
|
2618
|
-
GroupName?: string;
|
|
2619
|
-
Description?: string;
|
|
2620
|
-
PrincipalId?: string;
|
|
2621
|
-
}
|
|
2622
|
-
export interface CreateGroupResponse {
|
|
2623
|
-
Group?: Group;
|
|
2624
|
-
RequestId?: string;
|
|
2625
|
-
Status?: number;
|
|
2626
|
-
}
|
|
2627
|
-
export interface CreateGroupMembershipRequest {
|
|
2628
|
-
MemberName: string | undefined;
|
|
2629
|
-
GroupName: string | undefined;
|
|
2630
|
-
AwsAccountId: string | undefined;
|
|
2631
|
-
Namespace: string | undefined;
|
|
2632
|
-
}
|
|
2633
|
-
export interface GroupMember {
|
|
2634
|
-
Arn?: string;
|
|
2635
|
-
MemberName?: string;
|
|
2636
|
-
}
|
|
2637
|
-
export interface CreateGroupMembershipResponse {
|
|
2638
|
-
GroupMember?: GroupMember;
|
|
2639
|
-
RequestId?: string;
|
|
2640
|
-
Status?: number;
|
|
2641
|
-
}
|
|
2642
|
-
export interface CreateIAMPolicyAssignmentRequest {
|
|
2643
|
-
AwsAccountId: string | undefined;
|
|
2644
|
-
AssignmentName: string | undefined;
|
|
2645
|
-
AssignmentStatus: AssignmentStatus | undefined;
|
|
2646
|
-
PolicyArn?: string;
|
|
2647
|
-
Identities?: Record<string, string[]>;
|
|
2648
|
-
Namespace: string | undefined;
|
|
2649
|
-
}
|
|
2650
|
-
export interface CreateIAMPolicyAssignmentResponse {
|
|
2651
|
-
AssignmentName?: string;
|
|
2652
|
-
AssignmentId?: string;
|
|
2653
|
-
AssignmentStatus?: AssignmentStatus;
|
|
2654
|
-
PolicyArn?: string;
|
|
2655
|
-
Identities?: Record<string, string[]>;
|
|
2656
|
-
RequestId?: string;
|
|
2657
|
-
Status?: number;
|
|
2658
|
-
}
|
|
2659
|
-
export declare const IngestionType: {
|
|
2660
|
-
readonly FULL_REFRESH: "FULL_REFRESH";
|
|
2661
|
-
readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
|
|
2662
|
-
};
|
|
2663
|
-
export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
|
|
2664
|
-
export interface CreateIngestionRequest {
|
|
2665
|
-
DataSetId: string | undefined;
|
|
2666
|
-
IngestionId: string | undefined;
|
|
2667
|
-
AwsAccountId: string | undefined;
|
|
2668
|
-
IngestionType?: IngestionType;
|
|
2669
|
-
}
|
|
2670
|
-
export declare const IngestionStatus: {
|
|
2671
|
-
readonly CANCELLED: "CANCELLED";
|
|
2672
|
-
readonly COMPLETED: "COMPLETED";
|
|
2673
|
-
readonly FAILED: "FAILED";
|
|
2674
|
-
readonly INITIALIZED: "INITIALIZED";
|
|
2675
|
-
readonly QUEUED: "QUEUED";
|
|
2676
|
-
readonly RUNNING: "RUNNING";
|
|
2677
|
-
};
|
|
2678
|
-
export type IngestionStatus =
|
|
2679
|
-
(typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
2680
|
-
export interface CreateIngestionResponse {
|
|
2681
|
-
Arn?: string;
|
|
2682
|
-
IngestionId?: string;
|
|
2683
|
-
IngestionStatus?: IngestionStatus;
|
|
2684
|
-
RequestId?: string;
|
|
2685
|
-
Status?: number;
|
|
2686
|
-
}
|
|
2687
|
-
export declare const IdentityStore: {
|
|
2688
|
-
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
2689
|
-
};
|
|
2690
|
-
export type IdentityStore = (typeof IdentityStore)[keyof typeof IdentityStore];
|
|
2691
|
-
export interface CreateNamespaceRequest {
|
|
2692
|
-
AwsAccountId: string | undefined;
|
|
2693
|
-
Namespace: string | undefined;
|
|
2694
|
-
IdentityStore: IdentityStore | undefined;
|
|
2695
|
-
Tags?: Tag[];
|
|
2696
|
-
}
|
|
2697
|
-
export declare const NamespaceStatus: {
|
|
2698
|
-
readonly CREATED: "CREATED";
|
|
2699
|
-
readonly CREATING: "CREATING";
|
|
2700
|
-
readonly DELETING: "DELETING";
|
|
2701
|
-
readonly NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE";
|
|
2702
|
-
readonly RETRYABLE_FAILURE: "RETRYABLE_FAILURE";
|
|
2703
|
-
};
|
|
2704
|
-
export type NamespaceStatus =
|
|
2705
|
-
(typeof NamespaceStatus)[keyof typeof NamespaceStatus];
|
|
2706
|
-
export interface CreateNamespaceResponse {
|
|
2707
|
-
Arn?: string;
|
|
2708
|
-
Name?: string;
|
|
2709
|
-
CapacityRegion?: string;
|
|
2710
|
-
CreationStatus?: NamespaceStatus;
|
|
2711
|
-
IdentityStore?: IdentityStore;
|
|
2712
|
-
RequestId?: string;
|
|
2713
|
-
Status?: number;
|
|
2714
|
-
}
|
|
2715
|
-
export declare const RefreshInterval: {
|
|
2716
|
-
readonly DAILY: "DAILY";
|
|
2717
|
-
readonly HOURLY: "HOURLY";
|
|
2718
|
-
readonly MINUTE15: "MINUTE15";
|
|
2719
|
-
readonly MINUTE30: "MINUTE30";
|
|
2720
|
-
readonly MONTHLY: "MONTHLY";
|
|
2721
|
-
readonly WEEKLY: "WEEKLY";
|
|
2722
|
-
};
|
|
2723
|
-
export type RefreshInterval =
|
|
2724
|
-
(typeof RefreshInterval)[keyof typeof RefreshInterval];
|
|
2725
|
-
export declare const DayOfWeek: {
|
|
2726
|
-
readonly FRIDAY: "FRIDAY";
|
|
2727
|
-
readonly MONDAY: "MONDAY";
|
|
2728
|
-
readonly SATURDAY: "SATURDAY";
|
|
2729
|
-
readonly SUNDAY: "SUNDAY";
|
|
2730
|
-
readonly THURSDAY: "THURSDAY";
|
|
2731
|
-
readonly TUESDAY: "TUESDAY";
|
|
2732
|
-
readonly WEDNESDAY: "WEDNESDAY";
|
|
2733
|
-
};
|
|
2734
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
2735
|
-
export interface ScheduleRefreshOnEntity {
|
|
2736
|
-
DayOfWeek?: DayOfWeek;
|
|
2737
|
-
DayOfMonth?: string;
|
|
2738
|
-
}
|
|
2739
|
-
export interface RefreshFrequency {
|
|
2740
|
-
Interval: RefreshInterval | undefined;
|
|
2741
|
-
RefreshOnDay?: ScheduleRefreshOnEntity;
|
|
2742
|
-
Timezone?: string;
|
|
2743
|
-
TimeOfTheDay?: string;
|
|
2744
|
-
}
|
|
2745
|
-
export interface RefreshSchedule {
|
|
2746
|
-
ScheduleId: string | undefined;
|
|
2747
|
-
ScheduleFrequency: RefreshFrequency | undefined;
|
|
2748
|
-
StartAfterDateTime?: Date;
|
|
2749
|
-
RefreshType: IngestionType | undefined;
|
|
2750
|
-
Arn?: string;
|
|
2751
|
-
}
|
|
2752
|
-
export interface CreateRefreshScheduleRequest {
|
|
2753
|
-
DataSetId: string | undefined;
|
|
2754
|
-
AwsAccountId: string | undefined;
|
|
2755
|
-
Schedule: RefreshSchedule | undefined;
|
|
2756
|
-
}
|
|
2757
|
-
export interface CreateRefreshScheduleResponse {
|
|
2758
|
-
Status?: number;
|
|
2759
|
-
RequestId?: string;
|
|
2760
|
-
ScheduleId?: string;
|
|
2761
|
-
Arn?: string;
|
|
2762
|
-
}
|
|
2763
|
-
export declare const Role: {
|
|
2764
|
-
readonly ADMIN: "ADMIN";
|
|
2765
|
-
readonly ADMIN_PRO: "ADMIN_PRO";
|
|
2766
|
-
readonly AUTHOR: "AUTHOR";
|
|
2767
|
-
readonly AUTHOR_PRO: "AUTHOR_PRO";
|
|
2768
|
-
readonly READER: "READER";
|
|
2769
|
-
readonly READER_PRO: "READER_PRO";
|
|
2770
|
-
};
|
|
2771
|
-
export type Role = (typeof Role)[keyof typeof Role];
|
|
2772
|
-
export interface CreateRoleMembershipRequest {
|
|
2773
|
-
MemberName: string | undefined;
|
|
2774
|
-
AwsAccountId: string | undefined;
|
|
2775
|
-
Namespace: string | undefined;
|
|
2776
|
-
Role: Role | undefined;
|
|
2777
|
-
}
|
|
2778
|
-
export interface CreateRoleMembershipResponse {
|
|
2779
|
-
RequestId?: string;
|
|
2780
|
-
Status?: number;
|
|
2781
|
-
}
|
|
2782
|
-
export interface DataSetSchema {
|
|
2783
|
-
ColumnSchemaList?: ColumnSchema[];
|
|
2784
|
-
}
|
|
2785
|
-
export interface DataSetConfiguration {
|
|
2786
|
-
Placeholder?: string;
|
|
2787
|
-
DataSetSchema?: DataSetSchema;
|
|
2788
|
-
ColumnGroupSchemaList?: ColumnGroupSchema[];
|
|
2789
|
-
}
|
|
2790
|
-
export interface TemplateVersionDefinition {
|
|
2791
|
-
DataSetConfigurations: DataSetConfiguration[] | undefined;
|
|
2792
|
-
Sheets?: SheetDefinition[];
|
|
2793
|
-
CalculatedFields?: CalculatedField[];
|
|
2794
|
-
ParameterDeclarations?: ParameterDeclaration[];
|
|
2795
|
-
FilterGroups?: FilterGroup[];
|
|
2796
|
-
ColumnConfigurations?: ColumnConfiguration[];
|
|
2797
|
-
AnalysisDefaults?: AnalysisDefaults;
|
|
2798
|
-
Options?: AssetOptions;
|
|
2799
|
-
}
|
|
2800
|
-
export interface TemplateSourceAnalysis {
|
|
2801
|
-
Arn: string | undefined;
|
|
2802
|
-
DataSetReferences: DataSetReference[] | undefined;
|
|
2803
|
-
}
|
|
2804
|
-
export interface TemplateSourceTemplate {
|
|
2805
|
-
Arn: string | undefined;
|
|
2806
|
-
}
|
|
2807
|
-
export interface TemplateSourceEntity {
|
|
2808
|
-
SourceAnalysis?: TemplateSourceAnalysis;
|
|
2809
|
-
SourceTemplate?: TemplateSourceTemplate;
|
|
2810
|
-
}
|
|
2811
|
-
export interface CreateTemplateRequest {
|
|
2812
|
-
AwsAccountId: string | undefined;
|
|
2813
|
-
TemplateId: string | undefined;
|
|
2814
|
-
Name?: string;
|
|
2815
|
-
Permissions?: ResourcePermission[];
|
|
2816
|
-
SourceEntity?: TemplateSourceEntity;
|
|
2817
|
-
Tags?: Tag[];
|
|
2818
|
-
VersionDescription?: string;
|
|
2819
|
-
Definition?: TemplateVersionDefinition;
|
|
2820
|
-
ValidationStrategy?: ValidationStrategy;
|
|
2821
|
-
}
|
|
2822
|
-
export interface CreateTemplateResponse {
|
|
2823
|
-
Arn?: string;
|
|
2824
|
-
VersionArn?: string;
|
|
2825
|
-
TemplateId?: string;
|
|
2826
|
-
CreationStatus?: ResourceStatus;
|
|
2827
|
-
Status?: number;
|
|
2828
|
-
RequestId?: string;
|
|
2829
|
-
}
|
|
2830
|
-
export interface CreateTemplateAliasRequest {
|
|
2831
|
-
AwsAccountId: string | undefined;
|
|
2832
|
-
TemplateId: string | undefined;
|
|
2833
|
-
AliasName: string | undefined;
|
|
2834
|
-
TemplateVersionNumber: number | undefined;
|
|
2835
|
-
}
|
|
2836
|
-
export interface TemplateAlias {
|
|
2837
|
-
AliasName?: string;
|
|
2838
|
-
Arn?: string;
|
|
2839
|
-
TemplateVersionNumber?: number;
|
|
2840
|
-
}
|
|
2841
|
-
export interface CreateTemplateAliasResponse {
|
|
2842
|
-
TemplateAlias?: TemplateAlias;
|
|
2843
|
-
Status?: number;
|
|
2844
|
-
RequestId?: string;
|
|
2845
|
-
}
|
|
2865
|
+
export declare const WaterfallChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2866
|
+
obj: WaterfallChartAggregatedFieldWells
|
|
2867
|
+
) => any;
|
|
2868
|
+
export declare const WaterfallChartFieldWellsFilterSensitiveLog: (
|
|
2869
|
+
obj: WaterfallChartFieldWells
|
|
2870
|
+
) => any;
|
|
2846
2871
|
export declare const WaterfallChartConfigurationFilterSensitiveLog: (
|
|
2847
2872
|
obj: WaterfallChartConfiguration
|
|
2848
2873
|
) => any;
|
|
@@ -2895,6 +2920,10 @@ export declare const AssetBundleImportSourceFilterSensitiveLog: (
|
|
|
2895
2920
|
export declare const AssetBundleImportSourceDescriptionFilterSensitiveLog: (
|
|
2896
2921
|
obj: AssetBundleImportSourceDescription
|
|
2897
2922
|
) => any;
|
|
2923
|
+
export declare const TopicIRMetricFilterSensitiveLog: (
|
|
2924
|
+
obj: TopicIRMetric
|
|
2925
|
+
) => any;
|
|
2926
|
+
export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
|
|
2898
2927
|
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2899
2928
|
obj: CalculatedColumn
|
|
2900
2929
|
) => any;
|
|
@@ -2945,9 +2974,3 @@ export declare const DataSourceCredentialsFilterSensitiveLog: (
|
|
|
2945
2974
|
export declare const CreateDataSourceRequestFilterSensitiveLog: (
|
|
2946
2975
|
obj: CreateDataSourceRequest
|
|
2947
2976
|
) => any;
|
|
2948
|
-
export declare const TemplateVersionDefinitionFilterSensitiveLog: (
|
|
2949
|
-
obj: TemplateVersionDefinition
|
|
2950
|
-
) => any;
|
|
2951
|
-
export declare const CreateTemplateRequestFilterSensitiveLog: (
|
|
2952
|
-
obj: CreateTemplateRequest
|
|
2953
|
-
) => any;
|