@aws-sdk/client-quicksight 3.654.0 → 3.658.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 (48) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +77 -15
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/ListFoldersForResourceCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +4 -4
  7. package/dist-es/models/models_1.js +4 -4
  8. package/dist-es/models/models_2.js +4 -4
  9. package/dist-es/models/models_3.js +4 -0
  10. package/dist-es/pagination/ListFoldersForResourcePaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +33 -0
  13. package/dist-types/QuickSight.d.ts +7 -0
  14. package/dist-types/QuickSightClient.d.ts +3 -2
  15. package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateDashboardCommand.d.ts +19 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -0
  19. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -0
  20. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -0
  21. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -2
  22. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +106 -0
  23. package/dist-types/commands/UpdateAnalysisCommand.d.ts +19 -0
  24. package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -0
  25. package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -0
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/models/models_0.d.ts +47 -12
  28. package/dist-types/models/models_1.d.ts +13 -61
  29. package/dist-types/models/models_2.d.ts +59 -31
  30. package/dist-types/models/models_3.d.ts +31 -16
  31. package/dist-types/models/models_4.d.ts +69 -2
  32. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +7 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  35. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  36. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  37. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +12 -6
  41. package/dist-types/ts3.4/models/models_1.d.ts +6 -16
  42. package/dist-types/ts3.4/models/models_2.d.ts +19 -9
  43. package/dist-types/ts3.4/models/models_3.d.ts +9 -5
  44. package/dist-types/ts3.4/models/models_4.d.ts +17 -1
  45. package/dist-types/ts3.4/pagination/ListFoldersForResourcePaginator.d.ts +11 -0
  46. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  48. package/package.json +5 -5
@@ -1,7 +1,35 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TopicTimeGranularity } from "./models_0";
3
- import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
3
+ import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, CredentialPair, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * <p>Data source credentials. This is a variant type structure. For this structure to be
7
+ * valid, only one of the attributes can be non-null.</p>
8
+ * @public
9
+ */
10
+ export interface DataSourceCredentials {
11
+ /**
12
+ * <p>Credential pair. For more information, see
13
+ * <code>
14
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
15
+ * </code>.</p>
16
+ * @public
17
+ */
18
+ CredentialPair?: CredentialPair;
19
+ /**
20
+ * <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
21
+ * want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
22
+ * data source in the ARN is used as the credentials for the
23
+ * <code>DataSourceCredentials</code> structure.</p>
24
+ * @public
25
+ */
26
+ CopySourceArn?: string;
27
+ /**
28
+ * <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
29
+ * @public
30
+ */
31
+ SecretArn?: string;
32
+ }
5
33
  /**
6
34
  * @public
7
35
  * @enum
@@ -8049,22 +8077,9 @@ export interface DescribeUserResponse {
8049
8077
  Status?: number;
8050
8078
  }
8051
8079
  /**
8052
- * @public
8080
+ * @internal
8053
8081
  */
8054
- export interface DescribeVPCConnectionRequest {
8055
- /**
8056
- * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
8057
- * you want described.</p>
8058
- * @public
8059
- */
8060
- AwsAccountId: string | undefined;
8061
- /**
8062
- * <p>The ID of the VPC connection that
8063
- * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p>
8064
- * @public
8065
- */
8066
- VPCConnectionId: string | undefined;
8067
- }
8082
+ export declare const DataSourceCredentialsFilterSensitiveLog: (obj: DataSourceCredentials) => any;
8068
8083
  /**
8069
8084
  * @internal
8070
8085
  */
@@ -1,8 +1,25 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
3
- import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
4
- import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityType, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, Role, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
3
+ import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
4
+ import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityType, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, Role, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeVPCConnectionRequest {
10
+ /**
11
+ * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
12
+ * you want described.</p>
13
+ * @public
14
+ */
15
+ AwsAccountId: string | undefined;
16
+ /**
17
+ * <p>The ID of the VPC connection that
18
+ * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.</p>
19
+ * @public
20
+ */
21
+ VPCConnectionId: string | undefined;
22
+ }
6
23
  /**
7
24
  * @public
8
25
  * @enum
@@ -1487,6 +1504,56 @@ export interface ListFoldersResponse {
1487
1504
  */
1488
1505
  RequestId?: string;
1489
1506
  }
1507
+ /**
1508
+ * @public
1509
+ */
1510
+ export interface ListFoldersForResourceRequest {
1511
+ /**
1512
+ * <p>The ID for the Amazon Web Services account that contains the resource.</p>
1513
+ * @public
1514
+ */
1515
+ AwsAccountId: string | undefined;
1516
+ /**
1517
+ * <p>The Amazon Resource Name (ARN) the resource whose folders you need to list.</p>
1518
+ * @public
1519
+ */
1520
+ ResourceArn: string | undefined;
1521
+ /**
1522
+ * <p>The token for the next set of results, or null if there are no more results.</p>
1523
+ * @public
1524
+ */
1525
+ NextToken?: string;
1526
+ /**
1527
+ * <p>The maximum number of results to be returned per request.</p>
1528
+ * @public
1529
+ */
1530
+ MaxResults?: number;
1531
+ }
1532
+ /**
1533
+ * @public
1534
+ */
1535
+ export interface ListFoldersForResourceResponse {
1536
+ /**
1537
+ * <p>The HTTP status of the request.</p>
1538
+ * @public
1539
+ */
1540
+ Status?: number;
1541
+ /**
1542
+ * <p>A list that contains the Amazon Resource Names (ARNs) of all folders that the resource is a member of.</p>
1543
+ * @public
1544
+ */
1545
+ Folders?: string[];
1546
+ /**
1547
+ * <p>The token for the next set of results, or null if there are no more results.</p>
1548
+ * @public
1549
+ */
1550
+ NextToken?: string;
1551
+ /**
1552
+ * <p>The Amazon Web Services request ID for this operation.</p>
1553
+ * @public
1554
+ */
1555
+ RequestId?: string;
1556
+ }
1490
1557
  /**
1491
1558
  * @public
1492
1559
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListFoldersForResource: (config: QuickSightPaginationConfiguration, input: ListFoldersForResourceCommandInput, ...rest: any[]) => Paginator<ListFoldersForResourceCommandOutput>;
@@ -9,6 +9,7 @@ export * from "./ListDashboardsPaginator";
9
9
  export * from "./ListDataSetsPaginator";
10
10
  export * from "./ListDataSourcesPaginator";
11
11
  export * from "./ListFolderMembersPaginator";
12
+ export * from "./ListFoldersForResourcePaginator";
12
13
  export * from "./ListFoldersPaginator";
13
14
  export * from "./ListGroupMembershipsPaginator";
14
15
  export * from "./ListGroupsPaginator";
@@ -107,6 +107,7 @@ import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands
107
107
  import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
108
108
  import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "../commands/ListFolderMembersCommand";
109
109
  import { ListFoldersCommandInput, ListFoldersCommandOutput } from "../commands/ListFoldersCommand";
110
+ import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
110
111
  import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "../commands/ListGroupMembershipsCommand";
111
112
  import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
112
113
  import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "../commands/ListIAMPolicyAssignmentsCommand";
@@ -605,6 +606,10 @@ export declare const se_ListFolderMembersCommand: (input: ListFolderMembersComma
605
606
  * serializeAws_restJson1ListFoldersCommand
606
607
  */
607
608
  export declare const se_ListFoldersCommand: (input: ListFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
609
+ /**
610
+ * serializeAws_restJson1ListFoldersForResourceCommand
611
+ */
612
+ export declare const se_ListFoldersForResourceCommand: (input: ListFoldersForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
608
613
  /**
609
614
  * serializeAws_restJson1ListGroupMembershipsCommand
610
615
  */
@@ -1313,6 +1318,10 @@ export declare const de_ListFolderMembersCommand: (output: __HttpResponse, conte
1313
1318
  * deserializeAws_restJson1ListFoldersCommand
1314
1319
  */
1315
1320
  export declare const de_ListFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersCommandOutput>;
1321
+ /**
1322
+ * deserializeAws_restJson1ListFoldersForResourceCommand
1323
+ */
1324
+ export declare const de_ListFoldersForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersForResourceCommandOutput>;
1316
1325
  /**
1317
1326
  * deserializeAws_restJson1ListGroupMembershipsCommand
1318
1327
  */
@@ -427,6 +427,10 @@ import {
427
427
  ListFoldersCommandInput,
428
428
  ListFoldersCommandOutput,
429
429
  } from "./commands/ListFoldersCommand";
430
+ import {
431
+ ListFoldersForResourceCommandInput,
432
+ ListFoldersForResourceCommandOutput,
433
+ } from "./commands/ListFoldersForResourceCommand";
430
434
  import {
431
435
  ListGroupMembershipsCommandInput,
432
436
  ListGroupMembershipsCommandOutput,
@@ -2118,6 +2122,19 @@ export interface QuickSight {
2118
2122
  options: __HttpHandlerOptions,
2119
2123
  cb: (err: any, data?: ListFoldersCommandOutput) => void
2120
2124
  ): void;
2125
+ listFoldersForResource(
2126
+ args: ListFoldersForResourceCommandInput,
2127
+ options?: __HttpHandlerOptions
2128
+ ): Promise<ListFoldersForResourceCommandOutput>;
2129
+ listFoldersForResource(
2130
+ args: ListFoldersForResourceCommandInput,
2131
+ cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void
2132
+ ): void;
2133
+ listFoldersForResource(
2134
+ args: ListFoldersForResourceCommandInput,
2135
+ options: __HttpHandlerOptions,
2136
+ cb: (err: any, data?: ListFoldersForResourceCommandOutput) => void
2137
+ ): void;
2121
2138
  listGroupMemberships(
2122
2139
  args: ListGroupMembershipsCommandInput,
2123
2140
  options?: __HttpHandlerOptions
@@ -473,6 +473,10 @@ import {
473
473
  ListFoldersCommandInput,
474
474
  ListFoldersCommandOutput,
475
475
  } from "./commands/ListFoldersCommand";
476
+ import {
477
+ ListFoldersForResourceCommandInput,
478
+ ListFoldersForResourceCommandOutput,
479
+ } from "./commands/ListFoldersForResourceCommand";
476
480
  import {
477
481
  ListGroupMembershipsCommandInput,
478
482
  ListGroupMembershipsCommandOutput,
@@ -868,6 +872,7 @@ export type ServiceInputTypes =
868
872
  | ListDataSourcesCommandInput
869
873
  | ListFolderMembersCommandInput
870
874
  | ListFoldersCommandInput
875
+ | ListFoldersForResourceCommandInput
871
876
  | ListGroupMembershipsCommandInput
872
877
  | ListGroupsCommandInput
873
878
  | ListIAMPolicyAssignmentsCommandInput
@@ -1046,6 +1051,7 @@ export type ServiceOutputTypes =
1046
1051
  | ListDataSourcesCommandOutput
1047
1052
  | ListFolderMembersCommandOutput
1048
1053
  | ListFoldersCommandOutput
1054
+ | ListFoldersForResourceCommandOutput
1049
1055
  | ListGroupMembershipsCommandOutput
1050
1056
  | ListGroupsCommandOutput
1051
1057
  | ListIAMPolicyAssignmentsCommandOutput
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeVPCConnectionRequest } from "../models/models_3";
4
- import { DescribeVPCConnectionResponse } from "../models/models_4";
3
+ import {
4
+ DescribeVPCConnectionRequest,
5
+ DescribeVPCConnectionResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListFoldersForResourceRequest,
5
+ ListFoldersForResourceResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListFoldersForResourceCommandInput
15
+ extends ListFoldersForResourceRequest {}
16
+ export interface ListFoldersForResourceCommandOutput
17
+ extends ListFoldersForResourceResponse,
18
+ __MetadataBearer {}
19
+ declare const ListFoldersForResourceCommand_base: {
20
+ new (
21
+ input: ListFoldersForResourceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListFoldersForResourceCommandInput,
24
+ ListFoldersForResourceCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListFoldersForResourceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListFoldersForResourceCommandInput,
33
+ ListFoldersForResourceCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListFoldersForResourceCommand extends ListFoldersForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFoldersForResourceRequest;
44
+ output: ListFoldersForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFoldersForResourceCommandInput;
48
+ output: ListFoldersForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -105,6 +105,7 @@ export * from "./ListDataSetsCommand";
105
105
  export * from "./ListDataSourcesCommand";
106
106
  export * from "./ListFolderMembersCommand";
107
107
  export * from "./ListFoldersCommand";
108
+ export * from "./ListFoldersForResourceCommand";
108
109
  export * from "./ListGroupMembershipsCommand";
109
110
  export * from "./ListGroupsCommand";
110
111
  export * from "./ListIAMPolicyAssignmentsCommand";
@@ -488,6 +488,11 @@ export interface CategoryFilterConfiguration {
488
488
  CustomFilterListConfiguration?: CustomFilterListConfiguration;
489
489
  CustomFilterConfiguration?: CustomFilterConfiguration;
490
490
  }
491
+ export declare const CommitMode: {
492
+ readonly AUTO: "AUTO";
493
+ readonly MANUAL: "MANUAL";
494
+ };
495
+ export type CommitMode = (typeof CommitMode)[keyof typeof CommitMode];
491
496
  export interface SheetControlInfoIconLabelOptions {
492
497
  Visibility?: Visibility;
493
498
  InfoIconText?: string;
@@ -552,6 +557,7 @@ export type SheetControlDateTimePickerType =
552
557
  export interface DefaultDateTimePickerControlOptions {
553
558
  Type?: SheetControlDateTimePickerType;
554
559
  DisplayOptions?: DateTimePickerControlDisplayOptions;
560
+ CommitMode?: CommitMode;
555
561
  }
556
562
  export interface ListControlSelectAllOptions {
557
563
  Visibility?: Visibility;
@@ -574,6 +580,7 @@ export interface DefaultFilterDropDownControlOptions {
574
580
  DisplayOptions?: DropDownControlDisplayOptions;
575
581
  Type?: SheetControlListType;
576
582
  SelectableValues?: FilterSelectableValues;
583
+ CommitMode?: CommitMode;
577
584
  }
578
585
  export interface ListControlSearchOptions {
579
586
  Visibility?: Visibility;
@@ -596,6 +603,7 @@ export interface RelativeDateTimeControlDisplayOptions {
596
603
  }
597
604
  export interface DefaultRelativeDateTimeControlOptions {
598
605
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
606
+ CommitMode?: CommitMode;
599
607
  }
600
608
  export interface SliderControlDisplayOptions {
601
609
  TitleOptions?: LabelOptions;
@@ -948,6 +956,7 @@ export interface FilterDateTimePickerControl {
948
956
  SourceFilterId: string | undefined;
949
957
  DisplayOptions?: DateTimePickerControlDisplayOptions;
950
958
  Type?: SheetControlDateTimePickerType;
959
+ CommitMode?: CommitMode;
951
960
  }
952
961
  export interface FilterDropDownControl {
953
962
  FilterControlId: string | undefined;
@@ -957,6 +966,7 @@ export interface FilterDropDownControl {
957
966
  Type?: SheetControlListType;
958
967
  SelectableValues?: FilterSelectableValues;
959
968
  CascadingControlConfiguration?: CascadingControlConfiguration;
969
+ CommitMode?: CommitMode;
960
970
  }
961
971
  export interface FilterListControl {
962
972
  FilterControlId: string | undefined;
@@ -972,6 +982,7 @@ export interface FilterRelativeDateTimeControl {
972
982
  Title: string | undefined;
973
983
  SourceFilterId: string | undefined;
974
984
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
985
+ CommitMode?: CommitMode;
975
986
  }
976
987
  export interface FilterSliderControl {
977
988
  FilterControlId: string | undefined;
@@ -1158,6 +1169,7 @@ export interface ParameterDropDownControl {
1158
1169
  Type?: SheetControlListType;
1159
1170
  SelectableValues?: ParameterSelectableValues;
1160
1171
  CascadingControlConfiguration?: CascadingControlConfiguration;
1172
+ CommitMode?: CommitMode;
1161
1173
  }
1162
1174
  export interface ParameterListControl {
1163
1175
  ParameterControlId: string | undefined;
@@ -1664,12 +1676,6 @@ export interface SmallMultiplesOptions {
1664
1676
  XAxis?: SmallMultiplesAxisProperties;
1665
1677
  YAxis?: SmallMultiplesAxisProperties;
1666
1678
  }
1667
- export declare const OtherCategories: {
1668
- readonly EXCLUDE: "EXCLUDE";
1669
- readonly INCLUDE: "INCLUDE";
1670
- };
1671
- export type OtherCategories =
1672
- (typeof OtherCategories)[keyof typeof OtherCategories];
1673
1679
  export declare const CalculatedFieldFilterSensitiveLog: (
1674
1680
  obj: CalculatedField
1675
1681
  ) => any;
@@ -18,7 +18,6 @@ import {
18
18
  LegendOptions,
19
19
  MeasureField,
20
20
  NumberDisplayFormatConfiguration,
21
- OtherCategories,
22
21
  PercentageDisplayFormatConfiguration,
23
22
  ReferenceLine,
24
23
  SmallMultiplesOptions,
@@ -30,6 +29,12 @@ import {
30
29
  VisualInteractionOptions,
31
30
  WidgetStatus,
32
31
  } from "./models_0";
32
+ export declare const OtherCategories: {
33
+ readonly EXCLUDE: "EXCLUDE";
34
+ readonly INCLUDE: "INCLUDE";
35
+ };
36
+ export type OtherCategories =
37
+ (typeof OtherCategories)[keyof typeof OtherCategories];
33
38
  export interface ItemsLimitConfiguration {
34
39
  ItemsLimit?: number;
35
40
  OtherCategories?: OtherCategories;
@@ -1734,18 +1739,6 @@ export interface TreeMapSortConfiguration {
1734
1739
  TreeMapSort?: FieldSortOptions[];
1735
1740
  TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration;
1736
1741
  }
1737
- export interface TreeMapConfiguration {
1738
- FieldWells?: TreeMapFieldWells;
1739
- SortConfiguration?: TreeMapSortConfiguration;
1740
- GroupLabelOptions?: ChartAxisLabelOptions;
1741
- SizeLabelOptions?: ChartAxisLabelOptions;
1742
- ColorLabelOptions?: ChartAxisLabelOptions;
1743
- ColorScale?: ColorScale;
1744
- Legend?: LegendOptions;
1745
- DataLabels?: DataLabelOptions;
1746
- Tooltip?: TooltipOptions;
1747
- Interactions?: VisualInteractionOptions;
1748
- }
1749
1742
  export declare const DataPathValueFilterSensitiveLog: (
1750
1743
  obj: DataPathValue
1751
1744
  ) => any;
@@ -2119,6 +2112,3 @@ export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (
2119
2112
  export declare const TreeMapFieldWellsFilterSensitiveLog: (
2120
2113
  obj: TreeMapFieldWells
2121
2114
  ) => any;
2122
- export declare const TreeMapConfigurationFilterSensitiveLog: (
2123
- obj: TreeMapConfiguration
2124
- ) => any;
@@ -40,6 +40,7 @@ import {
40
40
  import {
41
41
  BarChartVisual,
42
42
  BoxPlotVisual,
43
+ ColorScale,
43
44
  ColumnHierarchy,
44
45
  ComboChartVisual,
45
46
  CustomContentVisual,
@@ -61,12 +62,26 @@ import {
61
62
  SankeyDiagramVisual,
62
63
  ScatterPlotVisual,
63
64
  TableVisual,
64
- TreeMapConfiguration,
65
+ TooltipOptions,
66
+ TreeMapFieldWells,
67
+ TreeMapSortConfiguration,
65
68
  VisualPalette,
66
69
  VisualSubtitleLabelOptions,
67
70
  VisualTitleLabelOptions,
68
71
  } from "./models_1";
69
72
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
73
+ export interface TreeMapConfiguration {
74
+ FieldWells?: TreeMapFieldWells;
75
+ SortConfiguration?: TreeMapSortConfiguration;
76
+ GroupLabelOptions?: ChartAxisLabelOptions;
77
+ SizeLabelOptions?: ChartAxisLabelOptions;
78
+ ColorLabelOptions?: ChartAxisLabelOptions;
79
+ ColorScale?: ColorScale;
80
+ Legend?: LegendOptions;
81
+ DataLabels?: DataLabelOptions;
82
+ Tooltip?: TooltipOptions;
83
+ Interactions?: VisualInteractionOptions;
84
+ }
70
85
  export interface TreeMapVisual {
71
86
  VisualId: string | undefined;
72
87
  Title?: VisualTitleLabelOptions;
@@ -2817,11 +2832,9 @@ export interface CredentialPair {
2817
2832
  Password: string | undefined;
2818
2833
  AlternateDataSourceParameters?: DataSourceParameters[];
2819
2834
  }
2820
- export interface DataSourceCredentials {
2821
- CredentialPair?: CredentialPair;
2822
- CopySourceArn?: string;
2823
- SecretArn?: string;
2824
- }
2835
+ export declare const TreeMapConfigurationFilterSensitiveLog: (
2836
+ obj: TreeMapConfiguration
2837
+ ) => any;
2825
2838
  export declare const TreeMapVisualFilterSensitiveLog: (
2826
2839
  obj: TreeMapVisual
2827
2840
  ) => any;
@@ -2938,6 +2951,3 @@ export declare const RowLevelPermissionTagConfigurationFilterSensitiveLog: (
2938
2951
  export declare const CreateDataSetRequestFilterSensitiveLog: (
2939
2952
  obj: CreateDataSetRequest
2940
2953
  ) => any;
2941
- export declare const DataSourceCredentialsFilterSensitiveLog: (
2942
- obj: DataSourceCredentials
2943
- ) => any;
@@ -52,13 +52,13 @@ import {
52
52
  ColumnSchema,
53
53
  ComparativeOrder,
54
54
  ConstantType,
55
+ CredentialPair,
55
56
  DashboardPublishOptions,
56
57
  DashboardVersionDefinition,
57
58
  DataSetImportMode,
58
59
  DatasetParameter,
59
60
  DataSetReference,
60
61
  DataSetUsageConfiguration,
61
- DataSourceCredentials,
62
62
  DataSourceParameters,
63
63
  DisplayFormat,
64
64
  DisplayFormatOptions,
@@ -81,6 +81,11 @@ import {
81
81
  VpcConnectionProperties,
82
82
  } from "./models_2";
83
83
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
84
+ export interface DataSourceCredentials {
85
+ CredentialPair?: CredentialPair;
86
+ CopySourceArn?: string;
87
+ SecretArn?: string;
88
+ }
84
89
  export declare const DataSourceType: {
85
90
  readonly ADOBE_ANALYTICS: "ADOBE_ANALYTICS";
86
91
  readonly AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH";
@@ -2065,10 +2070,9 @@ export interface DescribeUserResponse {
2065
2070
  RequestId?: string;
2066
2071
  Status?: number;
2067
2072
  }
2068
- export interface DescribeVPCConnectionRequest {
2069
- AwsAccountId: string | undefined;
2070
- VPCConnectionId: string | undefined;
2071
- }
2073
+ export declare const DataSourceCredentialsFilterSensitiveLog: (
2074
+ obj: DataSourceCredentials
2075
+ ) => any;
2072
2076
  export declare const CreateDataSourceRequestFilterSensitiveLog: (
2073
2077
  obj: CreateDataSourceRequest
2074
2078
  ) => any;
@@ -34,7 +34,6 @@ import {
34
34
  DataSetImportMode,
35
35
  DatasetParameter,
36
36
  DataSetUsageConfiguration,
37
- DataSourceCredentials,
38
37
  DataSourceParameters,
39
38
  FieldFolder,
40
39
  FilterOperator,
@@ -62,6 +61,7 @@ import {
62
61
  DataSetSearchFilter,
63
62
  DataSetSummary,
64
63
  DataSource,
64
+ DataSourceCredentials,
65
65
  DataSourceSearchFilter,
66
66
  DataSourceSummary,
67
67
  FolderType,
@@ -90,6 +90,10 @@ import {
90
90
  VPCConnectionResourceStatus,
91
91
  } from "./models_3";
92
92
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
93
+ export interface DescribeVPCConnectionRequest {
94
+ AwsAccountId: string | undefined;
95
+ VPCConnectionId: string | undefined;
96
+ }
93
97
  export declare const NetworkInterfaceStatus: {
94
98
  readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
95
99
  readonly AVAILABLE: "AVAILABLE";
@@ -457,6 +461,18 @@ export interface ListFoldersResponse {
457
461
  NextToken?: string;
458
462
  RequestId?: string;
459
463
  }
464
+ export interface ListFoldersForResourceRequest {
465
+ AwsAccountId: string | undefined;
466
+ ResourceArn: string | undefined;
467
+ NextToken?: string;
468
+ MaxResults?: number;
469
+ }
470
+ export interface ListFoldersForResourceResponse {
471
+ Status?: number;
472
+ Folders?: string[];
473
+ NextToken?: string;
474
+ RequestId?: string;
475
+ }
460
476
  export interface ListGroupMembershipsRequest {
461
477
  GroupName: string | undefined;
462
478
  NextToken?: string;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListFoldersForResourceCommandInput,
4
+ ListFoldersForResourceCommandOutput,
5
+ } from "../commands/ListFoldersForResourceCommand";
6
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListFoldersForResource: (
8
+ config: QuickSightPaginationConfiguration,
9
+ input: ListFoldersForResourceCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListFoldersForResourceCommandOutput>;
@@ -9,6 +9,7 @@ export * from "./ListDashboardsPaginator";
9
9
  export * from "./ListDataSetsPaginator";
10
10
  export * from "./ListDataSourcesPaginator";
11
11
  export * from "./ListFolderMembersPaginator";
12
+ export * from "./ListFoldersForResourcePaginator";
12
13
  export * from "./ListFoldersPaginator";
13
14
  export * from "./ListGroupMembershipsPaginator";
14
15
  export * from "./ListGroupsPaginator";
@@ -431,6 +431,10 @@ import {
431
431
  ListFoldersCommandInput,
432
432
  ListFoldersCommandOutput,
433
433
  } from "../commands/ListFoldersCommand";
434
+ import {
435
+ ListFoldersForResourceCommandInput,
436
+ ListFoldersForResourceCommandOutput,
437
+ } from "../commands/ListFoldersForResourceCommand";
434
438
  import {
435
439
  ListGroupMembershipsCommandInput,
436
440
  ListGroupMembershipsCommandOutput,
@@ -1139,6 +1143,10 @@ export declare const se_ListFoldersCommand: (
1139
1143
  input: ListFoldersCommandInput,
1140
1144
  context: __SerdeContext
1141
1145
  ) => Promise<__HttpRequest>;
1146
+ export declare const se_ListFoldersForResourceCommand: (
1147
+ input: ListFoldersForResourceCommandInput,
1148
+ context: __SerdeContext
1149
+ ) => Promise<__HttpRequest>;
1142
1150
  export declare const se_ListGroupMembershipsCommand: (
1143
1151
  input: ListGroupMembershipsCommandInput,
1144
1152
  context: __SerdeContext
@@ -1847,6 +1855,10 @@ export declare const de_ListFoldersCommand: (
1847
1855
  output: __HttpResponse,
1848
1856
  context: __SerdeContext
1849
1857
  ) => Promise<ListFoldersCommandOutput>;
1858
+ export declare const de_ListFoldersForResourceCommand: (
1859
+ output: __HttpResponse,
1860
+ context: __SerdeContext
1861
+ ) => Promise<ListFoldersForResourceCommandOutput>;
1850
1862
  export declare const de_ListGroupMembershipsCommand: (
1851
1863
  output: __HttpResponse,
1852
1864
  context: __SerdeContext