@aws-sdk/client-quicksight 3.987.0 → 3.989.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 +249 -15350
- package/dist-cjs/models/QuickSightServiceException.js +12 -0
- package/dist-cjs/models/errors.js +401 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +13080 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +157 -151
- package/dist-types/schemas/schemas_0.d.ts +30 -23
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -23
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultQuickSightHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-04-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.quicksight",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-04-01",
|
|
30
32
|
serviceTarget: "QuickSight_20180401",
|
|
31
33
|
},
|
|
@@ -2543,10 +2543,10 @@ const _RSes = "ResourceStatus";
|
|
|
2543
2543
|
const _RSesu = "ResultSize";
|
|
2544
2544
|
const _RSo = "RowSpan";
|
|
2545
2545
|
const _RSow = "RowSort";
|
|
2546
|
-
const _RT = "
|
|
2546
|
+
const _RT = "ResourceType";
|
|
2547
2547
|
const _RTF = "RestoreToFolders";
|
|
2548
2548
|
const _RTO = "RowTotalOptions";
|
|
2549
|
-
const _RTe = "
|
|
2549
|
+
const _RTe = "RequestType";
|
|
2550
2550
|
const _RTef = "RefreshType";
|
|
2551
2551
|
const _RTel = "RelationalTable";
|
|
2552
2552
|
const _RTes = "ResultType";
|
|
@@ -3078,13 +3078,13 @@ const _TCo = "TopicColumn";
|
|
|
3078
3078
|
const _TCop = "TopicColumns";
|
|
3079
3079
|
const _TD = "TopicDetails";
|
|
3080
3080
|
const _TDRF = "TopicDateRangeFilter";
|
|
3081
|
-
const _TE = "
|
|
3081
|
+
const _TE = "ThrottlingException";
|
|
3082
3082
|
const _TEF = "TimeEqualityFilter";
|
|
3083
3083
|
const _TEL = "TemplateErrorList";
|
|
3084
3084
|
const _TELh = "ThemeErrorList";
|
|
3085
3085
|
const _TEe = "TemplateError";
|
|
3086
3086
|
const _TEh = "ThemeError";
|
|
3087
|
-
const
|
|
3087
|
+
const _TEo = "TokenEndpoint";
|
|
3088
3088
|
const _TF = "TooltipFields";
|
|
3089
3089
|
const _TFCDO = "TextFieldControlDisplayOptions";
|
|
3090
3090
|
const _TFCIC = "TableFieldCustomIconContent";
|
|
@@ -3670,9 +3670,9 @@ const _r = "resolved";
|
|
|
3670
3670
|
const _rd = "reset-disabled";
|
|
3671
3671
|
const _rtf = "restore-to-folders";
|
|
3672
3672
|
const _rwid = "recovery-window-in-days";
|
|
3673
|
-
const _s = "
|
|
3673
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.quicksight";
|
|
3674
|
+
const _se = "server";
|
|
3674
3675
|
const _sl = "session-lifetime";
|
|
3675
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.quicksight";
|
|
3676
3676
|
const _spe = "state-persistence-enabled";
|
|
3677
3677
|
const _t = "type";
|
|
3678
3678
|
const _uLN = "userLoginName";
|
|
@@ -3684,6 +3684,152 @@ const n0 = "com.amazonaws.quicksight";
|
|
|
3684
3684
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
3685
3685
|
import { AccessDeniedException, ConcurrentUpdatingException, ConflictException, CustomerManagedKeyUnavailableException, DomainNotWhitelistedException, IdentityTypeNotSupportedException, InternalFailureException, InternalServerException, InvalidDataSetParameterValueException, InvalidNextTokenException, InvalidParameterException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, QuickSightUserNotFoundException, ResourceExistsException, ResourceNotFoundException, ResourceUnavailableException, SessionLifetimeInMinutesInvalidException, ThrottlingException, UnsupportedPricingPlanException, UnsupportedUserEditionException, } from "../models/errors";
|
|
3686
3686
|
import { QuickSightServiceException } from "../models/QuickSightServiceException";
|
|
3687
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
3688
|
+
export var QuickSightServiceException$ = [-3, _s, "QuickSightServiceException", 0, [], []];
|
|
3689
|
+
_s_registry.registerError(QuickSightServiceException$, QuickSightServiceException);
|
|
3690
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
3691
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
3692
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
3693
|
+
[_M, _RI],
|
|
3694
|
+
[0, 0]
|
|
3695
|
+
];
|
|
3696
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
3697
|
+
export var ConcurrentUpdatingException$ = [-3, n0, _CUE,
|
|
3698
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
3699
|
+
[_M, _RI],
|
|
3700
|
+
[0, 0]
|
|
3701
|
+
];
|
|
3702
|
+
n0_registry.registerError(ConcurrentUpdatingException$, ConcurrentUpdatingException);
|
|
3703
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
3704
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
3705
|
+
[_M, _RI],
|
|
3706
|
+
[0, 0]
|
|
3707
|
+
];
|
|
3708
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
3709
|
+
export var CustomerManagedKeyUnavailableException$ = [-3, n0, _CMKUE,
|
|
3710
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3711
|
+
[_M, _RI],
|
|
3712
|
+
[0, 0]
|
|
3713
|
+
];
|
|
3714
|
+
n0_registry.registerError(CustomerManagedKeyUnavailableException$, CustomerManagedKeyUnavailableException);
|
|
3715
|
+
export var DomainNotWhitelistedException$ = [-3, n0, _DNWE,
|
|
3716
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
3717
|
+
[_M, _RI],
|
|
3718
|
+
[0, 0]
|
|
3719
|
+
];
|
|
3720
|
+
n0_registry.registerError(DomainNotWhitelistedException$, DomainNotWhitelistedException);
|
|
3721
|
+
export var IdentityTypeNotSupportedException$ = [-3, n0, _ITNSE,
|
|
3722
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
3723
|
+
[_M, _RI],
|
|
3724
|
+
[0, 0]
|
|
3725
|
+
];
|
|
3726
|
+
n0_registry.registerError(IdentityTypeNotSupportedException$, IdentityTypeNotSupportedException);
|
|
3727
|
+
export var InternalFailureException$ = [-3, n0, _IFE,
|
|
3728
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
3729
|
+
[_M, _RI],
|
|
3730
|
+
[0, 0]
|
|
3731
|
+
];
|
|
3732
|
+
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
3733
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
3734
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
3735
|
+
[_M],
|
|
3736
|
+
[0], 1
|
|
3737
|
+
];
|
|
3738
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
3739
|
+
export var InvalidDataSetParameterValueException$ = [-3, n0, _IDSPVE,
|
|
3740
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3741
|
+
[_M, _RI],
|
|
3742
|
+
[0, 0]
|
|
3743
|
+
];
|
|
3744
|
+
n0_registry.registerError(InvalidDataSetParameterValueException$, InvalidDataSetParameterValueException);
|
|
3745
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
3746
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3747
|
+
[_M, _RI],
|
|
3748
|
+
[0, 0]
|
|
3749
|
+
];
|
|
3750
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
3751
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
3752
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3753
|
+
[_M, _RI],
|
|
3754
|
+
[0, 0]
|
|
3755
|
+
];
|
|
3756
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
3757
|
+
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
3758
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3759
|
+
[_M, _RI],
|
|
3760
|
+
[0, 0]
|
|
3761
|
+
];
|
|
3762
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
3763
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
3764
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3765
|
+
[_M, _RI],
|
|
3766
|
+
[0, 0]
|
|
3767
|
+
];
|
|
3768
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
3769
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
3770
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
3771
|
+
[_M, _RT, _RI],
|
|
3772
|
+
[0, 0, 0]
|
|
3773
|
+
];
|
|
3774
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
3775
|
+
export var PreconditionNotMetException$ = [-3, n0, _PNME,
|
|
3776
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3777
|
+
[_M, _RI],
|
|
3778
|
+
[0, 0]
|
|
3779
|
+
];
|
|
3780
|
+
n0_registry.registerError(PreconditionNotMetException$, PreconditionNotMetException);
|
|
3781
|
+
export var QuickSightUserNotFoundException$ = [-3, n0, _QSUNFE,
|
|
3782
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
3783
|
+
[_M, _RI],
|
|
3784
|
+
[0, 0]
|
|
3785
|
+
];
|
|
3786
|
+
n0_registry.registerError(QuickSightUserNotFoundException$, QuickSightUserNotFoundException);
|
|
3787
|
+
export var ResourceExistsException$ = [-3, n0, _REE,
|
|
3788
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
3789
|
+
[_M, _RT, _RI],
|
|
3790
|
+
[0, 0, 0]
|
|
3791
|
+
];
|
|
3792
|
+
n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
|
|
3793
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
3794
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
3795
|
+
[_M, _RT, _RI],
|
|
3796
|
+
[0, 0, 0]
|
|
3797
|
+
];
|
|
3798
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
3799
|
+
export var ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
3800
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
3801
|
+
[_M, _RT, _RI],
|
|
3802
|
+
[0, 0, 0]
|
|
3803
|
+
];
|
|
3804
|
+
n0_registry.registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
3805
|
+
export var SessionLifetimeInMinutesInvalidException$ = [-3, n0, _SLIMIE,
|
|
3806
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3807
|
+
[_M, _RI],
|
|
3808
|
+
[0, 0]
|
|
3809
|
+
];
|
|
3810
|
+
n0_registry.registerError(SessionLifetimeInMinutesInvalidException$, SessionLifetimeInMinutesInvalidException);
|
|
3811
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
3812
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
3813
|
+
[_M, _RI],
|
|
3814
|
+
[0, 0]
|
|
3815
|
+
];
|
|
3816
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
3817
|
+
export var UnsupportedPricingPlanException$ = [-3, n0, _UPPE,
|
|
3818
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
3819
|
+
[_M, _RI],
|
|
3820
|
+
[0, 0]
|
|
3821
|
+
];
|
|
3822
|
+
n0_registry.registerError(UnsupportedPricingPlanException$, UnsupportedPricingPlanException);
|
|
3823
|
+
export var UnsupportedUserEditionException$ = [-3, n0, _UUEE,
|
|
3824
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
3825
|
+
[_M, _RI],
|
|
3826
|
+
[0, 0]
|
|
3827
|
+
];
|
|
3828
|
+
n0_registry.registerError(UnsupportedUserEditionException$, UnsupportedUserEditionException);
|
|
3829
|
+
export const errorTypeRegistries = [
|
|
3830
|
+
_s_registry,
|
|
3831
|
+
n0_registry,
|
|
3832
|
+
];
|
|
3687
3833
|
var ActionConnectorDescription = [0, n0, _ACD, 8, 0];
|
|
3688
3834
|
var ActionConnectorName = [0, n0, _ACN, 8, 0];
|
|
3689
3835
|
var ActionPassword = [0, n0, _AP, 8, 0];
|
|
@@ -3717,12 +3863,6 @@ var SensitiveTimestamp = [0, n0, _ST, 8, 4];
|
|
|
3717
3863
|
var SessionTagValue = [0, n0, _STV, 8, 0];
|
|
3718
3864
|
var SqlQuery = [0, n0, _SQ, 8, 0];
|
|
3719
3865
|
var Suffix = [0, n0, _S, 8, 0];
|
|
3720
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
3721
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
3722
|
-
[_M, _RI],
|
|
3723
|
-
[0, 0]
|
|
3724
|
-
];
|
|
3725
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
3726
3866
|
export var AccountCustomization$ = [3, n0, _AC,
|
|
3727
3867
|
0,
|
|
3728
3868
|
[_DT, _DECT],
|
|
@@ -4225,7 +4365,7 @@ export var AuthConfig$ = [3, n0, _ACut,
|
|
|
4225
4365
|
];
|
|
4226
4366
|
export var AuthorizationCodeGrantDetails$ = [3, n0, _ACGD,
|
|
4227
4367
|
0,
|
|
4228
|
-
[_CI, _CS,
|
|
4368
|
+
[_CI, _CS, _TEo, _AEu],
|
|
4229
4369
|
[0, [() => ClientSecret, 0], 0, 0], 4
|
|
4230
4370
|
];
|
|
4231
4371
|
export var AuthorizationCodeGrantMetadata$ = [3, n0, _ACGM,
|
|
@@ -4580,7 +4720,7 @@ export var ChartAxisLabelOptions$ = [3, n0, _CALO,
|
|
|
4580
4720
|
];
|
|
4581
4721
|
export var ClientCredentialsGrantDetails$ = [3, n0, _CCGD,
|
|
4582
4722
|
0,
|
|
4583
|
-
[_CI, _CS,
|
|
4723
|
+
[_CI, _CS, _TEo],
|
|
4584
4724
|
[0, [() => ClientSecret, 0], 0], 3
|
|
4585
4725
|
];
|
|
4586
4726
|
export var ClientCredentialsGrantMetadata$ = [3, n0, _CCGM,
|
|
@@ -4743,12 +4883,6 @@ export var Computation$ = [3, n0, _Com,
|
|
|
4743
4883
|
[_TBR, _TBM, _TAot, _MMa, _MC, _POP, _PTD, _GRr, _UV, _For],
|
|
4744
4884
|
[() => TopBottomRankedComputation$, () => TopBottomMoversComputation$, () => TotalAggregationComputation$, () => MaximumMinimumComputation$, () => MetricComparisonComputation$, () => PeriodOverPeriodComputation$, () => PeriodToDateComputation$, () => GrowthRateComputation$, () => UniqueValuesComputation$, () => ForecastComputation$]
|
|
4745
4885
|
];
|
|
4746
|
-
export var ConcurrentUpdatingException$ = [-3, n0, _CUE,
|
|
4747
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
4748
|
-
[_M, _RI],
|
|
4749
|
-
[0, 0]
|
|
4750
|
-
];
|
|
4751
|
-
TypeRegistry.for(n0).registerError(ConcurrentUpdatingException$, ConcurrentUpdatingException);
|
|
4752
4886
|
export var ConditionalFormattingColor$ = [3, n0, _CFCon,
|
|
4753
4887
|
0,
|
|
4754
4888
|
[_Sol, _G],
|
|
@@ -4789,12 +4923,6 @@ export var ConditionalFormattingSolidColor$ = [3, n0, _CFSC,
|
|
|
4789
4923
|
[_Ex, _Col],
|
|
4790
4924
|
[[() => Expression, 0], 0], 1
|
|
4791
4925
|
];
|
|
4792
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
4793
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
4794
|
-
[_M, _RI],
|
|
4795
|
-
[0, 0]
|
|
4796
|
-
];
|
|
4797
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
4798
4926
|
export var ConfluenceParameters$ = [3, n0, _CPo,
|
|
4799
4927
|
0,
|
|
4800
4928
|
[_CU],
|
|
@@ -5140,12 +5268,6 @@ export var CustomContentVisual$ = [3, n0, _CCVu,
|
|
|
5140
5268
|
[_VI, _DSIatae, _Tit, _Su, _CCh, _Ac, _VCAT],
|
|
5141
5269
|
[0, 0, () => VisualTitleLabelOptions$, () => VisualSubtitleLabelOptions$, () => CustomContentConfiguration$, () => VisualCustomActionList, 0], 2
|
|
5142
5270
|
];
|
|
5143
|
-
export var CustomerManagedKeyUnavailableException$ = [-3, n0, _CMKUE,
|
|
5144
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
5145
|
-
[_M, _RI],
|
|
5146
|
-
[0, 0]
|
|
5147
|
-
];
|
|
5148
|
-
TypeRegistry.for(n0).registerError(CustomerManagedKeyUnavailableException$, CustomerManagedKeyUnavailableException);
|
|
5149
5271
|
export var CustomFilterConfiguration$ = [3, n0, _CFCu,
|
|
5150
5272
|
0,
|
|
5151
5273
|
[_MO, _NO, _CVa, _SAOe, _PN],
|
|
@@ -6626,12 +6748,6 @@ export var DisplayFormatOptions$ = [3, n0, _DFO,
|
|
|
6626
6748
|
[_UBCF, _BCF, _DFa, _DSec, _GS, _UG, _FD, _P, _S, _US, _NF, _CSur],
|
|
6627
6749
|
[2, 0, 0, 0, 0, 2, 1, 0, 0, 0, () => NegativeFormat$, 0]
|
|
6628
6750
|
];
|
|
6629
|
-
export var DomainNotWhitelistedException$ = [-3, n0, _DNWE,
|
|
6630
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
6631
|
-
[_M, _RI],
|
|
6632
|
-
[0, 0]
|
|
6633
|
-
];
|
|
6634
|
-
TypeRegistry.for(n0).registerError(DomainNotWhitelistedException$, DomainNotWhitelistedException);
|
|
6635
6751
|
export var DonutCenterOptions$ = [3, n0, _DCO,
|
|
6636
6752
|
0,
|
|
6637
6753
|
[_LVa],
|
|
@@ -7522,12 +7638,6 @@ export var IdentityCenterConfiguration$ = [3, n0, _ICC,
|
|
|
7522
7638
|
[_EIP],
|
|
7523
7639
|
[2]
|
|
7524
7640
|
];
|
|
7525
|
-
export var IdentityTypeNotSupportedException$ = [-3, n0, _ITNSE,
|
|
7526
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
7527
|
-
[_M, _RI],
|
|
7528
|
-
[0, 0]
|
|
7529
|
-
];
|
|
7530
|
-
TypeRegistry.for(n0).registerError(IdentityTypeNotSupportedException$, IdentityTypeNotSupportedException);
|
|
7531
7641
|
export var Image$ = [3, n0, _Im,
|
|
7532
7642
|
0,
|
|
7533
7643
|
[_So, _GIU],
|
|
@@ -7595,7 +7705,7 @@ export var IncrementalRefresh$ = [3, n0, _IR,
|
|
|
7595
7705
|
];
|
|
7596
7706
|
export var Ingestion$ = [3, n0, _Ing,
|
|
7597
7707
|
0,
|
|
7598
|
-
[_A, _ISn, _CT, _II, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq,
|
|
7708
|
+
[_A, _ISn, _CT, _II, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq, _RTe],
|
|
7599
7709
|
[0, 0, 4, 0, () => ErrorInfo$, () => RowInfo$, () => QueueInfo$, 1, 1, 0, 0], 3
|
|
7600
7710
|
];
|
|
7601
7711
|
export var InnerFilter$ = [3, n0, _IF,
|
|
@@ -7648,48 +7758,6 @@ export var IntegerValueWhenUnsetConfiguration$ = [3, n0, _IVWUC,
|
|
|
7648
7758
|
[_VWUO, _CVus],
|
|
7649
7759
|
[0, [() => SensitiveLong, 0]]
|
|
7650
7760
|
];
|
|
7651
|
-
export var InternalFailureException$ = [-3, n0, _IFE,
|
|
7652
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
7653
|
-
[_M, _RI],
|
|
7654
|
-
[0, 0]
|
|
7655
|
-
];
|
|
7656
|
-
TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
|
|
7657
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
7658
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
7659
|
-
[_M],
|
|
7660
|
-
[0], 1
|
|
7661
|
-
];
|
|
7662
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
7663
|
-
export var InvalidDataSetParameterValueException$ = [-3, n0, _IDSPVE,
|
|
7664
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
7665
|
-
[_M, _RI],
|
|
7666
|
-
[0, 0]
|
|
7667
|
-
];
|
|
7668
|
-
TypeRegistry.for(n0).registerError(InvalidDataSetParameterValueException$, InvalidDataSetParameterValueException);
|
|
7669
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
7670
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
7671
|
-
[_M, _RI],
|
|
7672
|
-
[0, 0]
|
|
7673
|
-
];
|
|
7674
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
7675
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
7676
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
7677
|
-
[_M, _RI],
|
|
7678
|
-
[0, 0]
|
|
7679
|
-
];
|
|
7680
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
7681
|
-
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
7682
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
7683
|
-
[_M, _RI],
|
|
7684
|
-
[0, 0]
|
|
7685
|
-
];
|
|
7686
|
-
TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
7687
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
7688
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
7689
|
-
[_M, _RI],
|
|
7690
|
-
[0, 0]
|
|
7691
|
-
];
|
|
7692
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
7693
7761
|
export var InvalidTopicReviewedAnswer$ = [3, n0, _ITRA,
|
|
7694
7762
|
0,
|
|
7695
7763
|
[_AInsw, _Er],
|
|
@@ -7835,12 +7903,6 @@ export var LegendOptions$ = [3, n0, _LOeg,
|
|
|
7835
7903
|
[_Vi, _Tit, _Pos, _W, _He, _VFC],
|
|
7836
7904
|
[0, () => LabelOptions$, 0, 0, 0, () => FontConfiguration$]
|
|
7837
7905
|
];
|
|
7838
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
7839
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
7840
|
-
[_M, _RTe, _RI],
|
|
7841
|
-
[0, 0, 0]
|
|
7842
|
-
];
|
|
7843
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
7844
7906
|
export var LineChartAggregatedFieldWells$ = [3, n0, _LCAFW,
|
|
7845
7907
|
0,
|
|
7846
7908
|
[_Ca, _Va, _Co, _SM],
|
|
@@ -8846,12 +8908,6 @@ export var PostgreSqlParameters$ = [3, n0, _PSP,
|
|
|
8846
8908
|
[_H, _Po, _Dat],
|
|
8847
8909
|
[0, 1, 0], 3
|
|
8848
8910
|
];
|
|
8849
|
-
export var PreconditionNotMetException$ = [-3, n0, _PNME,
|
|
8850
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
8851
|
-
[_M, _RI],
|
|
8852
|
-
[0, 0]
|
|
8853
|
-
];
|
|
8854
|
-
TypeRegistry.for(n0).registerError(PreconditionNotMetException$, PreconditionNotMetException);
|
|
8855
8911
|
export var PredefinedHierarchy$ = [3, n0, _PH,
|
|
8856
8912
|
0,
|
|
8857
8913
|
[_HI, _Colu, _DDFr],
|
|
@@ -8917,12 +8973,6 @@ export var QueueInfo$ = [3, n0, _QIu,
|
|
|
8917
8973
|
[_WOI, _QIue],
|
|
8918
8974
|
[0, 0], 2
|
|
8919
8975
|
];
|
|
8920
|
-
export var QuickSightUserNotFoundException$ = [-3, n0, _QSUNFE,
|
|
8921
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
8922
|
-
[_M, _RI],
|
|
8923
|
-
[0, 0]
|
|
8924
|
-
];
|
|
8925
|
-
TypeRegistry.for(n0).registerError(QuickSightUserNotFoundException$, QuickSightUserNotFoundException);
|
|
8926
8976
|
export var QuickSuiteActionsOption$ = [3, n0, _QSAO,
|
|
8927
8977
|
0,
|
|
8928
8978
|
[_ASv],
|
|
@@ -8990,7 +9040,7 @@ export var ReadAuthConfig$ = [3, n0, _RAC,
|
|
|
8990
9040
|
];
|
|
8991
9041
|
export var ReadAuthorizationCodeGrantDetails$ = [3, n0, _RACGD,
|
|
8992
9042
|
0,
|
|
8993
|
-
[_CI,
|
|
9043
|
+
[_CI, _TEo, _AEu],
|
|
8994
9044
|
[0, 0, 0], 3
|
|
8995
9045
|
];
|
|
8996
9046
|
export var ReadAuthorizationCodeGrantMetadata$ = [3, n0, _RACGM,
|
|
@@ -9005,7 +9055,7 @@ export var ReadBasicAuthConnectionMetadata$ = [3, n0, _RBACM,
|
|
|
9005
9055
|
];
|
|
9006
9056
|
export var ReadClientCredentialsGrantDetails$ = [3, n0, _RCCGD,
|
|
9007
9057
|
0,
|
|
9008
|
-
[_CI,
|
|
9058
|
+
[_CI, _TEo],
|
|
9009
9059
|
[0, 0], 2
|
|
9010
9060
|
];
|
|
9011
9061
|
export var ReadClientCredentialsGrantMetadata$ = [3, n0, _RCCGM,
|
|
@@ -9193,29 +9243,11 @@ export var RenameColumnsOperation$ = [3, n0, _RCOe,
|
|
|
9193
9243
|
[_Al, _So, _RCOen],
|
|
9194
9244
|
[0, () => TransformOperationSource$, () => RenameColumnOperationList], 3
|
|
9195
9245
|
];
|
|
9196
|
-
export var ResourceExistsException$ = [-3, n0, _REE,
|
|
9197
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
9198
|
-
[_M, _RTe, _RI],
|
|
9199
|
-
[0, 0, 0]
|
|
9200
|
-
];
|
|
9201
|
-
TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
|
|
9202
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
9203
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
9204
|
-
[_M, _RTe, _RI],
|
|
9205
|
-
[0, 0, 0]
|
|
9206
|
-
];
|
|
9207
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
9208
9246
|
export var ResourcePermission$ = [3, n0, _RPes,
|
|
9209
9247
|
0,
|
|
9210
9248
|
[_Prin, _Ac],
|
|
9211
9249
|
[0, 64 | 0], 2
|
|
9212
9250
|
];
|
|
9213
|
-
export var ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
9214
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
9215
|
-
[_M, _RTe, _RI],
|
|
9216
|
-
[0, 0, 0]
|
|
9217
|
-
];
|
|
9218
|
-
TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
9219
9251
|
export var RestoreAnalysisRequest$ = [3, n0, _RAR,
|
|
9220
9252
|
0,
|
|
9221
9253
|
[_AAI, _AIn, _RTF],
|
|
@@ -9541,12 +9573,6 @@ export var ServiceNowParameters$ = [3, n0, _SNP,
|
|
|
9541
9573
|
[_SBU],
|
|
9542
9574
|
[0], 1
|
|
9543
9575
|
];
|
|
9544
|
-
export var SessionLifetimeInMinutesInvalidException$ = [-3, n0, _SLIMIE,
|
|
9545
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
9546
|
-
[_M, _RI],
|
|
9547
|
-
[0, 0]
|
|
9548
|
-
];
|
|
9549
|
-
TypeRegistry.for(n0).registerError(SessionLifetimeInMinutesInvalidException$, SessionLifetimeInMinutesInvalidException);
|
|
9550
9576
|
export var SessionTag$ = [3, n0, _STes,
|
|
9551
9577
|
0,
|
|
9552
9578
|
[_K, _V],
|
|
@@ -10232,12 +10258,6 @@ export var ThresholdAlertsConfigurations$ = [3, n0, _TAC,
|
|
|
10232
10258
|
[_En],
|
|
10233
10259
|
[2], 1
|
|
10234
10260
|
];
|
|
10235
|
-
export var ThrottlingException$ = [-3, n0, _TEhr,
|
|
10236
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
10237
|
-
[_M, _RI],
|
|
10238
|
-
[0, 0]
|
|
10239
|
-
];
|
|
10240
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
10241
10261
|
export var TileLayoutStyle$ = [3, n0, _TLS,
|
|
10242
10262
|
0,
|
|
10243
10263
|
[_Gu, _Mar],
|
|
@@ -10558,18 +10578,6 @@ export var UnpivotOperation$ = [3, n0, _UOn,
|
|
|
10558
10578
|
[_Al, _So, _CTUo, _ULCN, _ULCI, _UVCN, _UVCI],
|
|
10559
10579
|
[0, () => TransformOperationSource$, () => ColumnToUnpivotList, 0, 0, 0, 0], 7
|
|
10560
10580
|
];
|
|
10561
|
-
export var UnsupportedPricingPlanException$ = [-3, n0, _UPPE,
|
|
10562
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
10563
|
-
[_M, _RI],
|
|
10564
|
-
[0, 0]
|
|
10565
|
-
];
|
|
10566
|
-
TypeRegistry.for(n0).registerError(UnsupportedPricingPlanException$, UnsupportedPricingPlanException);
|
|
10567
|
-
export var UnsupportedUserEditionException$ = [-3, n0, _UUEE,
|
|
10568
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
10569
|
-
[_M, _RI],
|
|
10570
|
-
[0, 0]
|
|
10571
|
-
];
|
|
10572
|
-
TypeRegistry.for(n0).registerError(UnsupportedUserEditionException$, UnsupportedUserEditionException);
|
|
10573
10581
|
export var UntagColumnOperation$ = [3, n0, _UCO,
|
|
10574
10582
|
0,
|
|
10575
10583
|
[_CN, _TNa],
|
|
@@ -11295,8 +11303,6 @@ export var YAxisOptions$ = [3, n0, _YAO,
|
|
|
11295
11303
|
[_YA],
|
|
11296
11304
|
[0], 1
|
|
11297
11305
|
];
|
|
11298
|
-
export var QuickSightServiceException$ = [-3, _sm, "QuickSightServiceException", 0, [], []];
|
|
11299
|
-
TypeRegistry.for(_sm).registerError(QuickSightServiceException$, QuickSightServiceException);
|
|
11300
11306
|
var ActionConnectorSearchFilterList = [1, n0, _ACSFL,
|
|
11301
11307
|
0, () => ActionConnectorSearchFilter$
|
|
11302
11308
|
];
|
|
@@ -1,5 +1,35 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var QuickSightServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConcurrentUpdatingException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var CustomerManagedKeyUnavailableException$: StaticErrorSchema;
|
|
8
|
+
export declare var DomainNotWhitelistedException$: StaticErrorSchema;
|
|
9
|
+
export declare var IdentityTypeNotSupportedException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidDataSetParameterValueException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
17
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
18
|
+
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
19
|
+
export declare var QuickSightUserNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
21
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
23
|
+
export declare var SessionLifetimeInMinutesInvalidException$: StaticErrorSchema;
|
|
24
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
25
|
+
export declare var UnsupportedPricingPlanException$: StaticErrorSchema;
|
|
26
|
+
export declare var UnsupportedUserEditionException$: StaticErrorSchema;
|
|
27
|
+
/**
|
|
28
|
+
* TypeRegistry instances containing modeled errors.
|
|
29
|
+
* @internal
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
33
|
export declare var AccountCustomization$: StaticStructureSchema;
|
|
4
34
|
export declare var AccountInfo$: StaticStructureSchema;
|
|
5
35
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
@@ -204,7 +234,6 @@ export declare var ComparativeOrder$: StaticStructureSchema;
|
|
|
204
234
|
export declare var ComparisonConfiguration$: StaticStructureSchema;
|
|
205
235
|
export declare var ComparisonFormatConfiguration$: StaticStructureSchema;
|
|
206
236
|
export declare var Computation$: StaticStructureSchema;
|
|
207
|
-
export declare var ConcurrentUpdatingException$: StaticErrorSchema;
|
|
208
237
|
export declare var ConditionalFormattingColor$: StaticStructureSchema;
|
|
209
238
|
export declare var ConditionalFormattingCustomIconCondition$: StaticStructureSchema;
|
|
210
239
|
export declare var ConditionalFormattingCustomIconOptions$: StaticStructureSchema;
|
|
@@ -213,7 +242,6 @@ export declare var ConditionalFormattingIcon$: StaticStructureSchema;
|
|
|
213
242
|
export declare var ConditionalFormattingIconDisplayConfiguration$: StaticStructureSchema;
|
|
214
243
|
export declare var ConditionalFormattingIconSet$: StaticStructureSchema;
|
|
215
244
|
export declare var ConditionalFormattingSolidColor$: StaticStructureSchema;
|
|
216
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
217
245
|
export declare var ConfluenceParameters$: StaticStructureSchema;
|
|
218
246
|
export declare var ContextMenuOption$: StaticStructureSchema;
|
|
219
247
|
export declare var ContextualAccentPalette$: StaticStructureSchema;
|
|
@@ -283,7 +311,6 @@ export declare var CustomColor$: StaticStructureSchema;
|
|
|
283
311
|
export declare var CustomConnectionParameters$: StaticStructureSchema;
|
|
284
312
|
export declare var CustomContentConfiguration$: StaticStructureSchema;
|
|
285
313
|
export declare var CustomContentVisual$: StaticStructureSchema;
|
|
286
|
-
export declare var CustomerManagedKeyUnavailableException$: StaticErrorSchema;
|
|
287
314
|
export declare var CustomFilterConfiguration$: StaticStructureSchema;
|
|
288
315
|
export declare var CustomFilterListConfiguration$: StaticStructureSchema;
|
|
289
316
|
export declare var CustomInstructions$: StaticStructureSchema;
|
|
@@ -580,7 +607,6 @@ export declare var DestinationTable$: StaticStructureSchema;
|
|
|
580
607
|
export declare var DestinationTableSource$: StaticStructureSchema;
|
|
581
608
|
export declare var DimensionField$: StaticStructureSchema;
|
|
582
609
|
export declare var DisplayFormatOptions$: StaticStructureSchema;
|
|
583
|
-
export declare var DomainNotWhitelistedException$: StaticErrorSchema;
|
|
584
610
|
export declare var DonutCenterOptions$: StaticStructureSchema;
|
|
585
611
|
export declare var DonutOptions$: StaticStructureSchema;
|
|
586
612
|
export declare var DrillDownFilter$: StaticStructureSchema;
|
|
@@ -759,7 +785,6 @@ export declare var IAMPolicyAssignment$: StaticStructureSchema;
|
|
|
759
785
|
export declare var IAMPolicyAssignmentSummary$: StaticStructureSchema;
|
|
760
786
|
export declare var Identifier$: StaticStructureSchema;
|
|
761
787
|
export declare var IdentityCenterConfiguration$: StaticStructureSchema;
|
|
762
|
-
export declare var IdentityTypeNotSupportedException$: StaticErrorSchema;
|
|
763
788
|
export declare var Image$: StaticStructureSchema;
|
|
764
789
|
export declare var ImageConfiguration$: StaticStructureSchema;
|
|
765
790
|
export declare var ImageCustomAction$: StaticStructureSchema;
|
|
@@ -784,13 +809,6 @@ export declare var IntegerDefaultValues$: StaticStructureSchema;
|
|
|
784
809
|
export declare var IntegerParameter$: StaticStructureSchema;
|
|
785
810
|
export declare var IntegerParameterDeclaration$: StaticStructureSchema;
|
|
786
811
|
export declare var IntegerValueWhenUnsetConfiguration$: StaticStructureSchema;
|
|
787
|
-
export declare var InternalFailureException$: StaticErrorSchema;
|
|
788
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
789
|
-
export declare var InvalidDataSetParameterValueException$: StaticErrorSchema;
|
|
790
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
791
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
792
|
-
export declare var InvalidParameterValueException$: StaticErrorSchema;
|
|
793
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
794
812
|
export declare var InvalidTopicReviewedAnswer$: StaticStructureSchema;
|
|
795
813
|
export declare var ItemsLimitConfiguration$: StaticStructureSchema;
|
|
796
814
|
export declare var JiraParameters$: StaticStructureSchema;
|
|
@@ -820,7 +838,6 @@ export declare var LayerMapVisual$: StaticStructureSchema;
|
|
|
820
838
|
export declare var Layout$: StaticStructureSchema;
|
|
821
839
|
export declare var LayoutConfiguration$: StaticStructureSchema;
|
|
822
840
|
export declare var LegendOptions$: StaticStructureSchema;
|
|
823
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
824
841
|
export declare var LineChartAggregatedFieldWells$: StaticStructureSchema;
|
|
825
842
|
export declare var LineChartConfiguration$: StaticStructureSchema;
|
|
826
843
|
export declare var LineChartDefaultSeriesSettings$: StaticStructureSchema;
|
|
@@ -1022,7 +1039,6 @@ export declare var PluginVisualProperty$: StaticStructureSchema;
|
|
|
1022
1039
|
export declare var PluginVisualSortConfiguration$: StaticStructureSchema;
|
|
1023
1040
|
export declare var PluginVisualTableQuerySort$: StaticStructureSchema;
|
|
1024
1041
|
export declare var PostgreSqlParameters$: StaticStructureSchema;
|
|
1025
|
-
export declare var PreconditionNotMetException$: StaticErrorSchema;
|
|
1026
1042
|
export declare var PredefinedHierarchy$: StaticStructureSchema;
|
|
1027
1043
|
export declare var PredictQAResultsRequest$: StaticStructureSchema;
|
|
1028
1044
|
export declare var PredictQAResultsResponse$: StaticStructureSchema;
|
|
@@ -1036,7 +1052,6 @@ export declare var QBusinessParameters$: StaticStructureSchema;
|
|
|
1036
1052
|
export declare var QDataKey$: StaticStructureSchema;
|
|
1037
1053
|
export declare var QueryExecutionOptions$: StaticStructureSchema;
|
|
1038
1054
|
export declare var QueueInfo$: StaticStructureSchema;
|
|
1039
|
-
export declare var QuickSightUserNotFoundException$: StaticErrorSchema;
|
|
1040
1055
|
export declare var QuickSuiteActionsOption$: StaticStructureSchema;
|
|
1041
1056
|
export declare var RadarChartAggregatedFieldWells$: StaticStructureSchema;
|
|
1042
1057
|
export declare var RadarChartAreaStyleSettings$: StaticStructureSchema;
|
|
@@ -1091,10 +1106,7 @@ export declare var RelativeDatesFilter$: StaticStructureSchema;
|
|
|
1091
1106
|
export declare var RelativeDateTimeControlDisplayOptions$: StaticStructureSchema;
|
|
1092
1107
|
export declare var RenameColumnOperation$: StaticStructureSchema;
|
|
1093
1108
|
export declare var RenameColumnsOperation$: StaticStructureSchema;
|
|
1094
|
-
export declare var ResourceExistsException$: StaticErrorSchema;
|
|
1095
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
1096
1109
|
export declare var ResourcePermission$: StaticStructureSchema;
|
|
1097
|
-
export declare var ResourceUnavailableException$: StaticErrorSchema;
|
|
1098
1110
|
export declare var RestoreAnalysisRequest$: StaticStructureSchema;
|
|
1099
1111
|
export declare var RestoreAnalysisResponse$: StaticStructureSchema;
|
|
1100
1112
|
export declare var RollingDateConfiguration$: StaticStructureSchema;
|
|
@@ -1160,7 +1172,6 @@ export declare var SemanticTable$: StaticStructureSchema;
|
|
|
1160
1172
|
export declare var SemanticType$: StaticStructureSchema;
|
|
1161
1173
|
export declare var SeriesItem$: StaticStructureSchema;
|
|
1162
1174
|
export declare var ServiceNowParameters$: StaticStructureSchema;
|
|
1163
|
-
export declare var SessionLifetimeInMinutesInvalidException$: StaticErrorSchema;
|
|
1164
1175
|
export declare var SessionTag$: StaticStructureSchema;
|
|
1165
1176
|
export declare var SetParameterValueConfiguration$: StaticStructureSchema;
|
|
1166
1177
|
export declare var ShapeConditionalFormat$: StaticStructureSchema;
|
|
@@ -1298,7 +1309,6 @@ export declare var ThemeVersion$: StaticStructureSchema;
|
|
|
1298
1309
|
export declare var ThemeVersionSummary$: StaticStructureSchema;
|
|
1299
1310
|
export declare var ThousandSeparatorOptions$: StaticStructureSchema;
|
|
1300
1311
|
export declare var ThresholdAlertsConfigurations$: StaticStructureSchema;
|
|
1301
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
1302
1312
|
export declare var TileLayoutStyle$: StaticStructureSchema;
|
|
1303
1313
|
export declare var TileStyle$: StaticStructureSchema;
|
|
1304
1314
|
export declare var TimeBasedForecastProperties$: StaticStructureSchema;
|
|
@@ -1363,8 +1373,6 @@ export declare var UnaggregatedField$: StaticStructureSchema;
|
|
|
1363
1373
|
export declare var UniqueKey$: StaticStructureSchema;
|
|
1364
1374
|
export declare var UniqueValuesComputation$: StaticStructureSchema;
|
|
1365
1375
|
export declare var UnpivotOperation$: StaticStructureSchema;
|
|
1366
|
-
export declare var UnsupportedPricingPlanException$: StaticErrorSchema;
|
|
1367
|
-
export declare var UnsupportedUserEditionException$: StaticErrorSchema;
|
|
1368
1376
|
export declare var UntagColumnOperation$: StaticStructureSchema;
|
|
1369
1377
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
1370
1378
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -1510,7 +1518,6 @@ export declare var WordCloudOptions$: StaticStructureSchema;
|
|
|
1510
1518
|
export declare var WordCloudSortConfiguration$: StaticStructureSchema;
|
|
1511
1519
|
export declare var WordCloudVisual$: StaticStructureSchema;
|
|
1512
1520
|
export declare var YAxisOptions$: StaticStructureSchema;
|
|
1513
|
-
export declare var QuickSightServiceException$: StaticErrorSchema;
|
|
1514
1521
|
export declare var AuthenticationMetadata$: StaticUnionSchema;
|
|
1515
1522
|
export declare var AuthorizationCodeGrantCredentialsDetails$: StaticUnionSchema;
|
|
1516
1523
|
export declare var ClientCredentialsDetails$: StaticUnionSchema;
|