@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
@@ -1,7 +1,135 @@
1
- import { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, NetworkInterfaceStatus, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, ServiceType, SharingModel, ThemeErrorType, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicRefreshStatus, TopicUserExperienceVersion, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
1
+ import { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, NetworkInterfaceStatus, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, SelfUpgradeAdminAction, SelfUpgradeRequestStatus, SelfUpgradeStatus, ServiceType, SharingModel, ThemeErrorType, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicRefreshStatus, TopicUserExperienceVersion, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
2
  import { type AccountCustomization, type AmazonQInQuickSightConsoleConfigurations, type AmazonQInQuickSightDashboardConfigurations, ActionConnectorSearchFilter, ActionConnectorSummary, ActiveIAMPolicyAssignment } from "./models_0";
3
3
  import { type _Parameters, type AnalysisDefinition, type AnalysisSourceEntity, type AnonymousUserEmbeddingExperienceConfiguration, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSource, type AuthConfig, type BookmarksConfigurations, type BrandDefinition, type BrandDetail, type Capabilities, type DashboardPublishOptions, type DashboardSourceEntity, type DashboardVersionDefinition, type DashboardVisualId, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DataSourceParameters, type LinkSharingConfiguration, type SharedViewConfigurations, type SslProperties, type TopicIR, type TopicTemplate, type ValidationStrategy, type VpcConnectionProperties, AnalysisSearchFilter, AnalysisSummary, AssetBundleExportJobSummary, AssetBundleImportJobSummary, AuthorizedTargetsByService, BrandSummary, ColumnGroup, ColumnLevelPermissionRule, DatasetParameter, FieldFolder, LogicalTable, ResourcePermission, Tag } from "./models_2";
4
- import { type CustomInstructions, type DashboardVisualResult, type DataSourceCredentials, type PerformanceConfiguration, type RowLevelPermissionDataSet, type RowLevelPermissionTagConfiguration, type SemanticModelConfiguration, type SnapshotConfiguration, type TemplateSourceEntity, type TemplateVersionDefinition, type ThemeConfiguration, type TopicDetails, type TopicRefreshSchedule, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, NamespaceInfoV2, PhysicalTable, RefreshSchedule, RegisteredCustomerManagedKey, TemplateAlias, ThemeAlias } from "./models_3";
4
+ import { type CustomInstructions, type DashboardVisualResult, type DataSourceCredentials, type PerformanceConfiguration, type RowLevelPermissionDataSet, type RowLevelPermissionTagConfiguration, type SemanticModelConfiguration, type SnapshotConfiguration, type TemplateSourceEntity, type TemplateVersionDefinition, type ThemeConfiguration, type TopicDetails, type TopicRefreshSchedule, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, NamespaceInfoV2, PhysicalTable, RefreshSchedule, RegisteredCustomerManagedKey, TemplateAlias, TemplateError, ThemeAlias } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeTemplateDefinitionResponse {
9
+ /**
10
+ * <p>The descriptive name of the template.</p>
11
+ * @public
12
+ */
13
+ Name?: string | undefined;
14
+ /**
15
+ * <p>The ID of the template described.</p>
16
+ * @public
17
+ */
18
+ TemplateId?: string | undefined;
19
+ /**
20
+ * <p>Errors associated with the template version.</p>
21
+ * @public
22
+ */
23
+ Errors?: TemplateError[] | undefined;
24
+ /**
25
+ * <p>Status associated with the template.</p>
26
+ * <ul>
27
+ * <li>
28
+ * <p>
29
+ * <code>CREATION_IN_PROGRESS</code>
30
+ * </p>
31
+ * </li>
32
+ * <li>
33
+ * <p>
34
+ * <code>CREATION_SUCCESSFUL</code>
35
+ * </p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <code>CREATION_FAILED</code>
40
+ * </p>
41
+ * </li>
42
+ * <li>
43
+ * <p>
44
+ * <code>UPDATE_IN_PROGRESS</code>
45
+ * </p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>UPDATE_SUCCESSFUL</code>
50
+ * </p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>UPDATE_FAILED</code>
55
+ * </p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <code>DELETED</code>
60
+ * </p>
61
+ * </li>
62
+ * </ul>
63
+ * @public
64
+ */
65
+ ResourceStatus?: ResourceStatus | undefined;
66
+ /**
67
+ * <p>The ARN of the theme of the template.</p>
68
+ * @public
69
+ */
70
+ ThemeArn?: string | undefined;
71
+ /**
72
+ * <p>The definition of the template.</p>
73
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
74
+ * @public
75
+ */
76
+ Definition?: TemplateVersionDefinition | undefined;
77
+ /**
78
+ * <p>The HTTP status of the request.</p>
79
+ * @public
80
+ */
81
+ Status?: number | undefined;
82
+ /**
83
+ * <p>The Amazon Web Services request ID for this operation.</p>
84
+ * @public
85
+ */
86
+ RequestId?: string | undefined;
87
+ }
88
+ /**
89
+ * @public
90
+ */
91
+ export interface DescribeTemplatePermissionsRequest {
92
+ /**
93
+ * <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
94
+ * @public
95
+ */
96
+ AwsAccountId: string | undefined;
97
+ /**
98
+ * <p>The ID for the template.</p>
99
+ * @public
100
+ */
101
+ TemplateId: string | undefined;
102
+ }
103
+ /**
104
+ * @public
105
+ */
106
+ export interface DescribeTemplatePermissionsResponse {
107
+ /**
108
+ * <p>The ID for the template.</p>
109
+ * @public
110
+ */
111
+ TemplateId?: string | undefined;
112
+ /**
113
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
114
+ * @public
115
+ */
116
+ TemplateArn?: string | undefined;
117
+ /**
118
+ * <p>A list of resource permissions to be set on the template. </p>
119
+ * @public
120
+ */
121
+ Permissions?: ResourcePermission[] | undefined;
122
+ /**
123
+ * <p>The Amazon Web Services request ID for this operation.</p>
124
+ * @public
125
+ */
126
+ RequestId?: string | undefined;
127
+ /**
128
+ * <p>The HTTP status of the request.</p>
129
+ * @public
130
+ */
131
+ Status?: number | undefined;
132
+ }
5
133
  /**
6
134
  * @public
7
135
  */
@@ -1968,7 +2096,7 @@ export interface GetIdentityContextResponse {
1968
2096
  */
1969
2097
  RequestId: string | undefined;
1970
2098
  /**
1971
- * <p>The identity context information for the user. This is an identity token that should be used as the ContextAssertion parameter in the <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html">STS AssumeRole API</a> call to obtain identity enhanced AWS credentials.</p>
2099
+ * <p>The identity context information for the user. This is an identity token that should be used as the ContextAssertion parameter in the <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html">STS AssumeRole API</a> call to obtain identity enhanced Amazon Web Services credentials.</p>
1972
2100
  * @public
1973
2101
  */
1974
2102
  Context?: string | undefined;
@@ -3206,6 +3334,107 @@ export interface ListRoleMembershipsResponse {
3206
3334
  */
3207
3335
  Status?: number | undefined;
3208
3336
  }
3337
+ /**
3338
+ * @public
3339
+ */
3340
+ export interface ListSelfUpgradesRequest {
3341
+ /**
3342
+ * <p>The ID of the Amazon Web Services account that contains the self-upgrade requests.</p>
3343
+ * @public
3344
+ */
3345
+ AwsAccountId: string | undefined;
3346
+ /**
3347
+ * <p>The Quick Suite namespace for the self-upgrade requests.</p>
3348
+ * @public
3349
+ */
3350
+ Namespace: string | undefined;
3351
+ /**
3352
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3353
+ * @public
3354
+ */
3355
+ NextToken?: string | undefined;
3356
+ /**
3357
+ * <p>The maximum number of results to return.</p>
3358
+ * @public
3359
+ */
3360
+ MaxResults?: number | undefined;
3361
+ }
3362
+ /**
3363
+ * <p>Details of a self-upgrade request.</p>
3364
+ * @public
3365
+ */
3366
+ export interface SelfUpgradeRequestDetail {
3367
+ /**
3368
+ * <p>The ID of the self-upgrade request.</p>
3369
+ * @public
3370
+ */
3371
+ UpgradeRequestId?: string | undefined;
3372
+ /**
3373
+ * <p>The username of the user who initiated the self-upgrade request.</p>
3374
+ * @public
3375
+ */
3376
+ UserName?: string | undefined;
3377
+ /**
3378
+ * <p>The original role of the user before the upgrade.</p>
3379
+ * @public
3380
+ */
3381
+ OriginalRole?: UserRole | undefined;
3382
+ /**
3383
+ * <p>The role that the user is requesting to upgrade to.</p>
3384
+ * @public
3385
+ */
3386
+ RequestedRole?: UserRole | undefined;
3387
+ /**
3388
+ * <p>An optional note explaining the reason for the self-upgrade request.</p>
3389
+ * @public
3390
+ */
3391
+ RequestNote?: string | undefined;
3392
+ /**
3393
+ * <p>The time when the self-upgrade request was created.</p>
3394
+ * @public
3395
+ */
3396
+ CreationTime?: number | undefined;
3397
+ /**
3398
+ * <p>The status of the self-upgrade request.</p>
3399
+ * @public
3400
+ */
3401
+ RequestStatus?: SelfUpgradeRequestStatus | undefined;
3402
+ /**
3403
+ * <p>The time of the last update attempt for the self-upgrade request.</p>
3404
+ * @public
3405
+ */
3406
+ lastUpdateAttemptTime?: number | undefined;
3407
+ /**
3408
+ * <p>The reason for the last update failure, if applicable.</p>
3409
+ * @public
3410
+ */
3411
+ lastUpdateFailureReason?: string | undefined;
3412
+ }
3413
+ /**
3414
+ * @public
3415
+ */
3416
+ export interface ListSelfUpgradesResponse {
3417
+ /**
3418
+ * <p>A list of self-upgrade request details.</p>
3419
+ * @public
3420
+ */
3421
+ SelfUpgradeRequestDetails?: SelfUpgradeRequestDetail[] | undefined;
3422
+ /**
3423
+ * <p>The token for the next set of results, or null if there are no more results.</p>
3424
+ * @public
3425
+ */
3426
+ NextToken?: string | undefined;
3427
+ /**
3428
+ * <p>The Amazon Web Services request ID for this operation.</p>
3429
+ * @public
3430
+ */
3431
+ RequestId?: string | undefined;
3432
+ /**
3433
+ * <p>The HTTP status of the request.</p>
3434
+ * @public
3435
+ */
3436
+ Status?: number | undefined;
3437
+ }
3209
3438
  /**
3210
3439
  * @public
3211
3440
  */
@@ -7277,6 +7506,86 @@ export interface UpdateRoleCustomPermissionResponse {
7277
7506
  */
7278
7507
  Status?: number | undefined;
7279
7508
  }
7509
+ /**
7510
+ * @public
7511
+ */
7512
+ export interface UpdateSelfUpgradeRequest {
7513
+ /**
7514
+ * <p>The ID of the Amazon Web Services account that contains the self-upgrade request.</p>
7515
+ * @public
7516
+ */
7517
+ AwsAccountId: string | undefined;
7518
+ /**
7519
+ * <p>The Quick Suite namespace for the self-upgrade request.</p>
7520
+ * @public
7521
+ */
7522
+ Namespace: string | undefined;
7523
+ /**
7524
+ * <p>The ID of the self-upgrade request to update.</p>
7525
+ * @public
7526
+ */
7527
+ UpgradeRequestId: string | undefined;
7528
+ /**
7529
+ * <p>The action to perform on the self-upgrade request. Valid values are <code>APPROVE</code>, <code>DENY</code>, or <code>VERIFY</code>.</p>
7530
+ * @public
7531
+ */
7532
+ Action: SelfUpgradeAdminAction | undefined;
7533
+ }
7534
+ /**
7535
+ * @public
7536
+ */
7537
+ export interface UpdateSelfUpgradeResponse {
7538
+ /**
7539
+ * <p>Details of the updated self-upgrade request.</p>
7540
+ * @public
7541
+ */
7542
+ SelfUpgradeRequestDetail?: SelfUpgradeRequestDetail | undefined;
7543
+ /**
7544
+ * <p>The Amazon Web Services request ID for this operation.</p>
7545
+ * @public
7546
+ */
7547
+ RequestId?: string | undefined;
7548
+ /**
7549
+ * <p>The HTTP status of the request.</p>
7550
+ * @public
7551
+ */
7552
+ Status?: number | undefined;
7553
+ }
7554
+ /**
7555
+ * @public
7556
+ */
7557
+ export interface UpdateSelfUpgradeConfigurationRequest {
7558
+ /**
7559
+ * <p>The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration that you want to update.</p>
7560
+ * @public
7561
+ */
7562
+ AwsAccountId: string | undefined;
7563
+ /**
7564
+ * <p>The Quick Suite namespace that you want to update the Quick Suite self-upgrade configuration for.</p>
7565
+ * @public
7566
+ */
7567
+ Namespace: string | undefined;
7568
+ /**
7569
+ * <p>The self-upgrade status that you want to set for the Quick Suite account.</p>
7570
+ * @public
7571
+ */
7572
+ SelfUpgradeStatus: SelfUpgradeStatus | undefined;
7573
+ }
7574
+ /**
7575
+ * @public
7576
+ */
7577
+ export interface UpdateSelfUpgradeConfigurationResponse {
7578
+ /**
7579
+ * <p>The Amazon Web Services request ID for this operation.</p>
7580
+ * @public
7581
+ */
7582
+ RequestId?: string | undefined;
7583
+ /**
7584
+ * <p>The HTTP status of the request.</p>
7585
+ * @public
7586
+ */
7587
+ Status?: number | undefined;
7588
+ }
7280
7589
  /**
7281
7590
  * @public
7282
7591
  */
@@ -1,32 +1,32 @@
1
+ export * from "./Interfaces";
1
2
  export * from "./DescribeFolderPermissionsPaginator";
2
3
  export * from "./DescribeFolderResolvedPermissionsPaginator";
3
- export * from "./Interfaces";
4
4
  export * from "./ListActionConnectorsPaginator";
5
5
  export * from "./ListAnalysesPaginator";
6
6
  export * from "./ListAssetBundleExportJobsPaginator";
7
7
  export * from "./ListAssetBundleImportJobsPaginator";
8
8
  export * from "./ListBrandsPaginator";
9
9
  export * from "./ListCustomPermissionsPaginator";
10
- export * from "./ListDashboardVersionsPaginator";
11
10
  export * from "./ListDashboardsPaginator";
11
+ export * from "./ListDashboardVersionsPaginator";
12
12
  export * from "./ListDataSetsPaginator";
13
13
  export * from "./ListDataSourcesPaginator";
14
14
  export * from "./ListFlowsPaginator";
15
15
  export * from "./ListFolderMembersPaginator";
16
- export * from "./ListFoldersForResourcePaginator";
17
16
  export * from "./ListFoldersPaginator";
17
+ export * from "./ListFoldersForResourcePaginator";
18
18
  export * from "./ListGroupMembershipsPaginator";
19
19
  export * from "./ListGroupsPaginator";
20
- export * from "./ListIAMPolicyAssignmentsForUserPaginator";
21
20
  export * from "./ListIAMPolicyAssignmentsPaginator";
21
+ export * from "./ListIAMPolicyAssignmentsForUserPaginator";
22
22
  export * from "./ListIngestionsPaginator";
23
23
  export * from "./ListNamespacesPaginator";
24
24
  export * from "./ListRoleMembershipsPaginator";
25
25
  export * from "./ListTemplateAliasesPaginator";
26
- export * from "./ListTemplateVersionsPaginator";
27
26
  export * from "./ListTemplatesPaginator";
28
- export * from "./ListThemeVersionsPaginator";
27
+ export * from "./ListTemplateVersionsPaginator";
29
28
  export * from "./ListThemesPaginator";
29
+ export * from "./ListThemeVersionsPaginator";
30
30
  export * from "./ListTopicsPaginator";
31
31
  export * from "./ListUserGroupsPaginator";
32
32
  export * from "./ListUsersPaginator";
@@ -547,6 +547,8 @@ export declare var DescribeRefreshScheduleRequest$: StaticStructureSchema;
547
547
  export declare var DescribeRefreshScheduleResponse$: StaticStructureSchema;
548
548
  export declare var DescribeRoleCustomPermissionRequest$: StaticStructureSchema;
549
549
  export declare var DescribeRoleCustomPermissionResponse$: StaticStructureSchema;
550
+ export declare var DescribeSelfUpgradeConfigurationRequest$: StaticStructureSchema;
551
+ export declare var DescribeSelfUpgradeConfigurationResponse$: StaticStructureSchema;
550
552
  export declare var DescribeTemplateAliasRequest$: StaticStructureSchema;
551
553
  export declare var DescribeTemplateAliasResponse$: StaticStructureSchema;
552
554
  export declare var DescribeTemplateDefinitionRequest$: StaticStructureSchema;
@@ -786,6 +788,7 @@ export declare var InternalFailureException$: StaticErrorSchema;
786
788
  export declare var InternalServerException$: StaticErrorSchema;
787
789
  export declare var InvalidDataSetParameterValueException$: StaticErrorSchema;
788
790
  export declare var InvalidNextTokenException$: StaticErrorSchema;
791
+ export declare var InvalidParameterException$: StaticErrorSchema;
789
792
  export declare var InvalidParameterValueException$: StaticErrorSchema;
790
793
  export declare var InvalidRequestException$: StaticErrorSchema;
791
794
  export declare var InvalidTopicReviewedAnswer$: StaticStructureSchema;
@@ -878,6 +881,8 @@ export declare var ListRefreshSchedulesRequest$: StaticStructureSchema;
878
881
  export declare var ListRefreshSchedulesResponse$: StaticStructureSchema;
879
882
  export declare var ListRoleMembershipsRequest$: StaticStructureSchema;
880
883
  export declare var ListRoleMembershipsResponse$: StaticStructureSchema;
884
+ export declare var ListSelfUpgradesRequest$: StaticStructureSchema;
885
+ export declare var ListSelfUpgradesResponse$: StaticStructureSchema;
881
886
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
882
887
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
883
888
  export declare var ListTemplateAliasesRequest$: StaticStructureSchema;
@@ -1147,6 +1152,8 @@ export declare var SectionLayoutConfiguration$: StaticStructureSchema;
1147
1152
  export declare var SectionPageBreakConfiguration$: StaticStructureSchema;
1148
1153
  export declare var SectionStyle$: StaticStructureSchema;
1149
1154
  export declare var SelectedSheetsFilterScopeConfiguration$: StaticStructureSchema;
1155
+ export declare var SelfUpgradeConfiguration$: StaticStructureSchema;
1156
+ export declare var SelfUpgradeRequestDetail$: StaticStructureSchema;
1150
1157
  export declare var SemanticEntityType$: StaticStructureSchema;
1151
1158
  export declare var SemanticModelConfiguration$: StaticStructureSchema;
1152
1159
  export declare var SemanticTable$: StaticStructureSchema;
@@ -1429,6 +1436,10 @@ export declare var UpdateRefreshScheduleRequest$: StaticStructureSchema;
1429
1436
  export declare var UpdateRefreshScheduleResponse$: StaticStructureSchema;
1430
1437
  export declare var UpdateRoleCustomPermissionRequest$: StaticStructureSchema;
1431
1438
  export declare var UpdateRoleCustomPermissionResponse$: StaticStructureSchema;
1439
+ export declare var UpdateSelfUpgradeConfigurationRequest$: StaticStructureSchema;
1440
+ export declare var UpdateSelfUpgradeConfigurationResponse$: StaticStructureSchema;
1441
+ export declare var UpdateSelfUpgradeRequest$: StaticStructureSchema;
1442
+ export declare var UpdateSelfUpgradeResponse$: StaticStructureSchema;
1432
1443
  export declare var UpdateSPICECapacityConfigurationRequest$: StaticStructureSchema;
1433
1444
  export declare var UpdateSPICECapacityConfigurationResponse$: StaticStructureSchema;
1434
1445
  export declare var UpdateTemplateAliasRequest$: StaticStructureSchema;
@@ -1612,6 +1623,7 @@ export declare var DescribeQPersonalizationConfiguration$: StaticOperationSchema
1612
1623
  export declare var DescribeQuickSightQSearchConfiguration$: StaticOperationSchema;
1613
1624
  export declare var DescribeRefreshSchedule$: StaticOperationSchema;
1614
1625
  export declare var DescribeRoleCustomPermission$: StaticOperationSchema;
1626
+ export declare var DescribeSelfUpgradeConfiguration$: StaticOperationSchema;
1615
1627
  export declare var DescribeTemplate$: StaticOperationSchema;
1616
1628
  export declare var DescribeTemplateAlias$: StaticOperationSchema;
1617
1629
  export declare var DescribeTemplateDefinition$: StaticOperationSchema;
@@ -1656,6 +1668,7 @@ export declare var ListIngestions$: StaticOperationSchema;
1656
1668
  export declare var ListNamespaces$: StaticOperationSchema;
1657
1669
  export declare var ListRefreshSchedules$: StaticOperationSchema;
1658
1670
  export declare var ListRoleMemberships$: StaticOperationSchema;
1671
+ export declare var ListSelfUpgrades$: StaticOperationSchema;
1659
1672
  export declare var ListTagsForResource$: StaticOperationSchema;
1660
1673
  export declare var ListTemplateAliases$: StaticOperationSchema;
1661
1674
  export declare var ListTemplates$: StaticOperationSchema;
@@ -1723,6 +1736,8 @@ export declare var UpdateQPersonalizationConfiguration$: StaticOperationSchema;
1723
1736
  export declare var UpdateQuickSightQSearchConfiguration$: StaticOperationSchema;
1724
1737
  export declare var UpdateRefreshSchedule$: StaticOperationSchema;
1725
1738
  export declare var UpdateRoleCustomPermission$: StaticOperationSchema;
1739
+ export declare var UpdateSelfUpgrade$: StaticOperationSchema;
1740
+ export declare var UpdateSelfUpgradeConfiguration$: StaticOperationSchema;
1726
1741
  export declare var UpdateSPICECapacityConfiguration$: StaticOperationSchema;
1727
1742
  export declare var UpdateTemplate$: StaticOperationSchema;
1728
1743
  export declare var UpdateTemplateAlias$: StaticOperationSchema;
@@ -407,6 +407,10 @@ import {
407
407
  DescribeRoleCustomPermissionCommandInput,
408
408
  DescribeRoleCustomPermissionCommandOutput,
409
409
  } from "./commands/DescribeRoleCustomPermissionCommand";
410
+ import {
411
+ DescribeSelfUpgradeConfigurationCommandInput,
412
+ DescribeSelfUpgradeConfigurationCommandOutput,
413
+ } from "./commands/DescribeSelfUpgradeConfigurationCommand";
410
414
  import {
411
415
  DescribeTemplateAliasCommandInput,
412
416
  DescribeTemplateAliasCommandOutput,
@@ -583,6 +587,10 @@ import {
583
587
  ListRoleMembershipsCommandInput,
584
588
  ListRoleMembershipsCommandOutput,
585
589
  } from "./commands/ListRoleMembershipsCommand";
590
+ import {
591
+ ListSelfUpgradesCommandInput,
592
+ ListSelfUpgradesCommandOutput,
593
+ } from "./commands/ListSelfUpgradesCommand";
586
594
  import {
587
595
  ListTagsForResourceCommandInput,
588
596
  ListTagsForResourceCommandOutput,
@@ -851,6 +859,14 @@ import {
851
859
  UpdateRoleCustomPermissionCommandInput,
852
860
  UpdateRoleCustomPermissionCommandOutput,
853
861
  } from "./commands/UpdateRoleCustomPermissionCommand";
862
+ import {
863
+ UpdateSelfUpgradeCommandInput,
864
+ UpdateSelfUpgradeCommandOutput,
865
+ } from "./commands/UpdateSelfUpgradeCommand";
866
+ import {
867
+ UpdateSelfUpgradeConfigurationCommandInput,
868
+ UpdateSelfUpgradeConfigurationCommandOutput,
869
+ } from "./commands/UpdateSelfUpgradeConfigurationCommand";
854
870
  import {
855
871
  UpdateSPICECapacityConfigurationCommandInput,
856
872
  UpdateSPICECapacityConfigurationCommandOutput,
@@ -2279,6 +2295,19 @@ export interface QuickSight {
2279
2295
  options: __HttpHandlerOptions,
2280
2296
  cb: (err: any, data?: DescribeRoleCustomPermissionCommandOutput) => void
2281
2297
  ): void;
2298
+ describeSelfUpgradeConfiguration(
2299
+ args: DescribeSelfUpgradeConfigurationCommandInput,
2300
+ options?: __HttpHandlerOptions
2301
+ ): Promise<DescribeSelfUpgradeConfigurationCommandOutput>;
2302
+ describeSelfUpgradeConfiguration(
2303
+ args: DescribeSelfUpgradeConfigurationCommandInput,
2304
+ cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void
2305
+ ): void;
2306
+ describeSelfUpgradeConfiguration(
2307
+ args: DescribeSelfUpgradeConfigurationCommandInput,
2308
+ options: __HttpHandlerOptions,
2309
+ cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void
2310
+ ): void;
2282
2311
  describeTemplate(
2283
2312
  args: DescribeTemplateCommandInput,
2284
2313
  options?: __HttpHandlerOptions
@@ -2863,6 +2892,19 @@ export interface QuickSight {
2863
2892
  options: __HttpHandlerOptions,
2864
2893
  cb: (err: any, data?: ListRoleMembershipsCommandOutput) => void
2865
2894
  ): void;
2895
+ listSelfUpgrades(
2896
+ args: ListSelfUpgradesCommandInput,
2897
+ options?: __HttpHandlerOptions
2898
+ ): Promise<ListSelfUpgradesCommandOutput>;
2899
+ listSelfUpgrades(
2900
+ args: ListSelfUpgradesCommandInput,
2901
+ cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void
2902
+ ): void;
2903
+ listSelfUpgrades(
2904
+ args: ListSelfUpgradesCommandInput,
2905
+ options: __HttpHandlerOptions,
2906
+ cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void
2907
+ ): void;
2866
2908
  listTagsForResource(
2867
2909
  args: ListTagsForResourceCommandInput,
2868
2910
  options?: __HttpHandlerOptions
@@ -3764,6 +3806,32 @@ export interface QuickSight {
3764
3806
  options: __HttpHandlerOptions,
3765
3807
  cb: (err: any, data?: UpdateRoleCustomPermissionCommandOutput) => void
3766
3808
  ): void;
3809
+ updateSelfUpgrade(
3810
+ args: UpdateSelfUpgradeCommandInput,
3811
+ options?: __HttpHandlerOptions
3812
+ ): Promise<UpdateSelfUpgradeCommandOutput>;
3813
+ updateSelfUpgrade(
3814
+ args: UpdateSelfUpgradeCommandInput,
3815
+ cb: (err: any, data?: UpdateSelfUpgradeCommandOutput) => void
3816
+ ): void;
3817
+ updateSelfUpgrade(
3818
+ args: UpdateSelfUpgradeCommandInput,
3819
+ options: __HttpHandlerOptions,
3820
+ cb: (err: any, data?: UpdateSelfUpgradeCommandOutput) => void
3821
+ ): void;
3822
+ updateSelfUpgradeConfiguration(
3823
+ args: UpdateSelfUpgradeConfigurationCommandInput,
3824
+ options?: __HttpHandlerOptions
3825
+ ): Promise<UpdateSelfUpgradeConfigurationCommandOutput>;
3826
+ updateSelfUpgradeConfiguration(
3827
+ args: UpdateSelfUpgradeConfigurationCommandInput,
3828
+ cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void
3829
+ ): void;
3830
+ updateSelfUpgradeConfiguration(
3831
+ args: UpdateSelfUpgradeConfigurationCommandInput,
3832
+ options: __HttpHandlerOptions,
3833
+ cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void
3834
+ ): void;
3767
3835
  updateSPICECapacityConfiguration(
3768
3836
  args: UpdateSPICECapacityConfigurationCommandInput,
3769
3837
  options?: __HttpHandlerOptions
@@ -453,6 +453,10 @@ import {
453
453
  DescribeRoleCustomPermissionCommandInput,
454
454
  DescribeRoleCustomPermissionCommandOutput,
455
455
  } from "./commands/DescribeRoleCustomPermissionCommand";
456
+ import {
457
+ DescribeSelfUpgradeConfigurationCommandInput,
458
+ DescribeSelfUpgradeConfigurationCommandOutput,
459
+ } from "./commands/DescribeSelfUpgradeConfigurationCommand";
456
460
  import {
457
461
  DescribeTemplateAliasCommandInput,
458
462
  DescribeTemplateAliasCommandOutput,
@@ -629,6 +633,10 @@ import {
629
633
  ListRoleMembershipsCommandInput,
630
634
  ListRoleMembershipsCommandOutput,
631
635
  } from "./commands/ListRoleMembershipsCommand";
636
+ import {
637
+ ListSelfUpgradesCommandInput,
638
+ ListSelfUpgradesCommandOutput,
639
+ } from "./commands/ListSelfUpgradesCommand";
632
640
  import {
633
641
  ListTagsForResourceCommandInput,
634
642
  ListTagsForResourceCommandOutput,
@@ -897,6 +905,14 @@ import {
897
905
  UpdateRoleCustomPermissionCommandInput,
898
906
  UpdateRoleCustomPermissionCommandOutput,
899
907
  } from "./commands/UpdateRoleCustomPermissionCommand";
908
+ import {
909
+ UpdateSelfUpgradeCommandInput,
910
+ UpdateSelfUpgradeCommandOutput,
911
+ } from "./commands/UpdateSelfUpgradeCommand";
912
+ import {
913
+ UpdateSelfUpgradeConfigurationCommandInput,
914
+ UpdateSelfUpgradeConfigurationCommandOutput,
915
+ } from "./commands/UpdateSelfUpgradeConfigurationCommand";
900
916
  import {
901
917
  UpdateSPICECapacityConfigurationCommandInput,
902
918
  UpdateSPICECapacityConfigurationCommandOutput,
@@ -1059,6 +1075,7 @@ export type ServiceInputTypes =
1059
1075
  | DescribeQuickSightQSearchConfigurationCommandInput
1060
1076
  | DescribeRefreshScheduleCommandInput
1061
1077
  | DescribeRoleCustomPermissionCommandInput
1078
+ | DescribeSelfUpgradeConfigurationCommandInput
1062
1079
  | DescribeTemplateAliasCommandInput
1063
1080
  | DescribeTemplateCommandInput
1064
1081
  | DescribeTemplateDefinitionCommandInput
@@ -1103,6 +1120,7 @@ export type ServiceInputTypes =
1103
1120
  | ListNamespacesCommandInput
1104
1121
  | ListRefreshSchedulesCommandInput
1105
1122
  | ListRoleMembershipsCommandInput
1123
+ | ListSelfUpgradesCommandInput
1106
1124
  | ListTagsForResourceCommandInput
1107
1125
  | ListTemplateAliasesCommandInput
1108
1126
  | ListTemplateVersionsCommandInput
@@ -1171,6 +1189,8 @@ export type ServiceInputTypes =
1171
1189
  | UpdateRefreshScheduleCommandInput
1172
1190
  | UpdateRoleCustomPermissionCommandInput
1173
1191
  | UpdateSPICECapacityConfigurationCommandInput
1192
+ | UpdateSelfUpgradeCommandInput
1193
+ | UpdateSelfUpgradeConfigurationCommandInput
1174
1194
  | UpdateTemplateAliasCommandInput
1175
1195
  | UpdateTemplateCommandInput
1176
1196
  | UpdateTemplatePermissionsCommandInput
@@ -1286,6 +1306,7 @@ export type ServiceOutputTypes =
1286
1306
  | DescribeQuickSightQSearchConfigurationCommandOutput
1287
1307
  | DescribeRefreshScheduleCommandOutput
1288
1308
  | DescribeRoleCustomPermissionCommandOutput
1309
+ | DescribeSelfUpgradeConfigurationCommandOutput
1289
1310
  | DescribeTemplateAliasCommandOutput
1290
1311
  | DescribeTemplateCommandOutput
1291
1312
  | DescribeTemplateDefinitionCommandOutput
@@ -1330,6 +1351,7 @@ export type ServiceOutputTypes =
1330
1351
  | ListNamespacesCommandOutput
1331
1352
  | ListRefreshSchedulesCommandOutput
1332
1353
  | ListRoleMembershipsCommandOutput
1354
+ | ListSelfUpgradesCommandOutput
1333
1355
  | ListTagsForResourceCommandOutput
1334
1356
  | ListTemplateAliasesCommandOutput
1335
1357
  | ListTemplateVersionsCommandOutput
@@ -1398,6 +1420,8 @@ export type ServiceOutputTypes =
1398
1420
  | UpdateRefreshScheduleCommandOutput
1399
1421
  | UpdateRoleCustomPermissionCommandOutput
1400
1422
  | UpdateSPICECapacityConfigurationCommandOutput
1423
+ | UpdateSelfUpgradeCommandOutput
1424
+ | UpdateSelfUpgradeConfigurationCommandOutput
1401
1425
  | UpdateTemplateAliasCommandOutput
1402
1426
  | UpdateTemplateCommandOutput
1403
1427
  | UpdateTemplatePermissionsCommandOutput