@aws-sdk/client-quicksight 3.691.0 → 3.693.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 (117) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_2.d.ts +1343 -1408
  68. package/dist-types/models/models_3.d.ts +4131 -4269
  69. package/dist-types/models/models_4.d.ts +1387 -21
  70. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  71. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  72. package/dist-types/pagination/index.d.ts +2 -0
  73. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  74. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  75. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  76. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  77. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  80. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  102. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  103. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  104. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  110. package/dist-types/ts3.4/models/models_2.d.ts +188 -311
  111. package/dist-types/ts3.4/models/models_3.d.ts +389 -267
  112. package/dist-types/ts3.4/models/models_4.d.ts +342 -18
  113. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +35 -35
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListBrandsRequest, ListBrandsResponse } from "../models/models_4";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListBrandsCommandInput extends ListBrandsRequest {}
12
+ export interface ListBrandsCommandOutput
13
+ extends ListBrandsResponse,
14
+ __MetadataBearer {}
15
+ declare const ListBrandsCommand_base: {
16
+ new (
17
+ input: ListBrandsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListBrandsCommandInput,
20
+ ListBrandsCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: ListBrandsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListBrandsCommandInput,
29
+ ListBrandsCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListBrandsCommand extends ListBrandsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListBrandsRequest;
40
+ output: ListBrandsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListBrandsCommandInput;
44
+ output: ListBrandsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListCustomPermissionsRequest,
5
+ ListCustomPermissionsResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListCustomPermissionsCommandInput
15
+ extends ListCustomPermissionsRequest {}
16
+ export interface ListCustomPermissionsCommandOutput
17
+ extends ListCustomPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListCustomPermissionsCommand_base: {
20
+ new (
21
+ input: ListCustomPermissionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListCustomPermissionsCommandInput,
24
+ ListCustomPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListCustomPermissionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListCustomPermissionsCommandInput,
33
+ ListCustomPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListCustomPermissionsCommand extends ListCustomPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCustomPermissionsRequest;
44
+ output: ListCustomPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCustomPermissionsCommandInput;
48
+ output: ListCustomPermissionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateBrandAssignmentRequest,
5
+ UpdateBrandAssignmentResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateBrandAssignmentCommandInput
15
+ extends UpdateBrandAssignmentRequest {}
16
+ export interface UpdateBrandAssignmentCommandOutput
17
+ extends UpdateBrandAssignmentResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateBrandAssignmentCommand_base: {
20
+ new (
21
+ input: UpdateBrandAssignmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateBrandAssignmentCommandInput,
24
+ UpdateBrandAssignmentCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateBrandAssignmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateBrandAssignmentCommandInput,
33
+ UpdateBrandAssignmentCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateBrandAssignmentCommand extends UpdateBrandAssignmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBrandAssignmentRequest;
44
+ output: UpdateBrandAssignmentResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBrandAssignmentCommandInput;
48
+ output: UpdateBrandAssignmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateBrandRequest, UpdateBrandResponse } from "../models/models_4";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UpdateBrandCommandInput extends UpdateBrandRequest {}
12
+ export interface UpdateBrandCommandOutput
13
+ extends UpdateBrandResponse,
14
+ __MetadataBearer {}
15
+ declare const UpdateBrandCommand_base: {
16
+ new (
17
+ input: UpdateBrandCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ UpdateBrandCommandInput,
20
+ UpdateBrandCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: UpdateBrandCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ UpdateBrandCommandInput,
29
+ UpdateBrandCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class UpdateBrandCommand extends UpdateBrandCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateBrandRequest;
40
+ output: UpdateBrandResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateBrandCommandInput;
44
+ output: UpdateBrandCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateBrandPublishedVersionRequest,
5
+ UpdateBrandPublishedVersionResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateBrandPublishedVersionCommandInput
15
+ extends UpdateBrandPublishedVersionRequest {}
16
+ export interface UpdateBrandPublishedVersionCommandOutput
17
+ extends UpdateBrandPublishedVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateBrandPublishedVersionCommand_base: {
20
+ new (
21
+ input: UpdateBrandPublishedVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateBrandPublishedVersionCommandInput,
24
+ UpdateBrandPublishedVersionCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateBrandPublishedVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateBrandPublishedVersionCommandInput,
33
+ UpdateBrandPublishedVersionCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateBrandPublishedVersionCommand extends UpdateBrandPublishedVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBrandPublishedVersionRequest;
44
+ output: UpdateBrandPublishedVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBrandPublishedVersionCommandInput;
48
+ output: UpdateBrandPublishedVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateCustomPermissionsRequest,
5
+ UpdateCustomPermissionsResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateCustomPermissionsCommandInput
15
+ extends UpdateCustomPermissionsRequest {}
16
+ export interface UpdateCustomPermissionsCommandOutput
17
+ extends UpdateCustomPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateCustomPermissionsCommand_base: {
20
+ new (
21
+ input: UpdateCustomPermissionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateCustomPermissionsCommandInput,
24
+ UpdateCustomPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateCustomPermissionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateCustomPermissionsCommandInput,
33
+ UpdateCustomPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateCustomPermissionsCommand extends UpdateCustomPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCustomPermissionsRequest;
44
+ output: UpdateCustomPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateCustomPermissionsCommandInput;
48
+ output: UpdateCustomPermissionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateUserCustomPermissionRequest,
5
+ UpdateUserCustomPermissionResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateUserCustomPermissionCommandInput
15
+ extends UpdateUserCustomPermissionRequest {}
16
+ export interface UpdateUserCustomPermissionCommandOutput
17
+ extends UpdateUserCustomPermissionResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateUserCustomPermissionCommand_base: {
20
+ new (
21
+ input: UpdateUserCustomPermissionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateUserCustomPermissionCommandInput,
24
+ UpdateUserCustomPermissionCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateUserCustomPermissionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateUserCustomPermissionCommandInput,
33
+ UpdateUserCustomPermissionCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateUserCustomPermissionCommand extends UpdateUserCustomPermissionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateUserCustomPermissionRequest;
44
+ output: UpdateUserCustomPermissionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateUserCustomPermissionCommandInput;
48
+ output: UpdateUserCustomPermissionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -4,6 +4,8 @@ export * from "./CancelIngestionCommand";
4
4
  export * from "./CreateAccountCustomizationCommand";
5
5
  export * from "./CreateAccountSubscriptionCommand";
6
6
  export * from "./CreateAnalysisCommand";
7
+ export * from "./CreateBrandCommand";
8
+ export * from "./CreateCustomPermissionsCommand";
7
9
  export * from "./CreateDashboardCommand";
8
10
  export * from "./CreateDataSetCommand";
9
11
  export * from "./CreateDataSourceCommand";
@@ -26,6 +28,9 @@ export * from "./CreateVPCConnectionCommand";
26
28
  export * from "./DeleteAccountCustomizationCommand";
27
29
  export * from "./DeleteAccountSubscriptionCommand";
28
30
  export * from "./DeleteAnalysisCommand";
31
+ export * from "./DeleteBrandAssignmentCommand";
32
+ export * from "./DeleteBrandCommand";
33
+ export * from "./DeleteCustomPermissionsCommand";
29
34
  export * from "./DeleteDashboardCommand";
30
35
  export * from "./DeleteDataSetCommand";
31
36
  export * from "./DeleteDataSetRefreshPropertiesCommand";
@@ -48,6 +53,7 @@ export * from "./DeleteTopicCommand";
48
53
  export * from "./DeleteTopicRefreshScheduleCommand";
49
54
  export * from "./DeleteUserByPrincipalIdCommand";
50
55
  export * from "./DeleteUserCommand";
56
+ export * from "./DeleteUserCustomPermissionCommand";
51
57
  export * from "./DeleteVPCConnectionCommand";
52
58
  export * from "./DescribeAccountCustomizationCommand";
53
59
  export * from "./DescribeAccountSettingsCommand";
@@ -57,6 +63,10 @@ export * from "./DescribeAnalysisDefinitionCommand";
57
63
  export * from "./DescribeAnalysisPermissionsCommand";
58
64
  export * from "./DescribeAssetBundleExportJobCommand";
59
65
  export * from "./DescribeAssetBundleImportJobCommand";
66
+ export * from "./DescribeBrandAssignmentCommand";
67
+ export * from "./DescribeBrandCommand";
68
+ export * from "./DescribeBrandPublishedVersionCommand";
69
+ export * from "./DescribeCustomPermissionsCommand";
60
70
  export * from "./DescribeDashboardCommand";
61
71
  export * from "./DescribeDashboardDefinitionCommand";
62
72
  export * from "./DescribeDashboardPermissionsCommand";
@@ -100,6 +110,8 @@ export * from "./GetSessionEmbedUrlCommand";
100
110
  export * from "./ListAnalysesCommand";
101
111
  export * from "./ListAssetBundleExportJobsCommand";
102
112
  export * from "./ListAssetBundleImportJobsCommand";
113
+ export * from "./ListBrandsCommand";
114
+ export * from "./ListCustomPermissionsCommand";
103
115
  export * from "./ListDashboardVersionsCommand";
104
116
  export * from "./ListDashboardsCommand";
105
117
  export * from "./ListDataSetsCommand";
@@ -148,6 +160,10 @@ export * from "./UpdateAccountCustomizationCommand";
148
160
  export * from "./UpdateAccountSettingsCommand";
149
161
  export * from "./UpdateAnalysisCommand";
150
162
  export * from "./UpdateAnalysisPermissionsCommand";
163
+ export * from "./UpdateBrandAssignmentCommand";
164
+ export * from "./UpdateBrandCommand";
165
+ export * from "./UpdateBrandPublishedVersionCommand";
166
+ export * from "./UpdateCustomPermissionsCommand";
151
167
  export * from "./UpdateDashboardCommand";
152
168
  export * from "./UpdateDashboardLinksCommand";
153
169
  export * from "./UpdateDashboardPermissionsCommand";
@@ -178,4 +194,5 @@ export * from "./UpdateTopicCommand";
178
194
  export * from "./UpdateTopicPermissionsCommand";
179
195
  export * from "./UpdateTopicRefreshScheduleCommand";
180
196
  export * from "./UpdateUserCommand";
197
+ export * from "./UpdateUserCustomPermissionCommand";
181
198
  export * from "./UpdateVPCConnectionCommand";