@aws-sdk/client-quicksight 3.370.0 → 3.377.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 (139) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/QuickSight.js +6 -0
  3. package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
  4. package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
  5. package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
  6. package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
  7. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  8. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +6 -12
  11. package/dist-cjs/models/models_1.js +35 -26
  12. package/dist-cjs/models/models_2.js +25 -3
  13. package/dist-cjs/models/models_3.js +39 -24
  14. package/dist-cjs/models/models_4.js +26 -1
  15. package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
  17. package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
  18. package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
  19. package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
  21. package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +7 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +326 -6
  24. package/dist-es/QuickSight.js +6 -0
  25. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
  26. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
  27. package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
  28. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  29. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  30. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  31. package/dist-es/commands/index.js +3 -0
  32. package/dist-es/models/models_0.js +3 -7
  33. package/dist-es/models/models_1.js +26 -22
  34. package/dist-es/models/models_2.js +22 -0
  35. package/dist-es/models/models_3.js +30 -19
  36. package/dist-es/models/models_4.js +22 -0
  37. package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
  38. package/dist-es/pagination/ListGroupsPaginator.js +25 -0
  39. package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
  40. package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
  41. package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
  42. package/dist-es/pagination/ListUsersPaginator.js +25 -0
  43. package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
  44. package/dist-es/pagination/index.js +7 -0
  45. package/dist-es/protocols/Aws_restJson1.js +314 -0
  46. package/dist-types/QuickSight.d.ts +21 -0
  47. package/dist-types/QuickSightClient.d.ts +5 -2
  48. package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
  49. package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
  50. package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
  51. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
  52. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
  60. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
  61. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
  62. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
  63. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
  64. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
  65. package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
  66. package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
  67. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
  81. package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +77 -47
  84. package/dist-types/models/models_1.d.ts +208 -213
  85. package/dist-types/models/models_2.d.ts +219 -220
  86. package/dist-types/models/models_3.d.ts +602 -805
  87. package/dist-types/models/models_4.d.ts +770 -2
  88. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
  94. package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +7 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  97. package/dist-types/ts3.4/QuickSight.d.ts +57 -0
  98. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  99. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
  123. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  125. package/dist-types/ts3.4/models/models_0.d.ts +21 -17
  126. package/dist-types/ts3.4/models/models_1.d.ts +71 -81
  127. package/dist-types/ts3.4/models/models_2.d.ts +85 -67
  128. package/dist-types/ts3.4/models/models_3.d.ts +176 -222
  129. package/dist-types/ts3.4/models/models_4.d.ts +222 -1
  130. package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
  134. package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
  135. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
  136. package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  138. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  139. package/package.json +2 -2
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  UpdateTemplateRequest,
11
11
  UpdateTemplateResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -54,6 +54,8 @@ export * from "./DescribeAssetBundleImportJobCommand";
54
54
  export * from "./DescribeDashboardCommand";
55
55
  export * from "./DescribeDashboardDefinitionCommand";
56
56
  export * from "./DescribeDashboardPermissionsCommand";
57
+ export * from "./DescribeDashboardSnapshotJobCommand";
58
+ export * from "./DescribeDashboardSnapshotJobResultCommand";
57
59
  export * from "./DescribeDataSetCommand";
58
60
  export * from "./DescribeDataSetPermissionsCommand";
59
61
  export * from "./DescribeDataSetRefreshPropertiesCommand";
@@ -125,6 +127,7 @@ export * from "./SearchFoldersCommand";
125
127
  export * from "./SearchGroupsCommand";
126
128
  export * from "./StartAssetBundleExportJobCommand";
127
129
  export * from "./StartAssetBundleImportJobCommand";
130
+ export * from "./StartDashboardSnapshotJobCommand";
128
131
  export * from "./TagResourceCommand";
129
132
  export * from "./UntagResourceCommand";
130
133
  export * from "./UpdateAccountCustomizationCommand";
@@ -47,6 +47,15 @@ export type DashboardBehavior =
47
47
  export interface AdHocFilteringOption {
48
48
  AvailabilityStatus?: DashboardBehavior | string;
49
49
  }
50
+ export declare const SimpleAttributeAggregationFunction: {
51
+ readonly UNIQUE_VALUE: "UNIQUE_VALUE";
52
+ };
53
+ export type SimpleAttributeAggregationFunction =
54
+ (typeof SimpleAttributeAggregationFunction)[keyof typeof SimpleAttributeAggregationFunction];
55
+ export interface AttributeAggregationFunction {
56
+ SimpleAttributeAggregation?: SimpleAttributeAggregationFunction | string;
57
+ ValueForMultipleValues?: string;
58
+ }
50
59
  export declare const CategoricalAggregationFunction: {
51
60
  readonly COUNT: "COUNT";
52
61
  readonly DISTINCT_COUNT: "DISTINCT_COUNT";
@@ -87,6 +96,7 @@ export interface AggregationFunction {
87
96
  NumericalAggregationFunction?: NumericalAggregationFunction;
88
97
  CategoricalAggregationFunction?: CategoricalAggregationFunction | string;
89
98
  DateAggregationFunction?: DateAggregationFunction | string;
99
+ AttributeAggregationFunction?: AttributeAggregationFunction;
90
100
  }
91
101
  export interface ColumnIdentifier {
92
102
  DataSetIdentifier: string | undefined;
@@ -666,6 +676,10 @@ export interface ParameterDeclaration {
666
676
  IntegerParameterDeclaration?: IntegerParameterDeclaration;
667
677
  DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
668
678
  }
679
+ export interface SheetControlInfoIconLabelOptions {
680
+ Visibility?: Visibility | string;
681
+ InfoIconText?: string;
682
+ }
669
683
  export declare const FontDecoration: {
670
684
  readonly NONE: "NONE";
671
685
  readonly UNDERLINE: "UNDERLINE";
@@ -713,6 +727,7 @@ export interface LabelOptions {
713
727
  export interface DateTimePickerControlDisplayOptions {
714
728
  TitleOptions?: LabelOptions;
715
729
  DateTimeFormat?: string;
730
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
716
731
  }
717
732
  export declare const SheetControlDateTimePickerType: {
718
733
  readonly DATE_RANGE: "DATE_RANGE";
@@ -740,6 +755,7 @@ export interface ListControlSelectAllOptions {
740
755
  export interface DropDownControlDisplayOptions {
741
756
  SelectAllOptions?: ListControlSelectAllOptions;
742
757
  TitleOptions?: LabelOptions;
758
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
743
759
  }
744
760
  export interface FilterSelectableValues {
745
761
  Values?: string[];
@@ -766,6 +782,7 @@ export interface ListControlDisplayOptions {
766
782
  SearchOptions?: ListControlSearchOptions;
767
783
  SelectAllOptions?: ListControlSelectAllOptions;
768
784
  TitleOptions?: LabelOptions;
785
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
769
786
  }
770
787
  export interface FilterListControl {
771
788
  FilterControlId: string | undefined;
@@ -779,6 +796,7 @@ export interface FilterListControl {
779
796
  export interface RelativeDateTimeControlDisplayOptions {
780
797
  TitleOptions?: LabelOptions;
781
798
  DateTimeFormat?: string;
799
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
782
800
  }
783
801
  export interface FilterRelativeDateTimeControl {
784
802
  FilterControlId: string | undefined;
@@ -788,6 +806,7 @@ export interface FilterRelativeDateTimeControl {
788
806
  }
789
807
  export interface SliderControlDisplayOptions {
790
808
  TitleOptions?: LabelOptions;
809
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
791
810
  }
792
811
  export declare const SheetControlSliderType: {
793
812
  readonly RANGE: "RANGE";
@@ -811,6 +830,7 @@ export interface TextControlPlaceholderOptions {
811
830
  export interface TextAreaControlDisplayOptions {
812
831
  TitleOptions?: LabelOptions;
813
832
  PlaceholderOptions?: TextControlPlaceholderOptions;
833
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
814
834
  }
815
835
  export interface FilterTextAreaControl {
816
836
  FilterControlId: string | undefined;
@@ -822,6 +842,7 @@ export interface FilterTextAreaControl {
822
842
  export interface TextFieldControlDisplayOptions {
823
843
  TitleOptions?: LabelOptions;
824
844
  PlaceholderOptions?: TextControlPlaceholderOptions;
845
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
825
846
  }
826
847
  export interface FilterTextFieldControl {
827
848
  FilterControlId: string | undefined;
@@ -1626,17 +1647,6 @@ export interface BoxPlotOptions {
1626
1647
  OutlierVisibility?: Visibility | string;
1627
1648
  AllDataPointsVisibility?: Visibility | string;
1628
1649
  }
1629
- export interface BoxPlotAggregatedFieldWells {
1630
- GroupBy?: DimensionField[];
1631
- Values?: MeasureField[];
1632
- }
1633
- export interface BoxPlotFieldWells {
1634
- BoxPlotAggregatedFieldWells?: BoxPlotAggregatedFieldWells;
1635
- }
1636
- export interface PaginationConfiguration {
1637
- PageSize: number | undefined;
1638
- PageNumber: number | undefined;
1639
- }
1640
1650
  export declare const CalculatedFieldFilterSensitiveLog: (
1641
1651
  obj: CalculatedField
1642
1652
  ) => any;
@@ -1846,9 +1856,3 @@ export declare const BarChartConfigurationFilterSensitiveLog: (
1846
1856
  export declare const BarChartVisualFilterSensitiveLog: (
1847
1857
  obj: BarChartVisual
1848
1858
  ) => any;
1849
- export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
1850
- obj: BoxPlotAggregatedFieldWells
1851
- ) => any;
1852
- export declare const BoxPlotFieldWellsFilterSensitiveLog: (
1853
- obj: BoxPlotFieldWells
1854
- ) => any;
@@ -4,7 +4,6 @@ import {
4
4
  AxisDisplayOptions,
5
5
  BarChartVisual,
6
6
  BarsArrangement,
7
- BoxPlotFieldWells,
8
7
  BoxPlotOptions,
9
8
  CalculatedField,
10
9
  ChartAxisLabelOptions,
@@ -30,7 +29,6 @@ import {
30
29
  LegendOptions,
31
30
  MeasureField,
32
31
  NumberDisplayFormatConfiguration,
33
- PaginationConfiguration,
34
32
  ParameterControl,
35
33
  ParameterDeclaration,
36
34
  PercentageDisplayFormatConfiguration,
@@ -51,6 +49,17 @@ import {
51
49
  VisualTitleLabelOptions,
52
50
  WidgetStatus,
53
51
  } from "./models_0";
52
+ export interface BoxPlotAggregatedFieldWells {
53
+ GroupBy?: DimensionField[];
54
+ Values?: MeasureField[];
55
+ }
56
+ export interface BoxPlotFieldWells {
57
+ BoxPlotAggregatedFieldWells?: BoxPlotAggregatedFieldWells;
58
+ }
59
+ export interface PaginationConfiguration {
60
+ PageSize: number | undefined;
61
+ PageNumber: number | undefined;
62
+ }
54
63
  export interface BoxPlotSortConfiguration {
55
64
  CategorySort?: FieldSortOptions[];
56
65
  PaginationConfiguration?: PaginationConfiguration;
@@ -1661,6 +1670,51 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
1661
1670
  DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
1662
1671
  QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
1663
1672
  }
1673
+ export declare const SnapshotFileFormatType: {
1674
+ readonly CSV: "CSV";
1675
+ readonly PDF: "PDF";
1676
+ };
1677
+ export type SnapshotFileFormatType =
1678
+ (typeof SnapshotFileFormatType)[keyof typeof SnapshotFileFormatType];
1679
+ export declare const SnapshotFileSheetSelectionScope: {
1680
+ readonly ALL_VISUALS: "ALL_VISUALS";
1681
+ readonly SELECTED_VISUALS: "SELECTED_VISUALS";
1682
+ };
1683
+ export type SnapshotFileSheetSelectionScope =
1684
+ (typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
1685
+ export interface SnapshotFileSheetSelection {
1686
+ SheetId: string | undefined;
1687
+ SelectionScope: SnapshotFileSheetSelectionScope | string | undefined;
1688
+ VisualIds?: string[];
1689
+ }
1690
+ export interface SnapshotFile {
1691
+ SheetSelections: SnapshotFileSheetSelection[] | undefined;
1692
+ FormatType: SnapshotFileFormatType | string | undefined;
1693
+ }
1694
+ export interface SnapshotJobResultErrorInfo {
1695
+ ErrorMessage?: string;
1696
+ ErrorType?: string;
1697
+ }
1698
+ export interface S3BucketConfiguration {
1699
+ BucketName: string | undefined;
1700
+ BucketPrefix: string | undefined;
1701
+ BucketRegion: string | undefined;
1702
+ }
1703
+ export interface SnapshotS3DestinationConfiguration {
1704
+ BucketConfiguration?: S3BucketConfiguration;
1705
+ }
1706
+ export interface SnapshotJobS3Result {
1707
+ S3DestinationConfiguration?: SnapshotS3DestinationConfiguration;
1708
+ S3Uri?: string;
1709
+ ErrorInfo?: SnapshotJobResultErrorInfo[];
1710
+ }
1711
+ export interface SnapshotJobResultFileGroup {
1712
+ Files?: SnapshotFile[];
1713
+ S3Results?: SnapshotJobS3Result[];
1714
+ }
1715
+ export interface AnonymousUserSnapshotJobResult {
1716
+ FileGroups?: SnapshotJobResultFileGroup[];
1717
+ }
1664
1718
  export declare const AssetBundleExportJobAnalysisPropertyToOverride: {
1665
1719
  readonly NAME: "Name";
1666
1720
  };
@@ -1735,85 +1789,12 @@ export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
1735
1789
  export interface AssetBundleExportJobResourceIdOverrideConfiguration {
1736
1790
  PrefixForAllResources?: boolean;
1737
1791
  }
1738
- export declare const AssetBundleExportJobThemePropertyToOverride: {
1739
- readonly NAME: "Name";
1740
- };
1741
- export type AssetBundleExportJobThemePropertyToOverride =
1742
- (typeof AssetBundleExportJobThemePropertyToOverride)[keyof typeof AssetBundleExportJobThemePropertyToOverride];
1743
- export interface AssetBundleExportJobThemeOverrideProperties {
1744
- Arn?: string;
1745
- Properties:
1746
- | (AssetBundleExportJobThemePropertyToOverride | string)[]
1747
- | undefined;
1748
- }
1749
- export declare const AssetBundleExportJobVPCConnectionPropertyToOverride: {
1750
- readonly DNS_RESOLVERS: "DnsResolvers";
1751
- readonly NAME: "Name";
1752
- readonly ROLE_ARN: "RoleArn";
1753
- };
1754
- export type AssetBundleExportJobVPCConnectionPropertyToOverride =
1755
- (typeof AssetBundleExportJobVPCConnectionPropertyToOverride)[keyof typeof AssetBundleExportJobVPCConnectionPropertyToOverride];
1756
- export interface AssetBundleExportJobVPCConnectionOverrideProperties {
1757
- Arn?: string;
1758
- Properties:
1759
- | (AssetBundleExportJobVPCConnectionPropertyToOverride | string)[]
1760
- | undefined;
1761
- }
1762
- export interface AssetBundleCloudFormationOverridePropertyConfiguration {
1763
- ResourceIdOverrideConfiguration?: AssetBundleExportJobResourceIdOverrideConfiguration;
1764
- VPCConnections?: AssetBundleExportJobVPCConnectionOverrideProperties[];
1765
- RefreshSchedules?: AssetBundleExportJobRefreshScheduleOverrideProperties[];
1766
- DataSources?: AssetBundleExportJobDataSourceOverrideProperties[];
1767
- DataSets?: AssetBundleExportJobDataSetOverrideProperties[];
1768
- Themes?: AssetBundleExportJobThemeOverrideProperties[];
1769
- Analyses?: AssetBundleExportJobAnalysisOverrideProperties[];
1770
- Dashboards?: AssetBundleExportJobDashboardOverrideProperties[];
1771
- }
1772
- export declare const AssetBundleExportFormat: {
1773
- readonly CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON";
1774
- readonly QUICKSIGHT_JSON: "QUICKSIGHT_JSON";
1775
- };
1776
- export type AssetBundleExportFormat =
1777
- (typeof AssetBundleExportFormat)[keyof typeof AssetBundleExportFormat];
1778
- export interface AssetBundleExportJobError {
1779
- Arn?: string;
1780
- Type?: string;
1781
- Message?: string;
1782
- }
1783
- export declare const AssetBundleExportJobStatus: {
1784
- readonly FAILED: "FAILED";
1785
- readonly IN_PROGRESS: "IN_PROGRESS";
1786
- readonly QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION";
1787
- readonly SUCCESSFUL: "SUCCESSFUL";
1788
- };
1789
- export type AssetBundleExportJobStatus =
1790
- (typeof AssetBundleExportJobStatus)[keyof typeof AssetBundleExportJobStatus];
1791
- export interface AssetBundleExportJobSummary {
1792
- JobStatus?: AssetBundleExportJobStatus | string;
1793
- Arn?: string;
1794
- CreatedTime?: Date;
1795
- AssetBundleExportJobId?: string;
1796
- IncludeAllDependencies?: boolean;
1797
- ExportFormat?: AssetBundleExportFormat | string;
1798
- }
1799
- export declare const AssetBundleImportFailureAction: {
1800
- readonly DO_NOTHING: "DO_NOTHING";
1801
- readonly ROLLBACK: "ROLLBACK";
1802
- };
1803
- export type AssetBundleImportFailureAction =
1804
- (typeof AssetBundleImportFailureAction)[keyof typeof AssetBundleImportFailureAction];
1805
- export interface AssetBundleImportJobAnalysisOverrideParameters {
1806
- AnalysisId: string | undefined;
1807
- Name?: string;
1808
- }
1809
- export interface AssetBundleImportJobDashboardOverrideParameters {
1810
- DashboardId: string | undefined;
1811
- Name?: string;
1812
- }
1813
- export interface AssetBundleImportJobDataSetOverrideParameters {
1814
- DataSetId: string | undefined;
1815
- Name?: string;
1816
- }
1792
+ export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
1793
+ obj: BoxPlotAggregatedFieldWells
1794
+ ) => any;
1795
+ export declare const BoxPlotFieldWellsFilterSensitiveLog: (
1796
+ obj: BoxPlotFieldWells
1797
+ ) => any;
1817
1798
  export declare const BoxPlotChartConfigurationFilterSensitiveLog: (
1818
1799
  obj: BoxPlotChartConfiguration
1819
1800
  ) => any;
@@ -2197,3 +2178,12 @@ export declare const SheetDefinitionFilterSensitiveLog: (
2197
2178
  export declare const AnalysisDefinitionFilterSensitiveLog: (
2198
2179
  obj: AnalysisDefinition
2199
2180
  ) => any;
2181
+ export declare const SnapshotJobS3ResultFilterSensitiveLog: (
2182
+ obj: SnapshotJobS3Result
2183
+ ) => any;
2184
+ export declare const SnapshotJobResultFileGroupFilterSensitiveLog: (
2185
+ obj: SnapshotJobResultFileGroup
2186
+ ) => any;
2187
+ export declare const AnonymousUserSnapshotJobResultFilterSensitiveLog: (
2188
+ obj: AnonymousUserSnapshotJobResult
2189
+ ) => any;
@@ -21,15 +21,96 @@ import {
21
21
  import {
22
22
  AnalysisDefinition,
23
23
  AnalysisSourceEntity,
24
- AssetBundleImportFailureAction,
25
- AssetBundleImportJobAnalysisOverrideParameters,
26
- AssetBundleImportJobDashboardOverrideParameters,
27
- AssetBundleImportJobDataSetOverrideParameters,
24
+ AssetBundleExportJobAnalysisOverrideProperties,
25
+ AssetBundleExportJobDashboardOverrideProperties,
26
+ AssetBundleExportJobDataSetOverrideProperties,
27
+ AssetBundleExportJobDataSourceOverrideProperties,
28
+ AssetBundleExportJobRefreshScheduleOverrideProperties,
29
+ AssetBundleExportJobResourceIdOverrideConfiguration,
28
30
  DataSetReference,
29
31
  FilterOperator,
30
32
  SheetDefinition,
31
33
  } from "./models_1";
32
34
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
35
+ export declare const AssetBundleExportJobThemePropertyToOverride: {
36
+ readonly NAME: "Name";
37
+ };
38
+ export type AssetBundleExportJobThemePropertyToOverride =
39
+ (typeof AssetBundleExportJobThemePropertyToOverride)[keyof typeof AssetBundleExportJobThemePropertyToOverride];
40
+ export interface AssetBundleExportJobThemeOverrideProperties {
41
+ Arn?: string;
42
+ Properties:
43
+ | (AssetBundleExportJobThemePropertyToOverride | string)[]
44
+ | undefined;
45
+ }
46
+ export declare const AssetBundleExportJobVPCConnectionPropertyToOverride: {
47
+ readonly DNS_RESOLVERS: "DnsResolvers";
48
+ readonly NAME: "Name";
49
+ readonly ROLE_ARN: "RoleArn";
50
+ };
51
+ export type AssetBundleExportJobVPCConnectionPropertyToOverride =
52
+ (typeof AssetBundleExportJobVPCConnectionPropertyToOverride)[keyof typeof AssetBundleExportJobVPCConnectionPropertyToOverride];
53
+ export interface AssetBundleExportJobVPCConnectionOverrideProperties {
54
+ Arn?: string;
55
+ Properties:
56
+ | (AssetBundleExportJobVPCConnectionPropertyToOverride | string)[]
57
+ | undefined;
58
+ }
59
+ export interface AssetBundleCloudFormationOverridePropertyConfiguration {
60
+ ResourceIdOverrideConfiguration?: AssetBundleExportJobResourceIdOverrideConfiguration;
61
+ VPCConnections?: AssetBundleExportJobVPCConnectionOverrideProperties[];
62
+ RefreshSchedules?: AssetBundleExportJobRefreshScheduleOverrideProperties[];
63
+ DataSources?: AssetBundleExportJobDataSourceOverrideProperties[];
64
+ DataSets?: AssetBundleExportJobDataSetOverrideProperties[];
65
+ Themes?: AssetBundleExportJobThemeOverrideProperties[];
66
+ Analyses?: AssetBundleExportJobAnalysisOverrideProperties[];
67
+ Dashboards?: AssetBundleExportJobDashboardOverrideProperties[];
68
+ }
69
+ export declare const AssetBundleExportFormat: {
70
+ readonly CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON";
71
+ readonly QUICKSIGHT_JSON: "QUICKSIGHT_JSON";
72
+ };
73
+ export type AssetBundleExportFormat =
74
+ (typeof AssetBundleExportFormat)[keyof typeof AssetBundleExportFormat];
75
+ export interface AssetBundleExportJobError {
76
+ Arn?: string;
77
+ Type?: string;
78
+ Message?: string;
79
+ }
80
+ export declare const AssetBundleExportJobStatus: {
81
+ readonly FAILED: "FAILED";
82
+ readonly IN_PROGRESS: "IN_PROGRESS";
83
+ readonly QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION";
84
+ readonly SUCCESSFUL: "SUCCESSFUL";
85
+ };
86
+ export type AssetBundleExportJobStatus =
87
+ (typeof AssetBundleExportJobStatus)[keyof typeof AssetBundleExportJobStatus];
88
+ export interface AssetBundleExportJobSummary {
89
+ JobStatus?: AssetBundleExportJobStatus | string;
90
+ Arn?: string;
91
+ CreatedTime?: Date;
92
+ AssetBundleExportJobId?: string;
93
+ IncludeAllDependencies?: boolean;
94
+ ExportFormat?: AssetBundleExportFormat | string;
95
+ }
96
+ export declare const AssetBundleImportFailureAction: {
97
+ readonly DO_NOTHING: "DO_NOTHING";
98
+ readonly ROLLBACK: "ROLLBACK";
99
+ };
100
+ export type AssetBundleImportFailureAction =
101
+ (typeof AssetBundleImportFailureAction)[keyof typeof AssetBundleImportFailureAction];
102
+ export interface AssetBundleImportJobAnalysisOverrideParameters {
103
+ AnalysisId: string | undefined;
104
+ Name?: string;
105
+ }
106
+ export interface AssetBundleImportJobDashboardOverrideParameters {
107
+ DashboardId: string | undefined;
108
+ Name?: string;
109
+ }
110
+ export interface AssetBundleImportJobDataSetOverrideParameters {
111
+ DataSetId: string | undefined;
112
+ Name?: string;
113
+ }
33
114
  export interface AssetBundleImportJobDataSourceCredentialPair {
34
115
  Username: string | undefined;
35
116
  Password: string | undefined;
@@ -2705,69 +2786,6 @@ export interface DeleteAccountCustomizationResponse {
2705
2786
  RequestId?: string;
2706
2787
  Status?: number;
2707
2788
  }
2708
- export interface DeleteAccountSubscriptionRequest {
2709
- AwsAccountId: string | undefined;
2710
- }
2711
- export interface DeleteAccountSubscriptionResponse {
2712
- RequestId?: string;
2713
- Status?: number;
2714
- }
2715
- export interface DeleteAnalysisRequest {
2716
- AwsAccountId: string | undefined;
2717
- AnalysisId: string | undefined;
2718
- RecoveryWindowInDays?: number;
2719
- ForceDeleteWithoutRecovery?: boolean;
2720
- }
2721
- export interface DeleteAnalysisResponse {
2722
- Status?: number;
2723
- Arn?: string;
2724
- AnalysisId?: string;
2725
- DeletionTime?: Date;
2726
- RequestId?: string;
2727
- }
2728
- export interface DeleteDashboardRequest {
2729
- AwsAccountId: string | undefined;
2730
- DashboardId: string | undefined;
2731
- VersionNumber?: number;
2732
- }
2733
- export interface DeleteDashboardResponse {
2734
- Status?: number;
2735
- Arn?: string;
2736
- DashboardId?: string;
2737
- RequestId?: string;
2738
- }
2739
- export interface DeleteDataSetRequest {
2740
- AwsAccountId: string | undefined;
2741
- DataSetId: string | undefined;
2742
- }
2743
- export interface DeleteDataSetResponse {
2744
- Arn?: string;
2745
- DataSetId?: string;
2746
- RequestId?: string;
2747
- Status?: number;
2748
- }
2749
- export interface DeleteDataSetRefreshPropertiesRequest {
2750
- AwsAccountId: string | undefined;
2751
- DataSetId: string | undefined;
2752
- }
2753
- export interface DeleteDataSetRefreshPropertiesResponse {
2754
- RequestId?: string;
2755
- Status?: number;
2756
- }
2757
- export interface DeleteDataSourceRequest {
2758
- AwsAccountId: string | undefined;
2759
- DataSourceId: string | undefined;
2760
- }
2761
- export interface DeleteDataSourceResponse {
2762
- Arn?: string;
2763
- DataSourceId?: string;
2764
- RequestId?: string;
2765
- Status?: number;
2766
- }
2767
- export interface DeleteFolderRequest {
2768
- AwsAccountId: string | undefined;
2769
- FolderId: string | undefined;
2770
- }
2771
2789
  export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (
2772
2790
  obj: AssetBundleImportJobDataSourceCredentialPair
2773
2791
  ) => any;