@aws-sdk/client-quicksight 3.450.0 → 3.453.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 (112) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
  9. package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
  10. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +10 -10
  13. package/dist-cjs/models/models_2.js +17 -104
  14. package/dist-cjs/models/models_3.js +112 -1
  15. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +1 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +488 -10
  18. package/dist-es/QuickSight.js +12 -0
  19. package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
  20. package/dist-es/commands/CreateTopicCommand.js +1 -1
  21. package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
  22. package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  24. package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
  25. package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
  26. package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/models/models_0.js +9 -9
  29. package/dist-es/models/models_2.js +14 -94
  30. package/dist-es/models/models_3.js +102 -1
  31. package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +1 -0
  33. package/dist-es/protocols/Aws_restJson1.js +469 -3
  34. package/dist-types/QuickSight.d.ts +42 -0
  35. package/dist-types/QuickSightClient.d.ts +8 -2
  36. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  38. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
  39. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
  43. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
  44. package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
  45. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
  46. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
  47. package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
  50. package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
  51. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  53. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
  54. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  62. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  64. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  66. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
  67. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  68. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
  69. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  71. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
  72. package/dist-types/commands/index.d.ts +6 -0
  73. package/dist-types/models/models_0.d.ts +33 -38
  74. package/dist-types/models/models_2.d.ts +573 -773
  75. package/dist-types/models/models_3.d.ts +3973 -4050
  76. package/dist-types/models/models_4.d.ts +1012 -4
  77. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  80. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  81. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +14 -15
  106. package/dist-types/ts3.4/models/models_2.d.ts +177 -206
  107. package/dist-types/ts3.4/models/models_3.d.ts +264 -201
  108. package/dist-types/ts3.4/models/models_4.d.ts +229 -4
  109. package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  112. package/package.json +35 -35
@@ -14,6 +14,7 @@ import { CreateIAMPolicyAssignmentCommand, } from "./commands/CreateIAMPolicyAss
14
14
  import { CreateIngestionCommand, } from "./commands/CreateIngestionCommand";
15
15
  import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
16
16
  import { CreateRefreshScheduleCommand, } from "./commands/CreateRefreshScheduleCommand";
17
+ import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCommand";
17
18
  import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
18
19
  import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
19
20
  import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
@@ -35,6 +36,8 @@ import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipC
35
36
  import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
36
37
  import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
37
38
  import { DeleteRefreshScheduleCommand, } from "./commands/DeleteRefreshScheduleCommand";
39
+ import { DeleteRoleCustomPermissionCommand, } from "./commands/DeleteRoleCustomPermissionCommand";
40
+ import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCommand";
38
41
  import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
39
42
  import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
40
43
  import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
@@ -72,6 +75,7 @@ import { DescribeIngestionCommand, } from "./commands/DescribeIngestionCommand";
72
75
  import { DescribeIpRestrictionCommand, } from "./commands/DescribeIpRestrictionCommand";
73
76
  import { DescribeNamespaceCommand, } from "./commands/DescribeNamespaceCommand";
74
77
  import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
78
+ import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
75
79
  import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
76
80
  import { DescribeTemplateCommand, } from "./commands/DescribeTemplateCommand";
77
81
  import { DescribeTemplateDefinitionCommand, } from "./commands/DescribeTemplateDefinitionCommand";
@@ -105,6 +109,7 @@ import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolic
105
109
  import { ListIngestionsCommand, } from "./commands/ListIngestionsCommand";
106
110
  import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
107
111
  import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
112
+ import { ListRoleMembershipsCommand, } from "./commands/ListRoleMembershipsCommand";
108
113
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
109
114
  import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesCommand";
110
115
  import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
@@ -149,6 +154,7 @@ import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAss
149
154
  import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
150
155
  import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
151
156
  import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
157
+ import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
152
158
  import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasCommand";
153
159
  import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
154
160
  import { UpdateTemplatePermissionsCommand, } from "./commands/UpdateTemplatePermissionsCommand";
@@ -177,6 +183,7 @@ const commands = {
177
183
  CreateIngestionCommand,
178
184
  CreateNamespaceCommand,
179
185
  CreateRefreshScheduleCommand,
186
+ CreateRoleMembershipCommand,
180
187
  CreateTemplateCommand,
181
188
  CreateTemplateAliasCommand,
182
189
  CreateThemeCommand,
@@ -198,6 +205,8 @@ const commands = {
198
205
  DeleteIAMPolicyAssignmentCommand,
199
206
  DeleteNamespaceCommand,
200
207
  DeleteRefreshScheduleCommand,
208
+ DeleteRoleCustomPermissionCommand,
209
+ DeleteRoleMembershipCommand,
201
210
  DeleteTemplateCommand,
202
211
  DeleteTemplateAliasCommand,
203
212
  DeleteThemeCommand,
@@ -235,6 +244,7 @@ const commands = {
235
244
  DescribeIpRestrictionCommand,
236
245
  DescribeNamespaceCommand,
237
246
  DescribeRefreshScheduleCommand,
247
+ DescribeRoleCustomPermissionCommand,
238
248
  DescribeTemplateCommand,
239
249
  DescribeTemplateAliasCommand,
240
250
  DescribeTemplateDefinitionCommand,
@@ -268,6 +278,7 @@ const commands = {
268
278
  ListIngestionsCommand,
269
279
  ListNamespacesCommand,
270
280
  ListRefreshSchedulesCommand,
281
+ ListRoleMembershipsCommand,
271
282
  ListTagsForResourceCommand,
272
283
  ListTemplateAliasesCommand,
273
284
  ListTemplatesCommand,
@@ -312,6 +323,7 @@ const commands = {
312
323
  UpdateIpRestrictionCommand,
313
324
  UpdatePublicSharingSettingsCommand,
314
325
  UpdateRefreshScheduleCommand,
326
+ UpdateRoleCustomPermissionCommand,
315
327
  UpdateTemplateCommand,
316
328
  UpdateTemplateAliasCommand,
317
329
  UpdateTemplatePermissionsCommand,
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_CreateRoleMembershipCommand, se_CreateRoleMembershipCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateRoleMembershipCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateRoleMembershipCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "CreateRoleMembershipCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "CreateRoleMembership",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_CreateRoleMembershipCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_CreateRoleMembershipCommand(output, context);
46
+ }
47
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
- import { CreateTopicRequestFilterSensitiveLog } from "../models/models_2";
5
+ import { CreateTopicRequestFilterSensitiveLog } from "../models/models_3";
6
6
  import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateTopicCommand extends $Command {
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteRoleCustomPermissionCommand, se_DeleteRoleCustomPermissionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteRoleCustomPermissionCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRoleCustomPermissionCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "DeleteRoleCustomPermissionCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "DeleteRoleCustomPermission",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteRoleCustomPermissionCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteRoleCustomPermissionCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DeleteRoleMembershipCommand, se_DeleteRoleMembershipCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteRoleMembershipCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRoleMembershipCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "DeleteRoleMembershipCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "DeleteRoleMembership",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DeleteRoleMembershipCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DeleteRoleMembershipCommand(output, context);
46
+ }
47
+ }
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { DescribeAssetBundleExportJobResponseFilterSensitiveLog, } from "../models/models_3";
5
6
  import { de_DescribeAssetBundleExportJobCommand, se_DescribeAssetBundleExportJobCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
7
8
  export class DescribeAssetBundleExportJobCommand extends $Command {
@@ -29,7 +30,7 @@ export class DescribeAssetBundleExportJobCommand extends $Command {
29
30
  clientName,
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: DescribeAssetBundleExportJobResponseFilterSensitiveLog,
33
34
  [SMITHY_CONTEXT_KEY]: {
34
35
  service: "QuickSight_20180401",
35
36
  operation: "DescribeAssetBundleExportJob",
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_DescribeRoleCustomPermissionCommand, se_DescribeRoleCustomPermissionCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DescribeRoleCustomPermissionCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, DescribeRoleCustomPermissionCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "DescribeRoleCustomPermissionCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "DescribeRoleCustomPermission",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_DescribeRoleCustomPermissionCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_DescribeRoleCustomPermissionCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_ListRoleMembershipsCommand, se_ListRoleMembershipsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListRoleMembershipsCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListRoleMembershipsCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "ListRoleMembershipsCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "ListRoleMemberships",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_ListRoleMembershipsCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_ListRoleMembershipsCommand(output, context);
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { de_UpdateRoleCustomPermissionCommand, se_UpdateRoleCustomPermissionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateRoleCustomPermissionCommand extends $Command {
8
+ static getEndpointParameterInstructions() {
9
+ return {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
15
+ }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
+ resolveMiddleware(clientStack, configuration, options) {
21
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateRoleCustomPermissionCommand.getEndpointParameterInstructions()));
23
+ const stack = clientStack.concat(this.middlewareStack);
24
+ const { logger } = configuration;
25
+ const clientName = "QuickSightClient";
26
+ const commandName = "UpdateRoleCustomPermissionCommand";
27
+ const handlerExecutionContext = {
28
+ logger,
29
+ clientName,
30
+ commandName,
31
+ inputFilterSensitiveLog: (_) => _,
32
+ outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "QuickSight_20180401",
35
+ operation: "UpdateRoleCustomPermission",
36
+ },
37
+ };
38
+ const { requestHandler } = configuration;
39
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
+ }
41
+ serialize(input, context) {
42
+ return se_UpdateRoleCustomPermissionCommand(input, context);
43
+ }
44
+ deserialize(output, context) {
45
+ return de_UpdateRoleCustomPermissionCommand(output, context);
46
+ }
47
+ }
@@ -13,6 +13,7 @@ export * from "./CreateIAMPolicyAssignmentCommand";
13
13
  export * from "./CreateIngestionCommand";
14
14
  export * from "./CreateNamespaceCommand";
15
15
  export * from "./CreateRefreshScheduleCommand";
16
+ export * from "./CreateRoleMembershipCommand";
16
17
  export * from "./CreateTemplateAliasCommand";
17
18
  export * from "./CreateTemplateCommand";
18
19
  export * from "./CreateThemeAliasCommand";
@@ -34,6 +35,8 @@ export * from "./DeleteGroupMembershipCommand";
34
35
  export * from "./DeleteIAMPolicyAssignmentCommand";
35
36
  export * from "./DeleteNamespaceCommand";
36
37
  export * from "./DeleteRefreshScheduleCommand";
38
+ export * from "./DeleteRoleCustomPermissionCommand";
39
+ export * from "./DeleteRoleMembershipCommand";
37
40
  export * from "./DeleteTemplateAliasCommand";
38
41
  export * from "./DeleteTemplateCommand";
39
42
  export * from "./DeleteThemeAliasCommand";
@@ -71,6 +74,7 @@ export * from "./DescribeIngestionCommand";
71
74
  export * from "./DescribeIpRestrictionCommand";
72
75
  export * from "./DescribeNamespaceCommand";
73
76
  export * from "./DescribeRefreshScheduleCommand";
77
+ export * from "./DescribeRoleCustomPermissionCommand";
74
78
  export * from "./DescribeTemplateAliasCommand";
75
79
  export * from "./DescribeTemplateCommand";
76
80
  export * from "./DescribeTemplateDefinitionCommand";
@@ -104,6 +108,7 @@ export * from "./ListIAMPolicyAssignmentsForUserCommand";
104
108
  export * from "./ListIngestionsCommand";
105
109
  export * from "./ListNamespacesCommand";
106
110
  export * from "./ListRefreshSchedulesCommand";
111
+ export * from "./ListRoleMembershipsCommand";
107
112
  export * from "./ListTagsForResourceCommand";
108
113
  export * from "./ListTemplateAliasesCommand";
109
114
  export * from "./ListTemplateVersionsCommand";
@@ -148,6 +153,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
148
153
  export * from "./UpdateIpRestrictionCommand";
149
154
  export * from "./UpdatePublicSharingSettingsCommand";
150
155
  export * from "./UpdateRefreshScheduleCommand";
156
+ export * from "./UpdateRoleCustomPermissionCommand";
151
157
  export * from "./UpdateTemplateAliasCommand";
152
158
  export * from "./UpdateTemplateCommand";
153
159
  export * from "./UpdateTemplatePermissionsCommand";
@@ -65,15 +65,6 @@ export const AnalysisErrorType = {
65
65
  PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
66
66
  SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
67
67
  };
68
- export const DayOfTheWeek = {
69
- FRIDAY: "FRIDAY",
70
- MONDAY: "MONDAY",
71
- SATURDAY: "SATURDAY",
72
- SUNDAY: "SUNDAY",
73
- THURSDAY: "THURSDAY",
74
- TUESDAY: "TUESDAY",
75
- WEDNESDAY: "WEDNESDAY",
76
- };
77
68
  export const ResourceStatus = {
78
69
  CREATION_FAILED: "CREATION_FAILED",
79
70
  CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
@@ -194,6 +185,15 @@ export const FilterVisualScope = {
194
185
  ALL_VISUALS: "ALL_VISUALS",
195
186
  SELECTED_VISUALS: "SELECTED_VISUALS",
196
187
  };
188
+ export const DayOfTheWeek = {
189
+ FRIDAY: "FRIDAY",
190
+ MONDAY: "MONDAY",
191
+ SATURDAY: "SATURDAY",
192
+ SUNDAY: "SUNDAY",
193
+ THURSDAY: "THURSDAY",
194
+ TUESDAY: "TUESDAY",
195
+ WEDNESDAY: "WEDNESDAY",
196
+ };
197
197
  export const ValueWhenUnsetOption = {
198
198
  NULL: "NULL",
199
199
  RECOMMENDED_VALUE: "RECOMMENDED_VALUE",
@@ -120,6 +120,8 @@ export var DataSourceParameters;
120
120
  return visitor.StarburstParameters(value.StarburstParameters);
121
121
  if (value.TrinoParameters !== undefined)
122
122
  return visitor.TrinoParameters(value.TrinoParameters);
123
+ if (value.BigQueryParameters !== undefined)
124
+ return visitor.BigQueryParameters(value.BigQueryParameters);
123
125
  return visitor._(value.$unknown[0], value.$unknown[1]);
124
126
  };
125
127
  })(DataSourceParameters || (DataSourceParameters = {}));
@@ -476,6 +478,7 @@ export const DataSourceType = {
476
478
  AURORA: "AURORA",
477
479
  AURORA_POSTGRESQL: "AURORA_POSTGRESQL",
478
480
  AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS",
481
+ BIGQUERY: "BIGQUERY",
479
482
  DATABRICKS: "DATABRICKS",
480
483
  EXASOL: "EXASOL",
481
484
  GITHUB: "GITHUB",
@@ -492,8 +495,10 @@ export const DataSourceType = {
492
495
  SNOWFLAKE: "SNOWFLAKE",
493
496
  SPARK: "SPARK",
494
497
  SQLSERVER: "SQLSERVER",
498
+ STARBURST: "STARBURST",
495
499
  TERADATA: "TERADATA",
496
500
  TIMESTREAM: "TIMESTREAM",
501
+ TRINO: "TRINO",
497
502
  TWITTER: "TWITTER",
498
503
  };
499
504
  export const FolderType = {
@@ -550,6 +555,11 @@ export const DayOfWeek = {
550
555
  TUESDAY: "TUESDAY",
551
556
  WEDNESDAY: "WEDNESDAY",
552
557
  };
558
+ export const Role = {
559
+ ADMIN: "ADMIN",
560
+ AUTHOR: "AUTHOR",
561
+ READER: "READER",
562
+ };
553
563
  export const DefaultAggregation = {
554
564
  AVERAGE: "AVERAGE",
555
565
  COUNT: "COUNT",
@@ -597,57 +607,6 @@ export const NamedFilterType = {
597
607
  NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
598
608
  RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
599
609
  };
600
- export const NamedFilterAggType = {
601
- AVERAGE: "AVERAGE",
602
- COUNT: "COUNT",
603
- DISTINCT_COUNT: "DISTINCT_COUNT",
604
- MAX: "MAX",
605
- MEDIAN: "MEDIAN",
606
- MIN: "MIN",
607
- NO_AGGREGATION: "NO_AGGREGATION",
608
- STDEV: "STDEV",
609
- STDEVP: "STDEVP",
610
- SUM: "SUM",
611
- VAR: "VAR",
612
- VARP: "VARP",
613
- };
614
- export const TopicRelativeDateFilterFunction = {
615
- LAST: "LAST",
616
- NEXT: "NEXT",
617
- NOW: "NOW",
618
- PREVIOUS: "PREVIOUS",
619
- THIS: "THIS",
620
- };
621
- export const NamedEntityAggType = {
622
- AVERAGE: "AVERAGE",
623
- COUNT: "COUNT",
624
- CUSTOM: "CUSTOM",
625
- DISTINCT_COUNT: "DISTINCT_COUNT",
626
- MAX: "MAX",
627
- MEDIAN: "MEDIAN",
628
- MIN: "MIN",
629
- PERCENTILE: "PERCENTILE",
630
- STDEV: "STDEV",
631
- STDEVP: "STDEVP",
632
- SUM: "SUM",
633
- VAR: "VAR",
634
- VARP: "VARP",
635
- };
636
- export const PropertyRole = {
637
- ID: "ID",
638
- PRIMARY: "PRIMARY",
639
- };
640
- export const PropertyUsage = {
641
- DIMENSION: "DIMENSION",
642
- INHERIT: "INHERIT",
643
- MEASURE: "MEASURE",
644
- };
645
- export const TopicScheduleType = {
646
- DAILY: "DAILY",
647
- HOURLY: "HOURLY",
648
- MONTHLY: "MONTHLY",
649
- WEEKLY: "WEEKLY",
650
- };
651
610
  export const SnapshotJobS3ResultFilterSensitiveLog = (obj) => ({
652
611
  ...obj,
653
612
  ...(obj.S3Uri && { S3Uri: SENSITIVE_STRING }),
@@ -681,6 +640,10 @@ export const AssetBundleImportSourceFilterSensitiveLog = (obj) => ({
681
640
  ...obj,
682
641
  ...(obj.Body && { Body: SENSITIVE_STRING }),
683
642
  });
643
+ export const AssetBundleImportSourceDescriptionFilterSensitiveLog = (obj) => ({
644
+ ...obj,
645
+ ...(obj.Body && { Body: SENSITIVE_STRING }),
646
+ });
684
647
  export const CalculatedColumnFilterSensitiveLog = (obj) => ({
685
648
  ...obj,
686
649
  ...(obj.Expression && { Expression: SENSITIVE_STRING }),
@@ -844,46 +807,3 @@ export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
844
807
  ...obj,
845
808
  ...(obj.Constant && { Constant: SENSITIVE_STRING }),
846
809
  });
847
- export const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
848
- ...obj,
849
- });
850
- export const TopicNumericEqualityFilterFilterSensitiveLog = (obj) => ({
851
- ...obj,
852
- ...(obj.Constant && { Constant: SENSITIVE_STRING }),
853
- });
854
- export const TopicNumericRangeFilterFilterSensitiveLog = (obj) => ({
855
- ...obj,
856
- ...(obj.Constant && { Constant: SENSITIVE_STRING }),
857
- });
858
- export const TopicRelativeDateFilterFilterSensitiveLog = (obj) => ({
859
- ...obj,
860
- ...(obj.Constant && { Constant: SENSITIVE_STRING }),
861
- });
862
- export const TopicFilterFilterSensitiveLog = (obj) => ({
863
- ...obj,
864
- ...(obj.CategoryFilter && { CategoryFilter: TopicCategoryFilterFilterSensitiveLog(obj.CategoryFilter) }),
865
- ...(obj.NumericEqualityFilter && {
866
- NumericEqualityFilter: TopicNumericEqualityFilterFilterSensitiveLog(obj.NumericEqualityFilter),
867
- }),
868
- ...(obj.NumericRangeFilter && {
869
- NumericRangeFilter: TopicNumericRangeFilterFilterSensitiveLog(obj.NumericRangeFilter),
870
- }),
871
- ...(obj.DateRangeFilter && { DateRangeFilter: TopicDateRangeFilterFilterSensitiveLog(obj.DateRangeFilter) }),
872
- ...(obj.RelativeDateFilter && {
873
- RelativeDateFilter: TopicRelativeDateFilterFilterSensitiveLog(obj.RelativeDateFilter),
874
- }),
875
- });
876
- export const DatasetMetadataFilterSensitiveLog = (obj) => ({
877
- ...obj,
878
- ...(obj.Filters && { Filters: obj.Filters.map((item) => TopicFilterFilterSensitiveLog(item)) }),
879
- ...(obj.Columns && { Columns: obj.Columns.map((item) => TopicColumnFilterSensitiveLog(item)) }),
880
- ...(obj.CalculatedFields && {
881
- CalculatedFields: obj.CalculatedFields.map((item) => TopicCalculatedFieldFilterSensitiveLog(item)),
882
- }),
883
- });
884
- export const TopicDetailsFilterSensitiveLog = (obj) => ({
885
- ...obj,
886
- });
887
- export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
888
- ...obj,
889
- });