@aws-sdk/client-quicksight 3.971.0 → 3.973.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/index.js +232 -32
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +225 -32
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -2
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +172 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +38 -128
- package/dist-types/models/models_1.d.ts +129 -54
- package/dist-types/models/models_2.d.ts +1139 -273
- package/dist-types/models/models_3.d.ts +47 -50
- package/dist-types/models/models_4.d.ts +51 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -27
- package/dist-types/ts3.4/models/models_1.d.ts +30 -19
- package/dist-types/ts3.4/models/models_2.d.ts +191 -12
- package/dist-types/ts3.4/models/models_3.d.ts +12 -12
- package/dist-types/ts3.4/models/models_4.d.ts +12 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -503,7 +503,9 @@ const _AAl = "AllowedAggregations";
|
|
|
503
503
|
const _AAn = "AnalysisArn";
|
|
504
504
|
const _AAp = "ApplicationArn";
|
|
505
505
|
const _AAr = "ArcAxis";
|
|
506
|
+
const _AAs = "AsanaAction";
|
|
506
507
|
const _AB = "AxisBinding";
|
|
508
|
+
const _ABARSA = "AmazonBedrockARSAction";
|
|
507
509
|
const _ABCFOPC = "AssetBundleCloudFormationOverridePropertyConfiguration";
|
|
508
510
|
const _ABCV = "AlternateBandColorsVisibility";
|
|
509
511
|
const _ABEC = "AlternateBandEvenColor";
|
|
@@ -532,6 +534,7 @@ const _ABEJVPCCOPL = "AssetBundleExportJobVPCConnectionOverridePropertiesList";
|
|
|
532
534
|
const _ABEJVS = "AssetBundleExportJobValidationStrategy";
|
|
533
535
|
const _ABEJW = "AssetBundleExportJobWarning";
|
|
534
536
|
const _ABEJWL = "AssetBundleExportJobWarningList";
|
|
537
|
+
const _ABFSA = "AmazonBedrockFSAction";
|
|
535
538
|
const _ABIBB = "AssetBundleImportBodyBlob";
|
|
536
539
|
const _ABIJAOP = "AssetBundleImportJobAnalysisOverrideParameters";
|
|
537
540
|
const _ABIJAOPL = "AssetBundleImportJobAnalysisOverrideParametersList";
|
|
@@ -591,6 +594,7 @@ const _ABIJW = "AssetBundleImportJobWarning";
|
|
|
591
594
|
const _ABIJWL = "AssetBundleImportJobWarningList";
|
|
592
595
|
const _ABIS = "AssetBundleImportSource";
|
|
593
596
|
const _ABISD = "AssetBundleImportSourceDescription";
|
|
597
|
+
const _ABKRSA = "AmazonBedrockKRSAction";
|
|
594
598
|
const _ABOC = "AlternateBandOddColor";
|
|
595
599
|
const _ABRLSC = "AssetBundleResourceLinkSharingConfiguration";
|
|
596
600
|
const _ABRP = "AssetBundleResourcePermissions";
|
|
@@ -707,6 +711,7 @@ const _ASL = "AnalysisSummaryList";
|
|
|
707
711
|
const _ASS = "AccountSubscriptionStatus";
|
|
708
712
|
const _ASSr = "AreaStyleSettings";
|
|
709
713
|
const _AST = "AnalysisSourceTemplate";
|
|
714
|
+
const _ASTA = "AmazonSThreeAction";
|
|
710
715
|
const _ASg = "AggregateStep";
|
|
711
716
|
const _ASl = "AllSheets";
|
|
712
717
|
const _ASle = "AlertStatus";
|
|
@@ -760,6 +765,7 @@ const _Au = "Automate";
|
|
|
760
765
|
const _Aut = "Automation";
|
|
761
766
|
const _B = "Body";
|
|
762
767
|
const _BA = "BarsArrangement";
|
|
768
|
+
const _BAA = "BoxAgentAction";
|
|
763
769
|
const _BACM = "BasicAuthConnectionMetadata";
|
|
764
770
|
const _BAr = "BrandArn";
|
|
765
771
|
const _BC = "BookmarksConfigurations";
|
|
@@ -789,6 +795,7 @@ const _BDTRARa = "BatchDeleteTopicReviewedAnswerResponse";
|
|
|
789
795
|
const _BDr = "BrandDetail";
|
|
790
796
|
const _BE = "BaseEndpoint";
|
|
791
797
|
const _BES = "BrandElementStyle";
|
|
798
|
+
const _BHRA = "BambooHRAction";
|
|
792
799
|
const _BI = "BrandId";
|
|
793
800
|
const _BIL = "BreakdownItemsLimit";
|
|
794
801
|
const _BMS = "BaseMapStyle";
|
|
@@ -850,6 +857,7 @@ const _Bre = "Breakdowns";
|
|
|
850
857
|
const _Bu = "Bucket";
|
|
851
858
|
const _C = "Column";
|
|
852
859
|
const _CA = "CategoryAxis";
|
|
860
|
+
const _CAA = "CanvaAgentAction";
|
|
853
861
|
const _CAC = "CreateAccountCustomization";
|
|
854
862
|
const _CACL = "CustomActionColumnList";
|
|
855
863
|
const _CACR = "CreateAccountCustomizationRequest";
|
|
@@ -879,14 +887,59 @@ const _CASPO = "CustomActionSetParametersOperation";
|
|
|
879
887
|
const _CASR = "CreateAccountSubscriptionRequest";
|
|
880
888
|
const _CASRr = "CreateAccountSubscriptionResponse";
|
|
881
889
|
const _CATR = "ContributionAnalysisTimeRanges";
|
|
890
|
+
const _CAUAA = "CreateAndUpdateAsanaAction";
|
|
891
|
+
const _CAUABARSA = "CreateAndUpdateAmazonBedrockARSAction";
|
|
892
|
+
const _CAUABFSA = "CreateAndUpdateAmazonBedrockFSAction";
|
|
893
|
+
const _CAUABKRSA = "CreateAndUpdateAmazonBedrockKRSAction";
|
|
894
|
+
const _CAUASTA = "CreateAndUpdateAmazonSThreeAction";
|
|
895
|
+
const _CAUBAA = "CreateAndUpdateBoxAgentAction";
|
|
896
|
+
const _CAUBHRA = "CreateAndUpdateBambooHRAction";
|
|
897
|
+
const _CAUCA = "CreateAndUpdateConfluenceAction";
|
|
898
|
+
const _CAUCAA = "CreateAndUpdateCanvaAgentAction";
|
|
899
|
+
const _CAUCAr = "CreateAndUpdateComprehendAction";
|
|
900
|
+
const _CAUCMA = "CreateAndUpdateComprehendMedicalAction";
|
|
882
901
|
const _CAUD = "CreateAndUpdateDatasets";
|
|
883
902
|
const _CAUDER = "CreateAndUpdateDashboardEmailReports";
|
|
884
903
|
const _CAUDS = "CreateAndUpdateDataSources";
|
|
904
|
+
const _CAUFSA = "CreateAndUpdateFactSetAction";
|
|
905
|
+
const _CAUGA = "CreateAndUpdateGithubAction";
|
|
906
|
+
const _CAUGCA = "CreateAndUpdateGoogleCalendarAction";
|
|
907
|
+
const _CAUGHTTPA = "CreateAndUpdateGenericHTTPAction";
|
|
908
|
+
const _CAUHA = "CreateAndUpdateHubspotAction";
|
|
909
|
+
const _CAUHFA = "CreateAndUpdateHuggingFaceAction";
|
|
910
|
+
const _CAUIA = "CreateAndUpdateIntercomAction";
|
|
911
|
+
const _CAUJA = "CreateAndUpdateJiraAction";
|
|
912
|
+
const _CAULA = "CreateAndUpdateLinearAction";
|
|
913
|
+
const _CAUMA = "CreateAndUpdateMondayAction";
|
|
914
|
+
const _CAUMCPA = "CreateAndUpdateMCPAction";
|
|
915
|
+
const _CAUMSEA = "CreateAndUpdateMSExchangeAction";
|
|
916
|
+
const _CAUMSTA = "CreateAndUpdateMSTeamsAction";
|
|
917
|
+
const _CAUNA = "CreateAndUpdateNotionAction";
|
|
918
|
+
const _CAUNRA = "CreateAndUpdateNewRelicAction";
|
|
919
|
+
const _CAUOAPIA = "CreateAndUpdateOpenAPIAction";
|
|
920
|
+
const _CAUODA = "CreateAndUpdateOneDriveAction";
|
|
921
|
+
const _CAUPDA = "CreateAndUpdatePagerDutyAction";
|
|
885
922
|
const _CAURLO = "CustomActionURLOperation";
|
|
923
|
+
const _CAUSA = "CreateAndUpdateSlackAction";
|
|
924
|
+
const _CAUSAPBOMA = "CreateAndUpdateSAPBillOfMaterialAction";
|
|
925
|
+
const _CAUSAPBPA = "CreateAndUpdateSAPBusinessPartnerAction";
|
|
926
|
+
const _CAUSAPMSA = "CreateAndUpdateSAPMaterialStockAction";
|
|
927
|
+
const _CAUSAPPIA = "CreateAndUpdateSAPPhysicalInventoryAction";
|
|
928
|
+
const _CAUSAPPMDA = "CreateAndUpdateSAPProductMasterDataAction";
|
|
929
|
+
const _CAUSAr = "CreateAndUpdateSalesforceAction";
|
|
930
|
+
const _CAUSAre = "CreateAndUpdateSmartsheetAction";
|
|
931
|
+
const _CAUSNA = "CreateAndUpdateServiceNowAction";
|
|
932
|
+
const _CAUSPA = "CreateAndUpdateSharePointAction";
|
|
933
|
+
const _CAUSPGEA = "CreateAndUpdateSandPGlobalEnergyAction";
|
|
934
|
+
const _CAUSPGMIA = "CreateAndUpdateSandPGMIAction";
|
|
886
935
|
const _CAUT = "CreateAndUpdateThemes";
|
|
887
936
|
const _CAUTA = "CreateAndUpdateThresholdAlerts";
|
|
937
|
+
const _CAUTAr = "CreateAndUpdateTextractAction";
|
|
938
|
+
const _CAUZA = "CreateAndUpdateZendeskAction";
|
|
888
939
|
const _CAh = "ChatAgent";
|
|
889
|
-
const _CAo = "
|
|
940
|
+
const _CAo = "ConfluenceAction";
|
|
941
|
+
const _CAol = "ColorAxis";
|
|
942
|
+
const _CAom = "ComprehendAction";
|
|
890
943
|
const _CAon = "ContributionAnalysis";
|
|
891
944
|
const _CAr = "CreateAnalysis";
|
|
892
945
|
const _CB = "CreatedBy";
|
|
@@ -1057,6 +1110,7 @@ const _CLV = "CategoryLabelVisibility";
|
|
|
1057
1110
|
const _CLl = "CloudLayout";
|
|
1058
1111
|
const _CLo = "ComputationList";
|
|
1059
1112
|
const _CM = "ClusterMarker";
|
|
1113
|
+
const _CMA = "ComprehendMedicalAction";
|
|
1060
1114
|
const _CMC = "ClusterMarkerConfiguration";
|
|
1061
1115
|
const _CMF = "CalculatedMeasureField";
|
|
1062
1116
|
const _CMFa = "CategoricalMeasureField";
|
|
@@ -1898,6 +1952,7 @@ const _FP = "FolderPath";
|
|
|
1898
1952
|
const _FPo = "ForecastProperties";
|
|
1899
1953
|
const _FRDTC = "FilterRelativeDateTimeControl";
|
|
1900
1954
|
const _FS = "FirstSource";
|
|
1955
|
+
const _FSA = "FactSetAction";
|
|
1901
1956
|
const _FSC = "FilterScopeConfiguration";
|
|
1902
1957
|
const _FSCi = "FilterSliderControl";
|
|
1903
1958
|
const _FSF = "FolderSearchFilter";
|
|
@@ -1950,10 +2005,12 @@ const _GA = "GenerativeAuthoring";
|
|
|
1950
2005
|
const _GAC = "GenerativeAuthoringConfigurations";
|
|
1951
2006
|
const _GAR = "GeneratedAnswerResult";
|
|
1952
2007
|
const _GAe = "GeneratedAnswer";
|
|
2008
|
+
const _GAi = "GithubAction";
|
|
1953
2009
|
const _GB = "GroupBy";
|
|
1954
2010
|
const _GBCN = "GroupByColumnNames";
|
|
1955
2011
|
const _GBL = "GroupByList";
|
|
1956
2012
|
const _GC = "GeospatialColor";
|
|
2013
|
+
const _GCA = "GoogleCalendarAction";
|
|
1957
2014
|
const _GCACF = "GaugeChartArcConditionalFormatting";
|
|
1958
2015
|
const _GCB = "GeospatialCoordinateBounds";
|
|
1959
2016
|
const _GCC = "GaugeChartConfiguration";
|
|
@@ -1999,6 +2056,7 @@ const _GHC = "GeospatialHeatmapConfiguration";
|
|
|
1999
2056
|
const _GHCS = "GeospatialHeatmapColorScale";
|
|
2000
2057
|
const _GHDC = "GeospatialHeatmapDataColor";
|
|
2001
2058
|
const _GHDCL = "GeospatialHeatmapDataColorList";
|
|
2059
|
+
const _GHTTPA = "GenericHTTPAction";
|
|
2002
2060
|
const _GIC = "GetIdentityContext";
|
|
2003
2061
|
const _GICR = "GetIdentityContextRequest";
|
|
2004
2062
|
const _GICRe = "GetIdentityContextResponse";
|
|
@@ -2081,11 +2139,13 @@ const _Gri = "Grid";
|
|
|
2081
2139
|
const _Gro = "Groups";
|
|
2082
2140
|
const _Gu = "Gutter";
|
|
2083
2141
|
const _H = "Host";
|
|
2142
|
+
const _HA = "HubspotAction";
|
|
2084
2143
|
const _HAFW = "HistogramAggregatedFieldWells";
|
|
2085
2144
|
const _HBO = "HistogramBinOptions";
|
|
2086
2145
|
const _HC = "HeatmapColor";
|
|
2087
2146
|
const _HCe = "HeatmapConfiguration";
|
|
2088
2147
|
const _HCi = "HistogramConfiguration";
|
|
2148
|
+
const _HFA = "HuggingFaceAction";
|
|
2089
2149
|
const _HFSC = "HeaderFooterSectionConfiguration";
|
|
2090
2150
|
const _HFSCL = "HeaderFooterSectionConfigurationList";
|
|
2091
2151
|
const _HFW = "HistogramFieldWells";
|
|
@@ -2123,7 +2183,8 @@ const _IAMPASL = "IAMPolicyAssignmentSummaryList";
|
|
|
2123
2183
|
const _IAMPAo = "IAMPolicyAssignments";
|
|
2124
2184
|
const _IAMU = "IAMUser";
|
|
2125
2185
|
const _IAa = "IamArn";
|
|
2126
|
-
const _IAn = "
|
|
2186
|
+
const _IAn = "IntercomAction";
|
|
2187
|
+
const _IAng = "IngestionArn";
|
|
2127
2188
|
const _IC = "ImageConfiguration";
|
|
2128
2189
|
const _ICA = "ImageCustomAction";
|
|
2129
2190
|
const _ICAL = "ImageCustomActionList";
|
|
@@ -2230,6 +2291,7 @@ const _Ins = "Insight";
|
|
|
2230
2291
|
const _Int = "Interval";
|
|
2231
2292
|
const _Inv = "Inverse";
|
|
2232
2293
|
const _Ir = "Ir";
|
|
2294
|
+
const _JA = "JiraAction";
|
|
2233
2295
|
const _JD = "JoinDefinition";
|
|
2234
2296
|
const _JI = "JoinInstruction";
|
|
2235
2297
|
const _JKP = "JoinKeyProperties";
|
|
@@ -2261,7 +2323,7 @@ const _KPIVSL = "KPIVisualStandardLayout";
|
|
|
2261
2323
|
const _KPU = "KeyPairUsername";
|
|
2262
2324
|
const _KR = "KeyRegistration";
|
|
2263
2325
|
const _L = "Linear";
|
|
2264
|
-
const _LA = "
|
|
2326
|
+
const _LA = "LinearAction";
|
|
2265
2327
|
const _LABEJ = "ListAssetBundleExportJobs";
|
|
2266
2328
|
const _LABEJR = "ListAssetBundleExportJobsRequest";
|
|
2267
2329
|
const _LABEJRi = "ListAssetBundleExportJobsResponse";
|
|
@@ -2273,7 +2335,8 @@ const _LACR = "ListActionConnectorsRequest";
|
|
|
2273
2335
|
const _LACRi = "ListActionConnectorsResponse";
|
|
2274
2336
|
const _LAR = "ListAnalysesRequest";
|
|
2275
2337
|
const _LARi = "ListAnalysesResponse";
|
|
2276
|
-
const _LAi = "
|
|
2338
|
+
const _LAi = "ListAggregation";
|
|
2339
|
+
const _LAis = "ListAnalyses";
|
|
2277
2340
|
const _LAo = "LoadingAnimation";
|
|
2278
2341
|
const _LB = "LowerBoundary";
|
|
2279
2342
|
const _LBR = "ListBrandsRequest";
|
|
@@ -2457,11 +2520,13 @@ const _Lo = "Logarithmic";
|
|
|
2457
2520
|
const _Log = "Logo";
|
|
2458
2521
|
const _Lon = "Longitude";
|
|
2459
2522
|
const _M = "Message";
|
|
2460
|
-
const _MA = "
|
|
2523
|
+
const _MA = "MondayAction";
|
|
2461
2524
|
const _MAF = "MeasureAggregationFunction";
|
|
2462
2525
|
const _MAV = "MatchAllValue";
|
|
2526
|
+
const _MAe = "MemberArn";
|
|
2463
2527
|
const _MC = "MetricComparison";
|
|
2464
2528
|
const _MCC = "MetricComparisonComputation";
|
|
2529
|
+
const _MCPA = "MCPAction";
|
|
2465
2530
|
const _MCa = "MarkerColor";
|
|
2466
2531
|
const _MDC = "MissingDataConfigurations";
|
|
2467
2532
|
const _MDCL = "MissingDataConfigurationList";
|
|
@@ -2499,10 +2564,12 @@ const _MP = "MetricPlacement";
|
|
|
2499
2564
|
const _MR = "MaxResults";
|
|
2500
2565
|
const _MRa = "MaxRows";
|
|
2501
2566
|
const _MS = "MapState";
|
|
2567
|
+
const _MSEA = "MSExchangeAction";
|
|
2502
2568
|
const _MSL = "MaximumStringLength";
|
|
2503
2569
|
const _MSO = "MapStyleOptions";
|
|
2504
2570
|
const _MSP = "MySqlParameters";
|
|
2505
2571
|
const _MSS = "MarkerStyleSettings";
|
|
2572
|
+
const _MSTA = "MSTeamsAction";
|
|
2506
2573
|
const _MSa = "MapStyle";
|
|
2507
2574
|
const _MSar = "MarkerShape";
|
|
2508
2575
|
const _MSarg = "MarginStyle";
|
|
@@ -2521,6 +2588,7 @@ const _Mar = "Margin";
|
|
|
2521
2588
|
const _Max = "Maximum";
|
|
2522
2589
|
const _Me = "Measure";
|
|
2523
2590
|
const _Mea = "Measures";
|
|
2591
|
+
const _Mem = "Members";
|
|
2524
2592
|
const _Met = "Metric";
|
|
2525
2593
|
const _Metr = "Metrics";
|
|
2526
2594
|
const _Mi = "Min";
|
|
@@ -2528,11 +2596,12 @@ const _Min = "Minimum";
|
|
|
2528
2596
|
const _Mir = "Mir";
|
|
2529
2597
|
const _Mo = "Mode";
|
|
2530
2598
|
const _N = "Name";
|
|
2531
|
-
const _NA = "
|
|
2599
|
+
const _NA = "NotionAction";
|
|
2532
2600
|
const _NAA = "NotAllowedAggregations";
|
|
2533
2601
|
const _NAF = "NumericalAggregationFunction";
|
|
2534
2602
|
const _NAIF = "NeverAggregateInFilter";
|
|
2535
2603
|
const _NAO = "NumericAxisOptions";
|
|
2604
|
+
const _NAo = "NonAdditive";
|
|
2536
2605
|
const _NBC = "NegativeBarColor";
|
|
2537
2606
|
const _NC = "NegativeColor";
|
|
2538
2607
|
const _NCI = "NewColumnId";
|
|
@@ -2571,6 +2640,7 @@ const _NMF = "NumericalMeasureField";
|
|
|
2571
2640
|
const _NO = "NullOption";
|
|
2572
2641
|
const _NOa = "NavigationOperation";
|
|
2573
2642
|
const _NPN = "NewParameterName";
|
|
2643
|
+
const _NRA = "NewRelicAction";
|
|
2574
2644
|
const _NRF = "NumericRangeFilter";
|
|
2575
2645
|
const _NRFV = "NumericRangeFilterValue";
|
|
2576
2646
|
const _NRV = "NonRepeatingVisuals";
|
|
@@ -2589,6 +2659,7 @@ const _Nar = "Narrative";
|
|
|
2589
2659
|
const _No = "North";
|
|
2590
2660
|
const _O = "Operator";
|
|
2591
2661
|
const _OAP = "OAuthParameters";
|
|
2662
|
+
const _OAPIA = "OpenAPIAction";
|
|
2592
2663
|
const _OAS = "OAuthScope";
|
|
2593
2664
|
const _OC = "OutputColumns";
|
|
2594
2665
|
const _OCHV = "OverflowColumnHeaderVisibility";
|
|
@@ -2600,6 +2671,7 @@ const _OCNOu = "OutputColumnNameOverride";
|
|
|
2600
2671
|
const _OCn = "OnClause";
|
|
2601
2672
|
const _OCt = "OtherCategories";
|
|
2602
2673
|
const _OCu = "OutputColumn";
|
|
2674
|
+
const _ODA = "OneDriveAction";
|
|
2603
2675
|
const _ODPO = "OverrideDatasetParameterOperation";
|
|
2604
2676
|
const _OF = "OperandField";
|
|
2605
2677
|
const _OFN = "OperandFieldName";
|
|
@@ -2650,6 +2722,7 @@ const _PCo = "PositiveColor";
|
|
|
2650
2722
|
const _PCos = "PostCode";
|
|
2651
2723
|
const _PCr = "ProjectedColumns";
|
|
2652
2724
|
const _PD = "ParameterDeclarations";
|
|
2725
|
+
const _PDA = "PagerDutyAction";
|
|
2653
2726
|
const _PDDC = "ParameterDropDownControl";
|
|
2654
2727
|
const _PDFC = "PercentageDisplayFormatConfiguration";
|
|
2655
2728
|
const _PDL = "ParameterDeclarationList";
|
|
@@ -3005,12 +3078,16 @@ const _Row_ = "Row";
|
|
|
3005
3078
|
const _S = "Suffix";
|
|
3006
3079
|
const _SA = "SecretArn";
|
|
3007
3080
|
const _SAA = "SimpleAttributeAggregation";
|
|
3081
|
+
const _SAAh = "ShareAsanaAction";
|
|
3082
|
+
const _SABARSA = "ShareAmazonBedrockARSAction";
|
|
3008
3083
|
const _SABEJ = "StartAssetBundleExportJob";
|
|
3009
3084
|
const _SABEJR = "StartAssetBundleExportJobRequest";
|
|
3010
3085
|
const _SABEJRt = "StartAssetBundleExportJobResponse";
|
|
3086
|
+
const _SABFSA = "ShareAmazonBedrockFSAction";
|
|
3011
3087
|
const _SABIJ = "StartAssetBundleImportJob";
|
|
3012
3088
|
const _SABIJR = "StartAssetBundleImportJobRequest";
|
|
3013
3089
|
const _SABIJRt = "StartAssetBundleImportJobResponse";
|
|
3090
|
+
const _SABKRSA = "ShareAmazonBedrockKRSAction";
|
|
3014
3091
|
const _SAC = "SearchActionConnectors";
|
|
3015
3092
|
const _SACR = "SearchActionConnectorsRequest";
|
|
3016
3093
|
const _SACRe = "SearchActionConnectorsResponse";
|
|
@@ -3018,23 +3095,34 @@ const _SADT = "StartAfterDateTime";
|
|
|
3018
3095
|
const _SAO = "SingleAxisOptions";
|
|
3019
3096
|
const _SAOe = "SelectAllOptions";
|
|
3020
3097
|
const _SAPB = "SectionAfterPageBreak";
|
|
3098
|
+
const _SAPBOMA = "SAPBillOfMaterialAction";
|
|
3099
|
+
const _SAPBPA = "SAPBusinessPartnerAction";
|
|
3100
|
+
const _SAPMSA = "SAPMaterialStockAction";
|
|
3101
|
+
const _SAPPIA = "SAPPhysicalInventoryAction";
|
|
3102
|
+
const _SAPPMDA = "SAPProductMasterDataAction";
|
|
3021
3103
|
const _SAR = "SearchAnalysesRequest";
|
|
3022
3104
|
const _SARe = "SearchAnalysesResponse";
|
|
3105
|
+
const _SASTA = "ShareAmazonSThreeAction";
|
|
3023
3106
|
const _SAU = "SnapshotAnonymousUser";
|
|
3024
3107
|
const _SAUL = "SnapshotAnonymousUserList";
|
|
3025
3108
|
const _SAUR = "SnapshotAnonymousUserRedacted";
|
|
3026
3109
|
const _SAURL = "SnapshotAnonymousUserRedactedList";
|
|
3027
3110
|
const _SAVO = "SelectAllValueOptions";
|
|
3111
|
+
const _SAa = "SalesforceAction";
|
|
3028
3112
|
const _SAe = "SearchAnalyses";
|
|
3029
3113
|
const _SAh = "ShareAnalyses";
|
|
3030
3114
|
const _SAi = "SimpleAggregation";
|
|
3115
|
+
const _SAl = "SlackAction";
|
|
3116
|
+
const _SAm = "SmartsheetAction";
|
|
3031
3117
|
const _SAo = "SourceArn";
|
|
3032
3118
|
const _SAou = "SourceAnalysis";
|
|
3033
3119
|
const _SAt = "StartAngle";
|
|
3034
3120
|
const _SAta = "StartingAt";
|
|
3035
3121
|
const _SAu = "SucceededAnswers";
|
|
3036
3122
|
const _SB = "SortBy";
|
|
3123
|
+
const _SBAA = "ShareBoxAgentAction";
|
|
3037
3124
|
const _SBC = "S3BucketConfiguration";
|
|
3125
|
+
const _SBHRA = "ShareBambooHRAction";
|
|
3038
3126
|
const _SBL = "SectionBasedLayout";
|
|
3039
3127
|
const _SBLC = "SectionBasedLayoutConfiguration";
|
|
3040
3128
|
const _SBLCSO = "SectionBasedLayoutCanvasSizeOptions";
|
|
@@ -3048,6 +3136,9 @@ const _SBU = "SiteBaseUrl";
|
|
|
3048
3136
|
const _SBe = "SectionBased";
|
|
3049
3137
|
const _SBec = "SecondaryBackground";
|
|
3050
3138
|
const _SC = "StepCount";
|
|
3139
|
+
const _SCA = "ShareConfluenceAction";
|
|
3140
|
+
const _SCAA = "ShareCanvaAgentAction";
|
|
3141
|
+
const _SCAh = "ShareComprehendAction";
|
|
3051
3142
|
const _SCDO = "SliderControlDisplayOptions";
|
|
3052
3143
|
const _SCF = "ShapeConditionalFormat";
|
|
3053
3144
|
const _SCI = "SourceColumnId";
|
|
@@ -3057,6 +3148,7 @@ const _SCLC = "SheetControlLayoutConfiguration";
|
|
|
3057
3148
|
const _SCLL = "SheetControlLayoutList";
|
|
3058
3149
|
const _SCLh = "SheetControlLayouts";
|
|
3059
3150
|
const _SCM = "SimpleClusterMarker";
|
|
3151
|
+
const _SCMA = "ShareComprehendMedicalAction";
|
|
3060
3152
|
const _SCN = "SourceColumnName";
|
|
3061
3153
|
const _SCO = "SheetControlsOption";
|
|
3062
3154
|
const _SCSO = "ScreenCanvasSizeOptions";
|
|
@@ -3141,6 +3233,7 @@ const _SFR = "SearchFoldersRequest";
|
|
|
3141
3233
|
const _SFRe = "SearchFoldersResponse";
|
|
3142
3234
|
const _SFRt = "StartFromRow";
|
|
3143
3235
|
const _SFS = "StaticFileSource";
|
|
3236
|
+
const _SFSA = "ShareFactSetAction";
|
|
3144
3237
|
const _SFSS = "SnapshotFileSheetSelection";
|
|
3145
3238
|
const _SFSSL = "SnapshotFileSheetSelectionList";
|
|
3146
3239
|
const _SFSSO = "StaticFileS3SourceOptions";
|
|
@@ -3157,10 +3250,16 @@ const _SFo = "SourceField";
|
|
|
3157
3250
|
const _SFt = "StaticFile";
|
|
3158
3251
|
const _SFu = "SuccessForeground";
|
|
3159
3252
|
const _SG = "SearchGroups";
|
|
3253
|
+
const _SGA = "ShareGithubAction";
|
|
3254
|
+
const _SGCA = "ShareGoogleCalendarAction";
|
|
3255
|
+
const _SGHTTPA = "ShareGenericHTTPAction";
|
|
3160
3256
|
const _SGI = "SecurityGroupIds";
|
|
3161
3257
|
const _SGR = "SearchGroupsRequest";
|
|
3162
3258
|
const _SGRe = "SearchGroupsResponse";
|
|
3259
|
+
const _SHA = "ShareHubspotAction";
|
|
3260
|
+
const _SHFA = "ShareHuggingFaceAction";
|
|
3163
3261
|
const _SI = "ScheduleId";
|
|
3262
|
+
const _SIA = "ShareIntercomAction";
|
|
3164
3263
|
const _SII = "SheetImageId";
|
|
3165
3264
|
const _SIL = "SourceItemsLimit";
|
|
3166
3265
|
const _SILe = "SeriesItemList";
|
|
@@ -3178,6 +3277,7 @@ const _SIhe = "SheetImage";
|
|
|
3178
3277
|
const _SIl = "SlotId";
|
|
3179
3278
|
const _SIu = "SubnetIds";
|
|
3180
3279
|
const _SIub = "SubnetId";
|
|
3280
|
+
const _SJA = "ShareJiraAction";
|
|
3181
3281
|
const _SJEI = "SnapshotJobErrorInfo";
|
|
3182
3282
|
const _SJI = "SnapshotJobId";
|
|
3183
3283
|
const _SJR = "SnapshotJobResult";
|
|
@@ -3193,8 +3293,13 @@ const _SKR = "SuccessfulKeyRegistration";
|
|
|
3193
3293
|
const _SKRE = "SuccessfulKeyRegistrationEntry";
|
|
3194
3294
|
const _SKREu = "SuccessfulKeyRegistrationEntries";
|
|
3195
3295
|
const _SL = "SensitiveLong";
|
|
3296
|
+
const _SLA = "ShareLinearAction";
|
|
3196
3297
|
const _SLC = "SectionLayoutConfiguration";
|
|
3197
3298
|
const _SLEMO = "SheetLayoutElementMaximizationOption";
|
|
3299
|
+
const _SLG = "SheetLayoutGroup";
|
|
3300
|
+
const _SLGL = "SheetLayoutGroupList";
|
|
3301
|
+
const _SLGM = "SheetLayoutGroupMember";
|
|
3302
|
+
const _SLGML = "SheetLayoutGroupMemberList";
|
|
3198
3303
|
const _SLIM = "SessionLifetimeInMinutes";
|
|
3199
3304
|
const _SLIMIE = "SessionLifetimeInMinutesInvalidException";
|
|
3200
3305
|
const _SLL = "SensitiveLongList";
|
|
@@ -3203,20 +3308,29 @@ const _SLOi = "SizeLabelOptions";
|
|
|
3203
3308
|
const _SLh = "SheetList";
|
|
3204
3309
|
const _SLt = "StandardLayout";
|
|
3205
3310
|
const _SM = "SmallMultiples";
|
|
3311
|
+
const _SMA = "ShareMondayAction";
|
|
3206
3312
|
const _SMAP = "SmallMultiplesAxisProperties";
|
|
3207
3313
|
const _SMC = "SemanticModelConfiguration";
|
|
3314
|
+
const _SMCPA = "ShareMCPAction";
|
|
3208
3315
|
const _SMDFL = "SmallMultiplesDimensionFieldList";
|
|
3209
3316
|
const _SMFAR = "StrictModeForAllResources";
|
|
3210
3317
|
const _SMLC = "SmallMultiplesLimitConfiguration";
|
|
3211
3318
|
const _SMO = "SmallMultiplesOptions";
|
|
3212
3319
|
const _SMS = "SmallMultiplesSort";
|
|
3320
|
+
const _SMSEA = "ShareMSExchangeAction";
|
|
3321
|
+
const _SMSTA = "ShareMSTeamsAction";
|
|
3213
3322
|
const _SMV = "SingleMetricVisibility";
|
|
3214
3323
|
const _SMh = "SharingModel";
|
|
3215
3324
|
const _SN = "SheetName";
|
|
3216
|
-
const _SNA = "
|
|
3325
|
+
const _SNA = "ServiceNowAction";
|
|
3326
|
+
const _SNAh = "ShareNotionAction";
|
|
3327
|
+
const _SNAi = "SimpleNumericalAggregation";
|
|
3217
3328
|
const _SNP = "ServiceNowParameters";
|
|
3329
|
+
const _SNRA = "ShareNewRelicAction";
|
|
3218
3330
|
const _SNe = "SessionName";
|
|
3219
3331
|
const _SO = "ScrollbarOptions";
|
|
3332
|
+
const _SOAPIA = "ShareOpenAPIAction";
|
|
3333
|
+
const _SODA = "ShareOneDriveAction";
|
|
3220
3334
|
const _SOe = "SearchOptions";
|
|
3221
3335
|
const _SOi = "SizingOptions";
|
|
3222
3336
|
const _SOo = "SortOrder";
|
|
@@ -3225,13 +3339,17 @@ const _SOpt = "S3Options";
|
|
|
3225
3339
|
const _SOt = "StyleOptions";
|
|
3226
3340
|
const _SOu = "SubtotalOptions";
|
|
3227
3341
|
const _SP = "SslProperties";
|
|
3342
|
+
const _SPA = "SharePointAction";
|
|
3228
3343
|
const _SPBC = "SectionPageBreakConfiguration";
|
|
3229
3344
|
const _SPC = "ScatterPlotConfiguration";
|
|
3230
3345
|
const _SPCAFW = "ScatterPlotCategoricallyAggregatedFieldWells";
|
|
3231
3346
|
const _SPCt = "StatePersistenceConfigurations";
|
|
3232
3347
|
const _SPD = "StringParameterDeclaration";
|
|
3348
|
+
const _SPDA = "SharePagerDutyAction";
|
|
3233
3349
|
const _SPE = "StatePersistenceEnabled";
|
|
3234
3350
|
const _SPFW = "ScatterPlotFieldWells";
|
|
3351
|
+
const _SPGEA = "SandPGlobalEnergyAction";
|
|
3352
|
+
const _SPGMIA = "SandPGMIAction";
|
|
3235
3353
|
const _SPL = "StringParameterList";
|
|
3236
3354
|
const _SPLC = "ScatterPlotLimitConfiguration";
|
|
3237
3355
|
const _SPN = "SourceParameterName";
|
|
@@ -3256,6 +3374,14 @@ const _SROE = "ScheduleRefreshOnEntity";
|
|
|
3256
3374
|
const _SRe = "S3Results";
|
|
3257
3375
|
const _SRi = "SignupResponse";
|
|
3258
3376
|
const _SS = "SensitiveString";
|
|
3377
|
+
const _SSA = "ShareSlackAction";
|
|
3378
|
+
const _SSAPBOMA = "ShareSAPBillOfMaterialAction";
|
|
3379
|
+
const _SSAPBPA = "ShareSAPBusinessPartnerAction";
|
|
3380
|
+
const _SSAPMSA = "ShareSAPMaterialStockAction";
|
|
3381
|
+
const _SSAPPIA = "ShareSAPPhysicalInventoryAction";
|
|
3382
|
+
const _SSAPPMDA = "ShareSAPProductMasterDataAction";
|
|
3383
|
+
const _SSAh = "ShareSalesforceAction";
|
|
3384
|
+
const _SSAha = "ShareSmartsheetAction";
|
|
3259
3385
|
const _SSB = "SideSpecificBorder";
|
|
3260
3386
|
const _SSCI = "SourceSheetControlId";
|
|
3261
3387
|
const _SSDC = "SnapshotS3DestinationConfiguration";
|
|
@@ -3263,8 +3389,12 @@ const _SSDCL = "SnapshotS3DestinationConfigurationList";
|
|
|
3263
3389
|
const _SSF = "SpatialStaticFile";
|
|
3264
3390
|
const _SSFSC = "SelectedSheetsFilterScopeConfiguration";
|
|
3265
3391
|
const _SSL = "SensitiveStringList";
|
|
3392
|
+
const _SSNA = "ShareServiceNowAction";
|
|
3266
3393
|
const _SSO = "SensitiveStringObject";
|
|
3267
3394
|
const _SSP = "SqlServerParameters";
|
|
3395
|
+
const _SSPA = "ShareSharePointAction";
|
|
3396
|
+
const _SSPGEA = "ShareSandPGlobalEnergyAction";
|
|
3397
|
+
const _SSPGMIA = "ShareSandPGMIAction";
|
|
3268
3398
|
const _SST = "SaaSTable";
|
|
3269
3399
|
const _SSTVC = "SameSheetTargetVisualConfiguration";
|
|
3270
3400
|
const _SSU = "SensitiveS3Uri";
|
|
@@ -3280,6 +3410,7 @@ const _SSo = "S3Source";
|
|
|
3280
3410
|
const _SSt = "StepSize";
|
|
3281
3411
|
const _SSy = "SymbolStyle";
|
|
3282
3412
|
const _ST = "SensitiveTimestamp";
|
|
3413
|
+
const _STA = "ShareTextractAction";
|
|
3283
3414
|
const _STAF = "SimpleTotalAggregationFunction";
|
|
3284
3415
|
const _STB = "SheetTextBox";
|
|
3285
3416
|
const _STBI = "SheetTextBoxId";
|
|
@@ -3336,6 +3467,7 @@ const _SVu = "SupportingVisuals";
|
|
|
3336
3467
|
const _SW = "StrokeWidth";
|
|
3337
3468
|
const _SYADO = "SecondaryYAxisDisplayOptions";
|
|
3338
3469
|
const _SYALO = "SecondaryYAxisLabelOptions";
|
|
3470
|
+
const _SZA = "ShareZendeskAction";
|
|
3339
3471
|
const _Sc = "Schedule";
|
|
3340
3472
|
const _Sca = "Scale";
|
|
3341
3473
|
const _Scal = "Scaling";
|
|
@@ -3388,8 +3520,9 @@ const _TAO = "TotalAggregationOptions";
|
|
|
3388
3520
|
const _TAOL = "TotalAggregationOptionList";
|
|
3389
3521
|
const _TAOo = "TotalAggregationOption";
|
|
3390
3522
|
const _TAOr = "TrendArrowOptions";
|
|
3391
|
-
const _TAe = "
|
|
3392
|
-
const _TAem = "
|
|
3523
|
+
const _TAe = "TextractAction";
|
|
3524
|
+
const _TAem = "TemplateAlias";
|
|
3525
|
+
const _TAemp = "TemplateArn";
|
|
3393
3526
|
const _TAex = "TextArea";
|
|
3394
3527
|
const _TAext = "TextAlignment";
|
|
3395
3528
|
const _TAh = "ThemeAlias";
|
|
@@ -3628,6 +3761,10 @@ const _Tr = "Trigger";
|
|
|
3628
3761
|
const _Ty = "Typography";
|
|
3629
3762
|
const _U = "Username";
|
|
3630
3763
|
const _UA = "UseAs";
|
|
3764
|
+
const _UAA = "UseAsanaAction";
|
|
3765
|
+
const _UABARSA = "UseAmazonBedrockARSAction";
|
|
3766
|
+
const _UABFSA = "UseAmazonBedrockFSAction";
|
|
3767
|
+
const _UABKRSA = "UseAmazonBedrockKRSAction";
|
|
3631
3768
|
const _UAC = "UpdateAccountCustomization";
|
|
3632
3769
|
const _UACP = "UpdateAccountCustomPermission";
|
|
3633
3770
|
const _UACPR = "UpdateAccountCustomPermissionRequest";
|
|
@@ -3648,6 +3785,7 @@ const _UARp = "UpdateAnalysisResponse";
|
|
|
3648
3785
|
const _UAS = "UpdateAccountSettings";
|
|
3649
3786
|
const _UASR = "UpdateAccountSettingsRequest";
|
|
3650
3787
|
const _UASRp = "UpdateAccountSettingsResponse";
|
|
3788
|
+
const _UASTA = "UseAmazonSThreeAction";
|
|
3651
3789
|
const _UAWS = "UseAgentWebSearch";
|
|
3652
3790
|
const _UAWTEG = "UpdateApplicationWithTokenExchangeGrant";
|
|
3653
3791
|
const _UAWTEGR = "UpdateApplicationWithTokenExchangeGrantRequest";
|
|
@@ -3656,9 +3794,11 @@ const _UAp = "UpdateAnalysis";
|
|
|
3656
3794
|
const _UAs = "UserArn";
|
|
3657
3795
|
const _UB = "UpperBoundary";
|
|
3658
3796
|
const _UBA = "UpdateBrandAssignment";
|
|
3797
|
+
const _UBAA = "UseBoxAgentAction";
|
|
3659
3798
|
const _UBAR = "UpdateBrandAssignmentRequest";
|
|
3660
3799
|
const _UBARp = "UpdateBrandAssignmentResponse";
|
|
3661
3800
|
const _UBCF = "UseBlankCellFormat";
|
|
3801
|
+
const _UBHRA = "UseBambooHRAction";
|
|
3662
3802
|
const _UBM = "UseBedrockModels";
|
|
3663
3803
|
const _UBPV = "UpdateBrandPublishedVersion";
|
|
3664
3804
|
const _UBPVR = "UpdateBrandPublishedVersionRequest";
|
|
@@ -3669,6 +3809,10 @@ const _UBX = "UsernameButtonXpath";
|
|
|
3669
3809
|
const _UBn = "UniformBorder";
|
|
3670
3810
|
const _UBp = "UpdateBrand";
|
|
3671
3811
|
const _UC = "UserConfiguration";
|
|
3812
|
+
const _UCA = "UseConfluenceAction";
|
|
3813
|
+
const _UCAA = "UseCanvaAgentAction";
|
|
3814
|
+
const _UCAs = "UseComprehendAction";
|
|
3815
|
+
const _UCMA = "UseComprehendMedicalAction";
|
|
3672
3816
|
const _UCO = "UntagColumnOperation";
|
|
3673
3817
|
const _UCP = "UnapplyCustomPermissions";
|
|
3674
3818
|
const _UCPR = "UpdateCustomPermissionsRequest";
|
|
@@ -3718,13 +3862,20 @@ const _UFPRp = "UpdateFolderPermissionsResponse";
|
|
|
3718
3862
|
const _UFPp = "UpdateFolderPermissions";
|
|
3719
3863
|
const _UFR = "UpdateFolderRequest";
|
|
3720
3864
|
const _UFRp = "UpdateFolderResponse";
|
|
3865
|
+
const _UFSA = "UseFactSetAction";
|
|
3721
3866
|
const _UFX = "UsernameFieldXpath";
|
|
3722
3867
|
const _UFp = "UpdateFolder";
|
|
3723
3868
|
const _UG = "UseGrouping";
|
|
3869
|
+
const _UGA = "UseGithubAction";
|
|
3870
|
+
const _UGCA = "UseGoogleCalendarAction";
|
|
3871
|
+
const _UGHTTPA = "UseGenericHTTPAction";
|
|
3724
3872
|
const _UGR = "UpdateGroupRequest";
|
|
3725
3873
|
const _UGRp = "UpdateGroupResponse";
|
|
3726
3874
|
const _UGp = "UpdateGroup";
|
|
3875
|
+
const _UHA = "UseHubspotAction";
|
|
3876
|
+
const _UHFA = "UseHuggingFaceAction";
|
|
3727
3877
|
const _UI = "UnicodeIcon";
|
|
3878
|
+
const _UIA = "UseIntercomAction";
|
|
3728
3879
|
const _UIAMPA = "UpdateIAMPolicyAssignment";
|
|
3729
3880
|
const _UIAMPAR = "UpdateIAMPolicyAssignmentRequest";
|
|
3730
3881
|
const _UIAMPARp = "UpdateIAMPolicyAssignmentResponse";
|
|
@@ -3737,6 +3888,7 @@ const _UIRR = "UpdateIpRestrictionRequest";
|
|
|
3737
3888
|
const _UIRRp = "UpdateIpRestrictionResponse";
|
|
3738
3889
|
const _UIU = "UserInvitationUrl";
|
|
3739
3890
|
const _UIs = "UserIdentifier";
|
|
3891
|
+
const _UJA = "UseJiraAction";
|
|
3740
3892
|
const _UK = "UniqueKey";
|
|
3741
3893
|
const _UKL = "UniqueKeyList";
|
|
3742
3894
|
const _UKR = "UpdateKeyRegistration";
|
|
@@ -3744,15 +3896,25 @@ const _UKRR = "UpdateKeyRegistrationRequest";
|
|
|
3744
3896
|
const _UKRRp = "UpdateKeyRegistrationResponse";
|
|
3745
3897
|
const _UKn = "UniqueKeys";
|
|
3746
3898
|
const _UL = "UserList";
|
|
3899
|
+
const _ULA = "UseLinearAction";
|
|
3747
3900
|
const _ULCI = "UnpivotedLabelColumnId";
|
|
3748
3901
|
const _ULCN = "UnpivotedLabelColumnName";
|
|
3749
3902
|
const _ULPL = "UpdateLinkPermissionList";
|
|
3903
|
+
const _UMA = "UseMondayAction";
|
|
3904
|
+
const _UMCPA = "UseMCPAction";
|
|
3905
|
+
const _UMSEA = "UseMSExchangeAction";
|
|
3906
|
+
const _UMSTA = "UseMSTeamsAction";
|
|
3750
3907
|
const _UN = "UserName";
|
|
3908
|
+
const _UNA = "UseNotionAction";
|
|
3751
3909
|
const _UNC = "UserNameColumn";
|
|
3910
|
+
const _UNRA = "UseNewRelicAction";
|
|
3752
3911
|
const _UO = "UseOrdering";
|
|
3912
|
+
const _UOAPIA = "UseOpenAPIAction";
|
|
3913
|
+
const _UODA = "UseOneDriveAction";
|
|
3753
3914
|
const _UOn = "UnpivotOperation";
|
|
3754
3915
|
const _UOr = "UrlOptions";
|
|
3755
3916
|
const _UPBC = "UsePrimaryBackgroundColor";
|
|
3917
|
+
const _UPDA = "UsePagerDutyAction";
|
|
3756
3918
|
const _UPPE = "UnsupportedPricingPlanException";
|
|
3757
3919
|
const _UPSS = "UpdatePublicSharingSettings";
|
|
3758
3920
|
const _UPSSR = "UpdatePublicSharingSettingsRequest";
|
|
@@ -3781,7 +3943,19 @@ const _URSR = "UpdateRefreshScheduleRequest";
|
|
|
3781
3943
|
const _URSRp = "UpdateRefreshScheduleResponse";
|
|
3782
3944
|
const _URn = "UntagResource";
|
|
3783
3945
|
const _US = "UnitScaler";
|
|
3946
|
+
const _USA = "UseSlackAction";
|
|
3947
|
+
const _USAPBOMA = "UseSAPBillOfMaterialAction";
|
|
3948
|
+
const _USAPBPA = "UseSAPBusinessPartnerAction";
|
|
3949
|
+
const _USAPMSA = "UseSAPMaterialStockAction";
|
|
3950
|
+
const _USAPPIA = "UseSAPPhysicalInventoryAction";
|
|
3951
|
+
const _USAPPMDA = "UseSAPProductMasterDataAction";
|
|
3952
|
+
const _USAs = "UseSalesforceAction";
|
|
3953
|
+
const _USAse = "UseSmartsheetAction";
|
|
3784
3954
|
const _USN = "UseServiceName";
|
|
3955
|
+
const _USNA = "UseServiceNowAction";
|
|
3956
|
+
const _USPA = "UseSharePointAction";
|
|
3957
|
+
const _USPGEA = "UseSandPGlobalEnergyAction";
|
|
3958
|
+
const _USPGMIA = "UseSandPGMIAction";
|
|
3785
3959
|
const _USPICECC = "UpdateSPICECapacityConfiguration";
|
|
3786
3960
|
const _USPICECCR = "UpdateSPICECapacityConfigurationRequest";
|
|
3787
3961
|
const _USPICECCRp = "UpdateSPICECapacityConfigurationResponse";
|
|
@@ -3795,12 +3969,13 @@ const _USn = "UnpivotStep";
|
|
|
3795
3969
|
const _USp = "UploadSettings";
|
|
3796
3970
|
const _USpd = "UpdateStatus";
|
|
3797
3971
|
const _UT = "UpdateTemplate";
|
|
3798
|
-
const _UTA = "
|
|
3972
|
+
const _UTA = "UseTextractAction";
|
|
3799
3973
|
const _UTAR = "UpdateTemplateAliasRequest";
|
|
3800
3974
|
const _UTARp = "UpdateTemplateAliasResponse";
|
|
3801
3975
|
const _UTARpd = "UpdateThemeAliasRequest";
|
|
3802
3976
|
const _UTARpda = "UpdateThemeAliasResponse";
|
|
3803
|
-
const _UTAp = "
|
|
3977
|
+
const _UTAp = "UpdateTemplateAlias";
|
|
3978
|
+
const _UTApd = "UpdateThemeAlias";
|
|
3804
3979
|
const _UTP = "UpdateTemplatePermissions";
|
|
3805
3980
|
const _UTPR = "UpdateTemplatePermissionsRequest";
|
|
3806
3981
|
const _UTPRp = "UpdateTemplatePermissionsResponse";
|
|
@@ -3835,6 +4010,7 @@ const _UVCN = "UnpivotedValueColumnName";
|
|
|
3835
4010
|
const _UVPCC = "UpdateVPCConnection";
|
|
3836
4011
|
const _UVPCCR = "UpdateVPCConnectionRequest";
|
|
3837
4012
|
const _UVPCCRp = "UpdateVPCConnectionResponse";
|
|
4013
|
+
const _UZA = "UseZendeskAction";
|
|
3838
4014
|
const _Un = "Unaggregated";
|
|
3839
4015
|
const _Ur = "Url";
|
|
3840
4016
|
const _Us = "User";
|
|
@@ -3959,6 +4135,7 @@ const _YADO = "YAxisDisplayOptions";
|
|
|
3959
4135
|
const _YAL = "YAxisLocation";
|
|
3960
4136
|
const _YALO = "YAxisLabelOptions";
|
|
3961
4137
|
const _YAO = "YAxisOptions";
|
|
4138
|
+
const _ZA = "ZendeskAction";
|
|
3962
4139
|
const _aN = "accountName";
|
|
3963
4140
|
const _adi = "additional-dashboard-ids";
|
|
3964
4141
|
const _an = "alias-name";
|
|
@@ -4829,8 +5006,8 @@ var CancelIngestionResponse$ = [3, n0, _CIRa,
|
|
|
4829
5006
|
];
|
|
4830
5007
|
var Capabilities$ = [3, n0, _Cap,
|
|
4831
5008
|
0,
|
|
4832
|
-
[_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, _UAWS, _KB, _Act, _Sp, _CAh, _CCA, _Re, _SUUR],
|
|
4833
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
5009
|
+
[_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, _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, _Sp, _CAh, _CCA, _Re, _SUUR],
|
|
5010
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
4834
5011
|
];
|
|
4835
5012
|
var CascadingControlConfiguration$ = [3, n0, _CCC,
|
|
4836
5013
|
0,
|
|
@@ -5226,7 +5403,7 @@ var CreateDataSetRequest$ = [3, n0, _CDSR,
|
|
|
5226
5403
|
];
|
|
5227
5404
|
var CreateDataSetResponse$ = [3, n0, _CDSRr,
|
|
5228
5405
|
0,
|
|
5229
|
-
[_A, _DSI,
|
|
5406
|
+
[_A, _DSI, _IAng, _II, _RI, _St],
|
|
5230
5407
|
[0, 0, 0, 0, 0, [1, 32]]
|
|
5231
5408
|
];
|
|
5232
5409
|
var CreateDataSourceRequest$ = [3, n0, _CDSRre,
|
|
@@ -5336,7 +5513,7 @@ var CreateTemplateAliasRequest$ = [3, n0, _CTAR,
|
|
|
5336
5513
|
];
|
|
5337
5514
|
var CreateTemplateAliasResponse$ = [3, n0, _CTARr,
|
|
5338
5515
|
0,
|
|
5339
|
-
[
|
|
5516
|
+
[_TAem, _St, _RI],
|
|
5340
5517
|
[() => TemplateAlias$, [1, 32], 0]
|
|
5341
5518
|
];
|
|
5342
5519
|
var CreateTemplateRequest$ = [3, n0, _CTR,
|
|
@@ -5662,7 +5839,7 @@ var DataPointTooltipOption$ = [3, n0, _DPTO,
|
|
|
5662
5839
|
];
|
|
5663
5840
|
var DataPrepAggregationFunction$ = [3, n0, _DPAF,
|
|
5664
5841
|
0,
|
|
5665
|
-
[_SAi,
|
|
5842
|
+
[_SAi, _LAi],
|
|
5666
5843
|
[() => DataPrepSimpleAggregationFunction$, () => DataPrepListAggregationFunction$]
|
|
5667
5844
|
];
|
|
5668
5845
|
var DataPrepConfiguration$ = [3, n0, _DPC,
|
|
@@ -6792,7 +6969,7 @@ var DescribeTemplateAliasRequest$ = [3, n0, _DTARes,
|
|
|
6792
6969
|
];
|
|
6793
6970
|
var DescribeTemplateAliasResponse$ = [3, n0, _DTAResc,
|
|
6794
6971
|
0,
|
|
6795
|
-
[
|
|
6972
|
+
[_TAem, _St, _RI],
|
|
6796
6973
|
[() => TemplateAlias$, [1, 32], 0]
|
|
6797
6974
|
];
|
|
6798
6975
|
var DescribeTemplateDefinitionRequest$ = [3, n0, _DTDR,
|
|
@@ -6812,7 +6989,7 @@ var DescribeTemplatePermissionsRequest$ = [3, n0, _DTPR,
|
|
|
6812
6989
|
];
|
|
6813
6990
|
var DescribeTemplatePermissionsResponse$ = [3, n0, _DTPRe,
|
|
6814
6991
|
0,
|
|
6815
|
-
[_TIe,
|
|
6992
|
+
[_TIe, _TAemp, _Per, _RI, _St],
|
|
6816
6993
|
[0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
|
|
6817
6994
|
];
|
|
6818
6995
|
var DescribeTemplateRequest$ = [3, n0, _DTRes,
|
|
@@ -7283,8 +7460,8 @@ var FreeFormLayoutCanvasSizeOptions$ = [3, n0, _FFLCSO,
|
|
|
7283
7460
|
];
|
|
7284
7461
|
var FreeFormLayoutConfiguration$ = [3, n0, _FFLC,
|
|
7285
7462
|
0,
|
|
7286
|
-
[_Ele, _CSO],
|
|
7287
|
-
[() => FreeFromLayoutElementList, () => FreeFormLayoutCanvasSizeOptions
|
|
7463
|
+
[_Ele, _CSO, _Gro],
|
|
7464
|
+
[() => FreeFromLayoutElementList, () => FreeFormLayoutCanvasSizeOptions$, () => SheetLayoutGroupList], 1
|
|
7288
7465
|
];
|
|
7289
7466
|
var FreeFormLayoutElement$ = [3, n0, _FFLE,
|
|
7290
7467
|
0,
|
|
@@ -8682,7 +8859,7 @@ var MeasureField$ = [3, n0, _MF,
|
|
|
8682
8859
|
];
|
|
8683
8860
|
var MemberIdArnPair$ = [3, n0, _MIAP,
|
|
8684
8861
|
0,
|
|
8685
|
-
[_MI,
|
|
8862
|
+
[_MI, _MAe],
|
|
8686
8863
|
[0, 0]
|
|
8687
8864
|
];
|
|
8688
8865
|
var MetricComparisonComputation$ = [3, n0, _MCC,
|
|
@@ -8782,7 +8959,7 @@ var NumberFormatConfiguration$ = [3, n0, _NFCum,
|
|
|
8782
8959
|
];
|
|
8783
8960
|
var NumericalAggregationFunction$ = [3, n0, _NAF,
|
|
8784
8961
|
0,
|
|
8785
|
-
[
|
|
8962
|
+
[_SNAi, _PAe],
|
|
8786
8963
|
[0, () => PercentileAggregation$]
|
|
8787
8964
|
];
|
|
8788
8965
|
var NumericalDimensionField$ = [3, n0, _NDF,
|
|
@@ -9254,7 +9431,7 @@ var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
|
|
|
9254
9431
|
];
|
|
9255
9432
|
var RadarChartConfiguration$ = [3, n0, _RCC,
|
|
9256
9433
|
0,
|
|
9257
|
-
[_FW, _SCo, _Sha, _BSS, _SAt, _VP, _ABCV, _ABEC, _ABOC, _CA, _CLO,
|
|
9434
|
+
[_FW, _SCo, _Sha, _BSS, _SAt, _VP, _ABCV, _ABEC, _ABOC, _CA, _CLO, _CAol, _CLOo, _Le, _ARS, _I],
|
|
9258
9435
|
[() => RadarChartFieldWells$, () => RadarChartSortConfiguration$, 0, () => RadarChartSeriesSettings$, 1, () => VisualPalette$, 0, 0, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, 0, () => VisualInteractionOptions$]
|
|
9259
9436
|
];
|
|
9260
9437
|
var RadarChartFieldWells$ = [3, n0, _RCFW,
|
|
@@ -9961,6 +10138,16 @@ var SheetLayoutElementMaximizationOption$ = [3, n0, _SLEMO,
|
|
|
9961
10138
|
[_ASv],
|
|
9962
10139
|
[0]
|
|
9963
10140
|
];
|
|
10141
|
+
var SheetLayoutGroup$ = [3, n0, _SLG,
|
|
10142
|
+
0,
|
|
10143
|
+
[_Id_, _Mem],
|
|
10144
|
+
[0, () => SheetLayoutGroupMemberList], 2
|
|
10145
|
+
];
|
|
10146
|
+
var SheetLayoutGroupMember$ = [3, n0, _SLGM,
|
|
10147
|
+
0,
|
|
10148
|
+
[_Id_, _T],
|
|
10149
|
+
[0, 0], 2
|
|
10150
|
+
];
|
|
9964
10151
|
var SheetStyle$ = [3, n0, _SSh,
|
|
9965
10152
|
0,
|
|
9966
10153
|
[_Til, _TL, _Bac],
|
|
@@ -10411,7 +10598,7 @@ var Template$ = [3, n0, _Tem,
|
|
|
10411
10598
|
[_A, _N, _Ve, _TIe, _LUT, _CT],
|
|
10412
10599
|
[0, 0, () => TemplateVersion$, 0, 4, 4]
|
|
10413
10600
|
];
|
|
10414
|
-
var TemplateAlias$ = [3, n0,
|
|
10601
|
+
var TemplateAlias$ = [3, n0, _TAem,
|
|
10415
10602
|
0,
|
|
10416
10603
|
[_ANl, _A, _TVN],
|
|
10417
10604
|
[0, 0, 1]
|
|
@@ -10604,7 +10791,7 @@ var TopBottomRankedComputation$ = [3, n0, _TBRC,
|
|
|
10604
10791
|
];
|
|
10605
10792
|
var TopicCalculatedField$ = [3, n0, _TCFo,
|
|
10606
10793
|
0,
|
|
10607
|
-
[_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Ag, _CO, _STema, _AAl, _NAA, _NAIF, _CVSe,
|
|
10794
|
+
[_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Ag, _CO, _STema, _AAl, _NAA, _NAIF, _CVSe, _NAo],
|
|
10608
10795
|
[0, [() => Expression, 0], 0, 64 | 0, 2, 2, 0, 0, () => DefaultFormatting$, 0, () => ComparativeOrder$, [() => SemanticType$, 0], 64 | 0, 64 | 0, 2, () => CellValueSynonyms, 2], 2
|
|
10609
10796
|
];
|
|
10610
10797
|
var TopicCategoryFilter$ = [3, n0, _TCFop,
|
|
@@ -10619,7 +10806,7 @@ var TopicCategoryFilterConstant$ = [3, n0, _TCFC,
|
|
|
10619
10806
|
];
|
|
10620
10807
|
var TopicColumn$ = [3, n0, _TCo,
|
|
10621
10808
|
0,
|
|
10622
|
-
[_CN, _CFNo, _CD, _CSolumny, _CDRo, _Ag, _IIIT, _DIis, _CO, _STema, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe,
|
|
10809
|
+
[_CN, _CFNo, _CD, _CSolumny, _CDRo, _Ag, _IIIT, _DIis, _CO, _STema, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe, _NAo],
|
|
10623
10810
|
[0, 0, 0, 64 | 0, 0, 0, 2, 2, () => ComparativeOrder$, [() => SemanticType$, 0], 0, 64 | 0, 64 | 0, () => DefaultFormatting$, 2, () => CellValueSynonyms, 2], 1
|
|
10624
10811
|
];
|
|
10625
10812
|
var TopicConfigOptions$ = [3, n0, _TCOo,
|
|
@@ -11076,7 +11263,7 @@ var UpdateDataSetRequest$ = [3, n0, _UDSR,
|
|
|
11076
11263
|
];
|
|
11077
11264
|
var UpdateDataSetResponse$ = [3, n0, _UDSRp,
|
|
11078
11265
|
0,
|
|
11079
|
-
[_A, _DSI,
|
|
11266
|
+
[_A, _DSI, _IAng, _II, _RI, _St],
|
|
11080
11267
|
[0, 0, 0, 0, 0, [1, 32]]
|
|
11081
11268
|
];
|
|
11082
11269
|
var UpdateDataSourcePermissionsRequest$ = [3, n0, _UDSPRpd,
|
|
@@ -11276,7 +11463,7 @@ var UpdateTemplateAliasRequest$ = [3, n0, _UTAR,
|
|
|
11276
11463
|
];
|
|
11277
11464
|
var UpdateTemplateAliasResponse$ = [3, n0, _UTARp,
|
|
11278
11465
|
0,
|
|
11279
|
-
[
|
|
11466
|
+
[_TAem, _St, _RI],
|
|
11280
11467
|
[() => TemplateAlias$, [1, 32], 0]
|
|
11281
11468
|
];
|
|
11282
11469
|
var UpdateTemplatePermissionsRequest$ = [3, n0, _UTPR,
|
|
@@ -11286,7 +11473,7 @@ var UpdateTemplatePermissionsRequest$ = [3, n0, _UTPR,
|
|
|
11286
11473
|
];
|
|
11287
11474
|
var UpdateTemplatePermissionsResponse$ = [3, n0, _UTPRp,
|
|
11288
11475
|
0,
|
|
11289
|
-
[_TIe,
|
|
11476
|
+
[_TIe, _TAemp, _Per, _RI, _St],
|
|
11290
11477
|
[0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
|
|
11291
11478
|
];
|
|
11292
11479
|
var UpdateTemplateRequest$ = [3, n0, _UTR,
|
|
@@ -12259,6 +12446,12 @@ var SheetElementRenderingRuleList = [1, n0, _SERRL,
|
|
|
12259
12446
|
var SheetImageList = [1, n0, _SILh,
|
|
12260
12447
|
0, () => SheetImage$
|
|
12261
12448
|
];
|
|
12449
|
+
var SheetLayoutGroupList = [1, n0, _SLGL,
|
|
12450
|
+
0, () => SheetLayoutGroup$
|
|
12451
|
+
];
|
|
12452
|
+
var SheetLayoutGroupMemberList = [1, n0, _SLGML,
|
|
12453
|
+
0, () => SheetLayoutGroupMember$
|
|
12454
|
+
];
|
|
12262
12455
|
var SheetList = [1, n0, _SLh,
|
|
12263
12456
|
0, () => Sheet$
|
|
12264
12457
|
];
|
|
@@ -12943,7 +13136,7 @@ var GetSessionEmbedUrl$ = [9, n0, _GSEU,
|
|
|
12943
13136
|
var ListActionConnectors$ = [9, n0, _LAC,
|
|
12944
13137
|
{ [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => ListActionConnectorsRequest$, () => ListActionConnectorsResponse$
|
|
12945
13138
|
];
|
|
12946
|
-
var ListAnalyses$ = [9, n0,
|
|
13139
|
+
var ListAnalyses$ = [9, n0, _LAis,
|
|
12947
13140
|
{ [_h]: ["GET", "/accounts/{AwsAccountId}/analyses", 200] }, () => ListAnalysesRequest$, () => ListAnalysesResponse$
|
|
12948
13141
|
];
|
|
12949
13142
|
var ListAssetBundleExportJobs$ = [9, n0, _LABEJ,
|
|
@@ -13225,7 +13418,7 @@ var UpdateSPICECapacityConfiguration$ = [9, n0, _USPICECC,
|
|
|
13225
13418
|
var UpdateTemplate$ = [9, n0, _UT,
|
|
13226
13419
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => UpdateTemplateRequest$, () => UpdateTemplateResponse$
|
|
13227
13420
|
];
|
|
13228
|
-
var UpdateTemplateAlias$ = [9, n0,
|
|
13421
|
+
var UpdateTemplateAlias$ = [9, n0, _UTAp,
|
|
13229
13422
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}", 200] }, () => UpdateTemplateAliasRequest$, () => UpdateTemplateAliasResponse$
|
|
13230
13423
|
];
|
|
13231
13424
|
var UpdateTemplatePermissions$ = [9, n0, _UTP,
|
|
@@ -13234,7 +13427,7 @@ var UpdateTemplatePermissions$ = [9, n0, _UTP,
|
|
|
13234
13427
|
var UpdateTheme$ = [9, n0, _UTp,
|
|
13235
13428
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/themes/{ThemeId}", 200] }, () => UpdateThemeRequest$, () => UpdateThemeResponse$
|
|
13236
13429
|
];
|
|
13237
|
-
var UpdateThemeAlias$ = [9, n0,
|
|
13430
|
+
var UpdateThemeAlias$ = [9, n0, _UTApd,
|
|
13238
13431
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}", 200] }, () => UpdateThemeAliasRequest$, () => UpdateThemeAliasResponse$
|
|
13239
13432
|
];
|
|
13240
13433
|
var UpdateThemePermissions$ = [9, n0, _UTPp,
|
|
@@ -16731,6 +16924,10 @@ const LayoutElementType = {
|
|
|
16731
16924
|
TEXT_BOX: "TEXT_BOX",
|
|
16732
16925
|
VISUAL: "VISUAL",
|
|
16733
16926
|
};
|
|
16927
|
+
const SheetLayoutGroupMemberType = {
|
|
16928
|
+
ELEMENT: "ELEMENT",
|
|
16929
|
+
GROUP: "GROUP",
|
|
16930
|
+
};
|
|
16734
16931
|
const SectionPageBreakStatus = {
|
|
16735
16932
|
DISABLED: "DISABLED",
|
|
16736
16933
|
ENABLED: "ENABLED",
|
|
@@ -19800,6 +19997,9 @@ exports.SheetImageStaticFileSource$ = SheetImageStaticFileSource$;
|
|
|
19800
19997
|
exports.SheetImageTooltipConfiguration$ = SheetImageTooltipConfiguration$;
|
|
19801
19998
|
exports.SheetImageTooltipText$ = SheetImageTooltipText$;
|
|
19802
19999
|
exports.SheetLayoutElementMaximizationOption$ = SheetLayoutElementMaximizationOption$;
|
|
20000
|
+
exports.SheetLayoutGroup$ = SheetLayoutGroup$;
|
|
20001
|
+
exports.SheetLayoutGroupMember$ = SheetLayoutGroupMember$;
|
|
20002
|
+
exports.SheetLayoutGroupMemberType = SheetLayoutGroupMemberType;
|
|
19803
20003
|
exports.SheetStyle$ = SheetStyle$;
|
|
19804
20004
|
exports.SheetTextBox$ = SheetTextBox$;
|
|
19805
20005
|
exports.SheetVisualScopingConfiguration$ = SheetVisualScopingConfiguration$;
|