@aws-sdk/client-quicksight 3.958.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/dist-cjs/index.js +215 -10
- package/dist-es/QuickSight.js +8 -0
- package/dist-es/commands/DescribeSelfUpgradeConfigurationCommand.js +16 -0
- package/dist-es/commands/ListSelfUpgradesCommand.js +16 -0
- package/dist-es/commands/UpdateSelfUpgradeCommand.js +16 -0
- package/dist-es/commands/UpdateSelfUpgradeConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +16 -0
- package/dist-es/models/errors.js +16 -0
- package/dist-es/schemas/schemas_0.js +109 -11
- package/dist-types/QuickSight.d.ts +28 -0
- package/dist-types/QuickSightClient.d.ts +6 -2
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +106 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListSelfUpgradesCommand.d.ts +122 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +119 -0
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +104 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +40 -0
- package/dist-types/models/errors.d.ts +18 -0
- package/dist-types/models/models_2.d.ts +5 -0
- package/dist-types/models/models_3.d.ts +57 -129
- package/dist-types/models/models_4.d.ts +312 -3
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/QuickSight.d.ts +68 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DescribeSelfUpgradeConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSelfUpgradesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +22 -0
- package/dist-types/ts3.4/models/errors.d.ts +9 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +13 -21
- package/dist-types/ts3.4/models/models_4.d.ts +68 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionErrorType, IngestionRequestSource, IngestionRequestType, IngestionStatus, IngestionType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceErrorType, NamespaceStatus, NullFilterType, PersonalizationMode, PropertyRole, PropertyUsage, QDataKeyType, QSearchStatus, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, ServiceType, SharingModel, SnapshotJobStatus, Status, TemplateErrorType, TextQualifier, TextTransform, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
1
|
+
import { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionErrorType, IngestionRequestSource, IngestionRequestType, IngestionStatus, IngestionType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceErrorType, NamespaceStatus, NullFilterType, PersonalizationMode, PropertyRole, PropertyUsage, QDataKeyType, QSearchStatus, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, SelfUpgradeStatus, ServiceType, SharingModel, SnapshotJobStatus, Status, TemplateErrorType, TextQualifier, TextTransform, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
2
2
|
import { type AccountCustomization, type AccountInfo, type AccountSettings, type ActionConnector, type Analysis, type AnalysisDefaults, type AssetOptions, type FontConfiguration, type QueryExecutionOptions, AnalysisError, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, Sheet } from "./models_0";
|
|
3
3
|
import { type _Parameters, type AnalysisDefinition, type AssetBundleCloudFormationOverridePropertyConfiguration, type AssetBundleExportJobValidationStrategy, type AssetBundleImportJobOverrideParameters, type AssetBundleImportJobOverridePermissions, type AssetBundleImportJobOverrideTags, type AssetBundleImportJobOverrideValidationStrategy, type AssetBundleImportSourceDescription, type BorderStyle, type BrandDefinition, type BrandDetail, type Capabilities, type CollectiveConstant, type ComparativeOrder, type DashboardPublishOptions, type DashboardVersionDefinition, type DataPrepConfiguration, type DataSetRefreshProperties, type DataSetUsageConfiguration, type DisplayFormatOptions, type LinkSharingConfiguration, type SslProperties, type ValidationStrategy, type VpcConnectionProperties, AnonymousUserSnapshotJobResult, AssetBundleExportJobError, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobWarning, CellValueSynonym, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, DatasetParameter, DataSetReference, DataSourceParameters, FieldFolder, InputColumn, LogicalTable, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, StaticFile, Tag } from "./models_2";
|
|
4
4
|
/**
|
|
@@ -7940,6 +7940,62 @@ export interface DescribeRoleCustomPermissionResponse {
|
|
|
7940
7940
|
*/
|
|
7941
7941
|
Status?: number | undefined;
|
|
7942
7942
|
}
|
|
7943
|
+
/**
|
|
7944
|
+
* @public
|
|
7945
|
+
*/
|
|
7946
|
+
export interface DescribeSelfUpgradeConfigurationRequest {
|
|
7947
|
+
/**
|
|
7948
|
+
* <p>The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration.</p>
|
|
7949
|
+
* @public
|
|
7950
|
+
*/
|
|
7951
|
+
AwsAccountId: string | undefined;
|
|
7952
|
+
/**
|
|
7953
|
+
* <p>The Quick Suite namespace that you want to describe the Quick Suite self-upgrade configuration for.</p>
|
|
7954
|
+
* @public
|
|
7955
|
+
*/
|
|
7956
|
+
Namespace: string | undefined;
|
|
7957
|
+
}
|
|
7958
|
+
/**
|
|
7959
|
+
* <p>The self-upgrade configuration for the Quick Suite account.</p>
|
|
7960
|
+
* @public
|
|
7961
|
+
*/
|
|
7962
|
+
export interface SelfUpgradeConfiguration {
|
|
7963
|
+
/**
|
|
7964
|
+
* <p>Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:</p>
|
|
7965
|
+
* <ul>
|
|
7966
|
+
* <li>
|
|
7967
|
+
* <p>
|
|
7968
|
+
* <code>AUTO_APPROVAL</code>: All the self-upgrade requests will be auto approved.</p>
|
|
7969
|
+
* </li>
|
|
7970
|
+
* <li>
|
|
7971
|
+
* <p>
|
|
7972
|
+
* <code>ADMIN_APPROVAL</code>: All the self-upgrade requests will require admin approval.</p>
|
|
7973
|
+
* </li>
|
|
7974
|
+
* </ul>
|
|
7975
|
+
* @public
|
|
7976
|
+
*/
|
|
7977
|
+
SelfUpgradeStatus?: SelfUpgradeStatus | undefined;
|
|
7978
|
+
}
|
|
7979
|
+
/**
|
|
7980
|
+
* @public
|
|
7981
|
+
*/
|
|
7982
|
+
export interface DescribeSelfUpgradeConfigurationResponse {
|
|
7983
|
+
/**
|
|
7984
|
+
* <p>The self-upgrade configuration for the Quick Suite account.</p>
|
|
7985
|
+
* @public
|
|
7986
|
+
*/
|
|
7987
|
+
SelfUpgradeConfiguration?: SelfUpgradeConfiguration | undefined;
|
|
7988
|
+
/**
|
|
7989
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7990
|
+
* @public
|
|
7991
|
+
*/
|
|
7992
|
+
RequestId?: string | undefined;
|
|
7993
|
+
/**
|
|
7994
|
+
* <p>The HTTP status of the request.</p>
|
|
7995
|
+
* @public
|
|
7996
|
+
*/
|
|
7997
|
+
Status?: number | undefined;
|
|
7998
|
+
}
|
|
7943
7999
|
/**
|
|
7944
8000
|
* @public
|
|
7945
8001
|
*/
|
|
@@ -8217,131 +8273,3 @@ export interface DescribeTemplateDefinitionRequest {
|
|
|
8217
8273
|
*/
|
|
8218
8274
|
AliasName?: string | undefined;
|
|
8219
8275
|
}
|
|
8220
|
-
/**
|
|
8221
|
-
* @public
|
|
8222
|
-
*/
|
|
8223
|
-
export interface DescribeTemplateDefinitionResponse {
|
|
8224
|
-
/**
|
|
8225
|
-
* <p>The descriptive name of the template.</p>
|
|
8226
|
-
* @public
|
|
8227
|
-
*/
|
|
8228
|
-
Name?: string | undefined;
|
|
8229
|
-
/**
|
|
8230
|
-
* <p>The ID of the template described.</p>
|
|
8231
|
-
* @public
|
|
8232
|
-
*/
|
|
8233
|
-
TemplateId?: string | undefined;
|
|
8234
|
-
/**
|
|
8235
|
-
* <p>Errors associated with the template version.</p>
|
|
8236
|
-
* @public
|
|
8237
|
-
*/
|
|
8238
|
-
Errors?: TemplateError[] | undefined;
|
|
8239
|
-
/**
|
|
8240
|
-
* <p>Status associated with the template.</p>
|
|
8241
|
-
* <ul>
|
|
8242
|
-
* <li>
|
|
8243
|
-
* <p>
|
|
8244
|
-
* <code>CREATION_IN_PROGRESS</code>
|
|
8245
|
-
* </p>
|
|
8246
|
-
* </li>
|
|
8247
|
-
* <li>
|
|
8248
|
-
* <p>
|
|
8249
|
-
* <code>CREATION_SUCCESSFUL</code>
|
|
8250
|
-
* </p>
|
|
8251
|
-
* </li>
|
|
8252
|
-
* <li>
|
|
8253
|
-
* <p>
|
|
8254
|
-
* <code>CREATION_FAILED</code>
|
|
8255
|
-
* </p>
|
|
8256
|
-
* </li>
|
|
8257
|
-
* <li>
|
|
8258
|
-
* <p>
|
|
8259
|
-
* <code>UPDATE_IN_PROGRESS</code>
|
|
8260
|
-
* </p>
|
|
8261
|
-
* </li>
|
|
8262
|
-
* <li>
|
|
8263
|
-
* <p>
|
|
8264
|
-
* <code>UPDATE_SUCCESSFUL</code>
|
|
8265
|
-
* </p>
|
|
8266
|
-
* </li>
|
|
8267
|
-
* <li>
|
|
8268
|
-
* <p>
|
|
8269
|
-
* <code>UPDATE_FAILED</code>
|
|
8270
|
-
* </p>
|
|
8271
|
-
* </li>
|
|
8272
|
-
* <li>
|
|
8273
|
-
* <p>
|
|
8274
|
-
* <code>DELETED</code>
|
|
8275
|
-
* </p>
|
|
8276
|
-
* </li>
|
|
8277
|
-
* </ul>
|
|
8278
|
-
* @public
|
|
8279
|
-
*/
|
|
8280
|
-
ResourceStatus?: ResourceStatus | undefined;
|
|
8281
|
-
/**
|
|
8282
|
-
* <p>The ARN of the theme of the template.</p>
|
|
8283
|
-
* @public
|
|
8284
|
-
*/
|
|
8285
|
-
ThemeArn?: string | undefined;
|
|
8286
|
-
/**
|
|
8287
|
-
* <p>The definition of the template.</p>
|
|
8288
|
-
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
8289
|
-
* @public
|
|
8290
|
-
*/
|
|
8291
|
-
Definition?: TemplateVersionDefinition | undefined;
|
|
8292
|
-
/**
|
|
8293
|
-
* <p>The HTTP status of the request.</p>
|
|
8294
|
-
* @public
|
|
8295
|
-
*/
|
|
8296
|
-
Status?: number | undefined;
|
|
8297
|
-
/**
|
|
8298
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8299
|
-
* @public
|
|
8300
|
-
*/
|
|
8301
|
-
RequestId?: string | undefined;
|
|
8302
|
-
}
|
|
8303
|
-
/**
|
|
8304
|
-
* @public
|
|
8305
|
-
*/
|
|
8306
|
-
export interface DescribeTemplatePermissionsRequest {
|
|
8307
|
-
/**
|
|
8308
|
-
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
8309
|
-
* @public
|
|
8310
|
-
*/
|
|
8311
|
-
AwsAccountId: string | undefined;
|
|
8312
|
-
/**
|
|
8313
|
-
* <p>The ID for the template.</p>
|
|
8314
|
-
* @public
|
|
8315
|
-
*/
|
|
8316
|
-
TemplateId: string | undefined;
|
|
8317
|
-
}
|
|
8318
|
-
/**
|
|
8319
|
-
* @public
|
|
8320
|
-
*/
|
|
8321
|
-
export interface DescribeTemplatePermissionsResponse {
|
|
8322
|
-
/**
|
|
8323
|
-
* <p>The ID for the template.</p>
|
|
8324
|
-
* @public
|
|
8325
|
-
*/
|
|
8326
|
-
TemplateId?: string | undefined;
|
|
8327
|
-
/**
|
|
8328
|
-
* <p>The Amazon Resource Name (ARN) of the template.</p>
|
|
8329
|
-
* @public
|
|
8330
|
-
*/
|
|
8331
|
-
TemplateArn?: string | undefined;
|
|
8332
|
-
/**
|
|
8333
|
-
* <p>A list of resource permissions to be set on the template. </p>
|
|
8334
|
-
* @public
|
|
8335
|
-
*/
|
|
8336
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
8337
|
-
/**
|
|
8338
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8339
|
-
* @public
|
|
8340
|
-
*/
|
|
8341
|
-
RequestId?: string | undefined;
|
|
8342
|
-
/**
|
|
8343
|
-
* <p>The HTTP status of the request.</p>
|
|
8344
|
-
* @public
|
|
8345
|
-
*/
|
|
8346
|
-
Status?: number | undefined;
|
|
8347
|
-
}
|
|
@@ -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
|
|
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
|
*/
|
|
@@ -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;
|