@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,98 @@
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 { ListTopicsRequest, ListTopicsResponse } from "../models/models_3";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link ListTopicsCommand}.
10
+ */
11
+ export interface ListTopicsCommandInput extends ListTopicsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link ListTopicsCommand}.
17
+ */
18
+ export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Lists all of the topics within an account.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, ListTopicsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, ListTopicsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // ListTopicsRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
34
+ * const command = new ListTopicsCommand(input);
35
+ * const response = await client.send(command);
36
+ * // { // ListTopicsResponse
37
+ * // TopicsSummaries: [ // TopicSummaries
38
+ * // { // TopicSummary
39
+ * // Arn: "STRING_VALUE",
40
+ * // TopicId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // RequestId: "STRING_VALUE",
46
+ * // Status: Number("int"),
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param ListTopicsCommandInput - {@link ListTopicsCommandInput}
52
+ * @returns {@link ListTopicsCommandOutput}
53
+ * @see {@link ListTopicsCommandInput} for command's `input` shape.
54
+ * @see {@link ListTopicsCommandOutput} for command's `response` shape.
55
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>You don't have access to this item. The provided credentials couldn't be
59
+ * validated. You might not be authorized to carry out the request. Make sure that your
60
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
61
+ * correct permissions, and that you are using the correct credentials.</p>
62
+ *
63
+ * @throws {@link InternalFailureException} (server fault)
64
+ * <p>An internal failure occurred.</p>
65
+ *
66
+ * @throws {@link InvalidNextTokenException} (client fault)
67
+ * <p>The <code>NextToken</code> value isn't valid.</p>
68
+ *
69
+ * @throws {@link InvalidParameterValueException} (client fault)
70
+ * <p>One or more parameters has a value that isn't valid.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>Access is throttled.</p>
74
+ *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
77
+ *
78
+ */
79
+ export declare class ListTopicsCommand extends $Command<ListTopicsCommandInput, ListTopicsCommandOutput, QuickSightClientResolvedConfig> {
80
+ readonly input: ListTopicsCommandInput;
81
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
85
+ constructor(input: ListTopicsCommandInput);
86
+ /**
87
+ * @internal
88
+ */
89
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
93
+ private serialize;
94
+ /**
95
+ * @internal
96
+ */
97
+ private deserialize;
98
+ }
@@ -0,0 +1,126 @@
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 { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/models_3";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link ListVPCConnectionsCommand}.
10
+ */
11
+ export interface ListVPCConnectionsCommandInput extends ListVPCConnectionsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link ListVPCConnectionsCommand}.
17
+ */
18
+ export interface ListVPCConnectionsCommandOutput extends ListVPCConnectionsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Lists all of the VPC connections in the current set Amazon Web Services Region of an
23
+ * Amazon Web Services account.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { QuickSightClient, ListVPCConnectionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
28
+ * // const { QuickSightClient, ListVPCConnectionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
29
+ * const client = new QuickSightClient(config);
30
+ * const input = { // ListVPCConnectionsRequest
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
35
+ * const command = new ListVPCConnectionsCommand(input);
36
+ * const response = await client.send(command);
37
+ * // { // ListVPCConnectionsResponse
38
+ * // VPCConnectionSummaries: [ // VPCConnectionSummaryList
39
+ * // { // VPCConnectionSummary
40
+ * // VPCConnectionId: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // VPCId: "STRING_VALUE",
44
+ * // SecurityGroupIds: [ // SecurityGroupIdList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // DnsResolvers: [ // StringList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETION_IN_PROGRESS" || "DELETION_FAILED" || "DELETED",
51
+ * // AvailabilityStatus: "AVAILABLE" || "UNAVAILABLE" || "PARTIALLY_AVAILABLE",
52
+ * // NetworkInterfaces: [ // NetworkInterfaceList
53
+ * // { // NetworkInterface
54
+ * // SubnetId: "STRING_VALUE",
55
+ * // AvailabilityZone: "STRING_VALUE",
56
+ * // ErrorMessage: "STRING_VALUE",
57
+ * // Status: "CREATING" || "AVAILABLE" || "CREATION_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETED" || "DELETION_FAILED" || "DELETION_SCHEDULED" || "ATTACHMENT_FAILED_ROLLBACK_FAILED",
58
+ * // NetworkInterfaceId: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // RoleArn: "STRING_VALUE",
62
+ * // CreatedTime: new Date("TIMESTAMP"),
63
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
64
+ * // },
65
+ * // ],
66
+ * // NextToken: "STRING_VALUE",
67
+ * // RequestId: "STRING_VALUE",
68
+ * // Status: Number("int"),
69
+ * // };
70
+ *
71
+ * ```
72
+ *
73
+ * @param ListVPCConnectionsCommandInput - {@link ListVPCConnectionsCommandInput}
74
+ * @returns {@link ListVPCConnectionsCommandOutput}
75
+ * @see {@link ListVPCConnectionsCommandInput} for command's `input` shape.
76
+ * @see {@link ListVPCConnectionsCommandOutput} for command's `response` shape.
77
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
78
+ *
79
+ * @throws {@link AccessDeniedException} (client fault)
80
+ * <p>You don't have access to this item. The provided credentials couldn't be
81
+ * validated. You might not be authorized to carry out the request. Make sure that your
82
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
83
+ * correct permissions, and that you are using the correct credentials.</p>
84
+ *
85
+ * @throws {@link InternalFailureException} (server fault)
86
+ * <p>An internal failure occurred.</p>
87
+ *
88
+ * @throws {@link InvalidNextTokenException} (client fault)
89
+ * <p>The <code>NextToken</code> value isn't valid.</p>
90
+ *
91
+ * @throws {@link InvalidParameterValueException} (client fault)
92
+ * <p>One or more parameters has a value that isn't valid.</p>
93
+ *
94
+ * @throws {@link ThrottlingException} (client fault)
95
+ * <p>Access is throttled.</p>
96
+ *
97
+ * @throws {@link UnsupportedUserEditionException} (client fault)
98
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
99
+ * subscription where the edition doesn't include support for that operation. Amazon
100
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
101
+ * capability is available in every edition.</p>
102
+ *
103
+ * @throws {@link QuickSightServiceException}
104
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
105
+ *
106
+ */
107
+ export declare class ListVPCConnectionsCommand extends $Command<ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput, QuickSightClientResolvedConfig> {
108
+ readonly input: ListVPCConnectionsCommandInput;
109
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
+ /**
111
+ * @public
112
+ */
113
+ constructor(input: ListVPCConnectionsCommandInput);
114
+ /**
115
+ * @internal
116
+ */
117
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput>;
118
+ /**
119
+ * @internal
120
+ */
121
+ private serialize;
122
+ /**
123
+ * @internal
124
+ */
125
+ private deserialize;
126
+ }
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
28
  * that is already associated with the resource, the new tag value that you specify
29
29
  * replaces the previous value for that tag.</p>
30
30
  * <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
31
- * set, data source, dashboard, and template. </p>
31
+ * set, data source, dashboard, template, and topic. </p>
32
32
  * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
33
33
  * the following:</p>
34
34
  * <ul>
@@ -989,6 +989,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
989
989
  * "STRING_VALUE",
990
990
  * ],
991
991
  * SelectedFieldOptions: "ALL_FIELDS",
992
+ * SelectedColumns: [ // CustomActionColumnList
993
+ * "<ColumnIdentifier>",
994
+ * ],
992
995
  * },
993
996
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
994
997
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1033,6 +1036,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1033
1036
  * SelectAllValueOptions: "ALL_VALUES",
1034
1037
  * SourceParameterName: "STRING_VALUE",
1035
1038
  * SourceField: "STRING_VALUE",
1039
+ * SourceColumn: "<ColumnIdentifier>",
1036
1040
  * },
1037
1041
  * },
1038
1042
  * ],
@@ -1384,6 +1388,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1384
1388
  * "STRING_VALUE",
1385
1389
  * ],
1386
1390
  * SelectedFieldOptions: "ALL_FIELDS",
1391
+ * SelectedColumns: [
1392
+ * "<ColumnIdentifier>",
1393
+ * ],
1387
1394
  * },
1388
1395
  * TargetVisualsConfiguration: {
1389
1396
  * SameSheetTargetVisualConfiguration: {
@@ -1428,6 +1435,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1428
1435
  * SelectAllValueOptions: "ALL_VALUES",
1429
1436
  * SourceParameterName: "STRING_VALUE",
1430
1437
  * SourceField: "STRING_VALUE",
1438
+ * SourceColumn: "<ColumnIdentifier>",
1431
1439
  * },
1432
1440
  * },
1433
1441
  * ],
@@ -1796,6 +1804,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1796
1804
  * LabelFontConfiguration: "<FontConfiguration>",
1797
1805
  * LabelColor: "STRING_VALUE",
1798
1806
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1807
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1799
1808
  * },
1800
1809
  * Tooltip: { // TooltipOptions
1801
1810
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1829,7 +1838,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1829
1838
  * },
1830
1839
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1831
1840
  * Column: "<ColumnIdentifier>", // required
1832
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1841
+ * MeasureAggregationFunction: "<AggregationFunction>",
1833
1842
  * Calculation: "<NumericalAggregationFunction>", // required
1834
1843
  * },
1835
1844
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1876,6 +1885,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1876
1885
  * "STRING_VALUE",
1877
1886
  * ],
1878
1887
  * SelectedFieldOptions: "ALL_FIELDS",
1888
+ * SelectedColumns: [
1889
+ * "<ColumnIdentifier>",
1890
+ * ],
1879
1891
  * },
1880
1892
  * TargetVisualsConfiguration: {
1881
1893
  * SameSheetTargetVisualConfiguration: {
@@ -1920,6 +1932,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1920
1932
  * SelectAllValueOptions: "ALL_VALUES",
1921
1933
  * SourceParameterName: "STRING_VALUE",
1922
1934
  * SourceField: "STRING_VALUE",
1935
+ * SourceColumn: "<ColumnIdentifier>",
1923
1936
  * },
1924
1937
  * },
1925
1938
  * ],
@@ -2155,6 +2168,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2155
2168
  * "STRING_VALUE",
2156
2169
  * ],
2157
2170
  * SelectedFieldOptions: "ALL_FIELDS",
2171
+ * SelectedColumns: [
2172
+ * "<ColumnIdentifier>",
2173
+ * ],
2158
2174
  * },
2159
2175
  * TargetVisualsConfiguration: {
2160
2176
  * SameSheetTargetVisualConfiguration: {
@@ -2199,6 +2215,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2199
2215
  * SelectAllValueOptions: "ALL_VALUES",
2200
2216
  * SourceParameterName: "STRING_VALUE",
2201
2217
  * SourceField: "STRING_VALUE",
2218
+ * SourceColumn: "<ColumnIdentifier>",
2202
2219
  * },
2203
2220
  * },
2204
2221
  * ],
@@ -2405,6 +2422,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2405
2422
  * LabelFontConfiguration: "<FontConfiguration>",
2406
2423
  * LabelColor: "STRING_VALUE",
2407
2424
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2425
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2408
2426
  * },
2409
2427
  * Tooltip: {
2410
2428
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2462,6 +2480,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2462
2480
  * "STRING_VALUE",
2463
2481
  * ],
2464
2482
  * SelectedFieldOptions: "ALL_FIELDS",
2483
+ * SelectedColumns: [
2484
+ * "<ColumnIdentifier>",
2485
+ * ],
2465
2486
  * },
2466
2487
  * TargetVisualsConfiguration: {
2467
2488
  * SameSheetTargetVisualConfiguration: {
@@ -2506,6 +2527,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2506
2527
  * SelectAllValueOptions: "ALL_VALUES",
2507
2528
  * SourceParameterName: "STRING_VALUE",
2508
2529
  * SourceField: "STRING_VALUE",
2530
+ * SourceColumn: "<ColumnIdentifier>",
2509
2531
  * },
2510
2532
  * },
2511
2533
  * ],
@@ -2599,6 +2621,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2599
2621
  * LabelFontConfiguration: "<FontConfiguration>",
2600
2622
  * LabelColor: "STRING_VALUE",
2601
2623
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2624
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2602
2625
  * },
2603
2626
  * TooltipOptions: {
2604
2627
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2964,6 +2987,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2964
2987
  * LabelFontConfiguration: "<FontConfiguration>",
2965
2988
  * LabelColor: "STRING_VALUE",
2966
2989
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2990
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2967
2991
  * },
2968
2992
  * ReferenceLines: [
2969
2993
  * {
@@ -2974,7 +2998,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2974
2998
  * },
2975
2999
  * DynamicConfiguration: {
2976
3000
  * Column: "<ColumnIdentifier>", // required
2977
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3001
+ * MeasureAggregationFunction: "<AggregationFunction>",
2978
3002
  * Calculation: "<NumericalAggregationFunction>", // required
2979
3003
  * },
2980
3004
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3141,6 +3165,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3141
3165
  * LabelFontConfiguration: "<FontConfiguration>",
3142
3166
  * LabelColor: "STRING_VALUE",
3143
3167
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3168
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3144
3169
  * },
3145
3170
  * Tooltip: {
3146
3171
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3386,11 +3411,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3386
3411
  * YAxis: "<MeasureFieldList>",
3387
3412
  * Category: "<DimensionFieldList>",
3388
3413
  * Size: "<MeasureFieldList>",
3414
+ * Label: "<DimensionFieldList>",
3389
3415
  * },
3390
3416
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3391
3417
  * XAxis: "<DimensionFieldList>",
3392
3418
  * YAxis: "<DimensionFieldList>",
3393
3419
  * Size: "<MeasureFieldList>",
3420
+ * Category: "<DimensionFieldList>",
3421
+ * Label: "<DimensionFieldList>",
3394
3422
  * },
3395
3423
  * },
3396
3424
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3445,7 +3473,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3445
3473
  * },
3446
3474
  * DynamicConfiguration: {
3447
3475
  * Column: "<ColumnIdentifier>", // required
3448
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3476
+ * MeasureAggregationFunction: "<AggregationFunction>",
3449
3477
  * Calculation: "<NumericalAggregationFunction>", // required
3450
3478
  * },
3451
3479
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3518,7 +3546,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3518
3546
  * },
3519
3547
  * DynamicConfiguration: {
3520
3548
  * Column: "<ColumnIdentifier>", // required
3521
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3549
+ * MeasureAggregationFunction: "<AggregationFunction>",
3522
3550
  * Calculation: "<NumericalAggregationFunction>", // required
3523
3551
  * },
3524
3552
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4049,6 +4077,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4049
4077
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4050
4078
  * CustomValue: "STRING_VALUE",
4051
4079
  * },
4080
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4081
+ * { // MappedDataSetParameter
4082
+ * DataSetIdentifier: "STRING_VALUE", // required
4083
+ * DataSetParameterName: "STRING_VALUE", // required
4084
+ * },
4085
+ * ],
4052
4086
  * },
4053
4087
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4054
4088
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4065,6 +4099,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4065
4099
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4066
4100
  * CustomValue: Number("double"),
4067
4101
  * },
4102
+ * MappedDataSetParameters: [
4103
+ * {
4104
+ * DataSetIdentifier: "STRING_VALUE", // required
4105
+ * DataSetParameterName: "STRING_VALUE", // required
4106
+ * },
4107
+ * ],
4068
4108
  * },
4069
4109
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4070
4110
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4081,6 +4121,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4081
4121
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4082
4122
  * CustomValue: Number("long"),
4083
4123
  * },
4124
+ * MappedDataSetParameters: [
4125
+ * {
4126
+ * DataSetIdentifier: "STRING_VALUE", // required
4127
+ * DataSetParameterName: "STRING_VALUE", // required
4128
+ * },
4129
+ * ],
4084
4130
  * },
4085
4131
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4086
4132
  * Name: "STRING_VALUE", // required
@@ -4101,6 +4147,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4101
4147
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4102
4148
  * CustomValue: new Date("TIMESTAMP"),
4103
4149
  * },
4150
+ * MappedDataSetParameters: [
4151
+ * {
4152
+ * DataSetIdentifier: "STRING_VALUE", // required
4153
+ * DataSetParameterName: "STRING_VALUE", // required
4154
+ * },
4155
+ * ],
4104
4156
  * },
4105
4157
  * },
4106
4158
  * ],