@aws-sdk/client-quicksight 3.687.0 → 3.692.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 (121) 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_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateCustomPermissionsRequest,
5
+ CreateCustomPermissionsResponse,
6
+ } from "../models/models_2";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCustomPermissionsCommandInput
15
+ extends CreateCustomPermissionsRequest {}
16
+ export interface CreateCustomPermissionsCommandOutput
17
+ extends CreateCustomPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateCustomPermissionsCommand_base: {
20
+ new (
21
+ input: CreateCustomPermissionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateCustomPermissionsCommandInput,
24
+ CreateCustomPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateCustomPermissionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateCustomPermissionsCommandInput,
33
+ CreateCustomPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateCustomPermissionsCommand extends CreateCustomPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCustomPermissionsRequest;
44
+ output: CreateCustomPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCustomPermissionsCommandInput;
48
+ output: CreateCustomPermissionsCommandOutput;
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
+ DeleteBrandAssignmentRequest,
5
+ DeleteBrandAssignmentResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteBrandAssignmentCommandInput
15
+ extends DeleteBrandAssignmentRequest {}
16
+ export interface DeleteBrandAssignmentCommandOutput
17
+ extends DeleteBrandAssignmentResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteBrandAssignmentCommand_base: {
20
+ new (
21
+ input: DeleteBrandAssignmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteBrandAssignmentCommandInput,
24
+ DeleteBrandAssignmentCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteBrandAssignmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteBrandAssignmentCommandInput,
33
+ DeleteBrandAssignmentCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteBrandAssignmentCommand extends DeleteBrandAssignmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBrandAssignmentRequest;
44
+ output: DeleteBrandAssignmentResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteBrandAssignmentCommandInput;
48
+ output: DeleteBrandAssignmentCommandOutput;
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 { DeleteBrandRequest, DeleteBrandResponse } from "../models/models_3";
4
+ import {
5
+ QuickSightClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../QuickSightClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteBrandCommandInput extends DeleteBrandRequest {}
12
+ export interface DeleteBrandCommandOutput
13
+ extends DeleteBrandResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteBrandCommand_base: {
16
+ new (
17
+ input: DeleteBrandCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteBrandCommandInput,
20
+ DeleteBrandCommandOutput,
21
+ QuickSightClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteBrandCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteBrandCommandInput,
29
+ DeleteBrandCommandOutput,
30
+ QuickSightClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteBrandCommand extends DeleteBrandCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBrandRequest;
40
+ output: DeleteBrandResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteBrandCommandInput;
44
+ output: DeleteBrandCommandOutput;
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
+ DeleteCustomPermissionsRequest,
5
+ DeleteCustomPermissionsResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteCustomPermissionsCommandInput
15
+ extends DeleteCustomPermissionsRequest {}
16
+ export interface DeleteCustomPermissionsCommandOutput
17
+ extends DeleteCustomPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteCustomPermissionsCommand_base: {
20
+ new (
21
+ input: DeleteCustomPermissionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteCustomPermissionsCommandInput,
24
+ DeleteCustomPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteCustomPermissionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteCustomPermissionsCommandInput,
33
+ DeleteCustomPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteCustomPermissionsCommand extends DeleteCustomPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCustomPermissionsRequest;
44
+ output: DeleteCustomPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteCustomPermissionsCommandInput;
48
+ output: DeleteCustomPermissionsCommandOutput;
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
+ DeleteUserCustomPermissionRequest,
5
+ DeleteUserCustomPermissionResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteUserCustomPermissionCommandInput
15
+ extends DeleteUserCustomPermissionRequest {}
16
+ export interface DeleteUserCustomPermissionCommandOutput
17
+ extends DeleteUserCustomPermissionResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteUserCustomPermissionCommand_base: {
20
+ new (
21
+ input: DeleteUserCustomPermissionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteUserCustomPermissionCommandInput,
24
+ DeleteUserCustomPermissionCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteUserCustomPermissionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteUserCustomPermissionCommandInput,
33
+ DeleteUserCustomPermissionCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteUserCustomPermissionCommand extends DeleteUserCustomPermissionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteUserCustomPermissionRequest;
44
+ output: DeleteUserCustomPermissionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteUserCustomPermissionCommandInput;
48
+ output: DeleteUserCustomPermissionCommandOutput;
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
+ DescribeBrandAssignmentRequest,
5
+ DescribeBrandAssignmentResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeBrandAssignmentCommandInput
15
+ extends DescribeBrandAssignmentRequest {}
16
+ export interface DescribeBrandAssignmentCommandOutput
17
+ extends DescribeBrandAssignmentResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeBrandAssignmentCommand_base: {
20
+ new (
21
+ input: DescribeBrandAssignmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeBrandAssignmentCommandInput,
24
+ DescribeBrandAssignmentCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeBrandAssignmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeBrandAssignmentCommandInput,
33
+ DescribeBrandAssignmentCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeBrandAssignmentCommand extends DescribeBrandAssignmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBrandAssignmentRequest;
44
+ output: DescribeBrandAssignmentResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBrandAssignmentCommandInput;
48
+ output: DescribeBrandAssignmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeBrandRequest,
5
+ DescribeBrandResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeBrandCommandInput extends DescribeBrandRequest {}
15
+ export interface DescribeBrandCommandOutput
16
+ extends DescribeBrandResponse,
17
+ __MetadataBearer {}
18
+ declare const DescribeBrandCommand_base: {
19
+ new (
20
+ input: DescribeBrandCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeBrandCommandInput,
23
+ DescribeBrandCommandOutput,
24
+ QuickSightClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: DescribeBrandCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeBrandCommandInput,
32
+ DescribeBrandCommandOutput,
33
+ QuickSightClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class DescribeBrandCommand extends DescribeBrandCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeBrandRequest;
43
+ output: DescribeBrandResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeBrandCommandInput;
47
+ output: DescribeBrandCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeBrandPublishedVersionRequest,
5
+ DescribeBrandPublishedVersionResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeBrandPublishedVersionCommandInput
15
+ extends DescribeBrandPublishedVersionRequest {}
16
+ export interface DescribeBrandPublishedVersionCommandOutput
17
+ extends DescribeBrandPublishedVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeBrandPublishedVersionCommand_base: {
20
+ new (
21
+ input: DescribeBrandPublishedVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeBrandPublishedVersionCommandInput,
24
+ DescribeBrandPublishedVersionCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeBrandPublishedVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeBrandPublishedVersionCommandInput,
33
+ DescribeBrandPublishedVersionCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeBrandPublishedVersionCommand extends DescribeBrandPublishedVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBrandPublishedVersionRequest;
44
+ output: DescribeBrandPublishedVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBrandPublishedVersionCommandInput;
48
+ output: DescribeBrandPublishedVersionCommandOutput;
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
+ DescribeCustomPermissionsRequest,
5
+ DescribeCustomPermissionsResponse,
6
+ } from "../models/models_3";
7
+ import {
8
+ QuickSightClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../QuickSightClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeCustomPermissionsCommandInput
15
+ extends DescribeCustomPermissionsRequest {}
16
+ export interface DescribeCustomPermissionsCommandOutput
17
+ extends DescribeCustomPermissionsResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeCustomPermissionsCommand_base: {
20
+ new (
21
+ input: DescribeCustomPermissionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeCustomPermissionsCommandInput,
24
+ DescribeCustomPermissionsCommandOutput,
25
+ QuickSightClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeCustomPermissionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeCustomPermissionsCommandInput,
33
+ DescribeCustomPermissionsCommandOutput,
34
+ QuickSightClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeCustomPermissionsCommand extends DescribeCustomPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCustomPermissionsRequest;
44
+ output: DescribeCustomPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCustomPermissionsCommandInput;
48
+ output: DescribeCustomPermissionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeIngestionRequest,
5
- DescribeIngestionResponse,
6
- } from "../models/models_3";
3
+ import { DescribeIngestionRequest } from "../models/models_3";
4
+ import { DescribeIngestionResponse } from "../models/models_4";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeIpRestrictionRequest,
5
5
  DescribeIpRestrictionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeKeyRegistrationRequest,
5
5
  DescribeKeyRegistrationResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeNamespaceRequest,
5
5
  DescribeNamespaceResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeQPersonalizationConfigurationRequest,
5
5
  DescribeQPersonalizationConfigurationResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeRefreshScheduleRequest,
5
5
  DescribeRefreshScheduleResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeRoleCustomPermissionRequest,
5
5
  DescribeRoleCustomPermissionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeTemplateAliasRequest,
5
5
  DescribeTemplateAliasResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeTemplateRequest,
5
5
  DescribeTemplateResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeTemplateDefinitionRequest,
5
5
  DescribeTemplateDefinitionResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeTemplatePermissionsRequest,
5
5
  DescribeTemplatePermissionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeThemeAliasRequest,
5
5
  DescribeThemeAliasResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeThemeRequest,
5
5
  DescribeThemeResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeThemePermissionsRequest,
5
5
  DescribeThemePermissionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeTopicRequest,
5
5
  DescribeTopicResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  QuickSightClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTopicPermissionsRequest } from "../models/models_3";
4
- import { DescribeTopicPermissionsResponse } from "../models/models_4";
3
+ import {
4
+ DescribeTopicPermissionsRequest,
5
+ DescribeTopicPermissionsResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,