@aws-sdk/client-quicksight 3.972.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 +1 -1
|
@@ -9,7 +9,9 @@ const _AAl = "AllowedAggregations";
|
|
|
9
9
|
const _AAn = "AnalysisArn";
|
|
10
10
|
const _AAp = "ApplicationArn";
|
|
11
11
|
const _AAr = "ArcAxis";
|
|
12
|
+
const _AAs = "AsanaAction";
|
|
12
13
|
const _AB = "AxisBinding";
|
|
14
|
+
const _ABARSA = "AmazonBedrockARSAction";
|
|
13
15
|
const _ABCFOPC = "AssetBundleCloudFormationOverridePropertyConfiguration";
|
|
14
16
|
const _ABCV = "AlternateBandColorsVisibility";
|
|
15
17
|
const _ABEC = "AlternateBandEvenColor";
|
|
@@ -38,6 +40,7 @@ const _ABEJVPCCOPL = "AssetBundleExportJobVPCConnectionOverridePropertiesList";
|
|
|
38
40
|
const _ABEJVS = "AssetBundleExportJobValidationStrategy";
|
|
39
41
|
const _ABEJW = "AssetBundleExportJobWarning";
|
|
40
42
|
const _ABEJWL = "AssetBundleExportJobWarningList";
|
|
43
|
+
const _ABFSA = "AmazonBedrockFSAction";
|
|
41
44
|
const _ABIBB = "AssetBundleImportBodyBlob";
|
|
42
45
|
const _ABIJAOP = "AssetBundleImportJobAnalysisOverrideParameters";
|
|
43
46
|
const _ABIJAOPL = "AssetBundleImportJobAnalysisOverrideParametersList";
|
|
@@ -97,6 +100,7 @@ const _ABIJW = "AssetBundleImportJobWarning";
|
|
|
97
100
|
const _ABIJWL = "AssetBundleImportJobWarningList";
|
|
98
101
|
const _ABIS = "AssetBundleImportSource";
|
|
99
102
|
const _ABISD = "AssetBundleImportSourceDescription";
|
|
103
|
+
const _ABKRSA = "AmazonBedrockKRSAction";
|
|
100
104
|
const _ABOC = "AlternateBandOddColor";
|
|
101
105
|
const _ABRLSC = "AssetBundleResourceLinkSharingConfiguration";
|
|
102
106
|
const _ABRP = "AssetBundleResourcePermissions";
|
|
@@ -213,6 +217,7 @@ const _ASL = "AnalysisSummaryList";
|
|
|
213
217
|
const _ASS = "AccountSubscriptionStatus";
|
|
214
218
|
const _ASSr = "AreaStyleSettings";
|
|
215
219
|
const _AST = "AnalysisSourceTemplate";
|
|
220
|
+
const _ASTA = "AmazonSThreeAction";
|
|
216
221
|
const _ASg = "AggregateStep";
|
|
217
222
|
const _ASl = "AllSheets";
|
|
218
223
|
const _ASle = "AlertStatus";
|
|
@@ -266,6 +271,7 @@ const _Au = "Automate";
|
|
|
266
271
|
const _Aut = "Automation";
|
|
267
272
|
const _B = "Body";
|
|
268
273
|
const _BA = "BarsArrangement";
|
|
274
|
+
const _BAA = "BoxAgentAction";
|
|
269
275
|
const _BACM = "BasicAuthConnectionMetadata";
|
|
270
276
|
const _BAr = "BrandArn";
|
|
271
277
|
const _BC = "BookmarksConfigurations";
|
|
@@ -295,6 +301,7 @@ const _BDTRARa = "BatchDeleteTopicReviewedAnswerResponse";
|
|
|
295
301
|
const _BDr = "BrandDetail";
|
|
296
302
|
const _BE = "BaseEndpoint";
|
|
297
303
|
const _BES = "BrandElementStyle";
|
|
304
|
+
const _BHRA = "BambooHRAction";
|
|
298
305
|
const _BI = "BrandId";
|
|
299
306
|
const _BIL = "BreakdownItemsLimit";
|
|
300
307
|
const _BMS = "BaseMapStyle";
|
|
@@ -356,6 +363,7 @@ const _Bre = "Breakdowns";
|
|
|
356
363
|
const _Bu = "Bucket";
|
|
357
364
|
const _C = "Column";
|
|
358
365
|
const _CA = "CategoryAxis";
|
|
366
|
+
const _CAA = "CanvaAgentAction";
|
|
359
367
|
const _CAC = "CreateAccountCustomization";
|
|
360
368
|
const _CACL = "CustomActionColumnList";
|
|
361
369
|
const _CACR = "CreateAccountCustomizationRequest";
|
|
@@ -385,14 +393,59 @@ const _CASPO = "CustomActionSetParametersOperation";
|
|
|
385
393
|
const _CASR = "CreateAccountSubscriptionRequest";
|
|
386
394
|
const _CASRr = "CreateAccountSubscriptionResponse";
|
|
387
395
|
const _CATR = "ContributionAnalysisTimeRanges";
|
|
396
|
+
const _CAUAA = "CreateAndUpdateAsanaAction";
|
|
397
|
+
const _CAUABARSA = "CreateAndUpdateAmazonBedrockARSAction";
|
|
398
|
+
const _CAUABFSA = "CreateAndUpdateAmazonBedrockFSAction";
|
|
399
|
+
const _CAUABKRSA = "CreateAndUpdateAmazonBedrockKRSAction";
|
|
400
|
+
const _CAUASTA = "CreateAndUpdateAmazonSThreeAction";
|
|
401
|
+
const _CAUBAA = "CreateAndUpdateBoxAgentAction";
|
|
402
|
+
const _CAUBHRA = "CreateAndUpdateBambooHRAction";
|
|
403
|
+
const _CAUCA = "CreateAndUpdateConfluenceAction";
|
|
404
|
+
const _CAUCAA = "CreateAndUpdateCanvaAgentAction";
|
|
405
|
+
const _CAUCAr = "CreateAndUpdateComprehendAction";
|
|
406
|
+
const _CAUCMA = "CreateAndUpdateComprehendMedicalAction";
|
|
388
407
|
const _CAUD = "CreateAndUpdateDatasets";
|
|
389
408
|
const _CAUDER = "CreateAndUpdateDashboardEmailReports";
|
|
390
409
|
const _CAUDS = "CreateAndUpdateDataSources";
|
|
410
|
+
const _CAUFSA = "CreateAndUpdateFactSetAction";
|
|
411
|
+
const _CAUGA = "CreateAndUpdateGithubAction";
|
|
412
|
+
const _CAUGCA = "CreateAndUpdateGoogleCalendarAction";
|
|
413
|
+
const _CAUGHTTPA = "CreateAndUpdateGenericHTTPAction";
|
|
414
|
+
const _CAUHA = "CreateAndUpdateHubspotAction";
|
|
415
|
+
const _CAUHFA = "CreateAndUpdateHuggingFaceAction";
|
|
416
|
+
const _CAUIA = "CreateAndUpdateIntercomAction";
|
|
417
|
+
const _CAUJA = "CreateAndUpdateJiraAction";
|
|
418
|
+
const _CAULA = "CreateAndUpdateLinearAction";
|
|
419
|
+
const _CAUMA = "CreateAndUpdateMondayAction";
|
|
420
|
+
const _CAUMCPA = "CreateAndUpdateMCPAction";
|
|
421
|
+
const _CAUMSEA = "CreateAndUpdateMSExchangeAction";
|
|
422
|
+
const _CAUMSTA = "CreateAndUpdateMSTeamsAction";
|
|
423
|
+
const _CAUNA = "CreateAndUpdateNotionAction";
|
|
424
|
+
const _CAUNRA = "CreateAndUpdateNewRelicAction";
|
|
425
|
+
const _CAUOAPIA = "CreateAndUpdateOpenAPIAction";
|
|
426
|
+
const _CAUODA = "CreateAndUpdateOneDriveAction";
|
|
427
|
+
const _CAUPDA = "CreateAndUpdatePagerDutyAction";
|
|
391
428
|
const _CAURLO = "CustomActionURLOperation";
|
|
429
|
+
const _CAUSA = "CreateAndUpdateSlackAction";
|
|
430
|
+
const _CAUSAPBOMA = "CreateAndUpdateSAPBillOfMaterialAction";
|
|
431
|
+
const _CAUSAPBPA = "CreateAndUpdateSAPBusinessPartnerAction";
|
|
432
|
+
const _CAUSAPMSA = "CreateAndUpdateSAPMaterialStockAction";
|
|
433
|
+
const _CAUSAPPIA = "CreateAndUpdateSAPPhysicalInventoryAction";
|
|
434
|
+
const _CAUSAPPMDA = "CreateAndUpdateSAPProductMasterDataAction";
|
|
435
|
+
const _CAUSAr = "CreateAndUpdateSalesforceAction";
|
|
436
|
+
const _CAUSAre = "CreateAndUpdateSmartsheetAction";
|
|
437
|
+
const _CAUSNA = "CreateAndUpdateServiceNowAction";
|
|
438
|
+
const _CAUSPA = "CreateAndUpdateSharePointAction";
|
|
439
|
+
const _CAUSPGEA = "CreateAndUpdateSandPGlobalEnergyAction";
|
|
440
|
+
const _CAUSPGMIA = "CreateAndUpdateSandPGMIAction";
|
|
392
441
|
const _CAUT = "CreateAndUpdateThemes";
|
|
393
442
|
const _CAUTA = "CreateAndUpdateThresholdAlerts";
|
|
443
|
+
const _CAUTAr = "CreateAndUpdateTextractAction";
|
|
444
|
+
const _CAUZA = "CreateAndUpdateZendeskAction";
|
|
394
445
|
const _CAh = "ChatAgent";
|
|
395
|
-
const _CAo = "
|
|
446
|
+
const _CAo = "ConfluenceAction";
|
|
447
|
+
const _CAol = "ColorAxis";
|
|
448
|
+
const _CAom = "ComprehendAction";
|
|
396
449
|
const _CAon = "ContributionAnalysis";
|
|
397
450
|
const _CAr = "CreateAnalysis";
|
|
398
451
|
const _CB = "CreatedBy";
|
|
@@ -563,6 +616,7 @@ const _CLV = "CategoryLabelVisibility";
|
|
|
563
616
|
const _CLl = "CloudLayout";
|
|
564
617
|
const _CLo = "ComputationList";
|
|
565
618
|
const _CM = "ClusterMarker";
|
|
619
|
+
const _CMA = "ComprehendMedicalAction";
|
|
566
620
|
const _CMC = "ClusterMarkerConfiguration";
|
|
567
621
|
const _CMF = "CalculatedMeasureField";
|
|
568
622
|
const _CMFa = "CategoricalMeasureField";
|
|
@@ -1404,6 +1458,7 @@ const _FP = "FolderPath";
|
|
|
1404
1458
|
const _FPo = "ForecastProperties";
|
|
1405
1459
|
const _FRDTC = "FilterRelativeDateTimeControl";
|
|
1406
1460
|
const _FS = "FirstSource";
|
|
1461
|
+
const _FSA = "FactSetAction";
|
|
1407
1462
|
const _FSC = "FilterScopeConfiguration";
|
|
1408
1463
|
const _FSCi = "FilterSliderControl";
|
|
1409
1464
|
const _FSF = "FolderSearchFilter";
|
|
@@ -1456,10 +1511,12 @@ const _GA = "GenerativeAuthoring";
|
|
|
1456
1511
|
const _GAC = "GenerativeAuthoringConfigurations";
|
|
1457
1512
|
const _GAR = "GeneratedAnswerResult";
|
|
1458
1513
|
const _GAe = "GeneratedAnswer";
|
|
1514
|
+
const _GAi = "GithubAction";
|
|
1459
1515
|
const _GB = "GroupBy";
|
|
1460
1516
|
const _GBCN = "GroupByColumnNames";
|
|
1461
1517
|
const _GBL = "GroupByList";
|
|
1462
1518
|
const _GC = "GeospatialColor";
|
|
1519
|
+
const _GCA = "GoogleCalendarAction";
|
|
1463
1520
|
const _GCACF = "GaugeChartArcConditionalFormatting";
|
|
1464
1521
|
const _GCB = "GeospatialCoordinateBounds";
|
|
1465
1522
|
const _GCC = "GaugeChartConfiguration";
|
|
@@ -1505,6 +1562,7 @@ const _GHC = "GeospatialHeatmapConfiguration";
|
|
|
1505
1562
|
const _GHCS = "GeospatialHeatmapColorScale";
|
|
1506
1563
|
const _GHDC = "GeospatialHeatmapDataColor";
|
|
1507
1564
|
const _GHDCL = "GeospatialHeatmapDataColorList";
|
|
1565
|
+
const _GHTTPA = "GenericHTTPAction";
|
|
1508
1566
|
const _GIC = "GetIdentityContext";
|
|
1509
1567
|
const _GICR = "GetIdentityContextRequest";
|
|
1510
1568
|
const _GICRe = "GetIdentityContextResponse";
|
|
@@ -1587,11 +1645,13 @@ const _Gri = "Grid";
|
|
|
1587
1645
|
const _Gro = "Groups";
|
|
1588
1646
|
const _Gu = "Gutter";
|
|
1589
1647
|
const _H = "Host";
|
|
1648
|
+
const _HA = "HubspotAction";
|
|
1590
1649
|
const _HAFW = "HistogramAggregatedFieldWells";
|
|
1591
1650
|
const _HBO = "HistogramBinOptions";
|
|
1592
1651
|
const _HC = "HeatmapColor";
|
|
1593
1652
|
const _HCe = "HeatmapConfiguration";
|
|
1594
1653
|
const _HCi = "HistogramConfiguration";
|
|
1654
|
+
const _HFA = "HuggingFaceAction";
|
|
1595
1655
|
const _HFSC = "HeaderFooterSectionConfiguration";
|
|
1596
1656
|
const _HFSCL = "HeaderFooterSectionConfigurationList";
|
|
1597
1657
|
const _HFW = "HistogramFieldWells";
|
|
@@ -1629,7 +1689,8 @@ const _IAMPASL = "IAMPolicyAssignmentSummaryList";
|
|
|
1629
1689
|
const _IAMPAo = "IAMPolicyAssignments";
|
|
1630
1690
|
const _IAMU = "IAMUser";
|
|
1631
1691
|
const _IAa = "IamArn";
|
|
1632
|
-
const _IAn = "
|
|
1692
|
+
const _IAn = "IntercomAction";
|
|
1693
|
+
const _IAng = "IngestionArn";
|
|
1633
1694
|
const _IC = "ImageConfiguration";
|
|
1634
1695
|
const _ICA = "ImageCustomAction";
|
|
1635
1696
|
const _ICAL = "ImageCustomActionList";
|
|
@@ -1736,6 +1797,7 @@ const _Ins = "Insight";
|
|
|
1736
1797
|
const _Int = "Interval";
|
|
1737
1798
|
const _Inv = "Inverse";
|
|
1738
1799
|
const _Ir = "Ir";
|
|
1800
|
+
const _JA = "JiraAction";
|
|
1739
1801
|
const _JD = "JoinDefinition";
|
|
1740
1802
|
const _JI = "JoinInstruction";
|
|
1741
1803
|
const _JKP = "JoinKeyProperties";
|
|
@@ -1767,7 +1829,7 @@ const _KPIVSL = "KPIVisualStandardLayout";
|
|
|
1767
1829
|
const _KPU = "KeyPairUsername";
|
|
1768
1830
|
const _KR = "KeyRegistration";
|
|
1769
1831
|
const _L = "Linear";
|
|
1770
|
-
const _LA = "
|
|
1832
|
+
const _LA = "LinearAction";
|
|
1771
1833
|
const _LABEJ = "ListAssetBundleExportJobs";
|
|
1772
1834
|
const _LABEJR = "ListAssetBundleExportJobsRequest";
|
|
1773
1835
|
const _LABEJRi = "ListAssetBundleExportJobsResponse";
|
|
@@ -1779,7 +1841,8 @@ const _LACR = "ListActionConnectorsRequest";
|
|
|
1779
1841
|
const _LACRi = "ListActionConnectorsResponse";
|
|
1780
1842
|
const _LAR = "ListAnalysesRequest";
|
|
1781
1843
|
const _LARi = "ListAnalysesResponse";
|
|
1782
|
-
const _LAi = "
|
|
1844
|
+
const _LAi = "ListAggregation";
|
|
1845
|
+
const _LAis = "ListAnalyses";
|
|
1783
1846
|
const _LAo = "LoadingAnimation";
|
|
1784
1847
|
const _LB = "LowerBoundary";
|
|
1785
1848
|
const _LBR = "ListBrandsRequest";
|
|
@@ -1963,11 +2026,13 @@ const _Lo = "Logarithmic";
|
|
|
1963
2026
|
const _Log = "Logo";
|
|
1964
2027
|
const _Lon = "Longitude";
|
|
1965
2028
|
const _M = "Message";
|
|
1966
|
-
const _MA = "
|
|
2029
|
+
const _MA = "MondayAction";
|
|
1967
2030
|
const _MAF = "MeasureAggregationFunction";
|
|
1968
2031
|
const _MAV = "MatchAllValue";
|
|
2032
|
+
const _MAe = "MemberArn";
|
|
1969
2033
|
const _MC = "MetricComparison";
|
|
1970
2034
|
const _MCC = "MetricComparisonComputation";
|
|
2035
|
+
const _MCPA = "MCPAction";
|
|
1971
2036
|
const _MCa = "MarkerColor";
|
|
1972
2037
|
const _MDC = "MissingDataConfigurations";
|
|
1973
2038
|
const _MDCL = "MissingDataConfigurationList";
|
|
@@ -2005,10 +2070,12 @@ const _MP = "MetricPlacement";
|
|
|
2005
2070
|
const _MR = "MaxResults";
|
|
2006
2071
|
const _MRa = "MaxRows";
|
|
2007
2072
|
const _MS = "MapState";
|
|
2073
|
+
const _MSEA = "MSExchangeAction";
|
|
2008
2074
|
const _MSL = "MaximumStringLength";
|
|
2009
2075
|
const _MSO = "MapStyleOptions";
|
|
2010
2076
|
const _MSP = "MySqlParameters";
|
|
2011
2077
|
const _MSS = "MarkerStyleSettings";
|
|
2078
|
+
const _MSTA = "MSTeamsAction";
|
|
2012
2079
|
const _MSa = "MapStyle";
|
|
2013
2080
|
const _MSar = "MarkerShape";
|
|
2014
2081
|
const _MSarg = "MarginStyle";
|
|
@@ -2027,6 +2094,7 @@ const _Mar = "Margin";
|
|
|
2027
2094
|
const _Max = "Maximum";
|
|
2028
2095
|
const _Me = "Measure";
|
|
2029
2096
|
const _Mea = "Measures";
|
|
2097
|
+
const _Mem = "Members";
|
|
2030
2098
|
const _Met = "Metric";
|
|
2031
2099
|
const _Metr = "Metrics";
|
|
2032
2100
|
const _Mi = "Min";
|
|
@@ -2034,11 +2102,12 @@ const _Min = "Minimum";
|
|
|
2034
2102
|
const _Mir = "Mir";
|
|
2035
2103
|
const _Mo = "Mode";
|
|
2036
2104
|
const _N = "Name";
|
|
2037
|
-
const _NA = "
|
|
2105
|
+
const _NA = "NotionAction";
|
|
2038
2106
|
const _NAA = "NotAllowedAggregations";
|
|
2039
2107
|
const _NAF = "NumericalAggregationFunction";
|
|
2040
2108
|
const _NAIF = "NeverAggregateInFilter";
|
|
2041
2109
|
const _NAO = "NumericAxisOptions";
|
|
2110
|
+
const _NAo = "NonAdditive";
|
|
2042
2111
|
const _NBC = "NegativeBarColor";
|
|
2043
2112
|
const _NC = "NegativeColor";
|
|
2044
2113
|
const _NCI = "NewColumnId";
|
|
@@ -2077,6 +2146,7 @@ const _NMF = "NumericalMeasureField";
|
|
|
2077
2146
|
const _NO = "NullOption";
|
|
2078
2147
|
const _NOa = "NavigationOperation";
|
|
2079
2148
|
const _NPN = "NewParameterName";
|
|
2149
|
+
const _NRA = "NewRelicAction";
|
|
2080
2150
|
const _NRF = "NumericRangeFilter";
|
|
2081
2151
|
const _NRFV = "NumericRangeFilterValue";
|
|
2082
2152
|
const _NRV = "NonRepeatingVisuals";
|
|
@@ -2095,6 +2165,7 @@ const _Nar = "Narrative";
|
|
|
2095
2165
|
const _No = "North";
|
|
2096
2166
|
const _O = "Operator";
|
|
2097
2167
|
const _OAP = "OAuthParameters";
|
|
2168
|
+
const _OAPIA = "OpenAPIAction";
|
|
2098
2169
|
const _OAS = "OAuthScope";
|
|
2099
2170
|
const _OC = "OutputColumns";
|
|
2100
2171
|
const _OCHV = "OverflowColumnHeaderVisibility";
|
|
@@ -2106,6 +2177,7 @@ const _OCNOu = "OutputColumnNameOverride";
|
|
|
2106
2177
|
const _OCn = "OnClause";
|
|
2107
2178
|
const _OCt = "OtherCategories";
|
|
2108
2179
|
const _OCu = "OutputColumn";
|
|
2180
|
+
const _ODA = "OneDriveAction";
|
|
2109
2181
|
const _ODPO = "OverrideDatasetParameterOperation";
|
|
2110
2182
|
const _OF = "OperandField";
|
|
2111
2183
|
const _OFN = "OperandFieldName";
|
|
@@ -2156,6 +2228,7 @@ const _PCo = "PositiveColor";
|
|
|
2156
2228
|
const _PCos = "PostCode";
|
|
2157
2229
|
const _PCr = "ProjectedColumns";
|
|
2158
2230
|
const _PD = "ParameterDeclarations";
|
|
2231
|
+
const _PDA = "PagerDutyAction";
|
|
2159
2232
|
const _PDDC = "ParameterDropDownControl";
|
|
2160
2233
|
const _PDFC = "PercentageDisplayFormatConfiguration";
|
|
2161
2234
|
const _PDL = "ParameterDeclarationList";
|
|
@@ -2511,12 +2584,16 @@ const _Row_ = "Row";
|
|
|
2511
2584
|
const _S = "Suffix";
|
|
2512
2585
|
const _SA = "SecretArn";
|
|
2513
2586
|
const _SAA = "SimpleAttributeAggregation";
|
|
2587
|
+
const _SAAh = "ShareAsanaAction";
|
|
2588
|
+
const _SABARSA = "ShareAmazonBedrockARSAction";
|
|
2514
2589
|
const _SABEJ = "StartAssetBundleExportJob";
|
|
2515
2590
|
const _SABEJR = "StartAssetBundleExportJobRequest";
|
|
2516
2591
|
const _SABEJRt = "StartAssetBundleExportJobResponse";
|
|
2592
|
+
const _SABFSA = "ShareAmazonBedrockFSAction";
|
|
2517
2593
|
const _SABIJ = "StartAssetBundleImportJob";
|
|
2518
2594
|
const _SABIJR = "StartAssetBundleImportJobRequest";
|
|
2519
2595
|
const _SABIJRt = "StartAssetBundleImportJobResponse";
|
|
2596
|
+
const _SABKRSA = "ShareAmazonBedrockKRSAction";
|
|
2520
2597
|
const _SAC = "SearchActionConnectors";
|
|
2521
2598
|
const _SACR = "SearchActionConnectorsRequest";
|
|
2522
2599
|
const _SACRe = "SearchActionConnectorsResponse";
|
|
@@ -2524,23 +2601,34 @@ const _SADT = "StartAfterDateTime";
|
|
|
2524
2601
|
const _SAO = "SingleAxisOptions";
|
|
2525
2602
|
const _SAOe = "SelectAllOptions";
|
|
2526
2603
|
const _SAPB = "SectionAfterPageBreak";
|
|
2604
|
+
const _SAPBOMA = "SAPBillOfMaterialAction";
|
|
2605
|
+
const _SAPBPA = "SAPBusinessPartnerAction";
|
|
2606
|
+
const _SAPMSA = "SAPMaterialStockAction";
|
|
2607
|
+
const _SAPPIA = "SAPPhysicalInventoryAction";
|
|
2608
|
+
const _SAPPMDA = "SAPProductMasterDataAction";
|
|
2527
2609
|
const _SAR = "SearchAnalysesRequest";
|
|
2528
2610
|
const _SARe = "SearchAnalysesResponse";
|
|
2611
|
+
const _SASTA = "ShareAmazonSThreeAction";
|
|
2529
2612
|
const _SAU = "SnapshotAnonymousUser";
|
|
2530
2613
|
const _SAUL = "SnapshotAnonymousUserList";
|
|
2531
2614
|
const _SAUR = "SnapshotAnonymousUserRedacted";
|
|
2532
2615
|
const _SAURL = "SnapshotAnonymousUserRedactedList";
|
|
2533
2616
|
const _SAVO = "SelectAllValueOptions";
|
|
2617
|
+
const _SAa = "SalesforceAction";
|
|
2534
2618
|
const _SAe = "SearchAnalyses";
|
|
2535
2619
|
const _SAh = "ShareAnalyses";
|
|
2536
2620
|
const _SAi = "SimpleAggregation";
|
|
2621
|
+
const _SAl = "SlackAction";
|
|
2622
|
+
const _SAm = "SmartsheetAction";
|
|
2537
2623
|
const _SAo = "SourceArn";
|
|
2538
2624
|
const _SAou = "SourceAnalysis";
|
|
2539
2625
|
const _SAt = "StartAngle";
|
|
2540
2626
|
const _SAta = "StartingAt";
|
|
2541
2627
|
const _SAu = "SucceededAnswers";
|
|
2542
2628
|
const _SB = "SortBy";
|
|
2629
|
+
const _SBAA = "ShareBoxAgentAction";
|
|
2543
2630
|
const _SBC = "S3BucketConfiguration";
|
|
2631
|
+
const _SBHRA = "ShareBambooHRAction";
|
|
2544
2632
|
const _SBL = "SectionBasedLayout";
|
|
2545
2633
|
const _SBLC = "SectionBasedLayoutConfiguration";
|
|
2546
2634
|
const _SBLCSO = "SectionBasedLayoutCanvasSizeOptions";
|
|
@@ -2554,6 +2642,9 @@ const _SBU = "SiteBaseUrl";
|
|
|
2554
2642
|
const _SBe = "SectionBased";
|
|
2555
2643
|
const _SBec = "SecondaryBackground";
|
|
2556
2644
|
const _SC = "StepCount";
|
|
2645
|
+
const _SCA = "ShareConfluenceAction";
|
|
2646
|
+
const _SCAA = "ShareCanvaAgentAction";
|
|
2647
|
+
const _SCAh = "ShareComprehendAction";
|
|
2557
2648
|
const _SCDO = "SliderControlDisplayOptions";
|
|
2558
2649
|
const _SCF = "ShapeConditionalFormat";
|
|
2559
2650
|
const _SCI = "SourceColumnId";
|
|
@@ -2563,6 +2654,7 @@ const _SCLC = "SheetControlLayoutConfiguration";
|
|
|
2563
2654
|
const _SCLL = "SheetControlLayoutList";
|
|
2564
2655
|
const _SCLh = "SheetControlLayouts";
|
|
2565
2656
|
const _SCM = "SimpleClusterMarker";
|
|
2657
|
+
const _SCMA = "ShareComprehendMedicalAction";
|
|
2566
2658
|
const _SCN = "SourceColumnName";
|
|
2567
2659
|
const _SCO = "SheetControlsOption";
|
|
2568
2660
|
const _SCSO = "ScreenCanvasSizeOptions";
|
|
@@ -2647,6 +2739,7 @@ const _SFR = "SearchFoldersRequest";
|
|
|
2647
2739
|
const _SFRe = "SearchFoldersResponse";
|
|
2648
2740
|
const _SFRt = "StartFromRow";
|
|
2649
2741
|
const _SFS = "StaticFileSource";
|
|
2742
|
+
const _SFSA = "ShareFactSetAction";
|
|
2650
2743
|
const _SFSS = "SnapshotFileSheetSelection";
|
|
2651
2744
|
const _SFSSL = "SnapshotFileSheetSelectionList";
|
|
2652
2745
|
const _SFSSO = "StaticFileS3SourceOptions";
|
|
@@ -2663,10 +2756,16 @@ const _SFo = "SourceField";
|
|
|
2663
2756
|
const _SFt = "StaticFile";
|
|
2664
2757
|
const _SFu = "SuccessForeground";
|
|
2665
2758
|
const _SG = "SearchGroups";
|
|
2759
|
+
const _SGA = "ShareGithubAction";
|
|
2760
|
+
const _SGCA = "ShareGoogleCalendarAction";
|
|
2761
|
+
const _SGHTTPA = "ShareGenericHTTPAction";
|
|
2666
2762
|
const _SGI = "SecurityGroupIds";
|
|
2667
2763
|
const _SGR = "SearchGroupsRequest";
|
|
2668
2764
|
const _SGRe = "SearchGroupsResponse";
|
|
2765
|
+
const _SHA = "ShareHubspotAction";
|
|
2766
|
+
const _SHFA = "ShareHuggingFaceAction";
|
|
2669
2767
|
const _SI = "ScheduleId";
|
|
2768
|
+
const _SIA = "ShareIntercomAction";
|
|
2670
2769
|
const _SII = "SheetImageId";
|
|
2671
2770
|
const _SIL = "SourceItemsLimit";
|
|
2672
2771
|
const _SILe = "SeriesItemList";
|
|
@@ -2684,6 +2783,7 @@ const _SIhe = "SheetImage";
|
|
|
2684
2783
|
const _SIl = "SlotId";
|
|
2685
2784
|
const _SIu = "SubnetIds";
|
|
2686
2785
|
const _SIub = "SubnetId";
|
|
2786
|
+
const _SJA = "ShareJiraAction";
|
|
2687
2787
|
const _SJEI = "SnapshotJobErrorInfo";
|
|
2688
2788
|
const _SJI = "SnapshotJobId";
|
|
2689
2789
|
const _SJR = "SnapshotJobResult";
|
|
@@ -2699,8 +2799,13 @@ const _SKR = "SuccessfulKeyRegistration";
|
|
|
2699
2799
|
const _SKRE = "SuccessfulKeyRegistrationEntry";
|
|
2700
2800
|
const _SKREu = "SuccessfulKeyRegistrationEntries";
|
|
2701
2801
|
const _SL = "SensitiveLong";
|
|
2802
|
+
const _SLA = "ShareLinearAction";
|
|
2702
2803
|
const _SLC = "SectionLayoutConfiguration";
|
|
2703
2804
|
const _SLEMO = "SheetLayoutElementMaximizationOption";
|
|
2805
|
+
const _SLG = "SheetLayoutGroup";
|
|
2806
|
+
const _SLGL = "SheetLayoutGroupList";
|
|
2807
|
+
const _SLGM = "SheetLayoutGroupMember";
|
|
2808
|
+
const _SLGML = "SheetLayoutGroupMemberList";
|
|
2704
2809
|
const _SLIM = "SessionLifetimeInMinutes";
|
|
2705
2810
|
const _SLIMIE = "SessionLifetimeInMinutesInvalidException";
|
|
2706
2811
|
const _SLL = "SensitiveLongList";
|
|
@@ -2709,20 +2814,29 @@ const _SLOi = "SizeLabelOptions";
|
|
|
2709
2814
|
const _SLh = "SheetList";
|
|
2710
2815
|
const _SLt = "StandardLayout";
|
|
2711
2816
|
const _SM = "SmallMultiples";
|
|
2817
|
+
const _SMA = "ShareMondayAction";
|
|
2712
2818
|
const _SMAP = "SmallMultiplesAxisProperties";
|
|
2713
2819
|
const _SMC = "SemanticModelConfiguration";
|
|
2820
|
+
const _SMCPA = "ShareMCPAction";
|
|
2714
2821
|
const _SMDFL = "SmallMultiplesDimensionFieldList";
|
|
2715
2822
|
const _SMFAR = "StrictModeForAllResources";
|
|
2716
2823
|
const _SMLC = "SmallMultiplesLimitConfiguration";
|
|
2717
2824
|
const _SMO = "SmallMultiplesOptions";
|
|
2718
2825
|
const _SMS = "SmallMultiplesSort";
|
|
2826
|
+
const _SMSEA = "ShareMSExchangeAction";
|
|
2827
|
+
const _SMSTA = "ShareMSTeamsAction";
|
|
2719
2828
|
const _SMV = "SingleMetricVisibility";
|
|
2720
2829
|
const _SMh = "SharingModel";
|
|
2721
2830
|
const _SN = "SheetName";
|
|
2722
|
-
const _SNA = "
|
|
2831
|
+
const _SNA = "ServiceNowAction";
|
|
2832
|
+
const _SNAh = "ShareNotionAction";
|
|
2833
|
+
const _SNAi = "SimpleNumericalAggregation";
|
|
2723
2834
|
const _SNP = "ServiceNowParameters";
|
|
2835
|
+
const _SNRA = "ShareNewRelicAction";
|
|
2724
2836
|
const _SNe = "SessionName";
|
|
2725
2837
|
const _SO = "ScrollbarOptions";
|
|
2838
|
+
const _SOAPIA = "ShareOpenAPIAction";
|
|
2839
|
+
const _SODA = "ShareOneDriveAction";
|
|
2726
2840
|
const _SOe = "SearchOptions";
|
|
2727
2841
|
const _SOi = "SizingOptions";
|
|
2728
2842
|
const _SOo = "SortOrder";
|
|
@@ -2731,13 +2845,17 @@ const _SOpt = "S3Options";
|
|
|
2731
2845
|
const _SOt = "StyleOptions";
|
|
2732
2846
|
const _SOu = "SubtotalOptions";
|
|
2733
2847
|
const _SP = "SslProperties";
|
|
2848
|
+
const _SPA = "SharePointAction";
|
|
2734
2849
|
const _SPBC = "SectionPageBreakConfiguration";
|
|
2735
2850
|
const _SPC = "ScatterPlotConfiguration";
|
|
2736
2851
|
const _SPCAFW = "ScatterPlotCategoricallyAggregatedFieldWells";
|
|
2737
2852
|
const _SPCt = "StatePersistenceConfigurations";
|
|
2738
2853
|
const _SPD = "StringParameterDeclaration";
|
|
2854
|
+
const _SPDA = "SharePagerDutyAction";
|
|
2739
2855
|
const _SPE = "StatePersistenceEnabled";
|
|
2740
2856
|
const _SPFW = "ScatterPlotFieldWells";
|
|
2857
|
+
const _SPGEA = "SandPGlobalEnergyAction";
|
|
2858
|
+
const _SPGMIA = "SandPGMIAction";
|
|
2741
2859
|
const _SPL = "StringParameterList";
|
|
2742
2860
|
const _SPLC = "ScatterPlotLimitConfiguration";
|
|
2743
2861
|
const _SPN = "SourceParameterName";
|
|
@@ -2762,6 +2880,14 @@ const _SROE = "ScheduleRefreshOnEntity";
|
|
|
2762
2880
|
const _SRe = "S3Results";
|
|
2763
2881
|
const _SRi = "SignupResponse";
|
|
2764
2882
|
const _SS = "SensitiveString";
|
|
2883
|
+
const _SSA = "ShareSlackAction";
|
|
2884
|
+
const _SSAPBOMA = "ShareSAPBillOfMaterialAction";
|
|
2885
|
+
const _SSAPBPA = "ShareSAPBusinessPartnerAction";
|
|
2886
|
+
const _SSAPMSA = "ShareSAPMaterialStockAction";
|
|
2887
|
+
const _SSAPPIA = "ShareSAPPhysicalInventoryAction";
|
|
2888
|
+
const _SSAPPMDA = "ShareSAPProductMasterDataAction";
|
|
2889
|
+
const _SSAh = "ShareSalesforceAction";
|
|
2890
|
+
const _SSAha = "ShareSmartsheetAction";
|
|
2765
2891
|
const _SSB = "SideSpecificBorder";
|
|
2766
2892
|
const _SSCI = "SourceSheetControlId";
|
|
2767
2893
|
const _SSDC = "SnapshotS3DestinationConfiguration";
|
|
@@ -2769,8 +2895,12 @@ const _SSDCL = "SnapshotS3DestinationConfigurationList";
|
|
|
2769
2895
|
const _SSF = "SpatialStaticFile";
|
|
2770
2896
|
const _SSFSC = "SelectedSheetsFilterScopeConfiguration";
|
|
2771
2897
|
const _SSL = "SensitiveStringList";
|
|
2898
|
+
const _SSNA = "ShareServiceNowAction";
|
|
2772
2899
|
const _SSO = "SensitiveStringObject";
|
|
2773
2900
|
const _SSP = "SqlServerParameters";
|
|
2901
|
+
const _SSPA = "ShareSharePointAction";
|
|
2902
|
+
const _SSPGEA = "ShareSandPGlobalEnergyAction";
|
|
2903
|
+
const _SSPGMIA = "ShareSandPGMIAction";
|
|
2774
2904
|
const _SST = "SaaSTable";
|
|
2775
2905
|
const _SSTVC = "SameSheetTargetVisualConfiguration";
|
|
2776
2906
|
const _SSU = "SensitiveS3Uri";
|
|
@@ -2786,6 +2916,7 @@ const _SSo = "S3Source";
|
|
|
2786
2916
|
const _SSt = "StepSize";
|
|
2787
2917
|
const _SSy = "SymbolStyle";
|
|
2788
2918
|
const _ST = "SensitiveTimestamp";
|
|
2919
|
+
const _STA = "ShareTextractAction";
|
|
2789
2920
|
const _STAF = "SimpleTotalAggregationFunction";
|
|
2790
2921
|
const _STB = "SheetTextBox";
|
|
2791
2922
|
const _STBI = "SheetTextBoxId";
|
|
@@ -2842,6 +2973,7 @@ const _SVu = "SupportingVisuals";
|
|
|
2842
2973
|
const _SW = "StrokeWidth";
|
|
2843
2974
|
const _SYADO = "SecondaryYAxisDisplayOptions";
|
|
2844
2975
|
const _SYALO = "SecondaryYAxisLabelOptions";
|
|
2976
|
+
const _SZA = "ShareZendeskAction";
|
|
2845
2977
|
const _Sc = "Schedule";
|
|
2846
2978
|
const _Sca = "Scale";
|
|
2847
2979
|
const _Scal = "Scaling";
|
|
@@ -2894,8 +3026,9 @@ const _TAO = "TotalAggregationOptions";
|
|
|
2894
3026
|
const _TAOL = "TotalAggregationOptionList";
|
|
2895
3027
|
const _TAOo = "TotalAggregationOption";
|
|
2896
3028
|
const _TAOr = "TrendArrowOptions";
|
|
2897
|
-
const _TAe = "
|
|
2898
|
-
const _TAem = "
|
|
3029
|
+
const _TAe = "TextractAction";
|
|
3030
|
+
const _TAem = "TemplateAlias";
|
|
3031
|
+
const _TAemp = "TemplateArn";
|
|
2899
3032
|
const _TAex = "TextArea";
|
|
2900
3033
|
const _TAext = "TextAlignment";
|
|
2901
3034
|
const _TAh = "ThemeAlias";
|
|
@@ -3134,6 +3267,10 @@ const _Tr = "Trigger";
|
|
|
3134
3267
|
const _Ty = "Typography";
|
|
3135
3268
|
const _U = "Username";
|
|
3136
3269
|
const _UA = "UseAs";
|
|
3270
|
+
const _UAA = "UseAsanaAction";
|
|
3271
|
+
const _UABARSA = "UseAmazonBedrockARSAction";
|
|
3272
|
+
const _UABFSA = "UseAmazonBedrockFSAction";
|
|
3273
|
+
const _UABKRSA = "UseAmazonBedrockKRSAction";
|
|
3137
3274
|
const _UAC = "UpdateAccountCustomization";
|
|
3138
3275
|
const _UACP = "UpdateAccountCustomPermission";
|
|
3139
3276
|
const _UACPR = "UpdateAccountCustomPermissionRequest";
|
|
@@ -3154,6 +3291,7 @@ const _UARp = "UpdateAnalysisResponse";
|
|
|
3154
3291
|
const _UAS = "UpdateAccountSettings";
|
|
3155
3292
|
const _UASR = "UpdateAccountSettingsRequest";
|
|
3156
3293
|
const _UASRp = "UpdateAccountSettingsResponse";
|
|
3294
|
+
const _UASTA = "UseAmazonSThreeAction";
|
|
3157
3295
|
const _UAWS = "UseAgentWebSearch";
|
|
3158
3296
|
const _UAWTEG = "UpdateApplicationWithTokenExchangeGrant";
|
|
3159
3297
|
const _UAWTEGR = "UpdateApplicationWithTokenExchangeGrantRequest";
|
|
@@ -3162,9 +3300,11 @@ const _UAp = "UpdateAnalysis";
|
|
|
3162
3300
|
const _UAs = "UserArn";
|
|
3163
3301
|
const _UB = "UpperBoundary";
|
|
3164
3302
|
const _UBA = "UpdateBrandAssignment";
|
|
3303
|
+
const _UBAA = "UseBoxAgentAction";
|
|
3165
3304
|
const _UBAR = "UpdateBrandAssignmentRequest";
|
|
3166
3305
|
const _UBARp = "UpdateBrandAssignmentResponse";
|
|
3167
3306
|
const _UBCF = "UseBlankCellFormat";
|
|
3307
|
+
const _UBHRA = "UseBambooHRAction";
|
|
3168
3308
|
const _UBM = "UseBedrockModels";
|
|
3169
3309
|
const _UBPV = "UpdateBrandPublishedVersion";
|
|
3170
3310
|
const _UBPVR = "UpdateBrandPublishedVersionRequest";
|
|
@@ -3175,6 +3315,10 @@ const _UBX = "UsernameButtonXpath";
|
|
|
3175
3315
|
const _UBn = "UniformBorder";
|
|
3176
3316
|
const _UBp = "UpdateBrand";
|
|
3177
3317
|
const _UC = "UserConfiguration";
|
|
3318
|
+
const _UCA = "UseConfluenceAction";
|
|
3319
|
+
const _UCAA = "UseCanvaAgentAction";
|
|
3320
|
+
const _UCAs = "UseComprehendAction";
|
|
3321
|
+
const _UCMA = "UseComprehendMedicalAction";
|
|
3178
3322
|
const _UCO = "UntagColumnOperation";
|
|
3179
3323
|
const _UCP = "UnapplyCustomPermissions";
|
|
3180
3324
|
const _UCPR = "UpdateCustomPermissionsRequest";
|
|
@@ -3224,13 +3368,20 @@ const _UFPRp = "UpdateFolderPermissionsResponse";
|
|
|
3224
3368
|
const _UFPp = "UpdateFolderPermissions";
|
|
3225
3369
|
const _UFR = "UpdateFolderRequest";
|
|
3226
3370
|
const _UFRp = "UpdateFolderResponse";
|
|
3371
|
+
const _UFSA = "UseFactSetAction";
|
|
3227
3372
|
const _UFX = "UsernameFieldXpath";
|
|
3228
3373
|
const _UFp = "UpdateFolder";
|
|
3229
3374
|
const _UG = "UseGrouping";
|
|
3375
|
+
const _UGA = "UseGithubAction";
|
|
3376
|
+
const _UGCA = "UseGoogleCalendarAction";
|
|
3377
|
+
const _UGHTTPA = "UseGenericHTTPAction";
|
|
3230
3378
|
const _UGR = "UpdateGroupRequest";
|
|
3231
3379
|
const _UGRp = "UpdateGroupResponse";
|
|
3232
3380
|
const _UGp = "UpdateGroup";
|
|
3381
|
+
const _UHA = "UseHubspotAction";
|
|
3382
|
+
const _UHFA = "UseHuggingFaceAction";
|
|
3233
3383
|
const _UI = "UnicodeIcon";
|
|
3384
|
+
const _UIA = "UseIntercomAction";
|
|
3234
3385
|
const _UIAMPA = "UpdateIAMPolicyAssignment";
|
|
3235
3386
|
const _UIAMPAR = "UpdateIAMPolicyAssignmentRequest";
|
|
3236
3387
|
const _UIAMPARp = "UpdateIAMPolicyAssignmentResponse";
|
|
@@ -3243,6 +3394,7 @@ const _UIRR = "UpdateIpRestrictionRequest";
|
|
|
3243
3394
|
const _UIRRp = "UpdateIpRestrictionResponse";
|
|
3244
3395
|
const _UIU = "UserInvitationUrl";
|
|
3245
3396
|
const _UIs = "UserIdentifier";
|
|
3397
|
+
const _UJA = "UseJiraAction";
|
|
3246
3398
|
const _UK = "UniqueKey";
|
|
3247
3399
|
const _UKL = "UniqueKeyList";
|
|
3248
3400
|
const _UKR = "UpdateKeyRegistration";
|
|
@@ -3250,15 +3402,25 @@ const _UKRR = "UpdateKeyRegistrationRequest";
|
|
|
3250
3402
|
const _UKRRp = "UpdateKeyRegistrationResponse";
|
|
3251
3403
|
const _UKn = "UniqueKeys";
|
|
3252
3404
|
const _UL = "UserList";
|
|
3405
|
+
const _ULA = "UseLinearAction";
|
|
3253
3406
|
const _ULCI = "UnpivotedLabelColumnId";
|
|
3254
3407
|
const _ULCN = "UnpivotedLabelColumnName";
|
|
3255
3408
|
const _ULPL = "UpdateLinkPermissionList";
|
|
3409
|
+
const _UMA = "UseMondayAction";
|
|
3410
|
+
const _UMCPA = "UseMCPAction";
|
|
3411
|
+
const _UMSEA = "UseMSExchangeAction";
|
|
3412
|
+
const _UMSTA = "UseMSTeamsAction";
|
|
3256
3413
|
const _UN = "UserName";
|
|
3414
|
+
const _UNA = "UseNotionAction";
|
|
3257
3415
|
const _UNC = "UserNameColumn";
|
|
3416
|
+
const _UNRA = "UseNewRelicAction";
|
|
3258
3417
|
const _UO = "UseOrdering";
|
|
3418
|
+
const _UOAPIA = "UseOpenAPIAction";
|
|
3419
|
+
const _UODA = "UseOneDriveAction";
|
|
3259
3420
|
const _UOn = "UnpivotOperation";
|
|
3260
3421
|
const _UOr = "UrlOptions";
|
|
3261
3422
|
const _UPBC = "UsePrimaryBackgroundColor";
|
|
3423
|
+
const _UPDA = "UsePagerDutyAction";
|
|
3262
3424
|
const _UPPE = "UnsupportedPricingPlanException";
|
|
3263
3425
|
const _UPSS = "UpdatePublicSharingSettings";
|
|
3264
3426
|
const _UPSSR = "UpdatePublicSharingSettingsRequest";
|
|
@@ -3287,7 +3449,19 @@ const _URSR = "UpdateRefreshScheduleRequest";
|
|
|
3287
3449
|
const _URSRp = "UpdateRefreshScheduleResponse";
|
|
3288
3450
|
const _URn = "UntagResource";
|
|
3289
3451
|
const _US = "UnitScaler";
|
|
3452
|
+
const _USA = "UseSlackAction";
|
|
3453
|
+
const _USAPBOMA = "UseSAPBillOfMaterialAction";
|
|
3454
|
+
const _USAPBPA = "UseSAPBusinessPartnerAction";
|
|
3455
|
+
const _USAPMSA = "UseSAPMaterialStockAction";
|
|
3456
|
+
const _USAPPIA = "UseSAPPhysicalInventoryAction";
|
|
3457
|
+
const _USAPPMDA = "UseSAPProductMasterDataAction";
|
|
3458
|
+
const _USAs = "UseSalesforceAction";
|
|
3459
|
+
const _USAse = "UseSmartsheetAction";
|
|
3290
3460
|
const _USN = "UseServiceName";
|
|
3461
|
+
const _USNA = "UseServiceNowAction";
|
|
3462
|
+
const _USPA = "UseSharePointAction";
|
|
3463
|
+
const _USPGEA = "UseSandPGlobalEnergyAction";
|
|
3464
|
+
const _USPGMIA = "UseSandPGMIAction";
|
|
3291
3465
|
const _USPICECC = "UpdateSPICECapacityConfiguration";
|
|
3292
3466
|
const _USPICECCR = "UpdateSPICECapacityConfigurationRequest";
|
|
3293
3467
|
const _USPICECCRp = "UpdateSPICECapacityConfigurationResponse";
|
|
@@ -3301,12 +3475,13 @@ const _USn = "UnpivotStep";
|
|
|
3301
3475
|
const _USp = "UploadSettings";
|
|
3302
3476
|
const _USpd = "UpdateStatus";
|
|
3303
3477
|
const _UT = "UpdateTemplate";
|
|
3304
|
-
const _UTA = "
|
|
3478
|
+
const _UTA = "UseTextractAction";
|
|
3305
3479
|
const _UTAR = "UpdateTemplateAliasRequest";
|
|
3306
3480
|
const _UTARp = "UpdateTemplateAliasResponse";
|
|
3307
3481
|
const _UTARpd = "UpdateThemeAliasRequest";
|
|
3308
3482
|
const _UTARpda = "UpdateThemeAliasResponse";
|
|
3309
|
-
const _UTAp = "
|
|
3483
|
+
const _UTAp = "UpdateTemplateAlias";
|
|
3484
|
+
const _UTApd = "UpdateThemeAlias";
|
|
3310
3485
|
const _UTP = "UpdateTemplatePermissions";
|
|
3311
3486
|
const _UTPR = "UpdateTemplatePermissionsRequest";
|
|
3312
3487
|
const _UTPRp = "UpdateTemplatePermissionsResponse";
|
|
@@ -3341,6 +3516,7 @@ const _UVCN = "UnpivotedValueColumnName";
|
|
|
3341
3516
|
const _UVPCC = "UpdateVPCConnection";
|
|
3342
3517
|
const _UVPCCR = "UpdateVPCConnectionRequest";
|
|
3343
3518
|
const _UVPCCRp = "UpdateVPCConnectionResponse";
|
|
3519
|
+
const _UZA = "UseZendeskAction";
|
|
3344
3520
|
const _Un = "Unaggregated";
|
|
3345
3521
|
const _Ur = "Url";
|
|
3346
3522
|
const _Us = "User";
|
|
@@ -3465,6 +3641,7 @@ const _YADO = "YAxisDisplayOptions";
|
|
|
3465
3641
|
const _YAL = "YAxisLocation";
|
|
3466
3642
|
const _YALO = "YAxisLabelOptions";
|
|
3467
3643
|
const _YAO = "YAxisOptions";
|
|
3644
|
+
const _ZA = "ZendeskAction";
|
|
3468
3645
|
const _aN = "accountName";
|
|
3469
3646
|
const _adi = "additional-dashboard-ids";
|
|
3470
3647
|
const _an = "alias-name";
|
|
@@ -4338,8 +4515,8 @@ export var CancelIngestionResponse$ = [3, n0, _CIRa,
|
|
|
4338
4515
|
];
|
|
4339
4516
|
export var Capabilities$ = [3, n0, _Cap,
|
|
4340
4517
|
0,
|
|
4341
|
-
[_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],
|
|
4342
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
4518
|
+
[_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],
|
|
4519
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
4343
4520
|
];
|
|
4344
4521
|
export var CascadingControlConfiguration$ = [3, n0, _CCC,
|
|
4345
4522
|
0,
|
|
@@ -4735,7 +4912,7 @@ export var CreateDataSetRequest$ = [3, n0, _CDSR,
|
|
|
4735
4912
|
];
|
|
4736
4913
|
export var CreateDataSetResponse$ = [3, n0, _CDSRr,
|
|
4737
4914
|
0,
|
|
4738
|
-
[_A, _DSI,
|
|
4915
|
+
[_A, _DSI, _IAng, _II, _RI, _St],
|
|
4739
4916
|
[0, 0, 0, 0, 0, [1, 32]]
|
|
4740
4917
|
];
|
|
4741
4918
|
export var CreateDataSourceRequest$ = [3, n0, _CDSRre,
|
|
@@ -4845,7 +5022,7 @@ export var CreateTemplateAliasRequest$ = [3, n0, _CTAR,
|
|
|
4845
5022
|
];
|
|
4846
5023
|
export var CreateTemplateAliasResponse$ = [3, n0, _CTARr,
|
|
4847
5024
|
0,
|
|
4848
|
-
[
|
|
5025
|
+
[_TAem, _St, _RI],
|
|
4849
5026
|
[() => TemplateAlias$, [1, 32], 0]
|
|
4850
5027
|
];
|
|
4851
5028
|
export var CreateTemplateRequest$ = [3, n0, _CTR,
|
|
@@ -5171,7 +5348,7 @@ export var DataPointTooltipOption$ = [3, n0, _DPTO,
|
|
|
5171
5348
|
];
|
|
5172
5349
|
export var DataPrepAggregationFunction$ = [3, n0, _DPAF,
|
|
5173
5350
|
0,
|
|
5174
|
-
[_SAi,
|
|
5351
|
+
[_SAi, _LAi],
|
|
5175
5352
|
[() => DataPrepSimpleAggregationFunction$, () => DataPrepListAggregationFunction$]
|
|
5176
5353
|
];
|
|
5177
5354
|
export var DataPrepConfiguration$ = [3, n0, _DPC,
|
|
@@ -6301,7 +6478,7 @@ export var DescribeTemplateAliasRequest$ = [3, n0, _DTARes,
|
|
|
6301
6478
|
];
|
|
6302
6479
|
export var DescribeTemplateAliasResponse$ = [3, n0, _DTAResc,
|
|
6303
6480
|
0,
|
|
6304
|
-
[
|
|
6481
|
+
[_TAem, _St, _RI],
|
|
6305
6482
|
[() => TemplateAlias$, [1, 32], 0]
|
|
6306
6483
|
];
|
|
6307
6484
|
export var DescribeTemplateDefinitionRequest$ = [3, n0, _DTDR,
|
|
@@ -6321,7 +6498,7 @@ export var DescribeTemplatePermissionsRequest$ = [3, n0, _DTPR,
|
|
|
6321
6498
|
];
|
|
6322
6499
|
export var DescribeTemplatePermissionsResponse$ = [3, n0, _DTPRe,
|
|
6323
6500
|
0,
|
|
6324
|
-
[_TIe,
|
|
6501
|
+
[_TIe, _TAemp, _Per, _RI, _St],
|
|
6325
6502
|
[0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
|
|
6326
6503
|
];
|
|
6327
6504
|
export var DescribeTemplateRequest$ = [3, n0, _DTRes,
|
|
@@ -6792,8 +6969,8 @@ export var FreeFormLayoutCanvasSizeOptions$ = [3, n0, _FFLCSO,
|
|
|
6792
6969
|
];
|
|
6793
6970
|
export var FreeFormLayoutConfiguration$ = [3, n0, _FFLC,
|
|
6794
6971
|
0,
|
|
6795
|
-
[_Ele, _CSO],
|
|
6796
|
-
[() => FreeFromLayoutElementList, () => FreeFormLayoutCanvasSizeOptions
|
|
6972
|
+
[_Ele, _CSO, _Gro],
|
|
6973
|
+
[() => FreeFromLayoutElementList, () => FreeFormLayoutCanvasSizeOptions$, () => SheetLayoutGroupList], 1
|
|
6797
6974
|
];
|
|
6798
6975
|
export var FreeFormLayoutElement$ = [3, n0, _FFLE,
|
|
6799
6976
|
0,
|
|
@@ -8191,7 +8368,7 @@ export var MeasureField$ = [3, n0, _MF,
|
|
|
8191
8368
|
];
|
|
8192
8369
|
export var MemberIdArnPair$ = [3, n0, _MIAP,
|
|
8193
8370
|
0,
|
|
8194
|
-
[_MI,
|
|
8371
|
+
[_MI, _MAe],
|
|
8195
8372
|
[0, 0]
|
|
8196
8373
|
];
|
|
8197
8374
|
export var MetricComparisonComputation$ = [3, n0, _MCC,
|
|
@@ -8291,7 +8468,7 @@ export var NumberFormatConfiguration$ = [3, n0, _NFCum,
|
|
|
8291
8468
|
];
|
|
8292
8469
|
export var NumericalAggregationFunction$ = [3, n0, _NAF,
|
|
8293
8470
|
0,
|
|
8294
|
-
[
|
|
8471
|
+
[_SNAi, _PAe],
|
|
8295
8472
|
[0, () => PercentileAggregation$]
|
|
8296
8473
|
];
|
|
8297
8474
|
export var NumericalDimensionField$ = [3, n0, _NDF,
|
|
@@ -8763,7 +8940,7 @@ export var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
|
|
|
8763
8940
|
];
|
|
8764
8941
|
export var RadarChartConfiguration$ = [3, n0, _RCC,
|
|
8765
8942
|
0,
|
|
8766
|
-
[_FW, _SCo, _Sha, _BSS, _SAt, _VP, _ABCV, _ABEC, _ABOC, _CA, _CLO,
|
|
8943
|
+
[_FW, _SCo, _Sha, _BSS, _SAt, _VP, _ABCV, _ABEC, _ABOC, _CA, _CLO, _CAol, _CLOo, _Le, _ARS, _I],
|
|
8767
8944
|
[() => RadarChartFieldWells$, () => RadarChartSortConfiguration$, 0, () => RadarChartSeriesSettings$, 1, () => VisualPalette$, 0, 0, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, 0, () => VisualInteractionOptions$]
|
|
8768
8945
|
];
|
|
8769
8946
|
export var RadarChartFieldWells$ = [3, n0, _RCFW,
|
|
@@ -9470,6 +9647,16 @@ export var SheetLayoutElementMaximizationOption$ = [3, n0, _SLEMO,
|
|
|
9470
9647
|
[_ASv],
|
|
9471
9648
|
[0]
|
|
9472
9649
|
];
|
|
9650
|
+
export var SheetLayoutGroup$ = [3, n0, _SLG,
|
|
9651
|
+
0,
|
|
9652
|
+
[_Id_, _Mem],
|
|
9653
|
+
[0, () => SheetLayoutGroupMemberList], 2
|
|
9654
|
+
];
|
|
9655
|
+
export var SheetLayoutGroupMember$ = [3, n0, _SLGM,
|
|
9656
|
+
0,
|
|
9657
|
+
[_Id_, _T],
|
|
9658
|
+
[0, 0], 2
|
|
9659
|
+
];
|
|
9473
9660
|
export var SheetStyle$ = [3, n0, _SSh,
|
|
9474
9661
|
0,
|
|
9475
9662
|
[_Til, _TL, _Bac],
|
|
@@ -9920,7 +10107,7 @@ export var Template$ = [3, n0, _Tem,
|
|
|
9920
10107
|
[_A, _N, _Ve, _TIe, _LUT, _CT],
|
|
9921
10108
|
[0, 0, () => TemplateVersion$, 0, 4, 4]
|
|
9922
10109
|
];
|
|
9923
|
-
export var TemplateAlias$ = [3, n0,
|
|
10110
|
+
export var TemplateAlias$ = [3, n0, _TAem,
|
|
9924
10111
|
0,
|
|
9925
10112
|
[_ANl, _A, _TVN],
|
|
9926
10113
|
[0, 0, 1]
|
|
@@ -10113,7 +10300,7 @@ export var TopBottomRankedComputation$ = [3, n0, _TBRC,
|
|
|
10113
10300
|
];
|
|
10114
10301
|
export var TopicCalculatedField$ = [3, n0, _TCFo,
|
|
10115
10302
|
0,
|
|
10116
|
-
[_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Ag, _CO, _STema, _AAl, _NAA, _NAIF, _CVSe,
|
|
10303
|
+
[_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Ag, _CO, _STema, _AAl, _NAA, _NAIF, _CVSe, _NAo],
|
|
10117
10304
|
[0, [() => Expression, 0], 0, 64 | 0, 2, 2, 0, 0, () => DefaultFormatting$, 0, () => ComparativeOrder$, [() => SemanticType$, 0], 64 | 0, 64 | 0, 2, () => CellValueSynonyms, 2], 2
|
|
10118
10305
|
];
|
|
10119
10306
|
export var TopicCategoryFilter$ = [3, n0, _TCFop,
|
|
@@ -10128,7 +10315,7 @@ export var TopicCategoryFilterConstant$ = [3, n0, _TCFC,
|
|
|
10128
10315
|
];
|
|
10129
10316
|
export var TopicColumn$ = [3, n0, _TCo,
|
|
10130
10317
|
0,
|
|
10131
|
-
[_CN, _CFNo, _CD, _CSolumny, _CDRo, _Ag, _IIIT, _DIis, _CO, _STema, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe,
|
|
10318
|
+
[_CN, _CFNo, _CD, _CSolumny, _CDRo, _Ag, _IIIT, _DIis, _CO, _STema, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe, _NAo],
|
|
10132
10319
|
[0, 0, 0, 64 | 0, 0, 0, 2, 2, () => ComparativeOrder$, [() => SemanticType$, 0], 0, 64 | 0, 64 | 0, () => DefaultFormatting$, 2, () => CellValueSynonyms, 2], 1
|
|
10133
10320
|
];
|
|
10134
10321
|
export var TopicConfigOptions$ = [3, n0, _TCOo,
|
|
@@ -10585,7 +10772,7 @@ export var UpdateDataSetRequest$ = [3, n0, _UDSR,
|
|
|
10585
10772
|
];
|
|
10586
10773
|
export var UpdateDataSetResponse$ = [3, n0, _UDSRp,
|
|
10587
10774
|
0,
|
|
10588
|
-
[_A, _DSI,
|
|
10775
|
+
[_A, _DSI, _IAng, _II, _RI, _St],
|
|
10589
10776
|
[0, 0, 0, 0, 0, [1, 32]]
|
|
10590
10777
|
];
|
|
10591
10778
|
export var UpdateDataSourcePermissionsRequest$ = [3, n0, _UDSPRpd,
|
|
@@ -10785,7 +10972,7 @@ export var UpdateTemplateAliasRequest$ = [3, n0, _UTAR,
|
|
|
10785
10972
|
];
|
|
10786
10973
|
export var UpdateTemplateAliasResponse$ = [3, n0, _UTARp,
|
|
10787
10974
|
0,
|
|
10788
|
-
[
|
|
10975
|
+
[_TAem, _St, _RI],
|
|
10789
10976
|
[() => TemplateAlias$, [1, 32], 0]
|
|
10790
10977
|
];
|
|
10791
10978
|
export var UpdateTemplatePermissionsRequest$ = [3, n0, _UTPR,
|
|
@@ -10795,7 +10982,7 @@ export var UpdateTemplatePermissionsRequest$ = [3, n0, _UTPR,
|
|
|
10795
10982
|
];
|
|
10796
10983
|
export var UpdateTemplatePermissionsResponse$ = [3, n0, _UTPRp,
|
|
10797
10984
|
0,
|
|
10798
|
-
[_TIe,
|
|
10985
|
+
[_TIe, _TAemp, _Per, _RI, _St],
|
|
10799
10986
|
[0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
|
|
10800
10987
|
];
|
|
10801
10988
|
export var UpdateTemplateRequest$ = [3, n0, _UTR,
|
|
@@ -11824,6 +12011,12 @@ var SheetElementRenderingRuleList = [1, n0, _SERRL,
|
|
|
11824
12011
|
var SheetImageList = [1, n0, _SILh,
|
|
11825
12012
|
0, () => SheetImage$
|
|
11826
12013
|
];
|
|
12014
|
+
var SheetLayoutGroupList = [1, n0, _SLGL,
|
|
12015
|
+
0, () => SheetLayoutGroup$
|
|
12016
|
+
];
|
|
12017
|
+
var SheetLayoutGroupMemberList = [1, n0, _SLGML,
|
|
12018
|
+
0, () => SheetLayoutGroupMember$
|
|
12019
|
+
];
|
|
11827
12020
|
var SheetList = [1, n0, _SLh,
|
|
11828
12021
|
0, () => Sheet$
|
|
11829
12022
|
];
|
|
@@ -12526,7 +12719,7 @@ export var GetSessionEmbedUrl$ = [9, n0, _GSEU,
|
|
|
12526
12719
|
export var ListActionConnectors$ = [9, n0, _LAC,
|
|
12527
12720
|
{ [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => ListActionConnectorsRequest$, () => ListActionConnectorsResponse$
|
|
12528
12721
|
];
|
|
12529
|
-
export var ListAnalyses$ = [9, n0,
|
|
12722
|
+
export var ListAnalyses$ = [9, n0, _LAis,
|
|
12530
12723
|
{ [_h]: ["GET", "/accounts/{AwsAccountId}/analyses", 200] }, () => ListAnalysesRequest$, () => ListAnalysesResponse$
|
|
12531
12724
|
];
|
|
12532
12725
|
export var ListAssetBundleExportJobs$ = [9, n0, _LABEJ,
|
|
@@ -12808,7 +13001,7 @@ export var UpdateSPICECapacityConfiguration$ = [9, n0, _USPICECC,
|
|
|
12808
13001
|
export var UpdateTemplate$ = [9, n0, _UT,
|
|
12809
13002
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => UpdateTemplateRequest$, () => UpdateTemplateResponse$
|
|
12810
13003
|
];
|
|
12811
|
-
export var UpdateTemplateAlias$ = [9, n0,
|
|
13004
|
+
export var UpdateTemplateAlias$ = [9, n0, _UTAp,
|
|
12812
13005
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}", 200] }, () => UpdateTemplateAliasRequest$, () => UpdateTemplateAliasResponse$
|
|
12813
13006
|
];
|
|
12814
13007
|
export var UpdateTemplatePermissions$ = [9, n0, _UTP,
|
|
@@ -12817,7 +13010,7 @@ export var UpdateTemplatePermissions$ = [9, n0, _UTP,
|
|
|
12817
13010
|
export var UpdateTheme$ = [9, n0, _UTp,
|
|
12818
13011
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/themes/{ThemeId}", 200] }, () => UpdateThemeRequest$, () => UpdateThemeResponse$
|
|
12819
13012
|
];
|
|
12820
|
-
export var UpdateThemeAlias$ = [9, n0,
|
|
13013
|
+
export var UpdateThemeAlias$ = [9, n0, _UTApd,
|
|
12821
13014
|
{ [_h]: ["PUT", "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}", 200] }, () => UpdateThemeAliasRequest$, () => UpdateThemeAliasResponse$
|
|
12822
13015
|
];
|
|
12823
13016
|
export var UpdateThemePermissions$ = [9, n0, _UTPp,
|