@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,3 +1,4 @@
1
+ import { DocumentType as __DocumentType } from "@smithy/types";
1
2
  import {
2
3
  AssetBundleExportFormat,
3
4
  AssetBundleExportJobStatus,
@@ -33,9 +34,6 @@ import {
33
34
  HorizontalTextAlignment,
34
35
  IdentityStore,
35
36
  IncludeFolderMembers,
36
- IngestionErrorType,
37
- IngestionRequestSource,
38
- IngestionRequestType,
39
37
  IngestionStatus,
40
38
  IngestionType,
41
39
  JoinType,
@@ -59,6 +57,7 @@ import {
59
57
  Status,
60
58
  TextQualifier,
61
59
  TextTransform,
60
+ TimeGranularity,
62
61
  TopicRelativeDateFilterFunction,
63
62
  TopicScheduleType,
64
63
  TopicTimeGranularity,
@@ -71,6 +70,8 @@ import {
71
70
  AccountInfo,
72
71
  AccountSettings,
73
72
  ActionConnector,
73
+ Agent,
74
+ AggregateOperation,
74
75
  Analysis,
75
76
  AnalysisDefaults,
76
77
  AnalysisError,
@@ -88,6 +89,7 @@ import {
88
89
  _Parameters,
89
90
  AnalysisDefinition,
90
91
  AnonymousUserSnapshotJobResult,
92
+ AppendOperation,
91
93
  AssetBundleCloudFormationOverridePropertyConfiguration,
92
94
  AssetBundleExportJobError,
93
95
  AssetBundleExportJobValidationStrategy,
@@ -104,6 +106,7 @@ import {
104
106
  BrandDetail,
105
107
  Capabilities,
106
108
  CastColumnTypeOperation,
109
+ CastColumnTypesOperation,
107
110
  CellValueSynonym,
108
111
  CollectiveConstant,
109
112
  ColumnGroup,
@@ -117,32 +120,84 @@ import {
117
120
  CreateColumnsOperation,
118
121
  DashboardPublishOptions,
119
122
  DashboardVersionDefinition,
120
- DataPrepConfiguration,
121
123
  DataSetReference,
122
124
  DataSetRefreshProperties,
123
125
  DataSourceParameters,
124
- DateTimeDatasetParameter,
125
- DecimalDatasetParameter,
126
+ DestinationTable,
126
127
  DisplayFormatOptions,
127
128
  FilterOperation,
129
+ FiltersOperation,
130
+ ImportTableOperation,
128
131
  InputColumn,
129
- IntegerDatasetParameter,
132
+ JoinOperation,
130
133
  LinkSharingConfiguration,
134
+ PivotOperation,
131
135
  ProjectOperation,
132
136
  RenameColumnOperation,
137
+ RenameColumnsOperation,
133
138
  ResourcePermission,
134
139
  SheetDefinition,
135
140
  SnapshotFile,
136
141
  SnapshotJobResultFileGroup,
137
142
  SnapshotS3DestinationConfiguration,
143
+ SourceTable,
138
144
  SslProperties,
139
145
  StaticFile,
140
- StringDatasetParameterDefaultValues,
141
146
  Tag,
142
147
  TooltipSheetDefinition,
148
+ UnpivotOperation,
143
149
  ValidationStrategy,
144
150
  VpcConnectionProperties,
145
151
  } from "./models_2";
152
+ export interface TransformStep {
153
+ ImportTableStep?: ImportTableOperation | undefined;
154
+ ProjectStep?: ProjectOperation | undefined;
155
+ FiltersStep?: FiltersOperation | undefined;
156
+ CreateColumnsStep?: CreateColumnsOperation | undefined;
157
+ RenameColumnsStep?: RenameColumnsOperation | undefined;
158
+ CastColumnTypesStep?: CastColumnTypesOperation | undefined;
159
+ JoinStep?: JoinOperation | undefined;
160
+ AggregateStep?: AggregateOperation | undefined;
161
+ PivotStep?: PivotOperation | undefined;
162
+ UnpivotStep?: UnpivotOperation | undefined;
163
+ AppendStep?: AppendOperation | undefined;
164
+ }
165
+ export interface DataPrepConfiguration {
166
+ SourceTableMap: Record<string, SourceTable> | undefined;
167
+ TransformStepMap: Record<string, TransformStep> | undefined;
168
+ DestinationTableMap: Record<string, DestinationTable> | undefined;
169
+ }
170
+ export interface DateTimeDatasetParameterDefaultValues {
171
+ StaticValues?: Date[] | undefined;
172
+ }
173
+ export interface DateTimeDatasetParameter {
174
+ Id: string | undefined;
175
+ Name: string | undefined;
176
+ ValueType: DatasetParameterValueType | undefined;
177
+ TimeGranularity?: TimeGranularity | undefined;
178
+ DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
179
+ }
180
+ export interface DecimalDatasetParameterDefaultValues {
181
+ StaticValues?: number[] | undefined;
182
+ }
183
+ export interface DecimalDatasetParameter {
184
+ Id: string | undefined;
185
+ Name: string | undefined;
186
+ ValueType: DatasetParameterValueType | undefined;
187
+ DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
188
+ }
189
+ export interface IntegerDatasetParameterDefaultValues {
190
+ StaticValues?: number[] | undefined;
191
+ }
192
+ export interface IntegerDatasetParameter {
193
+ Id: string | undefined;
194
+ Name: string | undefined;
195
+ ValueType: DatasetParameterValueType | undefined;
196
+ DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
197
+ }
198
+ export interface StringDatasetParameterDefaultValues {
199
+ StaticValues?: string[] | undefined;
200
+ }
146
201
  export interface StringDatasetParameter {
147
202
  Id: string | undefined;
148
203
  Name: string | undefined;
@@ -553,6 +608,24 @@ export interface CreateDataSourceResponse {
553
608
  RequestId?: string | undefined;
554
609
  Status?: number | undefined;
555
610
  }
611
+ export interface Permission {
612
+ Actions: string[] | undefined;
613
+ Principal: string | undefined;
614
+ }
615
+ export interface CreateFlowRequest {
616
+ AwsAccountId: string | undefined;
617
+ Name: string | undefined;
618
+ Description?: string | undefined;
619
+ FlowDefinition: __DocumentType | undefined;
620
+ Permissions?: Permission[] | undefined;
621
+ ClientToken?: string | undefined;
622
+ }
623
+ export interface CreateFlowResponse {
624
+ Arn: string | undefined;
625
+ FlowId: string | undefined;
626
+ RequestId?: string | undefined;
627
+ Status?: number | undefined;
628
+ }
556
629
  export interface CreateFolderRequest {
557
630
  AwsAccountId: string | undefined;
558
631
  FolderId: string | undefined;
@@ -720,6 +793,17 @@ export interface CreateRoleMembershipResponse {
720
793
  RequestId?: string | undefined;
721
794
  Status?: number | undefined;
722
795
  }
796
+ export interface CreateSpaceRequest {
797
+ AwsAccountId: string | undefined;
798
+ SpaceId: string | undefined;
799
+ Name: string | undefined;
800
+ Description?: string | undefined;
801
+ }
802
+ export interface CreateSpaceResponse {
803
+ spaceId: string | undefined;
804
+ spaceArn?: string | undefined;
805
+ RequestId?: string | undefined;
806
+ }
723
807
  export interface DataSetSchema {
724
808
  ColumnSchemaList?: ColumnSchema[] | undefined;
725
809
  }
@@ -1298,6 +1382,13 @@ export interface DeleteActionConnectorResponse {
1298
1382
  RequestId?: string | undefined;
1299
1383
  Status?: number | undefined;
1300
1384
  }
1385
+ export interface DeleteAgentRequest {
1386
+ AgentId: string | undefined;
1387
+ AwsAccountId: string | undefined;
1388
+ }
1389
+ export interface DeleteAgentResponse {
1390
+ RequestId?: string | undefined;
1391
+ }
1301
1392
  export interface DeleteAnalysisRequest {
1302
1393
  AwsAccountId: string | undefined;
1303
1394
  AnalysisId: string | undefined;
@@ -1380,6 +1471,14 @@ export interface DeleteDefaultQBusinessApplicationResponse {
1380
1471
  RequestId?: string | undefined;
1381
1472
  Status?: number | undefined;
1382
1473
  }
1474
+ export interface DeleteFlowRequest {
1475
+ AwsAccountId: string | undefined;
1476
+ FlowId: string | undefined;
1477
+ }
1478
+ export interface DeleteFlowResponse {
1479
+ RequestId?: string | undefined;
1480
+ Status?: number | undefined;
1481
+ }
1383
1482
  export interface DeleteFolderRequest {
1384
1483
  AwsAccountId: string | undefined;
1385
1484
  FolderId: string | undefined;
@@ -1485,6 +1584,15 @@ export interface DeleteRoleMembershipResponse {
1485
1584
  RequestId?: string | undefined;
1486
1585
  Status?: number | undefined;
1487
1586
  }
1587
+ export interface DeleteSpaceRequest {
1588
+ AwsAccountId: string | undefined;
1589
+ SpaceId: string | undefined;
1590
+ }
1591
+ export interface DeleteSpaceResponse {
1592
+ spaceId: string | undefined;
1593
+ spaceArn?: string | undefined;
1594
+ RequestId?: string | undefined;
1595
+ }
1488
1596
  export interface DeleteTemplateRequest {
1489
1597
  AwsAccountId: string | undefined;
1490
1598
  TemplateId: string | undefined;
@@ -1649,6 +1757,24 @@ export interface DescribeActionConnectorPermissionsResponse {
1649
1757
  RequestId?: string | undefined;
1650
1758
  Status?: number | undefined;
1651
1759
  }
1760
+ export interface DescribeAgentRequest {
1761
+ AgentId: string | undefined;
1762
+ AwsAccountId: string | undefined;
1763
+ }
1764
+ export interface DescribeAgentResponse {
1765
+ Agent: Agent | undefined;
1766
+ RequestId?: string | undefined;
1767
+ }
1768
+ export interface DescribeAgentPermissionsRequest {
1769
+ AgentId: string | undefined;
1770
+ AwsAccountId: string | undefined;
1771
+ }
1772
+ export interface DescribeAgentPermissionsResponse {
1773
+ Arn: string | undefined;
1774
+ AgentId: string | undefined;
1775
+ Permissions: ResourcePermission[] | undefined;
1776
+ RequestId: string | undefined;
1777
+ }
1652
1778
  export interface DescribeAnalysisRequest {
1653
1779
  AwsAccountId: string | undefined;
1654
1780
  AnalysisId: string | undefined;
@@ -1938,146 +2064,3 @@ export interface DescribeDataSourcePermissionsRequest {
1938
2064
  AwsAccountId: string | undefined;
1939
2065
  DataSourceId: string | undefined;
1940
2066
  }
1941
- export interface DescribeDataSourcePermissionsResponse {
1942
- DataSourceArn?: string | undefined;
1943
- DataSourceId?: string | undefined;
1944
- Permissions?: ResourcePermission[] | undefined;
1945
- RequestId?: string | undefined;
1946
- Status?: number | undefined;
1947
- }
1948
- export interface DescribeDefaultQBusinessApplicationRequest {
1949
- AwsAccountId: string | undefined;
1950
- Namespace?: string | undefined;
1951
- }
1952
- export interface DescribeDefaultQBusinessApplicationResponse {
1953
- RequestId?: string | undefined;
1954
- Status?: number | undefined;
1955
- ApplicationId?: string | undefined;
1956
- }
1957
- export interface DescribeFolderRequest {
1958
- AwsAccountId: string | undefined;
1959
- FolderId: string | undefined;
1960
- }
1961
- export interface Folder {
1962
- FolderId?: string | undefined;
1963
- Arn?: string | undefined;
1964
- Name?: string | undefined;
1965
- FolderType?: FolderType | undefined;
1966
- FolderPath?: string[] | undefined;
1967
- CreatedTime?: Date | undefined;
1968
- LastUpdatedTime?: Date | undefined;
1969
- SharingModel?: SharingModel | undefined;
1970
- }
1971
- export interface DescribeFolderResponse {
1972
- Status?: number | undefined;
1973
- Folder?: Folder | undefined;
1974
- RequestId?: string | undefined;
1975
- }
1976
- export interface DescribeFolderPermissionsRequest {
1977
- AwsAccountId: string | undefined;
1978
- FolderId: string | undefined;
1979
- Namespace?: string | undefined;
1980
- MaxResults?: number | undefined;
1981
- NextToken?: string | undefined;
1982
- }
1983
- export interface DescribeFolderPermissionsResponse {
1984
- Status?: number | undefined;
1985
- FolderId?: string | undefined;
1986
- Arn?: string | undefined;
1987
- Permissions?: ResourcePermission[] | undefined;
1988
- RequestId?: string | undefined;
1989
- NextToken?: string | undefined;
1990
- }
1991
- export interface DescribeFolderResolvedPermissionsRequest {
1992
- AwsAccountId: string | undefined;
1993
- FolderId: string | undefined;
1994
- Namespace?: string | undefined;
1995
- MaxResults?: number | undefined;
1996
- NextToken?: string | undefined;
1997
- }
1998
- export interface DescribeFolderResolvedPermissionsResponse {
1999
- Status?: number | undefined;
2000
- FolderId?: string | undefined;
2001
- Arn?: string | undefined;
2002
- Permissions?: ResourcePermission[] | undefined;
2003
- RequestId?: string | undefined;
2004
- NextToken?: string | undefined;
2005
- }
2006
- export interface DescribeGroupRequest {
2007
- GroupName: string | undefined;
2008
- AwsAccountId: string | undefined;
2009
- Namespace: string | undefined;
2010
- }
2011
- export interface DescribeGroupResponse {
2012
- Group?: Group | undefined;
2013
- RequestId?: string | undefined;
2014
- Status?: number | undefined;
2015
- }
2016
- export interface DescribeGroupMembershipRequest {
2017
- MemberName: string | undefined;
2018
- GroupName: string | undefined;
2019
- AwsAccountId: string | undefined;
2020
- Namespace: string | undefined;
2021
- }
2022
- export interface DescribeGroupMembershipResponse {
2023
- GroupMember?: GroupMember | undefined;
2024
- RequestId?: string | undefined;
2025
- Status?: number | undefined;
2026
- }
2027
- export interface DescribeIAMPolicyAssignmentRequest {
2028
- AwsAccountId: string | undefined;
2029
- AssignmentName: string | undefined;
2030
- Namespace: string | undefined;
2031
- }
2032
- export interface IAMPolicyAssignment {
2033
- AwsAccountId?: string | undefined;
2034
- AssignmentId?: string | undefined;
2035
- AssignmentName?: string | undefined;
2036
- PolicyArn?: string | undefined;
2037
- Identities?: Record<string, string[]> | undefined;
2038
- AssignmentStatus?: AssignmentStatus | undefined;
2039
- }
2040
- export interface DescribeIAMPolicyAssignmentResponse {
2041
- IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
2042
- RequestId?: string | undefined;
2043
- Status?: number | undefined;
2044
- }
2045
- export interface DescribeIngestionRequest {
2046
- AwsAccountId: string | undefined;
2047
- DataSetId: string | undefined;
2048
- IngestionId: string | undefined;
2049
- }
2050
- export interface ErrorInfo {
2051
- Type?: IngestionErrorType | undefined;
2052
- Message?: string | undefined;
2053
- }
2054
- export interface QueueInfo {
2055
- WaitingOnIngestion: string | undefined;
2056
- QueuedIngestion: string | undefined;
2057
- }
2058
- export interface RowInfo {
2059
- RowsIngested?: number | undefined;
2060
- RowsDropped?: number | undefined;
2061
- TotalRowsInDataset?: number | undefined;
2062
- }
2063
- export interface Ingestion {
2064
- Arn: string | undefined;
2065
- IngestionId?: string | undefined;
2066
- IngestionStatus: IngestionStatus | undefined;
2067
- ErrorInfo?: ErrorInfo | undefined;
2068
- RowInfo?: RowInfo | undefined;
2069
- QueueInfo?: QueueInfo | undefined;
2070
- CreatedTime: Date | undefined;
2071
- IngestionTimeInSeconds?: number | undefined;
2072
- IngestionSizeInBytes?: number | undefined;
2073
- RequestSource?: IngestionRequestSource | undefined;
2074
- RequestType?: IngestionRequestType | undefined;
2075
- }
2076
- export interface DescribeIngestionResponse {
2077
- Ingestion?: Ingestion | undefined;
2078
- RequestId?: string | undefined;
2079
- Status?: number | undefined;
2080
- }
2081
- export interface DescribeIpRestrictionRequest {
2082
- AwsAccountId: string | undefined;
2083
- }