@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
@@ -0,0 +1,104 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateSelfUpgradeConfigurationRequest, UpdateSelfUpgradeConfigurationResponse } 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 UpdateSelfUpgradeConfigurationCommand}.
14
+ */
15
+ export interface UpdateSelfUpgradeConfigurationCommandInput extends UpdateSelfUpgradeConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateSelfUpgradeConfigurationCommand}.
21
+ */
22
+ export interface UpdateSelfUpgradeConfigurationCommandOutput extends UpdateSelfUpgradeConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const UpdateSelfUpgradeConfigurationCommand_base: {
25
+ new (input: UpdateSelfUpgradeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSelfUpgradeConfigurationCommandInput, UpdateSelfUpgradeConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSelfUpgradeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSelfUpgradeConfigurationCommandInput, UpdateSelfUpgradeConfigurationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates 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, UpdateSelfUpgradeConfigurationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, UpdateSelfUpgradeConfigurationCommand } = 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 = { // UpdateSelfUpgradeConfigurationRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * Namespace: "STRING_VALUE", // required
42
+ * SelfUpgradeStatus: "AUTO_APPROVAL" || "ADMIN_APPROVAL", // required
43
+ * };
44
+ * const command = new UpdateSelfUpgradeConfigurationCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // UpdateSelfUpgradeConfigurationResponse
47
+ * // RequestId: "STRING_VALUE",
48
+ * // Status: Number("int"),
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param UpdateSelfUpgradeConfigurationCommandInput - {@link UpdateSelfUpgradeConfigurationCommandInput}
54
+ * @returns {@link UpdateSelfUpgradeConfigurationCommandOutput}
55
+ * @see {@link UpdateSelfUpgradeConfigurationCommandInput} for command's `input` shape.
56
+ * @see {@link UpdateSelfUpgradeConfigurationCommandOutput} for command's `response` shape.
57
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You don't have access to this item. The provided credentials couldn't be
61
+ * validated. You might not be authorized to carry out the request. Make sure that your
62
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
63
+ * correct permissions, and that you are using the correct credentials.</p>
64
+ *
65
+ * @throws {@link InternalFailureException} (server fault)
66
+ * <p>An internal failure occurred.</p>
67
+ *
68
+ * @throws {@link InvalidParameterException} (client fault)
69
+ * <p>One or more parameter has a value that isn't valid.</p>
70
+ *
71
+ * @throws {@link InvalidParameterValueException} (client fault)
72
+ * <p>One or more parameters has a value that isn't valid.</p>
73
+ *
74
+ * @throws {@link PreconditionNotMetException} (client fault)
75
+ * <p>One or more preconditions aren't met.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundException} (client fault)
78
+ * <p>One or more resources can't be found.</p>
79
+ *
80
+ * @throws {@link ResourceUnavailableException} (server fault)
81
+ * <p>This resource is currently unavailable.</p>
82
+ *
83
+ * @throws {@link ThrottlingException} (client fault)
84
+ * <p>Access is throttled.</p>
85
+ *
86
+ * @throws {@link QuickSightServiceException}
87
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
88
+ *
89
+ *
90
+ * @public
91
+ */
92
+ export declare class UpdateSelfUpgradeConfigurationCommand extends UpdateSelfUpgradeConfigurationCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateSelfUpgradeConfigurationRequest;
97
+ output: UpdateSelfUpgradeConfigurationResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateSelfUpgradeConfigurationCommandInput;
101
+ output: UpdateSelfUpgradeConfigurationCommandOutput;
102
+ };
103
+ };
104
+ }
@@ -100,6 +100,7 @@ export * from "./DescribeQPersonalizationConfigurationCommand";
100
100
  export * from "./DescribeQuickSightQSearchConfigurationCommand";
101
101
  export * from "./DescribeRefreshScheduleCommand";
102
102
  export * from "./DescribeRoleCustomPermissionCommand";
103
+ export * from "./DescribeSelfUpgradeConfigurationCommand";
103
104
  export * from "./DescribeTemplateAliasCommand";
104
105
  export * from "./DescribeTemplateCommand";
105
106
  export * from "./DescribeTemplateDefinitionCommand";
@@ -144,6 +145,7 @@ export * from "./ListIngestionsCommand";
144
145
  export * from "./ListNamespacesCommand";
145
146
  export * from "./ListRefreshSchedulesCommand";
146
147
  export * from "./ListRoleMembershipsCommand";
148
+ export * from "./ListSelfUpgradesCommand";
147
149
  export * from "./ListTagsForResourceCommand";
148
150
  export * from "./ListTemplateAliasesCommand";
149
151
  export * from "./ListTemplateVersionsCommand";
@@ -212,6 +214,8 @@ export * from "./UpdateQuickSightQSearchConfigurationCommand";
212
214
  export * from "./UpdateRefreshScheduleCommand";
213
215
  export * from "./UpdateRoleCustomPermissionCommand";
214
216
  export * from "./UpdateSPICECapacityConfigurationCommand";
217
+ export * from "./UpdateSelfUpgradeCommand";
218
+ export * from "./UpdateSelfUpgradeConfigurationCommand";
215
219
  export * from "./UpdateTemplateAliasCommand";
216
220
  export * from "./UpdateTemplateCommand";
217
221
  export * from "./UpdateTemplatePermissionsCommand";
@@ -3571,6 +3571,18 @@ export declare const QSearchStatus: {
3571
3571
  * @public
3572
3572
  */
3573
3573
  export type QSearchStatus = (typeof QSearchStatus)[keyof typeof QSearchStatus];
3574
+ /**
3575
+ * @public
3576
+ * @enum
3577
+ */
3578
+ export declare const SelfUpgradeStatus: {
3579
+ readonly ADMIN_APPROVAL: "ADMIN_APPROVAL";
3580
+ readonly AUTO_APPROVAL: "AUTO_APPROVAL";
3581
+ };
3582
+ /**
3583
+ * @public
3584
+ */
3585
+ export type SelfUpgradeStatus = (typeof SelfUpgradeStatus)[keyof typeof SelfUpgradeStatus];
3574
3586
  /**
3575
3587
  * @public
3576
3588
  * @enum
@@ -3792,6 +3804,21 @@ export declare const IncludeQuickSightQIndex: {
3792
3804
  * @public
3793
3805
  */
3794
3806
  export type IncludeQuickSightQIndex = (typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
3807
+ /**
3808
+ * @public
3809
+ * @enum
3810
+ */
3811
+ export declare const SelfUpgradeRequestStatus: {
3812
+ readonly APPROVED: "APPROVED";
3813
+ readonly DENIED: "DENIED";
3814
+ readonly PENDING: "PENDING";
3815
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
3816
+ readonly VERIFY_FAILED: "VERIFY_FAILED";
3817
+ };
3818
+ /**
3819
+ * @public
3820
+ */
3821
+ export type SelfUpgradeRequestStatus = (typeof SelfUpgradeRequestStatus)[keyof typeof SelfUpgradeRequestStatus];
3795
3822
  /**
3796
3823
  * @public
3797
3824
  * @enum
@@ -3858,3 +3885,16 @@ export declare const TopicFilterOperator: {
3858
3885
  * @public
3859
3886
  */
3860
3887
  export type TopicFilterOperator = (typeof TopicFilterOperator)[keyof typeof TopicFilterOperator];
3888
+ /**
3889
+ * @public
3890
+ * @enum
3891
+ */
3892
+ export declare const SelfUpgradeAdminAction: {
3893
+ readonly APPROVE: "APPROVE";
3894
+ readonly DENY: "DENY";
3895
+ readonly VERIFY: "VERIFY";
3896
+ };
3897
+ /**
3898
+ * @public
3899
+ */
3900
+ export type SelfUpgradeAdminAction = (typeof SelfUpgradeAdminAction)[keyof typeof SelfUpgradeAdminAction];
@@ -325,6 +325,24 @@ export declare class InvalidNextTokenException extends __BaseException {
325
325
  */
326
326
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
327
327
  }
328
+ /**
329
+ * <p>One or more parameter has a value that isn't valid.</p>
330
+ * @public
331
+ */
332
+ export declare class InvalidParameterException extends __BaseException {
333
+ readonly name: "InvalidParameterException";
334
+ readonly $fault: "client";
335
+ Message?: string | undefined;
336
+ /**
337
+ * <p>The Amazon Web Services request ID for this request.</p>
338
+ * @public
339
+ */
340
+ RequestId?: string | undefined;
341
+ /**
342
+ * @internal
343
+ */
344
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
345
+ }
328
346
  /**
329
347
  * <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
330
348
  * added to the approved list by an Amazon Quick Suite admin.</p>
@@ -6022,6 +6022,11 @@ export interface Capabilities {
6022
6022
  * @public
6023
6023
  */
6024
6024
  Research?: CapabilityState | undefined;
6025
+ /**
6026
+ * <p>The ability to enable users to upgrade their user role.</p>
6027
+ * @public
6028
+ */
6029
+ SelfUpgradeUserRole?: CapabilityState | undefined;
6025
6030
  }
6026
6031
  /**
6027
6032
  * <p>A transform operation that casts a column to a different type.</p>
@@ -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
- }