@aws-sdk/client-quicksight 3.957.0 → 3.960.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 (56) hide show
  1. package/README.md +26 -229
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  3. package/dist-cjs/index.js +6544 -10649
  4. package/dist-cjs/runtimeConfig.browser.js +1 -2
  5. package/dist-cjs/runtimeConfig.js +2 -4
  6. package/dist-es/QuickSight.js +8 -0
  7. package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  8. package/dist-es/commands/DescribeSelfUpgradeConfigurationCommand.js +16 -0
  9. package/dist-es/commands/ListSelfUpgradesCommand.js +16 -0
  10. package/dist-es/commands/UpdateSelfUpgradeCommand.js +16 -0
  11. package/dist-es/commands/UpdateSelfUpgradeConfigurationCommand.js +16 -0
  12. package/dist-es/commands/index.js +4 -0
  13. package/dist-es/models/enums.js +16 -0
  14. package/dist-es/models/errors.js +16 -0
  15. package/dist-es/pagination/index.js +6 -6
  16. package/dist-es/runtimeConfig.browser.js +1 -2
  17. package/dist-es/runtimeConfig.js +4 -6
  18. package/dist-es/schemas/schemas_0.js +6252 -10460
  19. package/dist-types/QuickSight.d.ts +28 -0
  20. package/dist-types/QuickSightClient.d.ts +6 -2
  21. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +106 -0
  24. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
  27. package/dist-types/commands/ListSelfUpgradesCommand.d.ts +122 -0
  28. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -2
  29. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
  30. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +119 -0
  31. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +104 -0
  32. package/dist-types/commands/index.d.ts +4 -0
  33. package/dist-types/models/enums.d.ts +40 -0
  34. package/dist-types/models/errors.d.ts +18 -0
  35. package/dist-types/models/models_2.d.ts +5 -0
  36. package/dist-types/models/models_3.d.ts +57 -129
  37. package/dist-types/models/models_4.d.ts +312 -3
  38. package/dist-types/pagination/index.d.ts +6 -6
  39. package/dist-types/schemas/schemas_0.d.ts +15 -0
  40. package/dist-types/ts3.4/QuickSight.d.ts +68 -0
  41. package/dist-types/ts3.4/QuickSightClient.d.ts +24 -0
  42. package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListSelfUpgradesCommand.d.ts +50 -0
  46. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  49. package/dist-types/ts3.4/models/enums.d.ts +22 -0
  50. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  51. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_3.d.ts +13 -21
  53. package/dist-types/ts3.4/models/models_4.d.ts +68 -0
  54. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  56. package/package.json +2 -2
@@ -101,6 +101,7 @@ import { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonaliza
101
101
  import { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
102
102
  import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
103
103
  import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
104
+ import { DescribeSelfUpgradeConfigurationCommandInput, DescribeSelfUpgradeConfigurationCommandOutput } from "./commands/DescribeSelfUpgradeConfigurationCommand";
104
105
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
105
106
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
106
107
  import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
@@ -145,6 +146,7 @@ import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./comma
145
146
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
146
147
  import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
147
148
  import { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "./commands/ListRoleMembershipsCommand";
149
+ import { ListSelfUpgradesCommandInput, ListSelfUpgradesCommandOutput } from "./commands/ListSelfUpgradesCommand";
148
150
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
149
151
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
150
152
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
@@ -212,6 +214,8 @@ import { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalization
212
214
  import { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
213
215
  import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
214
216
  import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
217
+ import { UpdateSelfUpgradeCommandInput, UpdateSelfUpgradeCommandOutput } from "./commands/UpdateSelfUpgradeCommand";
218
+ import { UpdateSelfUpgradeConfigurationCommandInput, UpdateSelfUpgradeConfigurationCommandOutput } from "./commands/UpdateSelfUpgradeConfigurationCommand";
215
219
  import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
216
220
  import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
217
221
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
@@ -839,6 +843,12 @@ export interface QuickSight {
839
843
  describeRoleCustomPermission(args: DescribeRoleCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRoleCustomPermissionCommandOutput>;
840
844
  describeRoleCustomPermission(args: DescribeRoleCustomPermissionCommandInput, cb: (err: any, data?: DescribeRoleCustomPermissionCommandOutput) => void): void;
841
845
  describeRoleCustomPermission(args: DescribeRoleCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRoleCustomPermissionCommandOutput) => void): void;
846
+ /**
847
+ * @see {@link DescribeSelfUpgradeConfigurationCommand}
848
+ */
849
+ describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSelfUpgradeConfigurationCommandOutput>;
850
+ describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
851
+ describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
842
852
  /**
843
853
  * @see {@link DescribeTemplateCommand}
844
854
  */
@@ -1103,6 +1113,12 @@ export interface QuickSight {
1103
1113
  listRoleMemberships(args: ListRoleMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoleMembershipsCommandOutput>;
1104
1114
  listRoleMemberships(args: ListRoleMembershipsCommandInput, cb: (err: any, data?: ListRoleMembershipsCommandOutput) => void): void;
1105
1115
  listRoleMemberships(args: ListRoleMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoleMembershipsCommandOutput) => void): void;
1116
+ /**
1117
+ * @see {@link ListSelfUpgradesCommand}
1118
+ */
1119
+ listSelfUpgrades(args: ListSelfUpgradesCommandInput, options?: __HttpHandlerOptions): Promise<ListSelfUpgradesCommandOutput>;
1120
+ listSelfUpgrades(args: ListSelfUpgradesCommandInput, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
1121
+ listSelfUpgrades(args: ListSelfUpgradesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
1106
1122
  /**
1107
1123
  * @see {@link ListTagsForResourceCommand}
1108
1124
  */
@@ -1505,6 +1521,18 @@ export interface QuickSight {
1505
1521
  updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoleCustomPermissionCommandOutput>;
1506
1522
  updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void): void;
1507
1523
  updateRoleCustomPermission(args: UpdateRoleCustomPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void): void;
1524
+ /**
1525
+ * @see {@link UpdateSelfUpgradeCommand}
1526
+ */
1527
+ updateSelfUpgrade(args: UpdateSelfUpgradeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSelfUpgradeCommandOutput>;
1528
+ updateSelfUpgrade(args: UpdateSelfUpgradeCommandInput, cb: (err: any, data?: UpdateSelfUpgradeCommandOutput) => void): void;
1529
+ updateSelfUpgrade(args: UpdateSelfUpgradeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSelfUpgradeCommandOutput) => void): void;
1530
+ /**
1531
+ * @see {@link UpdateSelfUpgradeConfigurationCommand}
1532
+ */
1533
+ updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSelfUpgradeConfigurationCommandOutput>;
1534
+ updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
1535
+ updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
1508
1536
  /**
1509
1537
  * @see {@link UpdateSPICECapacityConfigurationCommand}
1510
1538
  */
@@ -109,6 +109,7 @@ import { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonaliza
109
109
  import { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
110
110
  import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
111
111
  import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
112
+ import { DescribeSelfUpgradeConfigurationCommandInput, DescribeSelfUpgradeConfigurationCommandOutput } from "./commands/DescribeSelfUpgradeConfigurationCommand";
112
113
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
113
114
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
114
115
  import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
@@ -153,6 +154,7 @@ import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./comma
153
154
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
154
155
  import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
155
156
  import { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "./commands/ListRoleMembershipsCommand";
157
+ import { ListSelfUpgradesCommandInput, ListSelfUpgradesCommandOutput } from "./commands/ListSelfUpgradesCommand";
156
158
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
157
159
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
158
160
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
@@ -220,6 +222,8 @@ import { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalization
220
222
  import { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
221
223
  import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
222
224
  import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
225
+ import { UpdateSelfUpgradeCommandInput, UpdateSelfUpgradeCommandOutput } from "./commands/UpdateSelfUpgradeCommand";
226
+ import { UpdateSelfUpgradeConfigurationCommandInput, UpdateSelfUpgradeConfigurationCommandOutput } from "./commands/UpdateSelfUpgradeConfigurationCommand";
223
227
  import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
224
228
  import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
225
229
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
@@ -239,11 +243,11 @@ export { __Client };
239
243
  /**
240
244
  * @public
241
245
  */
242
- export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
246
+ export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeSelfUpgradeConfigurationCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListSelfUpgradesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateSelfUpgradeCommandInput | UpdateSelfUpgradeConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
243
247
  /**
244
248
  * @public
245
249
  */
246
- export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
250
+ export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeSelfUpgradeConfigurationCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListSelfUpgradesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateSelfUpgradeCommandOutput | UpdateSelfUpgradeConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
247
251
  /**
248
252
  * @public
249
253
  */
@@ -77,6 +77,7 @@ declare const CreateCustomPermissionsCommand_base: {
77
77
  * ChatAgent: "DENY",
78
78
  * CreateChatAgents: "DENY",
79
79
  * Research: "DENY",
80
+ * SelfUpgradeUserRole: "DENY",
80
81
  * },
81
82
  * Tags: [ // TagList
82
83
  * { // Tag
@@ -85,6 +85,7 @@ declare const DescribeCustomPermissionsCommand_base: {
85
85
  * // ChatAgent: "DENY",
86
86
  * // CreateChatAgents: "DENY",
87
87
  * // Research: "DENY",
88
+ * // SelfUpgradeUserRole: "DENY",
88
89
  * // },
89
90
  * // },
90
91
  * // RequestId: "STRING_VALUE",
@@ -0,0 +1,106 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeSelfUpgradeConfigurationRequest, DescribeSelfUpgradeConfigurationResponse } from "../models/models_3";
4
+ import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeSelfUpgradeConfigurationCommand}.
14
+ */
15
+ export interface DescribeSelfUpgradeConfigurationCommandInput extends DescribeSelfUpgradeConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeSelfUpgradeConfigurationCommand}.
21
+ */
22
+ export interface DescribeSelfUpgradeConfigurationCommandOutput extends DescribeSelfUpgradeConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeSelfUpgradeConfigurationCommand_base: {
25
+ new (input: DescribeSelfUpgradeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSelfUpgradeConfigurationCommandInput, DescribeSelfUpgradeConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeSelfUpgradeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSelfUpgradeConfigurationCommandInput, DescribeSelfUpgradeConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes the self-upgrade configuration for a Quick Suite account.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, DescribeSelfUpgradeConfigurationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, DescribeSelfUpgradeConfigurationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // DescribeSelfUpgradeConfigurationRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * Namespace: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new DescribeSelfUpgradeConfigurationCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // DescribeSelfUpgradeConfigurationResponse
46
+ * // SelfUpgradeConfiguration: { // SelfUpgradeConfiguration
47
+ * // SelfUpgradeStatus: "AUTO_APPROVAL" || "ADMIN_APPROVAL",
48
+ * // },
49
+ * // RequestId: "STRING_VALUE",
50
+ * // Status: Number("int"),
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param DescribeSelfUpgradeConfigurationCommandInput - {@link DescribeSelfUpgradeConfigurationCommandInput}
56
+ * @returns {@link DescribeSelfUpgradeConfigurationCommandOutput}
57
+ * @see {@link DescribeSelfUpgradeConfigurationCommandInput} for command's `input` shape.
58
+ * @see {@link DescribeSelfUpgradeConfigurationCommandOutput} for command's `response` shape.
59
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
60
+ *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You don't have access to this item. The provided credentials couldn't be
63
+ * validated. You might not be authorized to carry out the request. Make sure that your
64
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
65
+ * correct permissions, and that you are using the correct credentials.</p>
66
+ *
67
+ * @throws {@link InternalFailureException} (server fault)
68
+ * <p>An internal failure occurred.</p>
69
+ *
70
+ * @throws {@link InvalidParameterException} (client fault)
71
+ * <p>One or more parameter has a value that isn't valid.</p>
72
+ *
73
+ * @throws {@link InvalidParameterValueException} (client fault)
74
+ * <p>One or more parameters has a value that isn't valid.</p>
75
+ *
76
+ * @throws {@link PreconditionNotMetException} (client fault)
77
+ * <p>One or more preconditions aren't met.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>One or more resources can't be found.</p>
81
+ *
82
+ * @throws {@link ResourceUnavailableException} (server fault)
83
+ * <p>This resource is currently unavailable.</p>
84
+ *
85
+ * @throws {@link ThrottlingException} (client fault)
86
+ * <p>Access is throttled.</p>
87
+ *
88
+ * @throws {@link QuickSightServiceException}
89
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
90
+ *
91
+ *
92
+ * @public
93
+ */
94
+ export declare class DescribeSelfUpgradeConfigurationCommand extends DescribeSelfUpgradeConfigurationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DescribeSelfUpgradeConfigurationRequest;
99
+ output: DescribeSelfUpgradeConfigurationResponse;
100
+ };
101
+ sdk: {
102
+ input: DescribeSelfUpgradeConfigurationCommandInput;
103
+ output: DescribeSelfUpgradeConfigurationCommandOutput;
104
+ };
105
+ };
106
+ }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeTemplateDefinitionRequest, DescribeTemplateDefinitionResponse } from "../models/models_3";
3
+ import type { DescribeTemplateDefinitionRequest } from "../models/models_3";
4
+ import type { DescribeTemplateDefinitionResponse } from "../models/models_4";
4
5
  import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_3";
3
+ import type { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_4";
4
4
  import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -87,6 +87,7 @@ declare const ListCustomPermissionsCommand_base: {
87
87
  * // ChatAgent: "DENY",
88
88
  * // CreateChatAgents: "DENY",
89
89
  * // Research: "DENY",
90
+ * // SelfUpgradeUserRole: "DENY",
90
91
  * // },
91
92
  * // },
92
93
  * // ],
@@ -0,0 +1,122 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListSelfUpgradesRequest, ListSelfUpgradesResponse } from "../models/models_4";
4
+ import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListSelfUpgradesCommand}.
14
+ */
15
+ export interface ListSelfUpgradesCommandInput extends ListSelfUpgradesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListSelfUpgradesCommand}.
21
+ */
22
+ export interface ListSelfUpgradesCommandOutput extends ListSelfUpgradesResponse, __MetadataBearer {
23
+ }
24
+ declare const ListSelfUpgradesCommand_base: {
25
+ new (input: ListSelfUpgradesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSelfUpgradesCommandInput, ListSelfUpgradesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSelfUpgradesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSelfUpgradesCommandInput, ListSelfUpgradesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists all self-upgrade requests for a Quick Suite account.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, ListSelfUpgradesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, ListSelfUpgradesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // ListSelfUpgradesRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * Namespace: "STRING_VALUE", // required
42
+ * NextToken: "STRING_VALUE",
43
+ * MaxResults: Number("int"),
44
+ * };
45
+ * const command = new ListSelfUpgradesCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // ListSelfUpgradesResponse
48
+ * // SelfUpgradeRequestDetails: [ // SelfUpgradeRequestDetailList
49
+ * // { // SelfUpgradeRequestDetail
50
+ * // UpgradeRequestId: "STRING_VALUE",
51
+ * // UserName: "STRING_VALUE",
52
+ * // OriginalRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO",
53
+ * // RequestedRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO",
54
+ * // RequestNote: "STRING_VALUE",
55
+ * // CreationTime: Number("long"),
56
+ * // RequestStatus: "PENDING" || "APPROVED" || "DENIED" || "UPDATE_FAILED" || "VERIFY_FAILED",
57
+ * // lastUpdateAttemptTime: Number("long"),
58
+ * // lastUpdateFailureReason: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // RequestId: "STRING_VALUE",
63
+ * // Status: Number("int"),
64
+ * // };
65
+ *
66
+ * ```
67
+ *
68
+ * @param ListSelfUpgradesCommandInput - {@link ListSelfUpgradesCommandInput}
69
+ * @returns {@link ListSelfUpgradesCommandOutput}
70
+ * @see {@link ListSelfUpgradesCommandInput} for command's `input` shape.
71
+ * @see {@link ListSelfUpgradesCommandOutput} for command's `response` shape.
72
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
73
+ *
74
+ * @throws {@link AccessDeniedException} (client fault)
75
+ * <p>You don't have access to this item. The provided credentials couldn't be
76
+ * validated. You might not be authorized to carry out the request. Make sure that your
77
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
78
+ * correct permissions, and that you are using the correct credentials.</p>
79
+ *
80
+ * @throws {@link InternalFailureException} (server fault)
81
+ * <p>An internal failure occurred.</p>
82
+ *
83
+ * @throws {@link InvalidNextTokenException} (client fault)
84
+ * <p>The <code>NextToken</code> value isn't valid.</p>
85
+ *
86
+ * @throws {@link InvalidParameterValueException} (client fault)
87
+ * <p>One or more parameters has a value that isn't valid.</p>
88
+ *
89
+ * @throws {@link LimitExceededException} (client fault)
90
+ * <p>A limit is exceeded.</p>
91
+ *
92
+ * @throws {@link PreconditionNotMetException} (client fault)
93
+ * <p>One or more preconditions aren't met.</p>
94
+ *
95
+ * @throws {@link ResourceNotFoundException} (client fault)
96
+ * <p>One or more resources can't be found.</p>
97
+ *
98
+ * @throws {@link ResourceUnavailableException} (server fault)
99
+ * <p>This resource is currently unavailable.</p>
100
+ *
101
+ * @throws {@link ThrottlingException} (client fault)
102
+ * <p>Access is throttled.</p>
103
+ *
104
+ * @throws {@link QuickSightServiceException}
105
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
106
+ *
107
+ *
108
+ * @public
109
+ */
110
+ export declare class ListSelfUpgradesCommand extends ListSelfUpgradesCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: ListSelfUpgradesRequest;
115
+ output: ListSelfUpgradesResponse;
116
+ };
117
+ sdk: {
118
+ input: ListSelfUpgradesCommandInput;
119
+ output: ListSelfUpgradesCommandOutput;
120
+ };
121
+ };
122
+ }
@@ -94,14 +94,14 @@ declare const StartDashboardSnapshotJobCommand_base: {
94
94
  * <p>To generate snapshots for registered Quick Sight users, you need to:</p>
95
95
  * <ul>
96
96
  * <li>
97
- * <p>Obtain identity-enhanced IAM role session credentials from AWS Security Token Service (STS).</p>
97
+ * <p>Obtain identity-enhanced IAM role session credentials from Amazon Web Services Security Token Service (STS).</p>
98
98
  * </li>
99
99
  * <li>
100
100
  * <p>Use these credentials to call the Snapshot Job APIs.</p>
101
101
  * </li>
102
102
  * </ul>
103
103
  * <p>Identity-enhanced credentials are credentials that contain information about the end user (e.g., registered Quick Sight user).</p>
104
- * <p>If your Quick Sight users are backed by <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">AWS Identity Center</a>, then you need to set up a <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/setuptrustedtokenissuer.html">trusted token issuer</a>. Then, getting identity-enhanced IAM credentials for a Quick Sight user will look like the following:</p>
104
+ * <p>If your Quick Sight users are backed by <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services Identity Center</a>, then you need to set up a <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/setuptrustedtokenissuer.html">trusted token issuer</a>. Then, getting identity-enhanced IAM credentials for a Quick Sight user will look like the following:</p>
105
105
  * <ul>
106
106
  * <li>
107
107
  * <p>Authenticate user with your OIDC compliant Identity Provider. You should get auth tokens back.</p>
@@ -77,6 +77,7 @@ declare const UpdateCustomPermissionsCommand_base: {
77
77
  * ChatAgent: "DENY",
78
78
  * CreateChatAgents: "DENY",
79
79
  * Research: "DENY",
80
+ * SelfUpgradeUserRole: "DENY",
80
81
  * },
81
82
  * };
82
83
  * const command = new UpdateCustomPermissionsCommand(input);
@@ -0,0 +1,119 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateSelfUpgradeRequest, UpdateSelfUpgradeResponse } from "../models/models_4";
4
+ import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateSelfUpgradeCommand}.
14
+ */
15
+ export interface UpdateSelfUpgradeCommandInput extends UpdateSelfUpgradeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateSelfUpgradeCommand}.
21
+ */
22
+ export interface UpdateSelfUpgradeCommandOutput extends UpdateSelfUpgradeResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateSelfUpgradeCommand_base: {
25
+ new (input: UpdateSelfUpgradeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSelfUpgradeCommandInput, UpdateSelfUpgradeCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSelfUpgradeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSelfUpgradeCommandInput, UpdateSelfUpgradeCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates a self-upgrade request for a Quick Suite user by approving, denying, or verifying the request.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, UpdateSelfUpgradeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, UpdateSelfUpgradeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // UpdateSelfUpgradeRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * Namespace: "STRING_VALUE", // required
42
+ * UpgradeRequestId: "STRING_VALUE", // required
43
+ * Action: "APPROVE" || "DENY" || "VERIFY", // required
44
+ * };
45
+ * const command = new UpdateSelfUpgradeCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // UpdateSelfUpgradeResponse
48
+ * // SelfUpgradeRequestDetail: { // SelfUpgradeRequestDetail
49
+ * // UpgradeRequestId: "STRING_VALUE",
50
+ * // UserName: "STRING_VALUE",
51
+ * // OriginalRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO",
52
+ * // RequestedRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER" || "ADMIN_PRO" || "AUTHOR_PRO" || "READER_PRO",
53
+ * // RequestNote: "STRING_VALUE",
54
+ * // CreationTime: Number("long"),
55
+ * // RequestStatus: "PENDING" || "APPROVED" || "DENIED" || "UPDATE_FAILED" || "VERIFY_FAILED",
56
+ * // lastUpdateAttemptTime: Number("long"),
57
+ * // lastUpdateFailureReason: "STRING_VALUE",
58
+ * // },
59
+ * // RequestId: "STRING_VALUE",
60
+ * // Status: Number("int"),
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param UpdateSelfUpgradeCommandInput - {@link UpdateSelfUpgradeCommandInput}
66
+ * @returns {@link UpdateSelfUpgradeCommandOutput}
67
+ * @see {@link UpdateSelfUpgradeCommandInput} for command's `input` shape.
68
+ * @see {@link UpdateSelfUpgradeCommandOutput} for command's `response` shape.
69
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
70
+ *
71
+ * @throws {@link AccessDeniedException} (client fault)
72
+ * <p>You don't have access to this item. The provided credentials couldn't be
73
+ * validated. You might not be authorized to carry out the request. Make sure that your
74
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
75
+ * correct permissions, and that you are using the correct credentials.</p>
76
+ *
77
+ * @throws {@link InternalFailureException} (server fault)
78
+ * <p>An internal failure occurred.</p>
79
+ *
80
+ * @throws {@link InvalidNextTokenException} (client fault)
81
+ * <p>The <code>NextToken</code> value isn't valid.</p>
82
+ *
83
+ * @throws {@link InvalidParameterValueException} (client fault)
84
+ * <p>One or more parameters has a value that isn't valid.</p>
85
+ *
86
+ * @throws {@link LimitExceededException} (client fault)
87
+ * <p>A limit is exceeded.</p>
88
+ *
89
+ * @throws {@link PreconditionNotMetException} (client fault)
90
+ * <p>One or more preconditions aren't met.</p>
91
+ *
92
+ * @throws {@link ResourceNotFoundException} (client fault)
93
+ * <p>One or more resources can't be found.</p>
94
+ *
95
+ * @throws {@link ResourceUnavailableException} (server fault)
96
+ * <p>This resource is currently unavailable.</p>
97
+ *
98
+ * @throws {@link ThrottlingException} (client fault)
99
+ * <p>Access is throttled.</p>
100
+ *
101
+ * @throws {@link QuickSightServiceException}
102
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
103
+ *
104
+ *
105
+ * @public
106
+ */
107
+ export declare class UpdateSelfUpgradeCommand extends UpdateSelfUpgradeCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: UpdateSelfUpgradeRequest;
112
+ output: UpdateSelfUpgradeResponse;
113
+ };
114
+ sdk: {
115
+ input: UpdateSelfUpgradeCommandInput;
116
+ output: UpdateSelfUpgradeCommandOutput;
117
+ };
118
+ };
119
+ }