@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,116 @@
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 { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse } from "../models/models_3";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link UpdateVPCConnectionCommand}.
10
+ */
11
+ export interface UpdateVPCConnectionCommandInput extends UpdateVPCConnectionRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link UpdateVPCConnectionCommand}.
17
+ */
18
+ export interface UpdateVPCConnectionCommandOutput extends UpdateVPCConnectionResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Updates 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, UpdateVPCConnectionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, UpdateVPCConnectionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // UpdateVPCConnectionRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * VPCConnectionId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * SubnetIds: [ // SubnetIdList // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * SecurityGroupIds: [ // SecurityGroupIdList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * DnsResolvers: [ // DnsResolverList
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * RoleArn: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new UpdateVPCConnectionCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // UpdateVPCConnectionResponse
47
+ * // Arn: "STRING_VALUE",
48
+ * // VPCConnectionId: "STRING_VALUE",
49
+ * // UpdateStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETION_IN_PROGRESS" || "DELETION_FAILED" || "DELETED",
50
+ * // AvailabilityStatus: "AVAILABLE" || "UNAVAILABLE" || "PARTIALLY_AVAILABLE",
51
+ * // RequestId: "STRING_VALUE",
52
+ * // Status: Number("int"),
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param UpdateVPCConnectionCommandInput - {@link UpdateVPCConnectionCommandInput}
58
+ * @returns {@link UpdateVPCConnectionCommandOutput}
59
+ * @see {@link UpdateVPCConnectionCommandInput} for command's `input` shape.
60
+ * @see {@link UpdateVPCConnectionCommandOutput} for command's `response` shape.
61
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
62
+ *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>You don't have access to this item. The provided credentials couldn't be
65
+ * validated. You might not be authorized to carry out the request. Make sure that your
66
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
67
+ * correct permissions, and that you are using the correct credentials.</p>
68
+ *
69
+ * @throws {@link ConflictException} (client fault)
70
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
71
+ *
72
+ * @throws {@link InternalFailureException} (server fault)
73
+ * <p>An internal failure occurred.</p>
74
+ *
75
+ * @throws {@link InvalidParameterValueException} (client fault)
76
+ * <p>One or more parameters has a value that isn't valid.</p>
77
+ *
78
+ * @throws {@link LimitExceededException} (client fault)
79
+ * <p>A limit is exceeded.</p>
80
+ *
81
+ * @throws {@link ResourceNotFoundException} (client fault)
82
+ * <p>One or more resources can't be found.</p>
83
+ *
84
+ * @throws {@link ThrottlingException} (client fault)
85
+ * <p>Access is throttled.</p>
86
+ *
87
+ * @throws {@link UnsupportedUserEditionException} (client fault)
88
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
89
+ * subscription where the edition doesn't include support for that operation. Amazon
90
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
91
+ * capability is available in every edition.</p>
92
+ *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
95
+ *
96
+ */
97
+ export declare class UpdateVPCConnectionCommand extends $Command<UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig> {
98
+ readonly input: UpdateVPCConnectionCommandInput;
99
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
+ /**
101
+ * @public
102
+ */
103
+ constructor(input: UpdateVPCConnectionCommandInput);
104
+ /**
105
+ * @internal
106
+ */
107
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput>;
108
+ /**
109
+ * @internal
110
+ */
111
+ private serialize;
112
+ /**
113
+ * @internal
114
+ */
115
+ private deserialize;
116
+ }
@@ -17,6 +17,9 @@ export * from "./CreateTemplateAliasCommand";
17
17
  export * from "./CreateTemplateCommand";
18
18
  export * from "./CreateThemeAliasCommand";
19
19
  export * from "./CreateThemeCommand";
20
+ export * from "./CreateTopicCommand";
21
+ export * from "./CreateTopicRefreshScheduleCommand";
22
+ export * from "./CreateVPCConnectionCommand";
20
23
  export * from "./DeleteAccountCustomizationCommand";
21
24
  export * from "./DeleteAccountSubscriptionCommand";
22
25
  export * from "./DeleteAnalysisCommand";
@@ -35,8 +38,11 @@ export * from "./DeleteTemplateAliasCommand";
35
38
  export * from "./DeleteTemplateCommand";
36
39
  export * from "./DeleteThemeAliasCommand";
37
40
  export * from "./DeleteThemeCommand";
41
+ export * from "./DeleteTopicCommand";
42
+ export * from "./DeleteTopicRefreshScheduleCommand";
38
43
  export * from "./DeleteUserByPrincipalIdCommand";
39
44
  export * from "./DeleteUserCommand";
45
+ export * from "./DeleteVPCConnectionCommand";
40
46
  export * from "./DescribeAccountCustomizationCommand";
41
47
  export * from "./DescribeAccountSettingsCommand";
42
48
  export * from "./DescribeAccountSubscriptionCommand";
@@ -68,7 +74,12 @@ export * from "./DescribeTemplatePermissionsCommand";
68
74
  export * from "./DescribeThemeAliasCommand";
69
75
  export * from "./DescribeThemeCommand";
70
76
  export * from "./DescribeThemePermissionsCommand";
77
+ export * from "./DescribeTopicCommand";
78
+ export * from "./DescribeTopicPermissionsCommand";
79
+ export * from "./DescribeTopicRefreshCommand";
80
+ export * from "./DescribeTopicRefreshScheduleCommand";
71
81
  export * from "./DescribeUserCommand";
82
+ export * from "./DescribeVPCConnectionCommand";
72
83
  export * from "./GenerateEmbedUrlForAnonymousUserCommand";
73
84
  export * from "./GenerateEmbedUrlForRegisteredUserCommand";
74
85
  export * from "./GetDashboardEmbedUrlCommand";
@@ -94,8 +105,11 @@ export * from "./ListTemplatesCommand";
94
105
  export * from "./ListThemeAliasesCommand";
95
106
  export * from "./ListThemeVersionsCommand";
96
107
  export * from "./ListThemesCommand";
108
+ export * from "./ListTopicRefreshSchedulesCommand";
109
+ export * from "./ListTopicsCommand";
97
110
  export * from "./ListUserGroupsCommand";
98
111
  export * from "./ListUsersCommand";
112
+ export * from "./ListVPCConnectionsCommand";
99
113
  export * from "./PutDataSetRefreshPropertiesCommand";
100
114
  export * from "./RegisterUserCommand";
101
115
  export * from "./RestoreAnalysisCommand";
@@ -131,4 +145,8 @@ export * from "./UpdateTemplatePermissionsCommand";
131
145
  export * from "./UpdateThemeAliasCommand";
132
146
  export * from "./UpdateThemeCommand";
133
147
  export * from "./UpdateThemePermissionsCommand";
148
+ export * from "./UpdateTopicCommand";
149
+ export * from "./UpdateTopicPermissionsCommand";
150
+ export * from "./UpdateTopicRefreshScheduleCommand";
134
151
  export * from "./UpdateUserCommand";
152
+ export * from "./UpdateVPCConnectionCommand";
@@ -2025,6 +2025,20 @@ export interface DateTimeDefaultValues {
2025
2025
  */
2026
2026
  RollingDate?: RollingDateConfiguration;
2027
2027
  }
2028
+ /**
2029
+ * @public
2030
+ * <p>A dataset parameter that is mapped to an analysis parameter.</p>
2031
+ */
2032
+ export interface MappedDataSetParameter {
2033
+ /**
2034
+ * <p>A unique name that identifies a dataset within the analysis or dashboard.</p>
2035
+ */
2036
+ DataSetIdentifier: string | undefined;
2037
+ /**
2038
+ * <p>The name of the dataset parameter.</p>
2039
+ */
2040
+ DataSetParameterName: string | undefined;
2041
+ }
2028
2042
  /**
2029
2043
  * @public
2030
2044
  * @enum
@@ -2082,6 +2096,10 @@ export interface DateTimeParameterDeclaration {
2082
2096
  * <p>The configuration that defines the default value of a <code>DateTime</code> parameter when a value has not been set.</p>
2083
2097
  */
2084
2098
  ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
2099
+ /**
2100
+ * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
2101
+ */
2102
+ MappedDataSetParameters?: MappedDataSetParameter[];
2085
2103
  }
2086
2104
  /**
2087
2105
  * @public
@@ -2154,6 +2172,10 @@ export interface DecimalParameterDeclaration {
2154
2172
  * <p>The configuration that defines the default value of a <code>Decimal</code> parameter when a value has not been set.</p>
2155
2173
  */
2156
2174
  ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
2175
+ /**
2176
+ * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
2177
+ */
2178
+ MappedDataSetParameters?: MappedDataSetParameter[];
2157
2179
  }
2158
2180
  /**
2159
2181
  * @public
@@ -2215,6 +2237,10 @@ export interface IntegerParameterDeclaration {
2215
2237
  * <p>A parameter declaration for the <code>Integer</code> data type.</p>
2216
2238
  */
2217
2239
  ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
2240
+ /**
2241
+ * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
2242
+ */
2243
+ MappedDataSetParameters?: MappedDataSetParameter[];
2218
2244
  }
2219
2245
  /**
2220
2246
  * @public
@@ -2275,6 +2301,10 @@ export interface StringParameterDeclaration {
2275
2301
  * <p>The configuration that defines the default value of a <code>String</code> parameter when a value has not been set.</p>
2276
2302
  */
2277
2303
  ValueWhenUnset?: StringValueWhenUnsetConfiguration;
2304
+ /**
2305
+ * <p>A list of dataset parameters that are mapped to an analysis parameter.</p>
2306
+ */
2307
+ MappedDataSetParameters?: MappedDataSetParameter[];
2278
2308
  }
2279
2309
  /**
2280
2310
  * @public
@@ -3547,6 +3577,10 @@ export interface FilterOperationSelectedFieldsConfiguration {
3547
3577
  * </ul>
3548
3578
  */
3549
3579
  SelectedFieldOptions?: SelectedFieldOptions | string;
3580
+ /**
3581
+ * <p>The selected columns of a dataset.</p>
3582
+ */
3583
+ SelectedColumns?: ColumnIdentifier[];
3550
3584
  }
3551
3585
  /**
3552
3586
  * @public
@@ -3698,6 +3732,10 @@ export interface DestinationParameterValueConfiguration {
3698
3732
  * <p>The source field ID of the destination parameter.</p>
3699
3733
  */
3700
3734
  SourceField?: string;
3735
+ /**
3736
+ * <p>A column of a data set.</p>
3737
+ */
3738
+ SourceColumn?: ColumnIdentifier;
3701
3739
  }
3702
3740
  /**
3703
3741
  * @public
@@ -4296,6 +4334,10 @@ export interface DataLabelOptions {
4296
4334
  * <p>Determines whether overlap is enabled or disabled for the data labels.</p>
4297
4335
  */
4298
4336
  Overlap?: DataLabelOverlap | string;
4337
+ /**
4338
+ * <p>Determines the visibility of the total.</p>
4339
+ */
4340
+ TotalsVisibility?: Visibility | string;
4299
4341
  }
4300
4342
  /**
4301
4343
  * @public
@@ -4668,7 +4710,7 @@ export interface ReferenceLineDynamicDataConfiguration {
4668
4710
  /**
4669
4711
  * <p>The aggregation function that is used in the dynamic data.</p>
4670
4712
  */
4671
- MeasureAggregationFunction: AggregationFunction | undefined;
4713
+ MeasureAggregationFunction?: AggregationFunction;
4672
4714
  /**
4673
4715
  * <p>The calculation that is used in the dynamic data.</p>
4674
4716
  */
@@ -5900,92 +5942,6 @@ export interface ComboChartSortConfiguration {
5900
5942
  */
5901
5943
  ColorItemsLimit?: ItemsLimitConfiguration;
5902
5944
  }
5903
- /**
5904
- * @public
5905
- * <p>The configuration of a <code>ComboChartVisual</code>.</p>
5906
- */
5907
- export interface ComboChartConfiguration {
5908
- /**
5909
- * <p>The field wells of the visual.</p>
5910
- */
5911
- FieldWells?: ComboChartFieldWells;
5912
- /**
5913
- * <p>The sort configuration of a <code>ComboChartVisual</code>.</p>
5914
- */
5915
- SortConfiguration?: ComboChartSortConfiguration;
5916
- /**
5917
- * <p>Determines the bar arrangement in a combo chart. The following are valid values in this structure:</p>
5918
- * <ul>
5919
- * <li>
5920
- * <p>
5921
- * <code>CLUSTERED</code>: For clustered bar combo charts.</p>
5922
- * </li>
5923
- * <li>
5924
- * <p>
5925
- * <code>STACKED</code>: For stacked bar combo charts.</p>
5926
- * </li>
5927
- * <li>
5928
- * <p>
5929
- * <code>STACKED_PERCENT</code>: Do not use. If you use this value, the operation returns a validation error.</p>
5930
- * </li>
5931
- * </ul>
5932
- */
5933
- BarsArrangement?: BarsArrangement | string;
5934
- /**
5935
- * <p>The category axis of a combo chart.</p>
5936
- */
5937
- CategoryAxis?: AxisDisplayOptions;
5938
- /**
5939
- * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.</p>
5940
- */
5941
- CategoryLabelOptions?: ChartAxisLabelOptions;
5942
- /**
5943
- * <p>The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.</p>
5944
- */
5945
- PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
5946
- /**
5947
- * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.</p>
5948
- */
5949
- PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
5950
- /**
5951
- * <p>The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.</p>
5952
- */
5953
- SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
5954
- /**
5955
- * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.</p>
5956
- */
5957
- SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
5958
- /**
5959
- * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.</p>
5960
- */
5961
- ColorLabelOptions?: ChartAxisLabelOptions;
5962
- /**
5963
- * <p>The legend display setup of the visual.</p>
5964
- */
5965
- Legend?: LegendOptions;
5966
- /**
5967
- * <p>The options that determine if visual data labels are displayed.</p>
5968
- * <p>The data label options for a bar in a combo chart.</p>
5969
- */
5970
- BarDataLabels?: DataLabelOptions;
5971
- /**
5972
- * <p>The options that determine if visual data labels are displayed.</p>
5973
- * <p>The data label options for a line in a combo chart.</p>
5974
- */
5975
- LineDataLabels?: DataLabelOptions;
5976
- /**
5977
- * <p>The legend display setup of the visual.</p>
5978
- */
5979
- Tooltip?: TooltipOptions;
5980
- /**
5981
- * <p>The reference line setup of the visual.</p>
5982
- */
5983
- ReferenceLines?: ReferenceLine[];
5984
- /**
5985
- * <p>The palette (chart color) display setup of the visual.</p>
5986
- */
5987
- VisualPalette?: VisualPalette;
5988
- }
5989
5945
  /**
5990
5946
  * @internal
5991
5947
  */
@@ -6294,7 +6250,3 @@ export declare const ComboChartAggregatedFieldWellsFilterSensitiveLog: (obj: Com
6294
6250
  * @internal
6295
6251
  */
6296
6252
  export declare const ComboChartFieldWellsFilterSensitiveLog: (obj: ComboChartFieldWells) => any;
6297
- /**
6298
- * @internal
6299
- */
6300
- export declare const ComboChartConfigurationFilterSensitiveLog: (obj: ComboChartConfiguration) => any;