@aws-sdk/client-quicksight 3.1057.0 → 3.1059.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 (170) hide show
  1. package/README.md +161 -7
  2. package/dist-cjs/index.js +364 -5
  3. package/dist-cjs/schemas/schemas_0.js +870 -258
  4. package/dist-es/QuickSight.js +44 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  8. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  9. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  10. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  11. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  12. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  13. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  14. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  15. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  16. package/dist-es/commands/ListAgentsCommand.js +16 -0
  17. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  18. package/dist-es/commands/ListSpacesCommand.js +16 -0
  19. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  20. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  21. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  22. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  23. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  24. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  25. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  26. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  27. package/dist-es/commands/index.js +22 -0
  28. package/dist-es/models/enums.js +49 -5
  29. package/dist-es/schemas/schemas_0.js +832 -222
  30. package/dist-types/QuickSight.d.ts +154 -0
  31. package/dist-types/QuickSightClient.d.ts +24 -2
  32. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  33. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  34. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  35. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  36. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  37. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  38. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  39. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  40. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  43. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  52. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  53. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  54. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  55. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  56. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  57. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  58. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  59. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  60. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  74. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
  88. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  89. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  90. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  91. package/dist-types/commands/index.d.ts +22 -0
  92. package/dist-types/models/enums.d.ts +113 -13
  93. package/dist-types/models/models_0.d.ts +200 -87
  94. package/dist-types/models/models_1.d.ts +88 -66
  95. package/dist-types/models/models_2.d.ts +254 -215
  96. package/dist-types/models/models_3.d.ts +577 -619
  97. package/dist-types/models/models_4.d.ts +3874 -4006
  98. package/dist-types/models/models_5.d.ts +1755 -4
  99. package/dist-types/schemas/schemas_0.d.ts +85 -0
  100. package/dist-types/ts3.4/QuickSight.d.ts +374 -0
  101. package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
  102. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  103. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  104. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  105. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  106. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  107. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  108. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  109. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  111. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  113. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
  121. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  122. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  129. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  130. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  144. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
  158. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  159. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  160. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  161. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +64 -7
  163. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  164. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  165. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  166. package/dist-types/ts3.4/models/models_3.d.ts +134 -151
  167. package/dist-types/ts3.4/models/models_4.d.ts +368 -360
  168. package/dist-types/ts3.4/models/models_5.d.ts +428 -1
  169. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  170. package/package.json +8 -8
@@ -1,6 +1,219 @@
1
- import type { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, AutomationJobStatus, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnTagName, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DatasetParameterValueType, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionErrorType, IngestionRequestSource, IngestionRequestType, IngestionStatus, IngestionType, JoinType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceStatus, NullFilterType, OAuthClientAuthenticationType, PropertyRole, PropertyUsage, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, ServiceType, SharingModel, SnapshotJobStatus, Status, TextQualifier, TextTransform, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
2
- import type { AccountCustomization, AccountInfo, AccountSettings, ActionConnector, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, FontConfiguration, ParameterDeclaration, QueryExecutionOptions, Sheet } from "./models_0";
3
- import type { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobError, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, BorderStyle, BrandDefinition, BrandDetail, Capabilities, CastColumnTypeOperation, CellValueSynonym, CollectiveConstant, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ColumnSemanticProperty, ColumnTag, ComparativeOrder, ControlTitleFontConfiguration, CreateColumnsOperation, DashboardPublishOptions, DashboardVersionDefinition, DataPrepConfiguration, DataSetReference, DataSetRefreshProperties, DataSourceParameters, DateTimeDatasetParameter, DecimalDatasetParameter, DisplayFormatOptions, FilterOperation, InputColumn, IntegerDatasetParameter, LinkSharingConfiguration, ProjectOperation, RenameColumnOperation, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, SslProperties, StaticFile, StringDatasetParameterDefaultValues, Tag, TooltipSheetDefinition, ValidationStrategy, VpcConnectionProperties } from "./models_2";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, AutomationJobStatus, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnTagName, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DatasetParameterValueType, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionStatus, IngestionType, JoinType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceStatus, NullFilterType, OAuthClientAuthenticationType, PropertyRole, PropertyUsage, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, ServiceType, SharingModel, SnapshotJobStatus, Status, TextQualifier, TextTransform, TimeGranularity, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
3
+ import type { AccountCustomization, AccountInfo, AccountSettings, ActionConnector, Agent, AggregateOperation, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, FontConfiguration, ParameterDeclaration, QueryExecutionOptions, Sheet } from "./models_0";
4
+ import type { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AppendOperation, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobError, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, BorderStyle, BrandDefinition, BrandDetail, Capabilities, CastColumnTypeOperation, CastColumnTypesOperation, CellValueSynonym, CollectiveConstant, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ColumnSemanticProperty, ColumnTag, ComparativeOrder, ControlTitleFontConfiguration, CreateColumnsOperation, DashboardPublishOptions, DashboardVersionDefinition, DataSetReference, DataSetRefreshProperties, DataSourceParameters, DestinationTable, DisplayFormatOptions, FilterOperation, FiltersOperation, ImportTableOperation, InputColumn, JoinOperation, LinkSharingConfiguration, PivotOperation, ProjectOperation, RenameColumnOperation, RenameColumnsOperation, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, SourceTable, SslProperties, StaticFile, Tag, TooltipSheetDefinition, UnpivotOperation, ValidationStrategy, VpcConnectionProperties } from "./models_2";
5
+ /**
6
+ * <p>A step in data preparation that performs a specific operation on the data.</p>
7
+ * @public
8
+ */
9
+ export interface TransformStep {
10
+ /**
11
+ * <p>A transform step that brings data from a source table.</p>
12
+ * @public
13
+ */
14
+ ImportTableStep?: ImportTableOperation | undefined;
15
+ /**
16
+ * <p>A transform operation that projects columns. Operations that come after a projection
17
+ * can only refer to projected columns.</p>
18
+ * @public
19
+ */
20
+ ProjectStep?: ProjectOperation | undefined;
21
+ /**
22
+ * <p>A transform step that applies filter conditions.</p>
23
+ * @public
24
+ */
25
+ FiltersStep?: FiltersOperation | undefined;
26
+ /**
27
+ * <p>A transform operation that creates calculated columns. Columns created in one such
28
+ * operation form a lexical closure.</p>
29
+ * @public
30
+ */
31
+ CreateColumnsStep?: CreateColumnsOperation | undefined;
32
+ /**
33
+ * <p>A transform step that changes the names of one or more columns.</p>
34
+ * @public
35
+ */
36
+ RenameColumnsStep?: RenameColumnsOperation | undefined;
37
+ /**
38
+ * <p>A transform step that changes the data types of one or more columns.</p>
39
+ * @public
40
+ */
41
+ CastColumnTypesStep?: CastColumnTypesOperation | undefined;
42
+ /**
43
+ * <p>A transform step that combines data from two sources based on specified join conditions.</p>
44
+ * @public
45
+ */
46
+ JoinStep?: JoinOperation | undefined;
47
+ /**
48
+ * <p>A transform step that groups data and applies aggregation functions to calculate summary values.</p>
49
+ * @public
50
+ */
51
+ AggregateStep?: AggregateOperation | undefined;
52
+ /**
53
+ * <p>A transform step that converts row values into columns to reshape the data structure.</p>
54
+ * @public
55
+ */
56
+ PivotStep?: PivotOperation | undefined;
57
+ /**
58
+ * <p>A transform step that converts columns into rows to normalize the data structure.</p>
59
+ * @public
60
+ */
61
+ UnpivotStep?: UnpivotOperation | undefined;
62
+ /**
63
+ * <p>A transform step that combines rows from multiple sources by stacking them vertically.</p>
64
+ * @public
65
+ */
66
+ AppendStep?: AppendOperation | undefined;
67
+ }
68
+ /**
69
+ * <p>Configuration for data preparation operations, defining the complete pipeline from source tables
70
+ * through transformations to destination tables.</p>
71
+ * @public
72
+ */
73
+ export interface DataPrepConfiguration {
74
+ /**
75
+ * <p>A map of source tables that provide information about underlying sources.</p>
76
+ * @public
77
+ */
78
+ SourceTableMap: Record<string, SourceTable> | undefined;
79
+ /**
80
+ * <p>A map of transformation steps that process the data.</p>
81
+ * @public
82
+ */
83
+ TransformStepMap: Record<string, TransformStep> | undefined;
84
+ /**
85
+ * <p>A map of destination tables that receive the final prepared data.</p>
86
+ * @public
87
+ */
88
+ DestinationTableMap: Record<string, DestinationTable> | undefined;
89
+ }
90
+ /**
91
+ * <p>The default values of a date time parameter.</p>
92
+ * @public
93
+ */
94
+ export interface DateTimeDatasetParameterDefaultValues {
95
+ /**
96
+ * <p>A list of static default values for a given date time parameter.</p>
97
+ * @public
98
+ */
99
+ StaticValues?: Date[] | undefined;
100
+ }
101
+ /**
102
+ * <p>A date time parameter for a dataset.</p>
103
+ * @public
104
+ */
105
+ export interface DateTimeDatasetParameter {
106
+ /**
107
+ * <p>An identifier for the parameter that is created in the dataset.</p>
108
+ * @public
109
+ */
110
+ Id: string | undefined;
111
+ /**
112
+ * <p>The name of the date time parameter that is created in the dataset.</p>
113
+ * @public
114
+ */
115
+ Name: string | undefined;
116
+ /**
117
+ * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
118
+ * @public
119
+ */
120
+ ValueType: DatasetParameterValueType | undefined;
121
+ /**
122
+ * <p>The time granularity of the date time parameter.</p>
123
+ * @public
124
+ */
125
+ TimeGranularity?: TimeGranularity | undefined;
126
+ /**
127
+ * <p>A list of default values for a given date time parameter. This structure only accepts static values.</p>
128
+ * @public
129
+ */
130
+ DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
131
+ }
132
+ /**
133
+ * <p>The default values of a decimal parameter.</p>
134
+ * @public
135
+ */
136
+ export interface DecimalDatasetParameterDefaultValues {
137
+ /**
138
+ * <p>A list of static default values for a given decimal parameter.</p>
139
+ * @public
140
+ */
141
+ StaticValues?: number[] | undefined;
142
+ }
143
+ /**
144
+ * <p>A decimal parameter for a dataset.</p>
145
+ * @public
146
+ */
147
+ export interface DecimalDatasetParameter {
148
+ /**
149
+ * <p>An identifier for the decimal parameter created in the dataset.</p>
150
+ * @public
151
+ */
152
+ Id: string | undefined;
153
+ /**
154
+ * <p>The name of the decimal parameter that is created in the dataset.</p>
155
+ * @public
156
+ */
157
+ Name: string | undefined;
158
+ /**
159
+ * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
160
+ * @public
161
+ */
162
+ ValueType: DatasetParameterValueType | undefined;
163
+ /**
164
+ * <p>A list of default values for a given decimal parameter. This structure only accepts static values.</p>
165
+ * @public
166
+ */
167
+ DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
168
+ }
169
+ /**
170
+ * <p>The default values of an integer parameter.</p>
171
+ * @public
172
+ */
173
+ export interface IntegerDatasetParameterDefaultValues {
174
+ /**
175
+ * <p>A list of static default values for a given integer parameter.</p>
176
+ * @public
177
+ */
178
+ StaticValues?: number[] | undefined;
179
+ }
180
+ /**
181
+ * <p>An integer parameter for a dataset.</p>
182
+ * @public
183
+ */
184
+ export interface IntegerDatasetParameter {
185
+ /**
186
+ * <p>An identifier for the integer parameter created in the dataset.</p>
187
+ * @public
188
+ */
189
+ Id: string | undefined;
190
+ /**
191
+ * <p>The name of the integer parameter that is created in the dataset.</p>
192
+ * @public
193
+ */
194
+ Name: string | undefined;
195
+ /**
196
+ * <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
197
+ * @public
198
+ */
199
+ ValueType: DatasetParameterValueType | undefined;
200
+ /**
201
+ * <p>A list of default values for a given integer parameter. This structure only accepts static values.</p>
202
+ * @public
203
+ */
204
+ DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
205
+ }
206
+ /**
207
+ * <p>The default values of a string parameter.</p>
208
+ * @public
209
+ */
210
+ export interface StringDatasetParameterDefaultValues {
211
+ /**
212
+ * <p>A list of static default values for a given string parameter.</p>
213
+ * @public
214
+ */
215
+ StaticValues?: string[] | undefined;
216
+ }
4
217
  /**
5
218
  * <p>A string parameter for a dataset.</p>
6
219
  * @public
@@ -1322,6 +1535,153 @@ export interface CreateDataSourceResponse {
1322
1535
  */
1323
1536
  Status?: number | undefined;
1324
1537
  }
1538
+ /**
1539
+ * <p>A structure that contains the permission information for one principal against one flow.</p>
1540
+ * @public
1541
+ */
1542
+ export interface Permission {
1543
+ /**
1544
+ * <p>A list of actions that the principal can perform against the flow.</p>
1545
+ * <p>The following are the list of values to set a principal as a flow owner:</p>
1546
+ * <ul>
1547
+ * <li>
1548
+ * <p>quicksight:PublishFlow</p>
1549
+ * </li>
1550
+ * <li>
1551
+ * <p>quicksight:GetFlow</p>
1552
+ * </li>
1553
+ * <li>
1554
+ * <p>quicksight:UpdateFlowPermissions</p>
1555
+ * </li>
1556
+ * <li>
1557
+ * <p>quicksight:GetFlowSession</p>
1558
+ * </li>
1559
+ * <li>
1560
+ * <p>quicksight:StartFlowSession</p>
1561
+ * </li>
1562
+ * <li>
1563
+ * <p>quicksight:StopFlowSession</p>
1564
+ * </li>
1565
+ * <li>
1566
+ * <p>quicksight:UpdateFlowSession</p>
1567
+ * </li>
1568
+ * <li>
1569
+ * <p>quicksight:UnpublishFlow</p>
1570
+ * </li>
1571
+ * <li>
1572
+ * <p>quicksight:GetFlowStages</p>
1573
+ * </li>
1574
+ * <li>
1575
+ * <p>quicksight:DeleteFlow</p>
1576
+ * </li>
1577
+ * <li>
1578
+ * <p>quicksight:DescribeFlowPermissions</p>
1579
+ * </li>
1580
+ * <li>
1581
+ * <p>quicksight:UpdateFlow</p>
1582
+ * </li>
1583
+ * <li>
1584
+ * <p>quicksight:CreatePresignedUrl</p>
1585
+ * </li>
1586
+ * </ul>
1587
+ * <p>The following are the list of values to set a principal as a flow viewer:</p>
1588
+ * <ul>
1589
+ * <li>
1590
+ * <p>quicksight:GetFlow</p>
1591
+ * </li>
1592
+ * <li>
1593
+ * <p>quicksight:UpdateFlowSession</p>
1594
+ * </li>
1595
+ * <li>
1596
+ * <p>quicksight:StartFlowSession</p>
1597
+ * </li>
1598
+ * <li>
1599
+ * <p>quicksight:StopFlowSession</p>
1600
+ * </li>
1601
+ * <li>
1602
+ * <p>quicksight:GetFlowSession</p>
1603
+ * </li>
1604
+ * <li>
1605
+ * <p>quicksight:CreatePresignedUrl</p>
1606
+ * </li>
1607
+ * <li>
1608
+ * <p>quicksight:GetFlowStages</p>
1609
+ * </li>
1610
+ * </ul>
1611
+ * @public
1612
+ */
1613
+ Actions: string[] | undefined;
1614
+ /**
1615
+ * <p>The Amazon Resource Name (ARN) of the principal.
1616
+ * This can be an Amazon Quick user, group or namespace associated with the flow.
1617
+ * Namespace principal can only be set as a viewer and will grant everyone in the same namespace viewer permissions.</p>
1618
+ * @public
1619
+ */
1620
+ Principal: string | undefined;
1621
+ }
1622
+ /**
1623
+ * @public
1624
+ */
1625
+ export interface CreateFlowRequest {
1626
+ /**
1627
+ * <p>The ID of the Amazon Web Services account where you want to create the flow.</p>
1628
+ * @public
1629
+ */
1630
+ AwsAccountId: string | undefined;
1631
+ /**
1632
+ * <p>The display name for the flow.</p>
1633
+ * @public
1634
+ */
1635
+ Name: string | undefined;
1636
+ /**
1637
+ * <p>The description for the flow.</p>
1638
+ * @public
1639
+ */
1640
+ Description?: string | undefined;
1641
+ /**
1642
+ * <p>The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change.</p>
1643
+ * <note>
1644
+ * <p>Always derive or depend on the flow definition from the <code>DescribeFlow</code> operation to ensure you are working with the latest format.</p>
1645
+ * </note>
1646
+ * @public
1647
+ */
1648
+ FlowDefinition: __DocumentType | undefined;
1649
+ /**
1650
+ * <p>Initial permissions for the flow. If omitted, the flow is created without any permissions.</p>
1651
+ * @public
1652
+ */
1653
+ Permissions?: Permission[] | undefined;
1654
+ /**
1655
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
1656
+ * @public
1657
+ */
1658
+ ClientToken?: string | undefined;
1659
+ }
1660
+ /**
1661
+ * @public
1662
+ */
1663
+ export interface CreateFlowResponse {
1664
+ /**
1665
+ * <p>The Amazon Resource Name (ARN) of the flow.</p>
1666
+ * @public
1667
+ */
1668
+ Arn: string | undefined;
1669
+ /**
1670
+ * <p>The unique identifier of the flow.</p>
1671
+ * @public
1672
+ */
1673
+ FlowId: string | undefined;
1674
+ /**
1675
+ * <p>The Amazon Web Services request ID for this operation.</p>
1676
+ * @public
1677
+ */
1678
+ RequestId?: string | undefined;
1679
+ /**
1680
+ * <p>The HTTP status of the request.</p>
1681
+ * @public
1682
+ */
1683
+ Status?: number | undefined;
1684
+ }
1325
1685
  /**
1326
1686
  * @public
1327
1687
  */
@@ -2131,20 +2491,65 @@ export interface CreateRoleMembershipResponse {
2131
2491
  Status?: number | undefined;
2132
2492
  }
2133
2493
  /**
2134
- * <p>Dataset schema.</p>
2135
2494
  * @public
2136
2495
  */
2137
- export interface DataSetSchema {
2496
+ export interface CreateSpaceRequest {
2138
2497
  /**
2139
- * <p>A structure containing the list of column schemas.</p>
2498
+ * <p>The ID of the Amazon Web Services account that contains the space.</p>
2140
2499
  * @public
2141
2500
  */
2142
- ColumnSchemaList?: ColumnSchema[] | undefined;
2143
- }
2144
- /**
2145
- * <p>Dataset configuration.</p>
2146
- * @public
2147
- */
2501
+ AwsAccountId: string | undefined;
2502
+ /**
2503
+ * <p>The ID of the space. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
2504
+ * @public
2505
+ */
2506
+ SpaceId: string | undefined;
2507
+ /**
2508
+ * <p>A display name for the space.</p>
2509
+ * @public
2510
+ */
2511
+ Name: string | undefined;
2512
+ /**
2513
+ * <p>A description of the space.</p>
2514
+ * @public
2515
+ */
2516
+ Description?: string | undefined;
2517
+ }
2518
+ /**
2519
+ * @public
2520
+ */
2521
+ export interface CreateSpaceResponse {
2522
+ /**
2523
+ * <p>The ID of the space.</p>
2524
+ * @public
2525
+ */
2526
+ spaceId: string | undefined;
2527
+ /**
2528
+ * <p>The ARN of the space.</p>
2529
+ * @public
2530
+ */
2531
+ spaceArn?: string | undefined;
2532
+ /**
2533
+ * <p>The Amazon Web Services request ID for this operation.</p>
2534
+ * @public
2535
+ */
2536
+ RequestId?: string | undefined;
2537
+ }
2538
+ /**
2539
+ * <p>Dataset schema.</p>
2540
+ * @public
2541
+ */
2542
+ export interface DataSetSchema {
2543
+ /**
2544
+ * <p>A structure containing the list of column schemas.</p>
2545
+ * @public
2546
+ */
2547
+ ColumnSchemaList?: ColumnSchema[] | undefined;
2548
+ }
2549
+ /**
2550
+ * <p>Dataset configuration.</p>
2551
+ * @public
2552
+ */
2148
2553
  export interface DataSetConfiguration {
2149
2554
  /**
2150
2555
  * <p>Placeholder.</p>
@@ -4883,6 +5288,31 @@ export interface DeleteActionConnectorResponse {
4883
5288
  */
4884
5289
  Status?: number | undefined;
4885
5290
  }
5291
+ /**
5292
+ * @public
5293
+ */
5294
+ export interface DeleteAgentRequest {
5295
+ /**
5296
+ * <p>The unique identifier for the agent to delete.</p>
5297
+ * @public
5298
+ */
5299
+ AgentId: string | undefined;
5300
+ /**
5301
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
5302
+ * @public
5303
+ */
5304
+ AwsAccountId: string | undefined;
5305
+ }
5306
+ /**
5307
+ * @public
5308
+ */
5309
+ export interface DeleteAgentResponse {
5310
+ /**
5311
+ * <p>The Amazon Web Services request ID for this operation.</p>
5312
+ * @public
5313
+ */
5314
+ RequestId?: string | undefined;
5315
+ }
4886
5316
  /**
4887
5317
  * @public
4888
5318
  */
@@ -5211,6 +5641,36 @@ export interface DeleteDefaultQBusinessApplicationResponse {
5211
5641
  */
5212
5642
  Status?: number | undefined;
5213
5643
  }
5644
+ /**
5645
+ * @public
5646
+ */
5647
+ export interface DeleteFlowRequest {
5648
+ /**
5649
+ * <p>The ID of the Amazon Web Services account that contains the flow that you are deleting.</p>
5650
+ * @public
5651
+ */
5652
+ AwsAccountId: string | undefined;
5653
+ /**
5654
+ * <p>The unique identifier of the flow to delete.</p>
5655
+ * @public
5656
+ */
5657
+ FlowId: string | undefined;
5658
+ }
5659
+ /**
5660
+ * @public
5661
+ */
5662
+ export interface DeleteFlowResponse {
5663
+ /**
5664
+ * <p>The Amazon Web Services request ID for this operation.</p>
5665
+ * @public
5666
+ */
5667
+ RequestId?: string | undefined;
5668
+ /**
5669
+ * <p>The HTTP status of the request.</p>
5670
+ * @public
5671
+ */
5672
+ Status?: number | undefined;
5673
+ }
5214
5674
  /**
5215
5675
  * @public
5216
5676
  */
@@ -5630,6 +6090,41 @@ export interface DeleteRoleMembershipResponse {
5630
6090
  */
5631
6091
  Status?: number | undefined;
5632
6092
  }
6093
+ /**
6094
+ * @public
6095
+ */
6096
+ export interface DeleteSpaceRequest {
6097
+ /**
6098
+ * <p>The ID of the Amazon Web Services account that contains the space.</p>
6099
+ * @public
6100
+ */
6101
+ AwsAccountId: string | undefined;
6102
+ /**
6103
+ * <p>The ID of the space that you want to delete.</p>
6104
+ * @public
6105
+ */
6106
+ SpaceId: string | undefined;
6107
+ }
6108
+ /**
6109
+ * @public
6110
+ */
6111
+ export interface DeleteSpaceResponse {
6112
+ /**
6113
+ * <p>The ID of the space.</p>
6114
+ * @public
6115
+ */
6116
+ spaceId: string | undefined;
6117
+ /**
6118
+ * <p>The ARN of the space.</p>
6119
+ * @public
6120
+ */
6121
+ spaceArn?: string | undefined;
6122
+ /**
6123
+ * <p>The Amazon Web Services request ID for this operation.</p>
6124
+ * @public
6125
+ */
6126
+ RequestId?: string | undefined;
6127
+ }
5633
6128
  /**
5634
6129
  * @public
5635
6130
  */
@@ -6337,6 +6832,76 @@ export interface DescribeActionConnectorPermissionsResponse {
6337
6832
  */
6338
6833
  Status?: number | undefined;
6339
6834
  }
6835
+ /**
6836
+ * @public
6837
+ */
6838
+ export interface DescribeAgentRequest {
6839
+ /**
6840
+ * <p>The unique identifier for the agent.</p>
6841
+ * @public
6842
+ */
6843
+ AgentId: string | undefined;
6844
+ /**
6845
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
6846
+ * @public
6847
+ */
6848
+ AwsAccountId: string | undefined;
6849
+ }
6850
+ /**
6851
+ * @public
6852
+ */
6853
+ export interface DescribeAgentResponse {
6854
+ /**
6855
+ * <p>The full details of the agent, including its configuration, status, and associations.</p>
6856
+ * @public
6857
+ */
6858
+ Agent: Agent | undefined;
6859
+ /**
6860
+ * <p>The Amazon Web Services request ID for this operation.</p>
6861
+ * @public
6862
+ */
6863
+ RequestId?: string | undefined;
6864
+ }
6865
+ /**
6866
+ * @public
6867
+ */
6868
+ export interface DescribeAgentPermissionsRequest {
6869
+ /**
6870
+ * <p>The unique identifier for the agent.</p>
6871
+ * @public
6872
+ */
6873
+ AgentId: string | undefined;
6874
+ /**
6875
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
6876
+ * @public
6877
+ */
6878
+ AwsAccountId: string | undefined;
6879
+ }
6880
+ /**
6881
+ * @public
6882
+ */
6883
+ export interface DescribeAgentPermissionsResponse {
6884
+ /**
6885
+ * <p>The Amazon Resource Name (ARN) of the agent.</p>
6886
+ * @public
6887
+ */
6888
+ Arn: string | undefined;
6889
+ /**
6890
+ * <p>The unique identifier for the agent.</p>
6891
+ * @public
6892
+ */
6893
+ AgentId: string | undefined;
6894
+ /**
6895
+ * <p>The resource permissions for the agent.</p>
6896
+ * @public
6897
+ */
6898
+ Permissions: ResourcePermission[] | undefined;
6899
+ /**
6900
+ * <p>The Amazon Web Services request ID for this operation.</p>
6901
+ * @public
6902
+ */
6903
+ RequestId: string | undefined;
6904
+ }
6340
6905
  /**
6341
6906
  * @public
6342
6907
  */
@@ -7757,610 +8322,3 @@ export interface DescribeDataSourcePermissionsRequest {
7757
8322
  */
7758
8323
  DataSourceId: string | undefined;
7759
8324
  }
7760
- /**
7761
- * @public
7762
- */
7763
- export interface DescribeDataSourcePermissionsResponse {
7764
- /**
7765
- * <p>The Amazon Resource Name (ARN) of the data source.</p>
7766
- * @public
7767
- */
7768
- DataSourceArn?: string | undefined;
7769
- /**
7770
- * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
7771
- * Amazon Web Services account.</p>
7772
- * @public
7773
- */
7774
- DataSourceId?: string | undefined;
7775
- /**
7776
- * <p>A list of resource permissions on the data source.</p>
7777
- * @public
7778
- */
7779
- Permissions?: ResourcePermission[] | undefined;
7780
- /**
7781
- * <p>The Amazon Web Services request ID for this operation.</p>
7782
- * @public
7783
- */
7784
- RequestId?: string | undefined;
7785
- /**
7786
- * <p>The HTTP status of the request.</p>
7787
- * @public
7788
- */
7789
- Status?: number | undefined;
7790
- }
7791
- /**
7792
- * @public
7793
- */
7794
- export interface DescribeDefaultQBusinessApplicationRequest {
7795
- /**
7796
- * <p>The ID of the Quick Sight account that is linked to the Amazon Q Business application that you want described.</p>
7797
- * @public
7798
- */
7799
- AwsAccountId: string | undefined;
7800
- /**
7801
- * <p>The Quick Sight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
7802
- * @public
7803
- */
7804
- Namespace?: string | undefined;
7805
- }
7806
- /**
7807
- * @public
7808
- */
7809
- export interface DescribeDefaultQBusinessApplicationResponse {
7810
- /**
7811
- * <p>The Amazon Web Services request ID for this operation.</p>
7812
- * @public
7813
- */
7814
- RequestId?: string | undefined;
7815
- /**
7816
- * <p>The HTTP status of the request.</p>
7817
- * @public
7818
- */
7819
- Status?: number | undefined;
7820
- /**
7821
- * <p>The ID of the Amazon Q Business application that is linked to the Quick Sight account.</p>
7822
- * @public
7823
- */
7824
- ApplicationId?: string | undefined;
7825
- }
7826
- /**
7827
- * @public
7828
- */
7829
- export interface DescribeFolderRequest {
7830
- /**
7831
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
7832
- * @public
7833
- */
7834
- AwsAccountId: string | undefined;
7835
- /**
7836
- * <p>The ID of the folder.</p>
7837
- * @public
7838
- */
7839
- FolderId: string | undefined;
7840
- }
7841
- /**
7842
- * <p>A folder in Quick Sight.</p>
7843
- * @public
7844
- */
7845
- export interface Folder {
7846
- /**
7847
- * <p>The ID of the folder.</p>
7848
- * @public
7849
- */
7850
- FolderId?: string | undefined;
7851
- /**
7852
- * <p>The Amazon Resource Name (ARN) for the folder.</p>
7853
- * @public
7854
- */
7855
- Arn?: string | undefined;
7856
- /**
7857
- * <p>A display name for the folder.</p>
7858
- * @public
7859
- */
7860
- Name?: string | undefined;
7861
- /**
7862
- * <p>The type of folder it is.</p>
7863
- * @public
7864
- */
7865
- FolderType?: FolderType | undefined;
7866
- /**
7867
- * <p>An array of ancestor ARN strings for the folder.</p>
7868
- * @public
7869
- */
7870
- FolderPath?: string[] | undefined;
7871
- /**
7872
- * <p>The time that the folder was created.</p>
7873
- * @public
7874
- */
7875
- CreatedTime?: Date | undefined;
7876
- /**
7877
- * <p>The time that the folder was last updated.</p>
7878
- * @public
7879
- */
7880
- LastUpdatedTime?: Date | undefined;
7881
- /**
7882
- * <p>The sharing scope of the folder.</p>
7883
- * @public
7884
- */
7885
- SharingModel?: SharingModel | undefined;
7886
- }
7887
- /**
7888
- * @public
7889
- */
7890
- export interface DescribeFolderResponse {
7891
- /**
7892
- * <p>The HTTP status of the request.</p>
7893
- * @public
7894
- */
7895
- Status?: number | undefined;
7896
- /**
7897
- * <p>Information about the folder.</p>
7898
- * @public
7899
- */
7900
- Folder?: Folder | undefined;
7901
- /**
7902
- * <p>The Amazon Web Services request ID for this operation.</p>
7903
- * @public
7904
- */
7905
- RequestId?: string | undefined;
7906
- }
7907
- /**
7908
- * @public
7909
- */
7910
- export interface DescribeFolderPermissionsRequest {
7911
- /**
7912
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
7913
- * @public
7914
- */
7915
- AwsAccountId: string | undefined;
7916
- /**
7917
- * <p>The ID of the folder.</p>
7918
- * @public
7919
- */
7920
- FolderId: string | undefined;
7921
- /**
7922
- * <p>The namespace of the folder whose permissions you want described.</p>
7923
- * @public
7924
- */
7925
- Namespace?: string | undefined;
7926
- /**
7927
- * <p>The maximum number of results to be returned per request.</p>
7928
- * @public
7929
- */
7930
- MaxResults?: number | undefined;
7931
- /**
7932
- * <p>A pagination token for the next set of results.</p>
7933
- * @public
7934
- */
7935
- NextToken?: string | undefined;
7936
- }
7937
- /**
7938
- * @public
7939
- */
7940
- export interface DescribeFolderPermissionsResponse {
7941
- /**
7942
- * <p>The HTTP status of the request.</p>
7943
- * @public
7944
- */
7945
- Status?: number | undefined;
7946
- /**
7947
- * <p>The ID of the folder.</p>
7948
- * @public
7949
- */
7950
- FolderId?: string | undefined;
7951
- /**
7952
- * <p>The Amazon Resource Name (ARN) for the folder.</p>
7953
- * @public
7954
- */
7955
- Arn?: string | undefined;
7956
- /**
7957
- * <p>Information about the permissions on the folder.</p>
7958
- * @public
7959
- */
7960
- Permissions?: ResourcePermission[] | undefined;
7961
- /**
7962
- * <p>The Amazon Web Services request ID for this operation.</p>
7963
- * @public
7964
- */
7965
- RequestId?: string | undefined;
7966
- /**
7967
- * <p>The pagination token for the next set of results, or null if there are no more results.</p>
7968
- * @public
7969
- */
7970
- NextToken?: string | undefined;
7971
- }
7972
- /**
7973
- * @public
7974
- */
7975
- export interface DescribeFolderResolvedPermissionsRequest {
7976
- /**
7977
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
7978
- * @public
7979
- */
7980
- AwsAccountId: string | undefined;
7981
- /**
7982
- * <p>The ID of the folder.</p>
7983
- * @public
7984
- */
7985
- FolderId: string | undefined;
7986
- /**
7987
- * <p>The namespace of the folder whose permissions you want described.</p>
7988
- * @public
7989
- */
7990
- Namespace?: string | undefined;
7991
- /**
7992
- * <p>The maximum number of results to be returned per request.</p>
7993
- * @public
7994
- */
7995
- MaxResults?: number | undefined;
7996
- /**
7997
- * <p>A pagination token for the next set of results.</p>
7998
- * @public
7999
- */
8000
- NextToken?: string | undefined;
8001
- }
8002
- /**
8003
- * @public
8004
- */
8005
- export interface DescribeFolderResolvedPermissionsResponse {
8006
- /**
8007
- * <p>The HTTP status of the request.</p>
8008
- * @public
8009
- */
8010
- Status?: number | undefined;
8011
- /**
8012
- * <p>The ID of the folder.</p>
8013
- * @public
8014
- */
8015
- FolderId?: string | undefined;
8016
- /**
8017
- * <p>The Amazon Resource Name (ARN) of the folder.</p>
8018
- * @public
8019
- */
8020
- Arn?: string | undefined;
8021
- /**
8022
- * <p>Information about the permissions for the folder.</p>
8023
- * @public
8024
- */
8025
- Permissions?: ResourcePermission[] | undefined;
8026
- /**
8027
- * <p>The Amazon Web Services request ID for this operation.</p>
8028
- * @public
8029
- */
8030
- RequestId?: string | undefined;
8031
- /**
8032
- * <p>A pagination token for the next set of results, or null if there are no more results.</p>
8033
- * @public
8034
- */
8035
- NextToken?: string | undefined;
8036
- }
8037
- /**
8038
- * @public
8039
- */
8040
- export interface DescribeGroupRequest {
8041
- /**
8042
- * <p>The name of the group that you want to describe.</p>
8043
- * @public
8044
- */
8045
- GroupName: string | undefined;
8046
- /**
8047
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
8048
- * Amazon Web Services account that contains your Amazon Quick Sight account.</p>
8049
- * @public
8050
- */
8051
- AwsAccountId: string | undefined;
8052
- /**
8053
- * <p>The namespace of the group that you want described.</p>
8054
- * @public
8055
- */
8056
- Namespace: string | undefined;
8057
- }
8058
- /**
8059
- * @public
8060
- */
8061
- export interface DescribeGroupResponse {
8062
- /**
8063
- * <p>The name of the group.</p>
8064
- * @public
8065
- */
8066
- Group?: Group | undefined;
8067
- /**
8068
- * <p>The Amazon Web Services request ID for this operation.</p>
8069
- * @public
8070
- */
8071
- RequestId?: string | undefined;
8072
- /**
8073
- * <p>The HTTP status of the request.</p>
8074
- * @public
8075
- */
8076
- Status?: number | undefined;
8077
- }
8078
- /**
8079
- * @public
8080
- */
8081
- export interface DescribeGroupMembershipRequest {
8082
- /**
8083
- * <p>The user name of the user that you want to search for.</p>
8084
- * @public
8085
- */
8086
- MemberName: string | undefined;
8087
- /**
8088
- * <p>The name of the group that you want to search.</p>
8089
- * @public
8090
- */
8091
- GroupName: string | undefined;
8092
- /**
8093
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
8094
- * Amazon Web Services account that contains your Amazon Quick Sight account.</p>
8095
- * @public
8096
- */
8097
- AwsAccountId: string | undefined;
8098
- /**
8099
- * <p>The namespace that includes the group you are searching within.</p>
8100
- * @public
8101
- */
8102
- Namespace: string | undefined;
8103
- }
8104
- /**
8105
- * @public
8106
- */
8107
- export interface DescribeGroupMembershipResponse {
8108
- /**
8109
- * <p>A member of an Quick Sight group. Currently, group members must be users. Groups
8110
- * can't be members of another group. .</p>
8111
- * @public
8112
- */
8113
- GroupMember?: GroupMember | undefined;
8114
- /**
8115
- * <p>The Amazon Web Services request ID for this operation.</p>
8116
- * @public
8117
- */
8118
- RequestId?: string | undefined;
8119
- /**
8120
- * <p>The HTTP status of the request.</p>
8121
- * @public
8122
- */
8123
- Status?: number | undefined;
8124
- }
8125
- /**
8126
- * @public
8127
- */
8128
- export interface DescribeIAMPolicyAssignmentRequest {
8129
- /**
8130
- * <p>The ID of the Amazon Web Services account that contains the assignment that you want to
8131
- * describe.</p>
8132
- * @public
8133
- */
8134
- AwsAccountId: string | undefined;
8135
- /**
8136
- * <p>The name of the assignment, also called a rule.</p>
8137
- * @public
8138
- */
8139
- AssignmentName: string | undefined;
8140
- /**
8141
- * <p>The namespace that contains the assignment.</p>
8142
- * @public
8143
- */
8144
- Namespace: string | undefined;
8145
- }
8146
- /**
8147
- * <p>An Identity and Access Management (IAM) policy assignment.</p>
8148
- * @public
8149
- */
8150
- export interface IAMPolicyAssignment {
8151
- /**
8152
- * <p>The Amazon Web Services account ID.</p>
8153
- * @public
8154
- */
8155
- AwsAccountId?: string | undefined;
8156
- /**
8157
- * <p>Assignment ID.</p>
8158
- * @public
8159
- */
8160
- AssignmentId?: string | undefined;
8161
- /**
8162
- * <p>Assignment name.</p>
8163
- * @public
8164
- */
8165
- AssignmentName?: string | undefined;
8166
- /**
8167
- * <p>The Amazon Resource Name (ARN) for the IAM policy.</p>
8168
- * @public
8169
- */
8170
- PolicyArn?: string | undefined;
8171
- /**
8172
- * <p>Identities.</p>
8173
- * @public
8174
- */
8175
- Identities?: Record<string, string[]> | undefined;
8176
- /**
8177
- * <p>Assignment status.</p>
8178
- * @public
8179
- */
8180
- AssignmentStatus?: AssignmentStatus | undefined;
8181
- }
8182
- /**
8183
- * @public
8184
- */
8185
- export interface DescribeIAMPolicyAssignmentResponse {
8186
- /**
8187
- * <p>Information describing the IAM policy assignment.</p>
8188
- * @public
8189
- */
8190
- IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
8191
- /**
8192
- * <p>The Amazon Web Services request ID for this operation.</p>
8193
- * @public
8194
- */
8195
- RequestId?: string | undefined;
8196
- /**
8197
- * <p>The HTTP status of the request.</p>
8198
- * @public
8199
- */
8200
- Status?: number | undefined;
8201
- }
8202
- /**
8203
- * @public
8204
- */
8205
- export interface DescribeIngestionRequest {
8206
- /**
8207
- * <p>The Amazon Web Services account ID.</p>
8208
- * @public
8209
- */
8210
- AwsAccountId: string | undefined;
8211
- /**
8212
- * <p>The ID of the dataset used in the ingestion.</p>
8213
- * @public
8214
- */
8215
- DataSetId: string | undefined;
8216
- /**
8217
- * <p>An ID for the ingestion.</p>
8218
- * @public
8219
- */
8220
- IngestionId: string | undefined;
8221
- }
8222
- /**
8223
- * <p>Error information for the SPICE ingestion of a dataset.</p>
8224
- * @public
8225
- */
8226
- export interface ErrorInfo {
8227
- /**
8228
- * <p>Error type.</p>
8229
- * @public
8230
- */
8231
- Type?: IngestionErrorType | undefined;
8232
- /**
8233
- * <p>Error message.</p>
8234
- * @public
8235
- */
8236
- Message?: string | undefined;
8237
- }
8238
- /**
8239
- * <p>Information about a queued dataset SPICE ingestion.</p>
8240
- * @public
8241
- */
8242
- export interface QueueInfo {
8243
- /**
8244
- * <p>The ID of the queued ingestion.</p>
8245
- * @public
8246
- */
8247
- WaitingOnIngestion: string | undefined;
8248
- /**
8249
- * <p>The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing
8250
- * ingestion to complete.</p>
8251
- * @public
8252
- */
8253
- QueuedIngestion: string | undefined;
8254
- }
8255
- /**
8256
- * <p>Information about rows for a data set SPICE ingestion.</p>
8257
- * @public
8258
- */
8259
- export interface RowInfo {
8260
- /**
8261
- * <p>The number of rows that were ingested.</p>
8262
- * @public
8263
- */
8264
- RowsIngested?: number | undefined;
8265
- /**
8266
- * <p>The number of rows that were not ingested.</p>
8267
- * @public
8268
- */
8269
- RowsDropped?: number | undefined;
8270
- /**
8271
- * <p>The total number of rows in the dataset.</p>
8272
- * @public
8273
- */
8274
- TotalRowsInDataset?: number | undefined;
8275
- }
8276
- /**
8277
- * <p>Information about the SPICE ingestion for a dataset.</p>
8278
- * @public
8279
- */
8280
- export interface Ingestion {
8281
- /**
8282
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
8283
- * @public
8284
- */
8285
- Arn: string | undefined;
8286
- /**
8287
- * <p>Ingestion ID.</p>
8288
- * @public
8289
- */
8290
- IngestionId?: string | undefined;
8291
- /**
8292
- * <p>Ingestion status.</p>
8293
- * @public
8294
- */
8295
- IngestionStatus: IngestionStatus | undefined;
8296
- /**
8297
- * <p>Error information for this ingestion.</p>
8298
- * @public
8299
- */
8300
- ErrorInfo?: ErrorInfo | undefined;
8301
- /**
8302
- * <p>Information about rows for a data set SPICE ingestion.</p>
8303
- * @public
8304
- */
8305
- RowInfo?: RowInfo | undefined;
8306
- /**
8307
- * <p>Information about a queued dataset SPICE ingestion.</p>
8308
- * @public
8309
- */
8310
- QueueInfo?: QueueInfo | undefined;
8311
- /**
8312
- * <p>The time that this ingestion started.</p>
8313
- * @public
8314
- */
8315
- CreatedTime: Date | undefined;
8316
- /**
8317
- * <p>The time that this ingestion took, measured in seconds.</p>
8318
- * @public
8319
- */
8320
- IngestionTimeInSeconds?: number | undefined;
8321
- /**
8322
- * <p>The size of the data ingested, in bytes.</p>
8323
- * @public
8324
- */
8325
- IngestionSizeInBytes?: number | undefined;
8326
- /**
8327
- * <p>Event source for this ingestion.</p>
8328
- * @public
8329
- */
8330
- RequestSource?: IngestionRequestSource | undefined;
8331
- /**
8332
- * <p>Type of this ingestion.</p>
8333
- * @public
8334
- */
8335
- RequestType?: IngestionRequestType | undefined;
8336
- }
8337
- /**
8338
- * @public
8339
- */
8340
- export interface DescribeIngestionResponse {
8341
- /**
8342
- * <p>Information about the ingestion.</p>
8343
- * @public
8344
- */
8345
- Ingestion?: Ingestion | undefined;
8346
- /**
8347
- * <p>The Amazon Web Services request ID for this operation.</p>
8348
- * @public
8349
- */
8350
- RequestId?: string | undefined;
8351
- /**
8352
- * <p>The HTTP status of the request.</p>
8353
- * @public
8354
- */
8355
- Status?: number | undefined;
8356
- }
8357
- /**
8358
- * @public
8359
- */
8360
- export interface DescribeIpRestrictionRequest {
8361
- /**
8362
- * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
8363
- * @public
8364
- */
8365
- AwsAccountId: string | undefined;
8366
- }