@aws-sdk/client-quicksight 3.1040.0 → 3.1042.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/dist-cjs/schemas/schemas_0.js +101 -86
- package/dist-es/schemas/schemas_0.js +69 -54
- package/dist-types/commands/CreateAnalysisCommand.d.ts +51 -18
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +51 -18
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +51 -18
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeThemeCommand.d.ts +4 -0
- package/dist-types/commands/GetIdentityContextCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +51 -18
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +51 -18
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +51 -18
- package/dist-types/commands/UpdateThemeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +101 -44
- package/dist-types/models/models_1.d.ts +31 -13
- package/dist-types/models/models_2.d.ts +45 -45
- package/dist-types/models/models_3.d.ts +48 -46
- package/dist-types/models/models_4.d.ts +67 -58
- package/dist-types/models/models_5.d.ts +58 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -18
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/models/models_2.d.ts +12 -11
- package/dist-types/ts3.4/models/models_3.d.ts +12 -13
- package/dist-types/ts3.4/models/models_4.d.ts +13 -14
- package/dist-types/ts3.4/models/models_5.d.ts +15 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -663,6 +663,7 @@ const _CRS = "CreateRefreshSchedule";
|
|
|
663
663
|
const _CRSR = "CreateRefreshScheduleRequest";
|
|
664
664
|
const _CRSRr = "CreateRefreshScheduleResponse";
|
|
665
665
|
const _CRi = "CircleRadius";
|
|
666
|
+
const _CRo = "ContextRegion";
|
|
666
667
|
const _CS = "ClientSecret";
|
|
667
668
|
const _CSA = "CopySourceArn";
|
|
668
669
|
const _CSC = "ControlSortConfiguration";
|
|
@@ -701,6 +702,8 @@ const _CTARre = "CreateThemeAliasRequest";
|
|
|
701
702
|
const _CTARrea = "CreateThemeAliasResponse";
|
|
702
703
|
const _CTAr = "CreateThemeAlias";
|
|
703
704
|
const _CTC = "CustomTextContent";
|
|
705
|
+
const _CTFC = "ControlTitleFontConfiguration";
|
|
706
|
+
const _CTFT = "ControlTitleFormatText";
|
|
704
707
|
const _CTI = "ColumnTooltipItem";
|
|
705
708
|
const _CTL = "ColumnTagList";
|
|
706
709
|
const _CTM = "ColumnToMatch";
|
|
@@ -1765,6 +1768,7 @@ const _INV = "IncludeNullValue";
|
|
|
1765
1768
|
const _IO = "IconOptions";
|
|
1766
1769
|
const _IOP = "IncludeOutputPayload";
|
|
1767
1770
|
const _IP = "IncludePermissions";
|
|
1771
|
+
const _IPCACBSU = "IdentityProviderCACertificatesBundleS3Uri";
|
|
1768
1772
|
const _IPD = "IntegerParameterDeclaration";
|
|
1769
1773
|
const _IPE = "InvalidParameterException";
|
|
1770
1774
|
const _IPL = "IntegerParameterList";
|
|
@@ -3020,12 +3024,12 @@ const _SW = "StrokeWidth";
|
|
|
3020
3024
|
const _SYADO = "SecondaryYAxisDisplayOptions";
|
|
3021
3025
|
const _SYALO = "SecondaryYAxisLabelOptions";
|
|
3022
3026
|
const _SZA = "ShareZendeskAction";
|
|
3023
|
-
const _Sc = "
|
|
3027
|
+
const _Sc = "Scenario";
|
|
3024
3028
|
const _Sca = "Scale";
|
|
3025
3029
|
const _Scal = "Scaling";
|
|
3026
|
-
const
|
|
3027
|
-
const
|
|
3028
|
-
const
|
|
3030
|
+
const _Sch = "Schedule";
|
|
3031
|
+
const _Sche = "Schedules";
|
|
3032
|
+
const _Schem = "Schema";
|
|
3029
3033
|
const _Sco = "Scope";
|
|
3030
3034
|
const _Scop = "Scopes";
|
|
3031
3035
|
const _Se = "Service";
|
|
@@ -3054,7 +3058,8 @@ const _Spac = "Spacing";
|
|
|
3054
3058
|
const _Spar = "Sparklines";
|
|
3055
3059
|
const _St = "Status";
|
|
3056
3060
|
const _Sta = "State";
|
|
3057
|
-
const _Sto = "
|
|
3061
|
+
const _Sto = "Story";
|
|
3062
|
+
const _Stop = "Stops";
|
|
3058
3063
|
const _Sty = "Style";
|
|
3059
3064
|
const _Su = "Subtitle";
|
|
3060
3065
|
const _Suc = "Success";
|
|
@@ -3076,8 +3081,8 @@ const _TAOr = "TrendArrowOptions";
|
|
|
3076
3081
|
const _TAe = "TextractAction";
|
|
3077
3082
|
const _TAem = "TemplateAlias";
|
|
3078
3083
|
const _TAemp = "TemplateArn";
|
|
3079
|
-
const _TAex = "
|
|
3080
|
-
const _TAext = "
|
|
3084
|
+
const _TAex = "TextAlignment";
|
|
3085
|
+
const _TAext = "TextArea";
|
|
3081
3086
|
const _TAh = "ThemeAlias";
|
|
3082
3087
|
const _TAhr = "ThresholdAlerts";
|
|
3083
3088
|
const _TAo = "TopicArn";
|
|
@@ -4718,8 +4723,8 @@ export var CancelIngestionResponse$ = [3, n0, _CIRa,
|
|
|
4718
4723
|
];
|
|
4719
4724
|
export var Capabilities$ = [3, n0, _Cap,
|
|
4720
4725
|
0,
|
|
4721
|
-
[_ETC, _ETE, _ETP, _PR, _CAUT, _AORADFA, _SAh, _CAUD, _SDh, _SDER, _CAUDER, _SDha, _CAUTA, _RSF, _CSF, _CAUDS, _SDS, _VASPICEC, _CSPICED, _ETPISR, _ETCISR, _ETEISR, _ICISRE, _Da, _An, _Au, _Fl, _PWA, _UBM, _PFUT, _AFSR, _UAWS, _KB, _Act, _GHTTPA, _CAUGHTTPA, _SGHTTPA, _UGHTTPA, _AAs, _CAUAA, _SAAh, _UAA, _SAl, _CAUSA, _SSA, _USA, _SNA, _CAUSNA, _SSNA, _USNA, _SAa, _CAUSAr, _SSAh, _USAs, _MSEA, _CAUMSEA, _SMSEA, _UMSEA, _PDA, _CAUPDA, _SPDA, _UPDA, _JA, _CAUJA, _SJA, _UJA, _CAo, _CAUCA, _SCA, _UCA, _ODA, _CAUODA, _SODA, _UODA, _SPA, _CAUSPA, _SSPA, _USPA, _MSTA, _CAUMSTA, _SMSTA, _UMSTA, _GCA, _CAUGCA, _SGCA, _UGCA, _ZA, _CAUZA, _SZA, _UZA, _SAm, _CAUSAre, _SSAha, _USAse, _SAPBPA, _CAUSAPBPA, _SSAPBPA, _USAPBPA, _SAPPMDA, _CAUSAPPMDA, _SSAPPMDA, _USAPPMDA, _SAPPIA, _CAUSAPPIA, _SSAPPIA, _USAPPIA, _SAPBOMA, _CAUSAPBOMA, _SSAPBOMA, _USAPBOMA, _SAPMSA, _CAUSAPMSA, _SSAPMSA, _USAPMSA, _FSA, _CAUFSA, _SFSA, _UFSA, _ASTA, _CAUASTA, _SASTA, _UASTA, _TAe, _CAUTAr, _STA, _UTA, _CAom, _CAUCAr, _SCAh, _UCAs, _CMA, _CAUCMA, _SCMA, _UCMA, _ABARSA, _CAUABARSA, _SABARSA, _UABARSA, _ABFSA, _CAUABFSA, _SABFSA, _UABFSA, _ABKRSA, _CAUABKRSA, _SABKRSA, _UABKRSA, _MCPA, _CAUMCPA, _SMCPA, _UMCPA, _OAPIA, _CAUOAPIA, _SOAPIA, _UOAPIA, _SPGMIA, _CAUSPGMIA, _SSPGMIA, _USPGMIA, _SPGEA, _CAUSPGEA, _SSPGEA, _USPGEA, _BHRA, _CAUBHRA, _SBHRA, _UBHRA, _BAA, _CAUBAA, _SBAA, _UBAA, _CAA, _CAUCAA, _SCAA, _UCAA, _GAi, _CAUGA, _SGA, _UGA, _NA, _CAUNA, _SNAh, _UNA, _LA, _CAULA, _SLA, _ULA, _HFA, _CAUHFA, _SHFA, _UHFA, _MA, _CAUMA, _SMA, _UMA, _HA, _CAUHA, _SHA, _UHA, _IAn, _CAUIA, _SIA, _UIA, _NRA, _CAUNRA, _SNRA, _UNRA, _Top, _EVWQ, _BCFWQ, _CDESWQ, _Sp, _CSr, _SSh, _CAh, _CCA, _SCAha, _Re, _SUUR, _Ext, _MSF, _GAe],
|
|
4722
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
4726
|
+
[_ETC, _ETE, _ETP, _PR, _CAUT, _AORADFA, _SAh, _CAUD, _SDh, _SDER, _CAUDER, _SDha, _CAUTA, _RSF, _CSF, _CAUDS, _SDS, _VASPICEC, _CSPICED, _ETPISR, _ETCISR, _ETEISR, _ICISRE, _Da, _An, _Au, _Fl, _PWA, _UBM, _PFUT, _AFSR, _UAWS, _KB, _Act, _GHTTPA, _CAUGHTTPA, _SGHTTPA, _UGHTTPA, _AAs, _CAUAA, _SAAh, _UAA, _SAl, _CAUSA, _SSA, _USA, _SNA, _CAUSNA, _SSNA, _USNA, _SAa, _CAUSAr, _SSAh, _USAs, _MSEA, _CAUMSEA, _SMSEA, _UMSEA, _PDA, _CAUPDA, _SPDA, _UPDA, _JA, _CAUJA, _SJA, _UJA, _CAo, _CAUCA, _SCA, _UCA, _ODA, _CAUODA, _SODA, _UODA, _SPA, _CAUSPA, _SSPA, _USPA, _MSTA, _CAUMSTA, _SMSTA, _UMSTA, _GCA, _CAUGCA, _SGCA, _UGCA, _ZA, _CAUZA, _SZA, _UZA, _SAm, _CAUSAre, _SSAha, _USAse, _SAPBPA, _CAUSAPBPA, _SSAPBPA, _USAPBPA, _SAPPMDA, _CAUSAPPMDA, _SSAPPMDA, _USAPPMDA, _SAPPIA, _CAUSAPPIA, _SSAPPIA, _USAPPIA, _SAPBOMA, _CAUSAPBOMA, _SSAPBOMA, _USAPBOMA, _SAPMSA, _CAUSAPMSA, _SSAPMSA, _USAPMSA, _FSA, _CAUFSA, _SFSA, _UFSA, _ASTA, _CAUASTA, _SASTA, _UASTA, _TAe, _CAUTAr, _STA, _UTA, _CAom, _CAUCAr, _SCAh, _UCAs, _CMA, _CAUCMA, _SCMA, _UCMA, _ABARSA, _CAUABARSA, _SABARSA, _UABARSA, _ABFSA, _CAUABFSA, _SABFSA, _UABFSA, _ABKRSA, _CAUABKRSA, _SABKRSA, _UABKRSA, _MCPA, _CAUMCPA, _SMCPA, _UMCPA, _OAPIA, _CAUOAPIA, _SOAPIA, _UOAPIA, _SPGMIA, _CAUSPGMIA, _SSPGMIA, _USPGMIA, _SPGEA, _CAUSPGEA, _SSPGEA, _USPGEA, _BHRA, _CAUBHRA, _SBHRA, _UBHRA, _BAA, _CAUBAA, _SBAA, _UBAA, _CAA, _CAUCAA, _SCAA, _UCAA, _GAi, _CAUGA, _SGA, _UGA, _NA, _CAUNA, _SNAh, _UNA, _LA, _CAULA, _SLA, _ULA, _HFA, _CAUHFA, _SHFA, _UHFA, _MA, _CAUMA, _SMA, _UMA, _HA, _CAUHA, _SHA, _UHA, _IAn, _CAUIA, _SIA, _UIA, _NRA, _CAUNRA, _SNRA, _UNRA, _Top, _EVWQ, _BCFWQ, _CDESWQ, _Sp, _CSr, _SSh, _CAh, _CCA, _SCAha, _Re, _SUUR, _Ext, _MSF, _GAe, _Sto, _Sc],
|
|
4727
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
4723
4728
|
];
|
|
4724
4729
|
export var CascadingControlConfiguration$ = [3, n0, _CCC,
|
|
4725
4730
|
0,
|
|
@@ -5021,6 +5026,16 @@ export var ControlSortConfiguration$ = [3, n0, _CSC,
|
|
|
5021
5026
|
[_SVS, _CCSo],
|
|
5022
5027
|
[() => SelectableValuesSort$, () => AggregationSortConfiguration$]
|
|
5023
5028
|
];
|
|
5029
|
+
export var ControlTitleFontConfiguration$ = [3, n0, _CTFC,
|
|
5030
|
+
0,
|
|
5031
|
+
[_FCo, _TAex],
|
|
5032
|
+
[() => FontConfiguration$, 0]
|
|
5033
|
+
];
|
|
5034
|
+
export var ControlTitleFormatText$ = [3, n0, _CTFT,
|
|
5035
|
+
0,
|
|
5036
|
+
[_PT, _RTi],
|
|
5037
|
+
[0, 0]
|
|
5038
|
+
];
|
|
5024
5039
|
export var Coordinate$ = [3, n0, _Coo,
|
|
5025
5040
|
0,
|
|
5026
5041
|
[_Lat, _Lon],
|
|
@@ -5193,7 +5208,7 @@ export var CreateNamespaceResponse$ = [3, n0, _CNRr,
|
|
|
5193
5208
|
];
|
|
5194
5209
|
export var CreateRefreshScheduleRequest$ = [3, n0, _CRSR,
|
|
5195
5210
|
0,
|
|
5196
|
-
[_DSI, _AAI,
|
|
5211
|
+
[_DSI, _AAI, _Sch],
|
|
5197
5212
|
[[0, 1], [0, 1], () => RefreshSchedule$], 3
|
|
5198
5213
|
];
|
|
5199
5214
|
export var CreateRefreshScheduleResponse$ = [3, n0, _CRSRr,
|
|
@@ -5843,8 +5858,8 @@ export var DefaultDateTimePickerControlOptions$ = [3, n0, _DDTPCO,
|
|
|
5843
5858
|
];
|
|
5844
5859
|
export var DefaultFilterControlConfiguration$ = [3, n0, _DFCC,
|
|
5845
5860
|
0,
|
|
5846
|
-
[_Tit,
|
|
5847
|
-
[0, () =>
|
|
5861
|
+
[_COo, _Tit, _CTFT],
|
|
5862
|
+
[() => DefaultFilterControlOptions$, 0, () => ControlTitleFormatText$], 1
|
|
5848
5863
|
];
|
|
5849
5864
|
export var DefaultFilterControlOptions$ = [3, n0, _DFCO,
|
|
5850
5865
|
0,
|
|
@@ -7013,7 +7028,7 @@ export var FilterAggMetrics$ = [3, n0, _FAM,
|
|
|
7013
7028
|
];
|
|
7014
7029
|
export var FilterControl$ = [3, n0, _FCil,
|
|
7015
7030
|
0,
|
|
7016
|
-
[_DTPa, _Lis, _Dr, _TFe,
|
|
7031
|
+
[_DTPa, _Lis, _Dr, _TFe, _TAext, _Sl, _RDT, _CSro],
|
|
7017
7032
|
[() => FilterDateTimePickerControl$, () => FilterListControl$, () => FilterDropDownControl$, () => FilterTextFieldControl$, () => FilterTextAreaControl$, () => FilterSliderControl$, () => FilterRelativeDateTimeControl$, () => FilterCrossSheetControl$]
|
|
7018
7033
|
];
|
|
7019
7034
|
export var FilterCrossSheetControl$ = [3, n0, _FCSC,
|
|
@@ -7023,13 +7038,13 @@ export var FilterCrossSheetControl$ = [3, n0, _FCSC,
|
|
|
7023
7038
|
];
|
|
7024
7039
|
export var FilterDateTimePickerControl$ = [3, n0, _FDTPC,
|
|
7025
7040
|
0,
|
|
7026
|
-
[_FCI,
|
|
7027
|
-
[0, 0, 0, () => DateTimePickerControlDisplayOptions$, 0, 0],
|
|
7041
|
+
[_FCI, _SFI, _Tit, _DOi, _T, _CMom, _CTFT],
|
|
7042
|
+
[0, 0, 0, () => DateTimePickerControlDisplayOptions$, 0, 0, () => ControlTitleFormatText$], 2
|
|
7028
7043
|
];
|
|
7029
7044
|
export var FilterDropDownControl$ = [3, n0, _FDDC,
|
|
7030
7045
|
0,
|
|
7031
|
-
[_FCI,
|
|
7032
|
-
[0, 0, 0, () => DropDownControlDisplayOptions$, 0, () => FilterSelectableValues$, () => CascadingControlConfiguration$, 0, () => ControlSortConfigurationList],
|
|
7046
|
+
[_FCI, _SFI, _Tit, _DOi, _T, _SVe, _CCC, _CMom, _CSCo, _CTFT],
|
|
7047
|
+
[0, 0, 0, () => DropDownControlDisplayOptions$, 0, () => FilterSelectableValues$, () => CascadingControlConfiguration$, 0, () => ControlSortConfigurationList, () => ControlTitleFormatText$], 2
|
|
7033
7048
|
];
|
|
7034
7049
|
export var FilterGroup$ = [3, n0, _FGil,
|
|
7035
7050
|
0,
|
|
@@ -7043,8 +7058,8 @@ export var FilterListConfiguration$ = [3, n0, _FLC,
|
|
|
7043
7058
|
];
|
|
7044
7059
|
export var FilterListControl$ = [3, n0, _FLCi,
|
|
7045
7060
|
0,
|
|
7046
|
-
[_FCI,
|
|
7047
|
-
[0, 0, 0, () => ListControlDisplayOptions$, 0, () => FilterSelectableValues$, () => CascadingControlConfiguration$, () => ControlSortConfigurationList],
|
|
7061
|
+
[_FCI, _SFI, _Tit, _DOi, _T, _SVe, _CCC, _CSCo, _CTFT],
|
|
7062
|
+
[0, 0, 0, () => ListControlDisplayOptions$, 0, () => FilterSelectableValues$, () => CascadingControlConfiguration$, () => ControlSortConfigurationList, () => ControlTitleFormatText$], 2
|
|
7048
7063
|
];
|
|
7049
7064
|
export var FilterOperation$ = [3, n0, _FO,
|
|
7050
7065
|
0,
|
|
@@ -7063,8 +7078,8 @@ export var FilterOperationTargetVisualsConfiguration$ = [3, n0, _FOTVC,
|
|
|
7063
7078
|
];
|
|
7064
7079
|
export var FilterRelativeDateTimeControl$ = [3, n0, _FRDTC,
|
|
7065
7080
|
0,
|
|
7066
|
-
[_FCI,
|
|
7067
|
-
[0, 0, 0, () => RelativeDateTimeControlDisplayOptions$, 0],
|
|
7081
|
+
[_FCI, _SFI, _Tit, _DOi, _CMom, _CTFT],
|
|
7082
|
+
[0, 0, 0, () => RelativeDateTimeControlDisplayOptions$, 0, () => ControlTitleFormatText$], 2
|
|
7068
7083
|
];
|
|
7069
7084
|
export var FilterScopeConfiguration$ = [3, n0, _FSC,
|
|
7070
7085
|
0,
|
|
@@ -7078,8 +7093,8 @@ export var FilterSelectableValues$ = [3, n0, _FSV,
|
|
|
7078
7093
|
];
|
|
7079
7094
|
export var FilterSliderControl$ = [3, n0, _FSCi,
|
|
7080
7095
|
0,
|
|
7081
|
-
[_FCI,
|
|
7082
|
-
[0, 0,
|
|
7096
|
+
[_FCI, _SFI, _MV, _MVi, _SSt, _Tit, _DOi, _T, _CTFT],
|
|
7097
|
+
[0, 0, 1, 1, 1, 0, () => SliderControlDisplayOptions$, 0, () => ControlTitleFormatText$], 5
|
|
7083
7098
|
];
|
|
7084
7099
|
export var FiltersOperation$ = [3, n0, _FOi,
|
|
7085
7100
|
0,
|
|
@@ -7088,13 +7103,13 @@ export var FiltersOperation$ = [3, n0, _FOi,
|
|
|
7088
7103
|
];
|
|
7089
7104
|
export var FilterTextAreaControl$ = [3, n0, _FTAC,
|
|
7090
7105
|
0,
|
|
7091
|
-
[_FCI,
|
|
7092
|
-
[0, 0, 0, 0, () => TextAreaControlDisplayOptions$],
|
|
7106
|
+
[_FCI, _SFI, _Tit, _Del, _DOi, _CTFT],
|
|
7107
|
+
[0, 0, 0, 0, () => TextAreaControlDisplayOptions$, () => ControlTitleFormatText$], 2
|
|
7093
7108
|
];
|
|
7094
7109
|
export var FilterTextFieldControl$ = [3, n0, _FTFC,
|
|
7095
7110
|
0,
|
|
7096
|
-
[_FCI, _Tit,
|
|
7097
|
-
[0, 0, 0, () => TextFieldControlDisplayOptions$],
|
|
7111
|
+
[_FCI, _SFI, _Tit, _DOi, _CTFT],
|
|
7112
|
+
[0, 0, 0, () => TextFieldControlDisplayOptions$, () => ControlTitleFormatText$], 2
|
|
7098
7113
|
];
|
|
7099
7114
|
export var FlowSummary$ = [3, n0, _FSl,
|
|
7100
7115
|
0,
|
|
@@ -7148,7 +7163,7 @@ export var ForecastComputation$ = [3, n0, _FCore,
|
|
|
7148
7163
|
];
|
|
7149
7164
|
export var ForecastConfiguration$ = [3, n0, _FCorec,
|
|
7150
7165
|
0,
|
|
7151
|
-
[_FPo,
|
|
7166
|
+
[_FPo, _Sc],
|
|
7152
7167
|
[() => TimeBasedForecastProperties$, () => ForecastScenario$]
|
|
7153
7168
|
];
|
|
7154
7169
|
export var ForecastScenario$ = [3, n0, _FSor,
|
|
@@ -7553,8 +7568,8 @@ export var GetFlowPermissionsOutput$ = [3, n0, _GFPO,
|
|
|
7553
7568
|
];
|
|
7554
7569
|
export var GetIdentityContextRequest$ = [3, n0, _GICR,
|
|
7555
7570
|
0,
|
|
7556
|
-
[_AAI, _UIs, _Na, _SEAe],
|
|
7557
|
-
[[0, 1], [() => UserIdentifier$, 0], 0, 4], 2
|
|
7571
|
+
[_AAI, _UIs, _Na, _SEAe, _CRo],
|
|
7572
|
+
[[0, 1], [() => UserIdentifier$, 0], 0, 4, 0], 2
|
|
7558
7573
|
];
|
|
7559
7574
|
export var GetIdentityContextResponse$ = [3, n0, _GICRe,
|
|
7560
7575
|
0,
|
|
@@ -7578,7 +7593,7 @@ export var GlobalTableBorderOptions$ = [3, n0, _GTBO,
|
|
|
7578
7593
|
];
|
|
7579
7594
|
export var GradientColor$ = [3, n0, _GCr,
|
|
7580
7595
|
0,
|
|
7581
|
-
[
|
|
7596
|
+
[_Stop],
|
|
7582
7597
|
[() => GradientStopList]
|
|
7583
7598
|
];
|
|
7584
7599
|
export var GradientStop$ = [3, n0, _GSr,
|
|
@@ -8668,8 +8683,8 @@ export var OAuthClientCredentials$ = [3, n0, _OACC,
|
|
|
8668
8683
|
];
|
|
8669
8684
|
export var OAuthParameters$ = [3, n0, _OAP,
|
|
8670
8685
|
0,
|
|
8671
|
-
[_TPU, _OAS, _IPVCP, _IPRU],
|
|
8672
|
-
[0, 0, () => VpcConnectionProperties$, 0], 1
|
|
8686
|
+
[_TPU, _OAS, _IPVCP, _IPRU, _IPCACBSU],
|
|
8687
|
+
[0, 0, () => VpcConnectionProperties$, 0, 0], 1
|
|
8673
8688
|
];
|
|
8674
8689
|
export var OracleParameters$ = [3, n0, _OPr,
|
|
8675
8690
|
0,
|
|
@@ -8713,13 +8728,13 @@ export var PanelTitleOptions$ = [3, n0, _PTO,
|
|
|
8713
8728
|
];
|
|
8714
8729
|
export var ParameterControl$ = [3, n0, _PCar,
|
|
8715
8730
|
0,
|
|
8716
|
-
[_DTPa, _Lis, _Dr, _TFe,
|
|
8731
|
+
[_DTPa, _Lis, _Dr, _TFe, _TAext, _Sl],
|
|
8717
8732
|
[() => ParameterDateTimePickerControl$, () => ParameterListControl$, () => ParameterDropDownControl$, () => ParameterTextFieldControl$, () => ParameterTextAreaControl$, () => ParameterSliderControl$]
|
|
8718
8733
|
];
|
|
8719
8734
|
export var ParameterDateTimePickerControl$ = [3, n0, _PDTPC,
|
|
8720
8735
|
0,
|
|
8721
|
-
[_PCI, _Tit,
|
|
8722
|
-
[0, 0, 0, () => DateTimePickerControlDisplayOptions$],
|
|
8736
|
+
[_PCI, _SPN, _Tit, _DOi, _CTFT],
|
|
8737
|
+
[0, 0, 0, () => DateTimePickerControlDisplayOptions$, () => ControlTitleFormatText$], 2
|
|
8723
8738
|
];
|
|
8724
8739
|
export var ParameterDeclaration$ = [3, n0, _PDa,
|
|
8725
8740
|
0,
|
|
@@ -8728,13 +8743,13 @@ export var ParameterDeclaration$ = [3, n0, _PDa,
|
|
|
8728
8743
|
];
|
|
8729
8744
|
export var ParameterDropDownControl$ = [3, n0, _PDDC,
|
|
8730
8745
|
0,
|
|
8731
|
-
[_PCI,
|
|
8732
|
-
[0, 0, 0, () => DropDownControlDisplayOptions$, 0, () => ParameterSelectableValues$, () => CascadingControlConfiguration$, 0, () => ControlSortConfigurationList],
|
|
8746
|
+
[_PCI, _SPN, _Tit, _DOi, _T, _SVe, _CCC, _CMom, _CSCo, _CTFT],
|
|
8747
|
+
[0, 0, 0, () => DropDownControlDisplayOptions$, 0, () => ParameterSelectableValues$, () => CascadingControlConfiguration$, 0, () => ControlSortConfigurationList, () => ControlTitleFormatText$], 2
|
|
8733
8748
|
];
|
|
8734
8749
|
export var ParameterListControl$ = [3, n0, _PLCa,
|
|
8735
8750
|
0,
|
|
8736
|
-
[_PCI,
|
|
8737
|
-
[0, 0, 0, () => ListControlDisplayOptions$, 0, () => ParameterSelectableValues$, () => CascadingControlConfiguration$, () => ControlSortConfigurationList],
|
|
8751
|
+
[_PCI, _SPN, _Tit, _DOi, _T, _SVe, _CCC, _CSCo, _CTFT],
|
|
8752
|
+
[0, 0, 0, () => ListControlDisplayOptions$, 0, () => ParameterSelectableValues$, () => CascadingControlConfiguration$, () => ControlSortConfigurationList, () => ControlTitleFormatText$], 2
|
|
8738
8753
|
];
|
|
8739
8754
|
export var _Parameters$ = [3, n0, _Par,
|
|
8740
8755
|
0,
|
|
@@ -8748,18 +8763,18 @@ export var ParameterSelectableValues$ = [3, n0, _PSV,
|
|
|
8748
8763
|
];
|
|
8749
8764
|
export var ParameterSliderControl$ = [3, n0, _PSC,
|
|
8750
8765
|
0,
|
|
8751
|
-
[_PCI,
|
|
8752
|
-
[0, 0,
|
|
8766
|
+
[_PCI, _SPN, _MV, _MVi, _SSt, _Tit, _DOi, _CTFT],
|
|
8767
|
+
[0, 0, 1, 1, 1, 0, () => SliderControlDisplayOptions$, () => ControlTitleFormatText$], 5
|
|
8753
8768
|
];
|
|
8754
8769
|
export var ParameterTextAreaControl$ = [3, n0, _PTAC,
|
|
8755
8770
|
0,
|
|
8756
|
-
[_PCI,
|
|
8757
|
-
[0, 0, 0, 0, () => TextAreaControlDisplayOptions$],
|
|
8771
|
+
[_PCI, _SPN, _Tit, _Del, _DOi, _CTFT],
|
|
8772
|
+
[0, 0, 0, 0, () => TextAreaControlDisplayOptions$, () => ControlTitleFormatText$], 2
|
|
8758
8773
|
];
|
|
8759
8774
|
export var ParameterTextFieldControl$ = [3, n0, _PTFC,
|
|
8760
8775
|
0,
|
|
8761
|
-
[_PCI, _Tit,
|
|
8762
|
-
[0, 0, 0, () => TextFieldControlDisplayOptions$],
|
|
8776
|
+
[_PCI, _SPN, _Tit, _DOi, _CTFT],
|
|
8777
|
+
[0, 0, 0, () => TextFieldControlDisplayOptions$, () => ControlTitleFormatText$], 2
|
|
8763
8778
|
];
|
|
8764
8779
|
export var ParentDataSet$ = [3, n0, _PDS,
|
|
8765
8780
|
0,
|
|
@@ -9248,7 +9263,7 @@ export var RegisteredCustomerManagedKey$ = [3, n0, _RCMK,
|
|
|
9248
9263
|
];
|
|
9249
9264
|
export var RegisteredUserConsoleFeatureConfigurations$ = [3, n0, _RUCFC,
|
|
9250
9265
|
0,
|
|
9251
|
-
[_SPta, _SV, _AQIQS,
|
|
9266
|
+
[_SPta, _SV, _AQIQS, _Sche, _RSec, _TAhr, _DCS],
|
|
9252
9267
|
[() => StatePersistenceConfigurations$, () => SharedViewConfigurations$, () => AmazonQInQuickSightConsoleConfigurations$, () => SchedulesConfigurations$, () => RecentSnapshotsConfigurations$, () => ThresholdAlertsConfigurations$, () => DashboardCustomizationSummaryConfigurations$]
|
|
9253
9268
|
];
|
|
9254
9269
|
export var RegisteredUserDashboardEmbeddingConfiguration$ = [3, n0, _RUDEC,
|
|
@@ -9258,7 +9273,7 @@ export var RegisteredUserDashboardEmbeddingConfiguration$ = [3, n0, _RUDEC,
|
|
|
9258
9273
|
];
|
|
9259
9274
|
export var RegisteredUserDashboardFeatureConfigurations$ = [3, n0, _RUDFC,
|
|
9260
9275
|
0,
|
|
9261
|
-
[_SPta, _Boo, _SV, _AQIQS,
|
|
9276
|
+
[_SPta, _Boo, _SV, _AQIQS, _Sche, _RSec, _TAhr, _DCS],
|
|
9262
9277
|
[() => StatePersistenceConfigurations$, () => BookmarksConfigurations$, () => SharedViewConfigurations$, () => AmazonQInQuickSightDashboardConfigurations$, () => SchedulesConfigurations$, () => RecentSnapshotsConfigurations$, () => ThresholdAlertsConfigurations$, () => DashboardCustomizationSummaryConfigurations$]
|
|
9263
9278
|
];
|
|
9264
9279
|
export var RegisteredUserDashboardVisualEmbeddingConfiguration$ = [3, n0, _RUDVEC,
|
|
@@ -9308,7 +9323,7 @@ export var RegisterUserResponse$ = [3, n0, _RURe,
|
|
|
9308
9323
|
];
|
|
9309
9324
|
export var RelationalTable$ = [3, n0, _RTel,
|
|
9310
9325
|
0,
|
|
9311
|
-
[_DSAa, _N, _ICnp, _Cata,
|
|
9326
|
+
[_DSAa, _N, _ICnp, _Cata, _Schem],
|
|
9312
9327
|
[0, 0, () => InputColumnList, 0, 0], 3
|
|
9313
9328
|
];
|
|
9314
9329
|
export var RelativeDatesFilter$ = [3, n0, _RDF,
|
|
@@ -10673,8 +10688,8 @@ export var TwitterParameters$ = [3, n0, _TPw,
|
|
|
10673
10688
|
];
|
|
10674
10689
|
export var Typography$ = [3, n0, _Ty,
|
|
10675
10690
|
0,
|
|
10676
|
-
[_FFon, _ATFC, _ALFC, _LTFC, _LVFC, _DLFC, _VTFC, _VSFC],
|
|
10677
|
-
[() => FontList, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => VisualTitleFontConfiguration$, () => VisualSubtitleFontConfiguration$]
|
|
10691
|
+
[_FFon, _ATFC, _ALFC, _LTFC, _LVFC, _DLFC, _VTFC, _VSFC, _CTFC],
|
|
10692
|
+
[() => FontList, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => FontConfiguration$, () => VisualTitleFontConfiguration$, () => VisualSubtitleFontConfiguration$, () => ControlTitleFontConfiguration$]
|
|
10678
10693
|
];
|
|
10679
10694
|
export var UIColorPalette$ = [3, n0, _UICP,
|
|
10680
10695
|
0,
|
|
@@ -11048,7 +11063,7 @@ export var UpdateQuickSightQSearchConfigurationResponse$ = [3, n0, _UQSQSCRp,
|
|
|
11048
11063
|
];
|
|
11049
11064
|
export var UpdateRefreshScheduleRequest$ = [3, n0, _URSR,
|
|
11050
11065
|
0,
|
|
11051
|
-
[_DSI, _AAI,
|
|
11066
|
+
[_DSI, _AAI, _Sch],
|
|
11052
11067
|
[[0, 1], [0, 1], () => RefreshSchedule$], 3
|
|
11053
11068
|
];
|
|
11054
11069
|
export var UpdateRefreshScheduleResponse$ = [3, n0, _URSRp,
|
|
@@ -11298,7 +11313,7 @@ export var VisualPalette$ = [3, n0, _VP,
|
|
|
11298
11313
|
];
|
|
11299
11314
|
export var VisualSubtitleFontConfiguration$ = [3, n0, _VSFC,
|
|
11300
11315
|
0,
|
|
11301
|
-
[_FCo,
|
|
11316
|
+
[_FCo, _TAex, _TTex],
|
|
11302
11317
|
[() => FontConfiguration$, 0, 0]
|
|
11303
11318
|
];
|
|
11304
11319
|
export var VisualSubtitleLabelOptions$ = [3, n0, _VSLO,
|
|
@@ -11308,7 +11323,7 @@ export var VisualSubtitleLabelOptions$ = [3, n0, _VSLO,
|
|
|
11308
11323
|
];
|
|
11309
11324
|
export var VisualTitleFontConfiguration$ = [3, n0, _VTFC,
|
|
11310
11325
|
0,
|
|
11311
|
-
[_FCo,
|
|
11326
|
+
[_FCo, _TAex, _TTex],
|
|
11312
11327
|
[() => FontConfiguration$, 0, 0]
|
|
11313
11328
|
];
|
|
11314
11329
|
export var VisualTitleLabelOptions$ = [3, n0, _VTLO,
|
|
@@ -117,7 +117,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
117
117
|
* { // ParameterControl
|
|
118
118
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
119
119
|
* ParameterControlId: "STRING_VALUE", // required
|
|
120
|
-
* Title: "STRING_VALUE",
|
|
120
|
+
* Title: "STRING_VALUE",
|
|
121
121
|
* SourceParameterName: "STRING_VALUE", // required
|
|
122
122
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
123
123
|
* TitleOptions: { // LabelOptions
|
|
@@ -145,10 +145,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
145
145
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
146
146
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
147
147
|
* },
|
|
148
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
149
|
+
* PlainText: "STRING_VALUE",
|
|
150
|
+
* RichText: "STRING_VALUE",
|
|
151
|
+
* },
|
|
148
152
|
* },
|
|
149
153
|
* List: { // ParameterListControl
|
|
150
154
|
* ParameterControlId: "STRING_VALUE", // required
|
|
151
|
-
* Title: "STRING_VALUE",
|
|
155
|
+
* Title: "STRING_VALUE",
|
|
152
156
|
* SourceParameterName: "STRING_VALUE", // required
|
|
153
157
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
154
158
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -228,10 +232,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
228
232
|
* },
|
|
229
233
|
* },
|
|
230
234
|
* ],
|
|
235
|
+
* ControlTitleFormatText: {
|
|
236
|
+
* PlainText: "STRING_VALUE",
|
|
237
|
+
* RichText: "STRING_VALUE",
|
|
238
|
+
* },
|
|
231
239
|
* },
|
|
232
240
|
* Dropdown: { // ParameterDropDownControl
|
|
233
241
|
* ParameterControlId: "STRING_VALUE", // required
|
|
234
|
-
* Title: "STRING_VALUE",
|
|
242
|
+
* Title: "STRING_VALUE",
|
|
235
243
|
* SourceParameterName: "STRING_VALUE", // required
|
|
236
244
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
237
245
|
* SelectAllOptions: {
|
|
@@ -306,10 +314,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
306
314
|
* },
|
|
307
315
|
* },
|
|
308
316
|
* ],
|
|
317
|
+
* ControlTitleFormatText: {
|
|
318
|
+
* PlainText: "STRING_VALUE",
|
|
319
|
+
* RichText: "STRING_VALUE",
|
|
320
|
+
* },
|
|
309
321
|
* },
|
|
310
322
|
* TextField: { // ParameterTextFieldControl
|
|
311
323
|
* ParameterControlId: "STRING_VALUE", // required
|
|
312
|
-
* Title: "STRING_VALUE",
|
|
324
|
+
* Title: "STRING_VALUE",
|
|
313
325
|
* SourceParameterName: "STRING_VALUE", // required
|
|
314
326
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
315
327
|
* TitleOptions: {
|
|
@@ -337,10 +349,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
337
349
|
* InfoIconText: "STRING_VALUE",
|
|
338
350
|
* },
|
|
339
351
|
* },
|
|
352
|
+
* ControlTitleFormatText: {
|
|
353
|
+
* PlainText: "STRING_VALUE",
|
|
354
|
+
* RichText: "STRING_VALUE",
|
|
355
|
+
* },
|
|
340
356
|
* },
|
|
341
357
|
* TextArea: { // ParameterTextAreaControl
|
|
342
358
|
* ParameterControlId: "STRING_VALUE", // required
|
|
343
|
-
* Title: "STRING_VALUE",
|
|
359
|
+
* Title: "STRING_VALUE",
|
|
344
360
|
* SourceParameterName: "STRING_VALUE", // required
|
|
345
361
|
* Delimiter: "STRING_VALUE",
|
|
346
362
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -369,10 +385,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
369
385
|
* InfoIconText: "STRING_VALUE",
|
|
370
386
|
* },
|
|
371
387
|
* },
|
|
388
|
+
* ControlTitleFormatText: {
|
|
389
|
+
* PlainText: "STRING_VALUE",
|
|
390
|
+
* RichText: "STRING_VALUE",
|
|
391
|
+
* },
|
|
372
392
|
* },
|
|
373
393
|
* Slider: { // ParameterSliderControl
|
|
374
394
|
* ParameterControlId: "STRING_VALUE", // required
|
|
375
|
-
* Title: "STRING_VALUE",
|
|
395
|
+
* Title: "STRING_VALUE",
|
|
376
396
|
* SourceParameterName: "STRING_VALUE", // required
|
|
377
397
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
378
398
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -381,6 +401,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
381
401
|
* MaximumValue: Number("double"), // required
|
|
382
402
|
* MinimumValue: Number("double"), // required
|
|
383
403
|
* StepSize: Number("double"), // required
|
|
404
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
384
405
|
* },
|
|
385
406
|
* },
|
|
386
407
|
* ],
|
|
@@ -388,7 +409,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
388
409
|
* { // FilterControl
|
|
389
410
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
390
411
|
* FilterControlId: "STRING_VALUE", // required
|
|
391
|
-
* Title: "STRING_VALUE",
|
|
412
|
+
* Title: "STRING_VALUE",
|
|
392
413
|
* SourceFilterId: "STRING_VALUE", // required
|
|
393
414
|
* DisplayOptions: {
|
|
394
415
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -399,10 +420,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
399
420
|
* },
|
|
400
421
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
401
422
|
* CommitMode: "AUTO" || "MANUAL",
|
|
423
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
402
424
|
* },
|
|
403
425
|
* List: { // FilterListControl
|
|
404
426
|
* FilterControlId: "STRING_VALUE", // required
|
|
405
|
-
* Title: "STRING_VALUE",
|
|
427
|
+
* Title: "STRING_VALUE",
|
|
406
428
|
* SourceFilterId: "STRING_VALUE", // required
|
|
407
429
|
* DisplayOptions: {
|
|
408
430
|
* SearchOptions: {
|
|
@@ -453,10 +475,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
453
475
|
* },
|
|
454
476
|
* },
|
|
455
477
|
* ],
|
|
478
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
456
479
|
* },
|
|
457
480
|
* Dropdown: { // FilterDropDownControl
|
|
458
481
|
* FilterControlId: "STRING_VALUE", // required
|
|
459
|
-
* Title: "STRING_VALUE",
|
|
482
|
+
* Title: "STRING_VALUE",
|
|
460
483
|
* SourceFilterId: "STRING_VALUE", // required
|
|
461
484
|
* DisplayOptions: {
|
|
462
485
|
* SelectAllOptions: {
|
|
@@ -505,10 +528,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
505
528
|
* },
|
|
506
529
|
* },
|
|
507
530
|
* ],
|
|
531
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
508
532
|
* },
|
|
509
533
|
* TextField: { // FilterTextFieldControl
|
|
510
534
|
* FilterControlId: "STRING_VALUE", // required
|
|
511
|
-
* Title: "STRING_VALUE",
|
|
535
|
+
* Title: "STRING_VALUE",
|
|
512
536
|
* SourceFilterId: "STRING_VALUE", // required
|
|
513
537
|
* DisplayOptions: {
|
|
514
538
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -517,10 +541,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
517
541
|
* },
|
|
518
542
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
519
543
|
* },
|
|
544
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
520
545
|
* },
|
|
521
546
|
* TextArea: { // FilterTextAreaControl
|
|
522
547
|
* FilterControlId: "STRING_VALUE", // required
|
|
523
|
-
* Title: "STRING_VALUE",
|
|
548
|
+
* Title: "STRING_VALUE",
|
|
524
549
|
* SourceFilterId: "STRING_VALUE", // required
|
|
525
550
|
* Delimiter: "STRING_VALUE",
|
|
526
551
|
* DisplayOptions: {
|
|
@@ -530,10 +555,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
530
555
|
* },
|
|
531
556
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
532
557
|
* },
|
|
558
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
533
559
|
* },
|
|
534
560
|
* Slider: { // FilterSliderControl
|
|
535
561
|
* FilterControlId: "STRING_VALUE", // required
|
|
536
|
-
* Title: "STRING_VALUE",
|
|
562
|
+
* Title: "STRING_VALUE",
|
|
537
563
|
* SourceFilterId: "STRING_VALUE", // required
|
|
538
564
|
* DisplayOptions: {
|
|
539
565
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -543,10 +569,11 @@ declare const CreateAnalysisCommand_base: {
|
|
|
543
569
|
* MaximumValue: Number("double"), // required
|
|
544
570
|
* MinimumValue: Number("double"), // required
|
|
545
571
|
* StepSize: Number("double"), // required
|
|
572
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
546
573
|
* },
|
|
547
574
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
548
575
|
* FilterControlId: "STRING_VALUE", // required
|
|
549
|
-
* Title: "STRING_VALUE",
|
|
576
|
+
* Title: "STRING_VALUE",
|
|
550
577
|
* SourceFilterId: "STRING_VALUE", // required
|
|
551
578
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
552
579
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -554,6 +581,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
554
581
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
555
582
|
* },
|
|
556
583
|
* CommitMode: "AUTO" || "MANUAL",
|
|
584
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
557
585
|
* },
|
|
558
586
|
* CrossSheet: { // FilterCrossSheetControl
|
|
559
587
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7102,7 +7130,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7102
7130
|
* },
|
|
7103
7131
|
* },
|
|
7104
7132
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7105
|
-
* Title: "STRING_VALUE",
|
|
7133
|
+
* Title: "STRING_VALUE",
|
|
7106
7134
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7107
7135
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7108
7136
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7194,6 +7222,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7194
7222
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7195
7223
|
* },
|
|
7196
7224
|
* },
|
|
7225
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7197
7226
|
* },
|
|
7198
7227
|
* },
|
|
7199
7228
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7213,7 +7242,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7213
7242
|
* AggregationFunction: "<AggregationFunction>",
|
|
7214
7243
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7215
7244
|
* DefaultFilterControlConfiguration: {
|
|
7216
|
-
* Title: "STRING_VALUE",
|
|
7245
|
+
* Title: "STRING_VALUE",
|
|
7217
7246
|
* ControlOptions: {
|
|
7218
7247
|
* DefaultDateTimePickerOptions: {
|
|
7219
7248
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7286,6 +7315,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7286
7315
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7287
7316
|
* },
|
|
7288
7317
|
* },
|
|
7318
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7289
7319
|
* },
|
|
7290
7320
|
* },
|
|
7291
7321
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7298,7 +7328,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7298
7328
|
* ParameterName: "STRING_VALUE",
|
|
7299
7329
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7300
7330
|
* DefaultFilterControlConfiguration: {
|
|
7301
|
-
* Title: "STRING_VALUE",
|
|
7331
|
+
* Title: "STRING_VALUE",
|
|
7302
7332
|
* ControlOptions: {
|
|
7303
7333
|
* DefaultDateTimePickerOptions: {
|
|
7304
7334
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7369,6 +7399,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7369
7399
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7370
7400
|
* },
|
|
7371
7401
|
* },
|
|
7402
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7372
7403
|
* },
|
|
7373
7404
|
* },
|
|
7374
7405
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7382,7 +7413,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7382
7413
|
* Expression: "STRING_VALUE", // required
|
|
7383
7414
|
* },
|
|
7384
7415
|
* DefaultFilterControlConfiguration: {
|
|
7385
|
-
* Title: "STRING_VALUE",
|
|
7416
|
+
* Title: "STRING_VALUE",
|
|
7386
7417
|
* ControlOptions: {
|
|
7387
7418
|
* DefaultDateTimePickerOptions: {
|
|
7388
7419
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7425,6 +7456,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7425
7456
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7426
7457
|
* },
|
|
7427
7458
|
* },
|
|
7459
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7428
7460
|
* },
|
|
7429
7461
|
* },
|
|
7430
7462
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7450,7 +7482,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7450
7482
|
* },
|
|
7451
7483
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7452
7484
|
* DefaultFilterControlConfiguration: {
|
|
7453
|
-
* Title: "STRING_VALUE",
|
|
7485
|
+
* Title: "STRING_VALUE",
|
|
7454
7486
|
* ControlOptions: {
|
|
7455
7487
|
* DefaultDateTimePickerOptions: {
|
|
7456
7488
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7489,6 +7521,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
7489
7521
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7490
7522
|
* },
|
|
7491
7523
|
* },
|
|
7524
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7492
7525
|
* },
|
|
7493
7526
|
* },
|
|
7494
7527
|
* RelativeDatesFilter: { // RelativeDatesFilter
|