@aws-sdk/client-quicksight 3.958.0 → 3.962.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.
Files changed (47) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +215 -10
  3. package/dist-es/QuickSight.js +8 -0
  4. package/dist-es/commands/DescribeSelfUpgradeConfigurationCommand.js +16 -0
  5. package/dist-es/commands/ListSelfUpgradesCommand.js +16 -0
  6. package/dist-es/commands/UpdateSelfUpgradeCommand.js +16 -0
  7. package/dist-es/commands/UpdateSelfUpgradeConfigurationCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +16 -0
  10. package/dist-es/models/errors.js +16 -0
  11. package/dist-es/schemas/schemas_0.js +109 -11
  12. package/dist-types/QuickSight.d.ts +28 -0
  13. package/dist-types/QuickSightClient.d.ts +6 -2
  14. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +106 -0
  17. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
  20. package/dist-types/commands/ListSelfUpgradesCommand.d.ts +122 -0
  21. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -2
  22. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
  23. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +119 -0
  24. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +104 -0
  25. package/dist-types/commands/index.d.ts +4 -0
  26. package/dist-types/models/enums.d.ts +40 -0
  27. package/dist-types/models/errors.d.ts +18 -0
  28. package/dist-types/models/models_2.d.ts +5 -0
  29. package/dist-types/models/models_3.d.ts +57 -129
  30. package/dist-types/models/models_4.d.ts +312 -3
  31. package/dist-types/schemas/schemas_0.d.ts +15 -0
  32. package/dist-types/ts3.4/QuickSight.d.ts +68 -0
  33. package/dist-types/ts3.4/QuickSightClient.d.ts +24 -0
  34. package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListSelfUpgradesCommand.d.ts +50 -0
  38. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  41. package/dist-types/ts3.4/models/enums.d.ts +22 -0
  42. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  43. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  44. package/dist-types/ts3.4/models/models_3.d.ts +13 -21
  45. package/dist-types/ts3.4/models/models_4.d.ts +68 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  47. package/package.json +2 -2
package/README.md CHANGED
@@ -919,6 +919,13 @@ DescribeRoleCustomPermission
919
919
  </details>
920
920
  <details>
921
921
  <summary>
922
+ DescribeSelfUpgradeConfiguration
923
+ </summary>
924
+
925
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeSelfUpgradeConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSelfUpgradeConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeSelfUpgradeConfigurationCommandOutput/)
926
+ </details>
927
+ <details>
928
+ <summary>
922
929
  DescribeTemplate
923
930
  </summary>
924
931
 
@@ -1227,6 +1234,13 @@ ListRoleMemberships
1227
1234
  </details>
1228
1235
  <details>
1229
1236
  <summary>
1237
+ ListSelfUpgrades
1238
+ </summary>
1239
+
1240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/ListSelfUpgradesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSelfUpgradesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/ListSelfUpgradesCommandOutput/)
1241
+ </details>
1242
+ <details>
1243
+ <summary>
1230
1244
  ListTagsForResource
1231
1245
  </summary>
1232
1246
 
@@ -1696,6 +1710,20 @@ UpdateRoleCustomPermission
1696
1710
  </details>
1697
1711
  <details>
1698
1712
  <summary>
1713
+ UpdateSelfUpgrade
1714
+ </summary>
1715
+
1716
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSelfUpgradeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSelfUpgradeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSelfUpgradeCommandOutput/)
1717
+ </details>
1718
+ <details>
1719
+ <summary>
1720
+ UpdateSelfUpgradeConfiguration
1721
+ </summary>
1722
+
1723
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateSelfUpgradeConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSelfUpgradeConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateSelfUpgradeConfigurationCommandOutput/)
1724
+ </details>
1725
+ <details>
1726
+ <summary>
1699
1727
  UpdateSPICECapacityConfiguration
1700
1728
  </summary>
1701
1729
 
package/dist-cjs/index.js CHANGED
@@ -395,6 +395,22 @@ class InvalidNextTokenException extends QuickSightServiceException {
395
395
  this.RequestId = opts.RequestId;
396
396
  }
397
397
  }
398
+ class InvalidParameterException extends QuickSightServiceException {
399
+ name = "InvalidParameterException";
400
+ $fault = "client";
401
+ Message;
402
+ RequestId;
403
+ constructor(opts) {
404
+ super({
405
+ name: "InvalidParameterException",
406
+ $fault: "client",
407
+ ...opts,
408
+ });
409
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
410
+ this.Message = opts.Message;
411
+ this.RequestId = opts.RequestId;
412
+ }
413
+ }
398
414
  class DomainNotWhitelistedException extends QuickSightServiceException {
399
415
  name = "DomainNotWhitelistedException";
400
416
  $fault = "client";
@@ -1136,9 +1152,10 @@ const _CTol = "ColumnTag";
1136
1152
  const _CTolu = "ColumnType";
1137
1153
  const _CTon = "ConnectionType";
1138
1154
  const _CTont = "ContentType";
1139
- const _CTr = "CreateTemplate";
1140
- const _CTre = "CreateTheme";
1141
- const _CTrea = "CreateTopic";
1155
+ const _CTr = "CreationTime";
1156
+ const _CTre = "CreateTemplate";
1157
+ const _CTrea = "CreateTheme";
1158
+ const _CTreat = "CreateTopic";
1142
1159
  const _CU = "ConfluenceUrl";
1143
1160
  const _CUE = "ConcurrentUpdatingException";
1144
1161
  const _CUo = "ContentUrl";
@@ -1577,6 +1594,9 @@ const _DSSatao = "DataSourceSummaries";
1577
1594
  const _DST = "DashboardSourceTemplate";
1578
1595
  const _DSTe = "DecalStyleType";
1579
1596
  const _DSUC = "DataSetUsageConfiguration";
1597
+ const _DSUCR = "DescribeSelfUpgradeConfigurationRequest";
1598
+ const _DSUCRe = "DescribeSelfUpgradeConfigurationResponse";
1599
+ const _DSUCe = "DescribeSelfUpgradeConfiguration";
1580
1600
  const _DSV = "DecimalStaticValues";
1581
1601
  const _DSa = "DataSources";
1582
1602
  const _DSas = "DashboardSummary";
@@ -2155,6 +2175,7 @@ const _INV = "IncludeNullValue";
2155
2175
  const _IO = "IconOptions";
2156
2176
  const _IP = "IncludePermissions";
2157
2177
  const _IPD = "IntegerParameterDeclaration";
2178
+ const _IPE = "InvalidParameterException";
2158
2179
  const _IPL = "IntegerParameterList";
2159
2180
  const _IPRU = "IdentityProviderResourceUri";
2160
2181
  const _IPVCP = "IdentityProviderVpcConnectionProperties";
@@ -2366,6 +2387,9 @@ const _LSC = "LinkSharingConfiguration";
2366
2387
  const _LSCo = "LogoSetConfiguration";
2367
2388
  const _LSS = "LineStyleSettings";
2368
2389
  const _LSSi = "LineSymbolStyle";
2390
+ const _LSU = "ListSelfUpgrades";
2391
+ const _LSUR = "ListSelfUpgradesRequest";
2392
+ const _LSURi = "ListSelfUpgradesResponse";
2369
2393
  const _LSo = "LogoSet";
2370
2394
  const _LT = "LayerType";
2371
2395
  const _LTA = "ListTemplateAliases";
@@ -2584,6 +2608,7 @@ const _OL = "OperandList";
2584
2608
  const _OP = "OverrideParameters";
2585
2609
  const _OPr = "OracleParameters";
2586
2610
  const _OPv = "OverridePermissions";
2611
+ const _OR = "OriginalRole";
2587
2612
  const _OT = "OverrideTags";
2588
2613
  const _OV = "OutlierVisibility";
2589
2614
  const _OVPW = "OptimizedViewPortWidth";
@@ -2908,6 +2933,7 @@ const _RM = "RangeMinimum";
2908
2933
  const _RMV = "RangeMinimumValue";
2909
2934
  const _RMVa = "RangeMaximumValue";
2910
2935
  const _RMa = "RangeMaximum";
2936
+ const _RN = "RequestNote";
2911
2937
  const _RNCM = "ReadNoneConnectionMetadata";
2912
2938
  const _RNFE = "ResourceNotFoundException";
2913
2939
  const _RO = "ResizeOption";
@@ -2923,6 +2949,7 @@ const _RPes = "ResourcePermission";
2923
2949
  const _RPev = "RevokePermissions";
2924
2950
  const _RR = "ReserveRange";
2925
2951
  const _RRe = "RenderingRules";
2952
+ const _RReq = "RequestedRole";
2926
2953
  const _RS = "RefreshSchedules";
2927
2954
  const _RSC = "RecentSnapshotsConfigurations";
2928
2955
  const _RSF = "RenameSharedFolders";
@@ -2932,6 +2959,7 @@ const _RSe = "RefreshSchedule";
2932
2959
  const _RSec = "RecentSnapshots";
2933
2960
  const _RSef = "RefreshStatus";
2934
2961
  const _RSeq = "RequestSource";
2962
+ const _RSequ = "RequestStatus";
2935
2963
  const _RSes = "ResourceStatus";
2936
2964
  const _RSesu = "ResultSize";
2937
2965
  const _RSo = "RowSpan";
@@ -3281,8 +3309,14 @@ const _STou = "SourceTable";
3281
3309
  const _STt = "StyleTargets";
3282
3310
  const _STu = "SubType";
3283
3311
  const _SU = "S3Uri";
3284
- const _SUC = "SnapshotUserConfiguration";
3312
+ const _SUC = "SelfUpgradeConfiguration";
3285
3313
  const _SUCR = "SnapshotUserConfigurationRedacted";
3314
+ const _SUCn = "SnapshotUserConfiguration";
3315
+ const _SURD = "SelfUpgradeRequestDetails";
3316
+ const _SURDL = "SelfUpgradeRequestDetailList";
3317
+ const _SURDe = "SelfUpgradeRequestDetail";
3318
+ const _SUS = "SelfUpgradeStatus";
3319
+ const _SUUR = "SelfUpgradeUserRole";
3286
3320
  const _SUi = "SizeUnit";
3287
3321
  const _SV = "SharedView";
3288
3322
  const _SVC = "SharedViewConfigurations";
@@ -3734,6 +3768,7 @@ const _URCP = "UpdateRoleCustomPermission";
3734
3768
  const _URCPR = "UpdateRoleCustomPermissionRequest";
3735
3769
  const _URCPRp = "UpdateRoleCustomPermissionResponse";
3736
3770
  const _URD = "UndoRedoDisabled";
3771
+ const _URI = "UpgradeRequestId";
3737
3772
  const _URLO = "URLOperation";
3738
3773
  const _URLS = "URLStyling";
3739
3774
  const _URLT = "URLTemplate";
@@ -3750,6 +3785,12 @@ const _USN = "UseServiceName";
3750
3785
  const _USPICECC = "UpdateSPICECapacityConfiguration";
3751
3786
  const _USPICECCR = "UpdateSPICECapacityConfigurationRequest";
3752
3787
  const _USPICECCRp = "UpdateSPICECapacityConfigurationResponse";
3788
+ const _USU = "UpdateSelfUpgrade";
3789
+ const _USUC = "UpdateSelfUpgradeConfiguration";
3790
+ const _USUCR = "UpdateSelfUpgradeConfigurationRequest";
3791
+ const _USUCRp = "UpdateSelfUpgradeConfigurationResponse";
3792
+ const _USUR = "UpdateSelfUpgradeRequest";
3793
+ const _USURp = "UpdateSelfUpgradeResponse";
3753
3794
  const _USn = "UnpivotStep";
3754
3795
  const _USp = "UploadSettings";
3755
3796
  const _USpd = "UpdateStatus";
@@ -3936,6 +3977,8 @@ const _hE = "httpError";
3936
3977
  const _hO = "highlightOperation";
3937
3978
  const _hQ = "httpQuery";
3938
3979
  const _k = "keys";
3980
+ const _lUAT = "lastUpdateAttemptTime";
3981
+ const _lUFR = "lastUpdateFailureReason";
3939
3982
  const _mr = "max-results";
3940
3983
  const _mr_ = "max-result";
3941
3984
  const _n = "namespace";
@@ -4786,8 +4829,8 @@ var CancelIngestionResponse$ = [3, n0, _CIRa,
4786
4829
  ];
4787
4830
  var Capabilities$ = [3, n0, _Cap,
4788
4831
  0,
4789
- [_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],
4790
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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]
4791
4834
  ];
4792
4835
  var CascadingControlConfiguration$ = [3, n0, _CCC,
4793
4836
  0,
@@ -6732,6 +6775,16 @@ var DescribeRoleCustomPermissionResponse$ = [3, n0, _DRCPResc,
6732
6775
  [_CPN, _RI, _St],
6733
6776
  [0, 0, 1]
6734
6777
  ];
6778
+ var DescribeSelfUpgradeConfigurationRequest$ = [3, n0, _DSUCR,
6779
+ 0,
6780
+ [_AAI, _Na],
6781
+ [[0, 1], [0, 1]]
6782
+ ];
6783
+ var DescribeSelfUpgradeConfigurationResponse$ = [3, n0, _DSUCRe,
6784
+ 0,
6785
+ [_SUC, _RI, _St],
6786
+ [() => SelfUpgradeConfiguration$, 0, [1, 32]]
6787
+ ];
6735
6788
  var DescribeTemplateAliasRequest$ = [3, n0, _DTARes,
6736
6789
  0,
6737
6790
  [_AAI, _TIe, _ANl],
@@ -7933,6 +7986,12 @@ var InvalidNextTokenException$ = [-3, n0, _INTE,
7933
7986
  [0, 0]
7934
7987
  ];
7935
7988
  schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
7989
+ var InvalidParameterException$ = [-3, n0, _IPE,
7990
+ { [_e]: _c, [_hE]: 400 },
7991
+ [_M, _RI],
7992
+ [0, 0]
7993
+ ];
7994
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
7936
7995
  var InvalidParameterValueException$ = [-3, n0, _IPVE,
7937
7996
  { [_e]: _c, [_hE]: 400 },
7938
7997
  [_M, _RI],
@@ -8396,6 +8455,16 @@ var ListRoleMembershipsResponse$ = [3, n0, _LRMRi,
8396
8455
  [_MLe, _NT, _RI, _St],
8397
8456
  [64 | 0, 0, 0, [1, 32]]
8398
8457
  ];
8458
+ var ListSelfUpgradesRequest$ = [3, n0, _LSUR,
8459
+ 0,
8460
+ [_AAI, _Na, _NT, _MR],
8461
+ [[0, 1], [0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]]
8462
+ ];
8463
+ var ListSelfUpgradesResponse$ = [3, n0, _LSURi,
8464
+ 0,
8465
+ [_SURD, _NT, _RI, _St],
8466
+ [() => SelfUpgradeRequestDetailList, 0, 0, [1, 32]]
8467
+ ];
8399
8468
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
8400
8469
  0,
8401
8470
  [_RAeso],
@@ -9746,6 +9815,16 @@ var SelectedSheetsFilterScopeConfiguration$ = [3, n0, _SSFSC,
9746
9815
  [_SVSC],
9747
9816
  [() => SheetVisualScopingConfigurations]
9748
9817
  ];
9818
+ var SelfUpgradeConfiguration$ = [3, n0, _SUC,
9819
+ 0,
9820
+ [_SUS],
9821
+ [0]
9822
+ ];
9823
+ var SelfUpgradeRequestDetail$ = [3, n0, _SURDe,
9824
+ 0,
9825
+ [_URI, _UN, _OR, _RReq, _RN, _CTr, _RSequ, _lUAT, _lUFR],
9826
+ [0, 0, 0, 0, 0, 1, 0, 1, 0]
9827
+ ];
9749
9828
  var SemanticEntityType$ = [3, n0, _SET,
9750
9829
  0,
9751
9830
  [_TNy, _STN, _TPy],
@@ -10002,7 +10081,7 @@ var SnapshotS3DestinationConfiguration$ = [3, n0, _SSDC,
10002
10081
  [_BCu],
10003
10082
  [() => S3BucketConfiguration$]
10004
10083
  ];
10005
- var SnapshotUserConfiguration$ = [3, n0, _SUC,
10084
+ var SnapshotUserConfiguration$ = [3, n0, _SUCn,
10006
10085
  0,
10007
10086
  [_AU],
10008
10087
  [[() => SnapshotAnonymousUserList, 0]]
@@ -11160,6 +11239,26 @@ var UpdateRoleCustomPermissionResponse$ = [3, n0, _URCPRp,
11160
11239
  [_RI, _St],
11161
11240
  [0, 1]
11162
11241
  ];
11242
+ var UpdateSelfUpgradeConfigurationRequest$ = [3, n0, _USUCR,
11243
+ 0,
11244
+ [_AAI, _Na, _SUS],
11245
+ [[0, 1], [0, 1], 0]
11246
+ ];
11247
+ var UpdateSelfUpgradeConfigurationResponse$ = [3, n0, _USUCRp,
11248
+ 0,
11249
+ [_RI, _St],
11250
+ [0, [1, 32]]
11251
+ ];
11252
+ var UpdateSelfUpgradeRequest$ = [3, n0, _USUR,
11253
+ 0,
11254
+ [_AAI, _Na, _URI, _Act],
11255
+ [[0, 1], [0, 1], 0, 0]
11256
+ ];
11257
+ var UpdateSelfUpgradeResponse$ = [3, n0, _USURp,
11258
+ 0,
11259
+ [_SURDe, _RI, _St],
11260
+ [() => SelfUpgradeRequestDetail$, 0, [1, 32]]
11261
+ ];
11163
11262
  var UpdateSPICECapacityConfigurationRequest$ = [3, n0, _USPICECCR,
11164
11263
  0,
11165
11264
  [_AAI, _PMu],
@@ -12118,6 +12217,9 @@ var RowSortList = [1, n0, _RSL,
12118
12217
  var SearchFlowsFilterList = [1, n0, _SFFL,
12119
12218
  0, () => SearchFlowsFilter$
12120
12219
  ];
12220
+ var SelfUpgradeRequestDetailList = [1, n0, _SURDL,
12221
+ 0, () => SelfUpgradeRequestDetail$
12222
+ ];
12121
12223
  var SensitiveDoubleList = [1, n0, _SDL,
12122
12224
  0, [() => SensitiveDouble,
12123
12225
  0]
@@ -12529,19 +12631,19 @@ var CreateRefreshSchedule$ = [9, n0, _CRS,
12529
12631
  var CreateRoleMembership$ = [9, n0, _CRM,
12530
12632
  { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}", 200] }, () => CreateRoleMembershipRequest$, () => CreateRoleMembershipResponse$
12531
12633
  ];
12532
- var CreateTemplate$ = [9, n0, _CTr,
12634
+ var CreateTemplate$ = [9, n0, _CTre,
12533
12635
  { [_h]: ["POST", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => CreateTemplateRequest$, () => CreateTemplateResponse$
12534
12636
  ];
12535
12637
  var CreateTemplateAlias$ = [9, n0, _CTA,
12536
12638
  { [_h]: ["POST", "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}", 200] }, () => CreateTemplateAliasRequest$, () => CreateTemplateAliasResponse$
12537
12639
  ];
12538
- var CreateTheme$ = [9, n0, _CTre,
12640
+ var CreateTheme$ = [9, n0, _CTrea,
12539
12641
  { [_h]: ["POST", "/accounts/{AwsAccountId}/themes/{ThemeId}", 200] }, () => CreateThemeRequest$, () => CreateThemeResponse$
12540
12642
  ];
12541
12643
  var CreateThemeAlias$ = [9, n0, _CTAr,
12542
12644
  { [_h]: ["POST", "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}", 200] }, () => CreateThemeAliasRequest$, () => CreateThemeAliasResponse$
12543
12645
  ];
12544
- var CreateTopic$ = [9, n0, _CTrea,
12646
+ var CreateTopic$ = [9, n0, _CTreat,
12545
12647
  { [_h]: ["POST", "/accounts/{AwsAccountId}/topics", 200] }, () => CreateTopicRequest$, () => CreateTopicResponse$
12546
12648
  ];
12547
12649
  var CreateTopicRefreshSchedule$ = [9, n0, _CTRS,
@@ -12772,6 +12874,9 @@ var DescribeRefreshSchedule$ = [9, n0, _DRSe,
12772
12874
  var DescribeRoleCustomPermission$ = [9, n0, _DRCPe,
12773
12875
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission", 200] }, () => DescribeRoleCustomPermissionRequest$, () => DescribeRoleCustomPermissionResponse$
12774
12876
  ];
12877
+ var DescribeSelfUpgradeConfiguration$ = [9, n0, _DSUCe,
12878
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => DescribeSelfUpgradeConfigurationRequest$, () => DescribeSelfUpgradeConfigurationResponse$
12879
+ ];
12775
12880
  var DescribeTemplate$ = [9, n0, _DTesc,
12776
12881
  { [_h]: ["GET", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => DescribeTemplateRequest$, () => DescribeTemplateResponse$
12777
12882
  ];
@@ -12904,6 +13009,9 @@ var ListRefreshSchedules$ = [9, n0, _LRS,
12904
13009
  var ListRoleMemberships$ = [9, n0, _LRM,
12905
13010
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members", 200] }, () => ListRoleMembershipsRequest$, () => ListRoleMembershipsResponse$
12906
13011
  ];
13012
+ var ListSelfUpgrades$ = [9, n0, _LSU,
13013
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-requests", 200] }, () => ListSelfUpgradesRequest$, () => ListSelfUpgradesResponse$
13014
+ ];
12907
13015
  var ListTagsForResource$ = [9, n0, _LTFR,
12908
13016
  { [_h]: ["GET", "/resources/{ResourceArn}/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
12909
13017
  ];
@@ -13105,6 +13213,12 @@ var UpdateRefreshSchedule$ = [9, n0, _URS,
13105
13213
  var UpdateRoleCustomPermission$ = [9, n0, _URCP,
13106
13214
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission", 200] }, () => UpdateRoleCustomPermissionRequest$, () => UpdateRoleCustomPermissionResponse$
13107
13215
  ];
13216
+ var UpdateSelfUpgrade$ = [9, n0, _USU,
13217
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/update-self-upgrade-request", 200] }, () => UpdateSelfUpgradeRequest$, () => UpdateSelfUpgradeResponse$
13218
+ ];
13219
+ var UpdateSelfUpgradeConfiguration$ = [9, n0, _USUC,
13220
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => UpdateSelfUpgradeConfigurationRequest$, () => UpdateSelfUpgradeConfigurationResponse$
13221
+ ];
13108
13222
  var UpdateSPICECapacityConfiguration$ = [9, n0, _USPICECC,
13109
13223
  { [_h]: ["POST", "/accounts/{AwsAccountId}/spice-capacity-configuration", 200] }, () => UpdateSPICECapacityConfigurationRequest$, () => UpdateSPICECapacityConfigurationResponse$
13110
13224
  ];
@@ -14369,6 +14483,18 @@ class DescribeRoleCustomPermissionCommand extends smithyClient.Command
14369
14483
  .build() {
14370
14484
  }
14371
14485
 
14486
+ class DescribeSelfUpgradeConfigurationCommand extends smithyClient.Command
14487
+ .classBuilder()
14488
+ .ep(commonParams)
14489
+ .m(function (Command, cs, config, o) {
14490
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14491
+ })
14492
+ .s("QuickSight_20180401", "DescribeSelfUpgradeConfiguration", {})
14493
+ .n("QuickSightClient", "DescribeSelfUpgradeConfigurationCommand")
14494
+ .sc(DescribeSelfUpgradeConfiguration$)
14495
+ .build() {
14496
+ }
14497
+
14372
14498
  class DescribeTemplateAliasCommand extends smithyClient.Command
14373
14499
  .classBuilder()
14374
14500
  .ep(commonParams)
@@ -14897,6 +15023,18 @@ class ListRoleMembershipsCommand extends smithyClient.Command
14897
15023
  .build() {
14898
15024
  }
14899
15025
 
15026
+ class ListSelfUpgradesCommand extends smithyClient.Command
15027
+ .classBuilder()
15028
+ .ep(commonParams)
15029
+ .m(function (Command, cs, config, o) {
15030
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15031
+ })
15032
+ .s("QuickSight_20180401", "ListSelfUpgrades", {})
15033
+ .n("QuickSightClient", "ListSelfUpgradesCommand")
15034
+ .sc(ListSelfUpgrades$)
15035
+ .build() {
15036
+ }
15037
+
14900
15038
  class ListTagsForResourceCommand extends smithyClient.Command
14901
15039
  .classBuilder()
14902
15040
  .ep(commonParams)
@@ -15701,6 +15839,30 @@ class UpdateRoleCustomPermissionCommand extends smithyClient.Command
15701
15839
  .build() {
15702
15840
  }
15703
15841
 
15842
+ class UpdateSelfUpgradeCommand extends smithyClient.Command
15843
+ .classBuilder()
15844
+ .ep(commonParams)
15845
+ .m(function (Command, cs, config, o) {
15846
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15847
+ })
15848
+ .s("QuickSight_20180401", "UpdateSelfUpgrade", {})
15849
+ .n("QuickSightClient", "UpdateSelfUpgradeCommand")
15850
+ .sc(UpdateSelfUpgrade$)
15851
+ .build() {
15852
+ }
15853
+
15854
+ class UpdateSelfUpgradeConfigurationCommand extends smithyClient.Command
15855
+ .classBuilder()
15856
+ .ep(commonParams)
15857
+ .m(function (Command, cs, config, o) {
15858
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15859
+ })
15860
+ .s("QuickSight_20180401", "UpdateSelfUpgradeConfiguration", {})
15861
+ .n("QuickSightClient", "UpdateSelfUpgradeConfigurationCommand")
15862
+ .sc(UpdateSelfUpgradeConfiguration$)
15863
+ .build() {
15864
+ }
15865
+
15704
15866
  class UpdateSPICECapacityConfigurationCommand extends smithyClient.Command
15705
15867
  .classBuilder()
15706
15868
  .ep(commonParams)
@@ -15960,6 +16122,7 @@ const commands = {
15960
16122
  DescribeQuickSightQSearchConfigurationCommand,
15961
16123
  DescribeRefreshScheduleCommand,
15962
16124
  DescribeRoleCustomPermissionCommand,
16125
+ DescribeSelfUpgradeConfigurationCommand,
15963
16126
  DescribeTemplateCommand,
15964
16127
  DescribeTemplateAliasCommand,
15965
16128
  DescribeTemplateDefinitionCommand,
@@ -16004,6 +16167,7 @@ const commands = {
16004
16167
  ListNamespacesCommand,
16005
16168
  ListRefreshSchedulesCommand,
16006
16169
  ListRoleMembershipsCommand,
16170
+ ListSelfUpgradesCommand,
16007
16171
  ListTagsForResourceCommand,
16008
16172
  ListTemplateAliasesCommand,
16009
16173
  ListTemplatesCommand,
@@ -16071,6 +16235,8 @@ const commands = {
16071
16235
  UpdateQuickSightQSearchConfigurationCommand,
16072
16236
  UpdateRefreshScheduleCommand,
16073
16237
  UpdateRoleCustomPermissionCommand,
16238
+ UpdateSelfUpgradeCommand,
16239
+ UpdateSelfUpgradeConfigurationCommand,
16074
16240
  UpdateSPICECapacityConfigurationCommand,
16075
16241
  UpdateTemplateCommand,
16076
16242
  UpdateTemplateAliasCommand,
@@ -17712,6 +17878,10 @@ const QSearchStatus = {
17712
17878
  DISABLED: "DISABLED",
17713
17879
  ENABLED: "ENABLED",
17714
17880
  };
17881
+ const SelfUpgradeStatus = {
17882
+ ADMIN_APPROVAL: "ADMIN_APPROVAL",
17883
+ AUTO_APPROVAL: "AUTO_APPROVAL",
17884
+ };
17715
17885
  const TemplateErrorType = {
17716
17886
  ACCESS_DENIED: "ACCESS_DENIED",
17717
17887
  DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
@@ -17805,6 +17975,13 @@ const IncludeQuickSightQIndex = {
17805
17975
  EXCLUDE: "EXCLUDE",
17806
17976
  INCLUDE: "INCLUDE",
17807
17977
  };
17978
+ const SelfUpgradeRequestStatus = {
17979
+ APPROVED: "APPROVED",
17980
+ DENIED: "DENIED",
17981
+ PENDING: "PENDING",
17982
+ UPDATE_FAILED: "UPDATE_FAILED",
17983
+ VERIFY_FAILED: "VERIFY_FAILED",
17984
+ };
17808
17985
  const QAResultType = {
17809
17986
  DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
17810
17987
  GENERATED_ANSWER: "GENERATED_ANSWER",
@@ -17831,6 +18008,11 @@ const TopicFilterOperator = {
17831
18008
  StringEquals: "StringEquals",
17832
18009
  StringLike: "StringLike",
17833
18010
  };
18011
+ const SelfUpgradeAdminAction = {
18012
+ APPROVE: "APPROVE",
18013
+ DENY: "DENY",
18014
+ VERIFY: "VERIFY",
18015
+ };
17834
18016
 
17835
18017
  Object.defineProperty(exports, "$Command", {
17836
18018
  enumerable: true,
@@ -18689,6 +18871,10 @@ exports.DescribeRoleCustomPermission$ = DescribeRoleCustomPermission$;
18689
18871
  exports.DescribeRoleCustomPermissionCommand = DescribeRoleCustomPermissionCommand;
18690
18872
  exports.DescribeRoleCustomPermissionRequest$ = DescribeRoleCustomPermissionRequest$;
18691
18873
  exports.DescribeRoleCustomPermissionResponse$ = DescribeRoleCustomPermissionResponse$;
18874
+ exports.DescribeSelfUpgradeConfiguration$ = DescribeSelfUpgradeConfiguration$;
18875
+ exports.DescribeSelfUpgradeConfigurationCommand = DescribeSelfUpgradeConfigurationCommand;
18876
+ exports.DescribeSelfUpgradeConfigurationRequest$ = DescribeSelfUpgradeConfigurationRequest$;
18877
+ exports.DescribeSelfUpgradeConfigurationResponse$ = DescribeSelfUpgradeConfigurationResponse$;
18692
18878
  exports.DescribeTemplate$ = DescribeTemplate$;
18693
18879
  exports.DescribeTemplateAlias$ = DescribeTemplateAlias$;
18694
18880
  exports.DescribeTemplateAliasCommand = DescribeTemplateAliasCommand;
@@ -19021,6 +19207,8 @@ exports.InvalidDataSetParameterValueException = InvalidDataSetParameterValueExce
19021
19207
  exports.InvalidDataSetParameterValueException$ = InvalidDataSetParameterValueException$;
19022
19208
  exports.InvalidNextTokenException = InvalidNextTokenException;
19023
19209
  exports.InvalidNextTokenException$ = InvalidNextTokenException$;
19210
+ exports.InvalidParameterException = InvalidParameterException;
19211
+ exports.InvalidParameterException$ = InvalidParameterException$;
19024
19212
  exports.InvalidParameterValueException = InvalidParameterValueException;
19025
19213
  exports.InvalidParameterValueException$ = InvalidParameterValueException$;
19026
19214
  exports.InvalidRequestException = InvalidRequestException;
@@ -19173,6 +19361,10 @@ exports.ListRoleMemberships$ = ListRoleMemberships$;
19173
19361
  exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;
19174
19362
  exports.ListRoleMembershipsRequest$ = ListRoleMembershipsRequest$;
19175
19363
  exports.ListRoleMembershipsResponse$ = ListRoleMembershipsResponse$;
19364
+ exports.ListSelfUpgrades$ = ListSelfUpgrades$;
19365
+ exports.ListSelfUpgradesCommand = ListSelfUpgradesCommand;
19366
+ exports.ListSelfUpgradesRequest$ = ListSelfUpgradesRequest$;
19367
+ exports.ListSelfUpgradesResponse$ = ListSelfUpgradesResponse$;
19176
19368
  exports.ListTagsForResource$ = ListTagsForResource$;
19177
19369
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
19178
19370
  exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
@@ -19568,6 +19760,11 @@ exports.SelectAllValueOptions = SelectAllValueOptions;
19568
19760
  exports.SelectedFieldOptions = SelectedFieldOptions;
19569
19761
  exports.SelectedSheetsFilterScopeConfiguration$ = SelectedSheetsFilterScopeConfiguration$;
19570
19762
  exports.SelectedTooltipType = SelectedTooltipType;
19763
+ exports.SelfUpgradeAdminAction = SelfUpgradeAdminAction;
19764
+ exports.SelfUpgradeConfiguration$ = SelfUpgradeConfiguration$;
19765
+ exports.SelfUpgradeRequestDetail$ = SelfUpgradeRequestDetail$;
19766
+ exports.SelfUpgradeRequestStatus = SelfUpgradeRequestStatus;
19767
+ exports.SelfUpgradeStatus = SelfUpgradeStatus;
19571
19768
  exports.SemanticEntityType$ = SemanticEntityType$;
19572
19769
  exports.SemanticModelConfiguration$ = SemanticModelConfiguration$;
19573
19770
  exports.SemanticTable$ = SemanticTable$;
@@ -19994,6 +20191,14 @@ exports.UpdateSPICECapacityConfiguration$ = UpdateSPICECapacityConfiguration$;
19994
20191
  exports.UpdateSPICECapacityConfigurationCommand = UpdateSPICECapacityConfigurationCommand;
19995
20192
  exports.UpdateSPICECapacityConfigurationRequest$ = UpdateSPICECapacityConfigurationRequest$;
19996
20193
  exports.UpdateSPICECapacityConfigurationResponse$ = UpdateSPICECapacityConfigurationResponse$;
20194
+ exports.UpdateSelfUpgrade$ = UpdateSelfUpgrade$;
20195
+ exports.UpdateSelfUpgradeCommand = UpdateSelfUpgradeCommand;
20196
+ exports.UpdateSelfUpgradeConfiguration$ = UpdateSelfUpgradeConfiguration$;
20197
+ exports.UpdateSelfUpgradeConfigurationCommand = UpdateSelfUpgradeConfigurationCommand;
20198
+ exports.UpdateSelfUpgradeConfigurationRequest$ = UpdateSelfUpgradeConfigurationRequest$;
20199
+ exports.UpdateSelfUpgradeConfigurationResponse$ = UpdateSelfUpgradeConfigurationResponse$;
20200
+ exports.UpdateSelfUpgradeRequest$ = UpdateSelfUpgradeRequest$;
20201
+ exports.UpdateSelfUpgradeResponse$ = UpdateSelfUpgradeResponse$;
19997
20202
  exports.UpdateTemplate$ = UpdateTemplate$;
19998
20203
  exports.UpdateTemplateAlias$ = UpdateTemplateAlias$;
19999
20204
  exports.UpdateTemplateAliasCommand = UpdateTemplateAliasCommand;
@@ -101,6 +101,7 @@ import { DescribeQPersonalizationConfigurationCommand, } from "./commands/Descri
101
101
  import { DescribeQuickSightQSearchConfigurationCommand, } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
102
102
  import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
103
103
  import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
104
+ import { DescribeSelfUpgradeConfigurationCommand, } from "./commands/DescribeSelfUpgradeConfigurationCommand";
104
105
  import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
105
106
  import { DescribeTemplateCommand, } from "./commands/DescribeTemplateCommand";
106
107
  import { DescribeTemplateDefinitionCommand, } from "./commands/DescribeTemplateDefinitionCommand";
@@ -145,6 +146,7 @@ import { ListIngestionsCommand, } from "./commands/ListIngestionsCommand";
145
146
  import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
146
147
  import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
147
148
  import { ListRoleMembershipsCommand, } from "./commands/ListRoleMembershipsCommand";
149
+ import { ListSelfUpgradesCommand, } from "./commands/ListSelfUpgradesCommand";
148
150
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
149
151
  import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesCommand";
150
152
  import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
@@ -212,6 +214,8 @@ import { UpdateQPersonalizationConfigurationCommand, } from "./commands/UpdateQP
212
214
  import { UpdateQuickSightQSearchConfigurationCommand, } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
213
215
  import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
214
216
  import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
217
+ import { UpdateSelfUpgradeCommand, } from "./commands/UpdateSelfUpgradeCommand";
218
+ import { UpdateSelfUpgradeConfigurationCommand, } from "./commands/UpdateSelfUpgradeConfigurationCommand";
215
219
  import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
216
220
  import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasCommand";
217
221
  import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
@@ -329,6 +333,7 @@ const commands = {
329
333
  DescribeQuickSightQSearchConfigurationCommand,
330
334
  DescribeRefreshScheduleCommand,
331
335
  DescribeRoleCustomPermissionCommand,
336
+ DescribeSelfUpgradeConfigurationCommand,
332
337
  DescribeTemplateCommand,
333
338
  DescribeTemplateAliasCommand,
334
339
  DescribeTemplateDefinitionCommand,
@@ -373,6 +378,7 @@ const commands = {
373
378
  ListNamespacesCommand,
374
379
  ListRefreshSchedulesCommand,
375
380
  ListRoleMembershipsCommand,
381
+ ListSelfUpgradesCommand,
376
382
  ListTagsForResourceCommand,
377
383
  ListTemplateAliasesCommand,
378
384
  ListTemplatesCommand,
@@ -440,6 +446,8 @@ const commands = {
440
446
  UpdateQuickSightQSearchConfigurationCommand,
441
447
  UpdateRefreshScheduleCommand,
442
448
  UpdateRoleCustomPermissionCommand,
449
+ UpdateSelfUpgradeCommand,
450
+ UpdateSelfUpgradeConfigurationCommand,
443
451
  UpdateSPICECapacityConfigurationCommand,
444
452
  UpdateTemplateCommand,
445
453
  UpdateTemplateAliasCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeSelfUpgradeConfiguration$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeSelfUpgradeConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "DescribeSelfUpgradeConfiguration", {})
13
+ .n("QuickSightClient", "DescribeSelfUpgradeConfigurationCommand")
14
+ .sc(DescribeSelfUpgradeConfiguration$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListSelfUpgrades$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListSelfUpgradesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "ListSelfUpgrades", {})
13
+ .n("QuickSightClient", "ListSelfUpgradesCommand")
14
+ .sc(ListSelfUpgrades$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateSelfUpgrade$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateSelfUpgradeCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "UpdateSelfUpgrade", {})
13
+ .n("QuickSightClient", "UpdateSelfUpgradeCommand")
14
+ .sc(UpdateSelfUpgrade$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateSelfUpgradeConfiguration$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateSelfUpgradeConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("QuickSight_20180401", "UpdateSelfUpgradeConfiguration", {})
13
+ .n("QuickSightClient", "UpdateSelfUpgradeConfigurationCommand")
14
+ .sc(UpdateSelfUpgradeConfiguration$)
15
+ .build() {
16
+ }