@aws-sdk/client-quicksight 3.326.0 → 3.328.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 (187) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
  67. package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
  68. package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
  69. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
  70. package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
  71. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  72. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  73. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  74. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  75. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  76. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  77. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
  78. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
  97. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  102. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  103. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  104. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  105. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  107. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
  108. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
  109. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
  110. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  111. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  112. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
  116. package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
  120. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  121. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  122. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  123. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  124. package/dist-types/commands/index.d.ts +18 -0
  125. package/dist-types/models/models_0.d.ts +43 -91
  126. package/dist-types/models/models_1.d.ts +210 -281
  127. package/dist-types/models/models_2.d.ts +2375 -2163
  128. package/dist-types/models/models_3.d.ts +2468 -54
  129. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  131. package/dist-types/pagination/index.d.ts +2 -0
  132. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  133. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  134. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  135. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  138. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  141. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  166. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  173. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  174. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  175. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  176. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  180. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  181. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  182. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  183. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  187. package/package.json +8 -8
@@ -0,0 +1,94 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteTopicCommand}.
10
+ */
11
+ export interface DeleteTopicCommandInput extends DeleteTopicRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteTopicCommand}.
17
+ */
18
+ export interface DeleteTopicCommandOutput extends DeleteTopicResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a topic.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DeleteTopicCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DeleteTopicCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DeleteTopicRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TopicId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DeleteTopicCommand(input);
34
+ * const response = await client.send(command);
35
+ * // { // DeleteTopicResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // TopicId: "STRING_VALUE",
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
42
+ * ```
43
+ *
44
+ * @param DeleteTopicCommandInput - {@link DeleteTopicCommandInput}
45
+ * @returns {@link DeleteTopicCommandOutput}
46
+ * @see {@link DeleteTopicCommandInput} for command's `input` shape.
47
+ * @see {@link DeleteTopicCommandOutput} for command's `response` shape.
48
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
49
+ *
50
+ * @throws {@link AccessDeniedException} (client fault)
51
+ * <p>You don't have access to this item. The provided credentials couldn't be
52
+ * validated. You might not be authorized to carry out the request. Make sure that your
53
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
54
+ * correct permissions, and that you are using the correct credentials.</p>
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
58
+ *
59
+ * @throws {@link InternalFailureException} (server fault)
60
+ * <p>An internal failure occurred.</p>
61
+ *
62
+ * @throws {@link InvalidParameterValueException} (client fault)
63
+ * <p>One or more parameters has a value that isn't valid.</p>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>One or more resources can't be found.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>Access is throttled.</p>
70
+ *
71
+ * @throws {@link QuickSightServiceException}
72
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
73
+ *
74
+ */
75
+ export declare class DeleteTopicCommand extends $Command<DeleteTopicCommandInput, DeleteTopicCommandOutput, QuickSightClientResolvedConfig> {
76
+ readonly input: DeleteTopicCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
81
+ constructor(input: DeleteTopicCommandInput);
82
+ /**
83
+ * @internal
84
+ */
85
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
89
+ private serialize;
90
+ /**
91
+ * @internal
92
+ */
93
+ private deserialize;
94
+ }
@@ -0,0 +1,102 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteTopicRefreshScheduleCommand}.
10
+ */
11
+ export interface DeleteTopicRefreshScheduleCommandInput extends DeleteTopicRefreshScheduleRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteTopicRefreshScheduleCommand}.
17
+ */
18
+ export interface DeleteTopicRefreshScheduleCommandOutput extends DeleteTopicRefreshScheduleResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a topic refresh schedule.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DeleteTopicRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DeleteTopicRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DeleteTopicRefreshScheduleRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TopicId: "STRING_VALUE", // required
32
+ * DatasetId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new DeleteTopicRefreshScheduleCommand(input);
35
+ * const response = await client.send(command);
36
+ * // { // DeleteTopicRefreshScheduleResponse
37
+ * // TopicId: "STRING_VALUE",
38
+ * // TopicArn: "STRING_VALUE",
39
+ * // DatasetArn: "STRING_VALUE",
40
+ * // Status: Number("int"),
41
+ * // RequestId: "STRING_VALUE",
42
+ * // };
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteTopicRefreshScheduleCommandInput - {@link DeleteTopicRefreshScheduleCommandInput}
47
+ * @returns {@link DeleteTopicRefreshScheduleCommandOutput}
48
+ * @see {@link DeleteTopicRefreshScheduleCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteTopicRefreshScheduleCommandOutput} for command's `response` shape.
50
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You don't have access to this item. The provided credentials couldn't be
54
+ * validated. You might not be authorized to carry out the request. Make sure that your
55
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
56
+ * correct permissions, and that you are using the correct credentials.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
60
+ *
61
+ * @throws {@link InternalFailureException} (server fault)
62
+ * <p>An internal failure occurred.</p>
63
+ *
64
+ * @throws {@link InvalidParameterValueException} (client fault)
65
+ * <p>One or more parameters has a value that isn't valid.</p>
66
+ *
67
+ * @throws {@link LimitExceededException} (client fault)
68
+ * <p>A limit is exceeded.</p>
69
+ *
70
+ * @throws {@link ResourceExistsException} (client fault)
71
+ * <p>The resource specified already exists. </p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>One or more resources can't be found.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>Access is throttled.</p>
78
+ *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
+ *
82
+ */
83
+ export declare class DeleteTopicRefreshScheduleCommand extends $Command<DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
84
+ readonly input: DeleteTopicRefreshScheduleCommandInput;
85
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
89
+ constructor(input: DeleteTopicRefreshScheduleCommandInput);
90
+ /**
91
+ * @internal
92
+ */
93
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicRefreshScheduleCommandInput, DeleteTopicRefreshScheduleCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
97
+ private serialize;
98
+ /**
99
+ * @internal
100
+ */
101
+ private deserialize;
102
+ }
@@ -0,0 +1,102 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteVPCConnectionCommand}.
10
+ */
11
+ export interface DeleteVPCConnectionCommandInput extends DeleteVPCConnectionRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteVPCConnectionCommand}.
17
+ */
18
+ export interface DeleteVPCConnectionCommandOutput extends DeleteVPCConnectionResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a VPC connection.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DeleteVPCConnectionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DeleteVPCConnectionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DeleteVPCConnectionRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * VPCConnectionId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DeleteVPCConnectionCommand(input);
34
+ * const response = await client.send(command);
35
+ * // { // DeleteVPCConnectionResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // VPCConnectionId: "STRING_VALUE",
38
+ * // DeletionStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETION_IN_PROGRESS" || "DELETION_FAILED" || "DELETED",
39
+ * // AvailabilityStatus: "AVAILABLE" || "UNAVAILABLE" || "PARTIALLY_AVAILABLE",
40
+ * // RequestId: "STRING_VALUE",
41
+ * // Status: Number("int"),
42
+ * // };
43
+ *
44
+ * ```
45
+ *
46
+ * @param DeleteVPCConnectionCommandInput - {@link DeleteVPCConnectionCommandInput}
47
+ * @returns {@link DeleteVPCConnectionCommandOutput}
48
+ * @see {@link DeleteVPCConnectionCommandInput} for command's `input` shape.
49
+ * @see {@link DeleteVPCConnectionCommandOutput} for command's `response` shape.
50
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You don't have access to this item. The provided credentials couldn't be
54
+ * validated. You might not be authorized to carry out the request. Make sure that your
55
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
56
+ * correct permissions, and that you are using the correct credentials.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
60
+ *
61
+ * @throws {@link InternalFailureException} (server fault)
62
+ * <p>An internal failure occurred.</p>
63
+ *
64
+ * @throws {@link InvalidParameterValueException} (client fault)
65
+ * <p>One or more parameters has a value that isn't valid.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>One or more resources can't be found.</p>
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * <p>Access is throttled.</p>
72
+ *
73
+ * @throws {@link UnsupportedUserEditionException} (client fault)
74
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
75
+ * subscription where the edition doesn't include support for that operation. Amazon
76
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
77
+ * capability is available in every edition.</p>
78
+ *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
+ *
82
+ */
83
+ export declare class DeleteVPCConnectionCommand extends $Command<DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput, QuickSightClientResolvedConfig> {
84
+ readonly input: DeleteVPCConnectionCommandInput;
85
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
89
+ constructor(input: DeleteVPCConnectionCommandInput);
90
+ /**
91
+ * @internal
92
+ */
93
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVPCConnectionCommandInput, DeleteVPCConnectionCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
97
+ private serialize;
98
+ /**
99
+ * @internal
100
+ */
101
+ private deserialize;
102
+ }
@@ -969,6 +969,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
969
969
  * // "STRING_VALUE",
970
970
  * // ],
971
971
  * // SelectedFieldOptions: "ALL_FIELDS",
972
+ * // SelectedColumns: [ // CustomActionColumnList
973
+ * // "<ColumnIdentifier>",
974
+ * // ],
972
975
  * // },
973
976
  * // TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
974
977
  * // SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1013,6 +1016,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1013
1016
  * // SelectAllValueOptions: "ALL_VALUES",
1014
1017
  * // SourceParameterName: "STRING_VALUE",
1015
1018
  * // SourceField: "STRING_VALUE",
1019
+ * // SourceColumn: "<ColumnIdentifier>",
1016
1020
  * // },
1017
1021
  * // },
1018
1022
  * // ],
@@ -1364,6 +1368,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1364
1368
  * // "STRING_VALUE",
1365
1369
  * // ],
1366
1370
  * // SelectedFieldOptions: "ALL_FIELDS",
1371
+ * // SelectedColumns: [
1372
+ * // "<ColumnIdentifier>",
1373
+ * // ],
1367
1374
  * // },
1368
1375
  * // TargetVisualsConfiguration: {
1369
1376
  * // SameSheetTargetVisualConfiguration: {
@@ -1408,6 +1415,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1408
1415
  * // SelectAllValueOptions: "ALL_VALUES",
1409
1416
  * // SourceParameterName: "STRING_VALUE",
1410
1417
  * // SourceField: "STRING_VALUE",
1418
+ * // SourceColumn: "<ColumnIdentifier>",
1411
1419
  * // },
1412
1420
  * // },
1413
1421
  * // ],
@@ -1776,6 +1784,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1776
1784
  * // LabelFontConfiguration: "<FontConfiguration>",
1777
1785
  * // LabelColor: "STRING_VALUE",
1778
1786
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1787
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1779
1788
  * // },
1780
1789
  * // Tooltip: { // TooltipOptions
1781
1790
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1809,7 +1818,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1809
1818
  * // },
1810
1819
  * // DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1811
1820
  * // Column: "<ColumnIdentifier>", // required
1812
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
1821
+ * // MeasureAggregationFunction: "<AggregationFunction>",
1813
1822
  * // Calculation: "<NumericalAggregationFunction>", // required
1814
1823
  * // },
1815
1824
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1856,6 +1865,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1856
1865
  * // "STRING_VALUE",
1857
1866
  * // ],
1858
1867
  * // SelectedFieldOptions: "ALL_FIELDS",
1868
+ * // SelectedColumns: [
1869
+ * // "<ColumnIdentifier>",
1870
+ * // ],
1859
1871
  * // },
1860
1872
  * // TargetVisualsConfiguration: {
1861
1873
  * // SameSheetTargetVisualConfiguration: {
@@ -1900,6 +1912,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
1900
1912
  * // SelectAllValueOptions: "ALL_VALUES",
1901
1913
  * // SourceParameterName: "STRING_VALUE",
1902
1914
  * // SourceField: "STRING_VALUE",
1915
+ * // SourceColumn: "<ColumnIdentifier>",
1903
1916
  * // },
1904
1917
  * // },
1905
1918
  * // ],
@@ -2135,6 +2148,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2135
2148
  * // "STRING_VALUE",
2136
2149
  * // ],
2137
2150
  * // SelectedFieldOptions: "ALL_FIELDS",
2151
+ * // SelectedColumns: [
2152
+ * // "<ColumnIdentifier>",
2153
+ * // ],
2138
2154
  * // },
2139
2155
  * // TargetVisualsConfiguration: {
2140
2156
  * // SameSheetTargetVisualConfiguration: {
@@ -2179,6 +2195,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2179
2195
  * // SelectAllValueOptions: "ALL_VALUES",
2180
2196
  * // SourceParameterName: "STRING_VALUE",
2181
2197
  * // SourceField: "STRING_VALUE",
2198
+ * // SourceColumn: "<ColumnIdentifier>",
2182
2199
  * // },
2183
2200
  * // },
2184
2201
  * // ],
@@ -2385,6 +2402,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2385
2402
  * // LabelFontConfiguration: "<FontConfiguration>",
2386
2403
  * // LabelColor: "STRING_VALUE",
2387
2404
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2405
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2388
2406
  * // },
2389
2407
  * // Tooltip: {
2390
2408
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2442,6 +2460,9 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2442
2460
  * // "STRING_VALUE",
2443
2461
  * // ],
2444
2462
  * // SelectedFieldOptions: "ALL_FIELDS",
2463
+ * // SelectedColumns: [
2464
+ * // "<ColumnIdentifier>",
2465
+ * // ],
2445
2466
  * // },
2446
2467
  * // TargetVisualsConfiguration: {
2447
2468
  * // SameSheetTargetVisualConfiguration: {
@@ -2486,6 +2507,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2486
2507
  * // SelectAllValueOptions: "ALL_VALUES",
2487
2508
  * // SourceParameterName: "STRING_VALUE",
2488
2509
  * // SourceField: "STRING_VALUE",
2510
+ * // SourceColumn: "<ColumnIdentifier>",
2489
2511
  * // },
2490
2512
  * // },
2491
2513
  * // ],
@@ -2579,6 +2601,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2579
2601
  * // LabelFontConfiguration: "<FontConfiguration>",
2580
2602
  * // LabelColor: "STRING_VALUE",
2581
2603
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2604
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2582
2605
  * // },
2583
2606
  * // TooltipOptions: {
2584
2607
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2944,6 +2967,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2944
2967
  * // LabelFontConfiguration: "<FontConfiguration>",
2945
2968
  * // LabelColor: "STRING_VALUE",
2946
2969
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2970
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2947
2971
  * // },
2948
2972
  * // ReferenceLines: [
2949
2973
  * // {
@@ -2954,7 +2978,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
2954
2978
  * // },
2955
2979
  * // DynamicConfiguration: {
2956
2980
  * // Column: "<ColumnIdentifier>", // required
2957
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
2981
+ * // MeasureAggregationFunction: "<AggregationFunction>",
2958
2982
  * // Calculation: "<NumericalAggregationFunction>", // required
2959
2983
  * // },
2960
2984
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3121,6 +3145,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3121
3145
  * // LabelFontConfiguration: "<FontConfiguration>",
3122
3146
  * // LabelColor: "STRING_VALUE",
3123
3147
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3148
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
3124
3149
  * // },
3125
3150
  * // Tooltip: {
3126
3151
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3366,11 +3391,14 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3366
3391
  * // YAxis: "<MeasureFieldList>",
3367
3392
  * // Category: "<DimensionFieldList>",
3368
3393
  * // Size: "<MeasureFieldList>",
3394
+ * // Label: "<DimensionFieldList>",
3369
3395
  * // },
3370
3396
  * // ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3371
3397
  * // XAxis: "<DimensionFieldList>",
3372
3398
  * // YAxis: "<DimensionFieldList>",
3373
3399
  * // Size: "<MeasureFieldList>",
3400
+ * // Category: "<DimensionFieldList>",
3401
+ * // Label: "<DimensionFieldList>",
3374
3402
  * // },
3375
3403
  * // },
3376
3404
  * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3425,7 +3453,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3425
3453
  * // },
3426
3454
  * // DynamicConfiguration: {
3427
3455
  * // Column: "<ColumnIdentifier>", // required
3428
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
3456
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3429
3457
  * // Calculation: "<NumericalAggregationFunction>", // required
3430
3458
  * // },
3431
3459
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3498,7 +3526,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
3498
3526
  * // },
3499
3527
  * // DynamicConfiguration: {
3500
3528
  * // Column: "<ColumnIdentifier>", // required
3501
- * // MeasureAggregationFunction: "<AggregationFunction>", // required
3529
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3502
3530
  * // Calculation: "<NumericalAggregationFunction>", // required
3503
3531
  * // },
3504
3532
  * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4029,6 +4057,12 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
4029
4057
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4030
4058
  * // CustomValue: "STRING_VALUE",
4031
4059
  * // },
4060
+ * // MappedDataSetParameters: [ // MappedDataSetParameters
4061
+ * // { // MappedDataSetParameter
4062
+ * // DataSetIdentifier: "STRING_VALUE", // required
4063
+ * // DataSetParameterName: "STRING_VALUE", // required
4064
+ * // },
4065
+ * // ],
4032
4066
  * // },
4033
4067
  * // DecimalParameterDeclaration: { // DecimalParameterDeclaration
4034
4068
  * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4045,6 +4079,12 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
4045
4079
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4046
4080
  * // CustomValue: Number("double"),
4047
4081
  * // },
4082
+ * // MappedDataSetParameters: [
4083
+ * // {
4084
+ * // DataSetIdentifier: "STRING_VALUE", // required
4085
+ * // DataSetParameterName: "STRING_VALUE", // required
4086
+ * // },
4087
+ * // ],
4048
4088
  * // },
4049
4089
  * // IntegerParameterDeclaration: { // IntegerParameterDeclaration
4050
4090
  * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4061,6 +4101,12 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
4061
4101
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4062
4102
  * // CustomValue: Number("long"),
4063
4103
  * // },
4104
+ * // MappedDataSetParameters: [
4105
+ * // {
4106
+ * // DataSetIdentifier: "STRING_VALUE", // required
4107
+ * // DataSetParameterName: "STRING_VALUE", // required
4108
+ * // },
4109
+ * // ],
4064
4110
  * // },
4065
4111
  * // DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4066
4112
  * // Name: "STRING_VALUE", // required
@@ -4081,6 +4127,12 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
4081
4127
  * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4082
4128
  * // CustomValue: new Date("TIMESTAMP"),
4083
4129
  * // },
4130
+ * // MappedDataSetParameters: [
4131
+ * // {
4132
+ * // DataSetIdentifier: "STRING_VALUE", // required
4133
+ * // DataSetParameterName: "STRING_VALUE", // required
4134
+ * // },
4135
+ * // ],
4084
4136
  * // },
4085
4137
  * // },
4086
4138
  * // ],