@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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 (203) hide show
  1. package/README.md +196 -7
  2. package/dist-cjs/index.js +442 -5
  3. package/dist-cjs/schemas/schemas_0.js +979 -262
  4. package/dist-es/QuickSight.js +56 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
  8. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  9. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  10. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  11. package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
  12. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  13. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  14. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  15. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  16. package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
  17. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  18. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  19. package/dist-es/commands/ListAgentsCommand.js +16 -0
  20. package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
  21. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  22. package/dist-es/commands/ListSpacesCommand.js +16 -0
  23. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  24. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  25. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  26. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  27. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  28. package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
  29. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  30. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  31. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  32. package/dist-es/commands/index.js +27 -0
  33. package/dist-es/models/enums.js +52 -5
  34. package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
  35. package/dist-es/pagination/index.js +1 -0
  36. package/dist-es/schemas/schemas_0.js +941 -226
  37. package/dist-types/QuickSight.d.ts +196 -0
  38. package/dist-types/QuickSightClient.d.ts +29 -2
  39. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  40. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  41. package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
  42. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  43. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  44. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  45. package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
  46. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  47. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  48. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  49. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  52. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
  61. package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
  62. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  63. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  64. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  65. package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
  66. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  67. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  68. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  69. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  70. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  71. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  72. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  86. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
  95. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  104. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  105. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  106. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
  109. package/dist-types/commands/index.d.ts +27 -0
  110. package/dist-types/models/enums.d.ts +124 -13
  111. package/dist-types/models/models_0.d.ts +200 -87
  112. package/dist-types/models/models_1.d.ts +88 -66
  113. package/dist-types/models/models_2.d.ts +254 -215
  114. package/dist-types/models/models_3.d.ts +751 -756
  115. package/dist-types/models/models_4.d.ts +3961 -4019
  116. package/dist-types/models/models_5.d.ts +2051 -4
  117. package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/index.d.ts +1 -0
  119. package/dist-types/schemas/schemas_0.d.ts +102 -0
  120. package/dist-types/ts3.4/QuickSight.d.ts +466 -0
  121. package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
  122. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  123. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
  129. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  130. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  131. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  132. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  133. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  135. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
  144. package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
  145. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
  149. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  150. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  151. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  152. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  153. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  154. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  155. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  169. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  187. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  188. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  189. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  193. package/dist-types/ts3.4/models/enums.d.ts +69 -7
  194. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  195. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  196. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  197. package/dist-types/ts3.4/models/models_3.d.ts +166 -173
  198. package/dist-types/ts3.4/models/models_4.d.ts +435 -412
  199. package/dist-types/ts3.4/models/models_5.d.ts +506 -2
  200. package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  202. package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
  203. package/package.json +2 -2
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateSpaceCommandInput extends CreateSpaceRequest {}
12
+ export interface CreateSpaceCommandOutput
13
+ extends CreateSpaceResponse,
14
+ __MetadataBearer {}
15
+ declare const CreateSpaceCommand_base: {
16
+ new (
17
+ input: CreateSpaceCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ CreateSpaceCommandInput,
20
+ CreateSpaceCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: CreateSpaceCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ CreateSpaceCommandInput,
29
+ CreateSpaceCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class CreateSpaceCommand extends CreateSpaceCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: CreateSpaceRequest;
42
+ output: CreateSpaceResponse;
43
+ };
44
+ sdk: {
45
+ input: CreateSpaceCommandInput;
46
+ output: CreateSpaceCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteAgentCommandInput extends DeleteAgentRequest {}
12
+ export interface DeleteAgentCommandOutput
13
+ extends DeleteAgentResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteAgentCommand_base: {
16
+ new (
17
+ input: DeleteAgentCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteAgentCommandInput,
20
+ DeleteAgentCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteAgentCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteAgentCommandInput,
29
+ DeleteAgentCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteAgentRequest;
42
+ output: DeleteAgentResponse;
43
+ };
44
+ sdk: {
45
+ input: DeleteAgentCommandInput;
46
+ output: DeleteAgentCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
12
+ export interface DeleteFlowCommandOutput
13
+ extends DeleteFlowResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteFlowCommand_base: {
16
+ new (
17
+ input: DeleteFlowCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteFlowCommandInput,
20
+ DeleteFlowCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteFlowCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteFlowCommandInput,
29
+ DeleteFlowCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteFlowRequest;
42
+ output: DeleteFlowResponse;
43
+ };
44
+ sdk: {
45
+ input: DeleteFlowCommandInput;
46
+ output: DeleteFlowCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteOAuthClientApplicationRequest,
5
+ DeleteOAuthClientApplicationResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteOAuthClientApplicationCommandInput
15
+ extends DeleteOAuthClientApplicationRequest {}
16
+ export interface DeleteOAuthClientApplicationCommandOutput
17
+ extends DeleteOAuthClientApplicationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteOAuthClientApplicationCommand_base: {
20
+ new (
21
+ input: DeleteOAuthClientApplicationCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteOAuthClientApplicationCommandInput,
24
+ DeleteOAuthClientApplicationCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteOAuthClientApplicationCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DeleteOAuthClientApplicationCommandInput,
33
+ DeleteOAuthClientApplicationCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DeleteOAuthClientApplicationCommand extends DeleteOAuthClientApplicationCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DeleteOAuthClientApplicationRequest;
46
+ output: DeleteOAuthClientApplicationResponse;
47
+ };
48
+ sdk: {
49
+ input: DeleteOAuthClientApplicationCommandInput;
50
+ output: DeleteOAuthClientApplicationCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteSpaceRequest, DeleteSpaceResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteSpaceCommandInput extends DeleteSpaceRequest {}
12
+ export interface DeleteSpaceCommandOutput
13
+ extends DeleteSpaceResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteSpaceCommand_base: {
16
+ new (
17
+ input: DeleteSpaceCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DeleteSpaceCommandInput,
20
+ DeleteSpaceCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteSpaceCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DeleteSpaceCommandInput,
29
+ DeleteSpaceCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DeleteSpaceRequest;
42
+ output: DeleteSpaceResponse;
43
+ };
44
+ sdk: {
45
+ input: DeleteSpaceCommandInput;
46
+ output: DeleteSpaceCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeAgentRequest,
5
+ DescribeAgentResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeAgentCommandInput extends DescribeAgentRequest {}
15
+ export interface DescribeAgentCommandOutput
16
+ extends DescribeAgentResponse,
17
+ __MetadataBearer {}
18
+ declare const DescribeAgentCommand_base: {
19
+ new (
20
+ input: DescribeAgentCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DescribeAgentCommandInput,
23
+ DescribeAgentCommandOutput,
24
+ QuickSightClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DescribeAgentCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DescribeAgentCommandInput,
32
+ DescribeAgentCommandOutput,
33
+ QuickSightClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DescribeAgentRequest;
45
+ output: DescribeAgentResponse;
46
+ };
47
+ sdk: {
48
+ input: DescribeAgentCommandInput;
49
+ output: DescribeAgentCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeAgentPermissionsRequest,
5
+ DescribeAgentPermissionsResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeAgentPermissionsCommandInput
15
+ extends DescribeAgentPermissionsRequest {}
16
+ export interface DescribeAgentPermissionsCommandOutput
17
+ extends DescribeAgentPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeAgentPermissionsCommand_base: {
20
+ new (
21
+ input: DescribeAgentPermissionsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeAgentPermissionsCommandInput,
24
+ DescribeAgentPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeAgentPermissionsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribeAgentPermissionsCommandInput,
33
+ DescribeAgentPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribeAgentPermissionsCommand extends DescribeAgentPermissionsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribeAgentPermissionsRequest;
46
+ output: DescribeAgentPermissionsResponse;
47
+ };
48
+ sdk: {
49
+ input: DescribeAgentPermissionsCommandInput;
50
+ output: DescribeAgentPermissionsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeDataSourcePermissionsRequest,
5
- DescribeDataSourcePermissionsResponse,
6
- } from "../models/models_3";
3
+ import { DescribeDataSourcePermissionsRequest } from "../models/models_3";
4
+ import { DescribeDataSourcePermissionsResponse } from "../models/models_4";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeDefaultQBusinessApplicationRequest,
5
5
  DescribeDefaultQBusinessApplicationResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_4";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
12
+ export interface DescribeFlowCommandOutput
13
+ extends DescribeFlowResponse,
14
+ __MetadataBearer {}
15
+ declare const DescribeFlowCommand_base: {
16
+ new (
17
+ input: DescribeFlowCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DescribeFlowCommandInput,
20
+ DescribeFlowCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DescribeFlowCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ DescribeFlowCommandInput,
29
+ DescribeFlowCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: DescribeFlowRequest;
42
+ output: DescribeFlowResponse;
43
+ };
44
+ sdk: {
45
+ input: DescribeFlowCommandInput;
46
+ output: DescribeFlowCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeFolderRequest,
5
5
  DescribeFolderResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeFolderPermissionsRequest,
5
5
  DescribeFolderPermissionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeFolderResolvedPermissionsRequest,
5
5
  DescribeFolderResolvedPermissionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeGroupRequest,
5
5
  DescribeGroupResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeGroupMembershipRequest,
5
5
  DescribeGroupMembershipResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeIAMPolicyAssignmentRequest,
5
5
  DescribeIAMPolicyAssignmentResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeIngestionRequest,
5
5
  DescribeIngestionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeIpRestrictionRequest,
5
5
  DescribeIpRestrictionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeKeyRegistrationRequest } from "../models/models_3";
4
- import { DescribeKeyRegistrationResponse } from "../models/models_4";
3
+ import {
4
+ DescribeKeyRegistrationRequest,
5
+ DescribeKeyRegistrationResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeOAuthClientApplicationRequest,
5
+ DescribeOAuthClientApplicationResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeOAuthClientApplicationCommandInput
15
+ extends DescribeOAuthClientApplicationRequest {}
16
+ export interface DescribeOAuthClientApplicationCommandOutput
17
+ extends DescribeOAuthClientApplicationResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeOAuthClientApplicationCommand_base: {
20
+ new (
21
+ input: DescribeOAuthClientApplicationCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeOAuthClientApplicationCommandInput,
24
+ DescribeOAuthClientApplicationCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribeOAuthClientApplicationCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribeOAuthClientApplicationCommandInput,
33
+ DescribeOAuthClientApplicationCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribeOAuthClientApplicationCommand extends DescribeOAuthClientApplicationCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribeOAuthClientApplicationRequest;
46
+ output: DescribeOAuthClientApplicationResponse;
47
+ };
48
+ sdk: {
49
+ input: DescribeOAuthClientApplicationCommandInput;
50
+ output: DescribeOAuthClientApplicationCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeSpaceRequest,
5
+ DescribeSpaceResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeSpaceCommandInput extends DescribeSpaceRequest {}
15
+ export interface DescribeSpaceCommandOutput
16
+ extends DescribeSpaceResponse,
17
+ __MetadataBearer {}
18
+ declare const DescribeSpaceCommand_base: {
19
+ new (
20
+ input: DescribeSpaceCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ DescribeSpaceCommandInput,
23
+ DescribeSpaceCommandOutput,
24
+ QuickSightClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: DescribeSpaceCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ DescribeSpaceCommandInput,
32
+ DescribeSpaceCommandOutput,
33
+ QuickSightClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class DescribeSpaceCommand extends DescribeSpaceCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: DescribeSpaceRequest;
45
+ output: DescribeSpaceResponse;
46
+ };
47
+ sdk: {
48
+ input: DescribeSpaceCommandInput;
49
+ output: DescribeSpaceCommandOutput;
50
+ };
51
+ };
52
+ }