@aws-sdk/client-quicksight 3.691.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 (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,204 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeBrandRequest, DescribeBrandResponse } from "../models/models_3";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeBrandCommand}.
14
+ */
15
+ export interface DescribeBrandCommandInput extends DescribeBrandRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeBrandCommand}.
21
+ */
22
+ export interface DescribeBrandCommandOutput extends DescribeBrandResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeBrandCommand_base: {
25
+ new (input: DescribeBrandCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBrandCommandInput, DescribeBrandCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeBrandCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBrandCommandInput, DescribeBrandCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes a brand.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, DescribeBrandCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, DescribeBrandCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // DescribeBrandRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * BrandId: "STRING_VALUE", // required
40
+ * VersionId: "STRING_VALUE",
41
+ * };
42
+ * const command = new DescribeBrandCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DescribeBrandResponse
45
+ * // RequestId: "STRING_VALUE",
46
+ * // BrandDetail: { // BrandDetail
47
+ * // BrandId: "STRING_VALUE", // required
48
+ * // Arn: "STRING_VALUE",
49
+ * // BrandStatus: "CREATE_IN_PROGRESS" || "CREATE_SUCCEEDED" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_FAILED",
50
+ * // CreatedTime: new Date("TIMESTAMP"),
51
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
52
+ * // VersionId: "STRING_VALUE",
53
+ * // VersionStatus: "CREATE_IN_PROGRESS" || "CREATE_SUCCEEDED" || "CREATE_FAILED",
54
+ * // Errors: [ // ErrorList
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // Logo: { // Logo
58
+ * // AltText: "STRING_VALUE", // required
59
+ * // LogoSet: { // LogoSet
60
+ * // Primary: { // ImageSet
61
+ * // Original: { // Image
62
+ * // Source: { // ImageSource Union: only one key present
63
+ * // PublicUrl: "STRING_VALUE",
64
+ * // S3Uri: "STRING_VALUE",
65
+ * // },
66
+ * // GeneratedImageUrl: "STRING_VALUE",
67
+ * // },
68
+ * // Height64: {
69
+ * // Source: {// Union: only one key present
70
+ * // PublicUrl: "STRING_VALUE",
71
+ * // S3Uri: "STRING_VALUE",
72
+ * // },
73
+ * // GeneratedImageUrl: "STRING_VALUE",
74
+ * // },
75
+ * // Height32: {
76
+ * // Source: {// Union: only one key present
77
+ * // PublicUrl: "STRING_VALUE",
78
+ * // S3Uri: "STRING_VALUE",
79
+ * // },
80
+ * // GeneratedImageUrl: "STRING_VALUE",
81
+ * // },
82
+ * // },
83
+ * // Favicon: {
84
+ * // Original: {
85
+ * // Source: {// Union: only one key present
86
+ * // PublicUrl: "STRING_VALUE",
87
+ * // S3Uri: "STRING_VALUE",
88
+ * // },
89
+ * // GeneratedImageUrl: "STRING_VALUE",
90
+ * // },
91
+ * // Height64: {
92
+ * // Source: {// Union: only one key present
93
+ * // PublicUrl: "STRING_VALUE",
94
+ * // S3Uri: "STRING_VALUE",
95
+ * // },
96
+ * // GeneratedImageUrl: "STRING_VALUE",
97
+ * // },
98
+ * // Height32: "<Image>",
99
+ * // },
100
+ * // },
101
+ * // },
102
+ * // },
103
+ * // BrandDefinition: { // BrandDefinition
104
+ * // BrandName: "STRING_VALUE", // required
105
+ * // Description: "STRING_VALUE",
106
+ * // ApplicationTheme: { // ApplicationTheme
107
+ * // BrandColorPalette: { // BrandColorPalette
108
+ * // Primary: { // Palette
109
+ * // Foreground: "STRING_VALUE",
110
+ * // Background: "STRING_VALUE",
111
+ * // },
112
+ * // Secondary: {
113
+ * // Foreground: "STRING_VALUE",
114
+ * // Background: "STRING_VALUE",
115
+ * // },
116
+ * // Accent: {
117
+ * // Foreground: "STRING_VALUE",
118
+ * // Background: "STRING_VALUE",
119
+ * // },
120
+ * // Measure: {
121
+ * // Foreground: "STRING_VALUE",
122
+ * // Background: "STRING_VALUE",
123
+ * // },
124
+ * // Dimension: {
125
+ * // Foreground: "STRING_VALUE",
126
+ * // Background: "STRING_VALUE",
127
+ * // },
128
+ * // Success: "<Palette>",
129
+ * // Info: "<Palette>",
130
+ * // Warning: "<Palette>",
131
+ * // Danger: "<Palette>",
132
+ * // },
133
+ * // BrandElementStyle: { // BrandElementStyle
134
+ * // NavbarStyle: { // NavbarStyle
135
+ * // GlobalNavbar: "<Palette>",
136
+ * // ContextualNavbar: "<Palette>",
137
+ * // },
138
+ * // },
139
+ * // },
140
+ * // LogoConfiguration: { // LogoConfiguration
141
+ * // AltText: "STRING_VALUE", // required
142
+ * // LogoSet: { // LogoSetConfiguration
143
+ * // Primary: { // ImageSetConfiguration
144
+ * // Original: { // ImageConfiguration
145
+ * // Source: "<ImageSource>",
146
+ * // },
147
+ * // },
148
+ * // Favicon: {
149
+ * // Original: {
150
+ * // Source: "<ImageSource>",
151
+ * // },
152
+ * // },
153
+ * // },
154
+ * // },
155
+ * // },
156
+ * // };
157
+ *
158
+ * ```
159
+ *
160
+ * @param DescribeBrandCommandInput - {@link DescribeBrandCommandInput}
161
+ * @returns {@link DescribeBrandCommandOutput}
162
+ * @see {@link DescribeBrandCommandInput} for command's `input` shape.
163
+ * @see {@link DescribeBrandCommandOutput} for command's `response` shape.
164
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
165
+ *
166
+ * @throws {@link AccessDeniedException} (client fault)
167
+ * <p>You don't have access to this item. The provided credentials couldn't be
168
+ * validated. You might not be authorized to carry out the request. Make sure that your
169
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
170
+ * correct permissions, and that you are using the correct credentials.</p>
171
+ *
172
+ * @throws {@link ConflictException} (client fault)
173
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
174
+ *
175
+ * @throws {@link InternalServerException} (server fault)
176
+ * <p>An internal service exception.</p>
177
+ *
178
+ * @throws {@link InvalidRequestException} (client fault)
179
+ * <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
180
+ *
181
+ * @throws {@link ResourceNotFoundException} (client fault)
182
+ * <p>One or more resources can't be found.</p>
183
+ *
184
+ * @throws {@link ThrottlingException} (client fault)
185
+ * <p>Access is throttled.</p>
186
+ *
187
+ * @throws {@link QuickSightServiceException}
188
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
189
+ *
190
+ * @public
191
+ */
192
+ export declare class DescribeBrandCommand extends DescribeBrandCommand_base {
193
+ /** @internal type navigation helper, not in runtime. */
194
+ protected static __types: {
195
+ api: {
196
+ input: DescribeBrandRequest;
197
+ output: DescribeBrandResponse;
198
+ };
199
+ sdk: {
200
+ input: DescribeBrandCommandInput;
201
+ output: DescribeBrandCommandOutput;
202
+ };
203
+ };
204
+ }
@@ -0,0 +1,203 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeBrandPublishedVersionRequest, DescribeBrandPublishedVersionResponse } from "../models/models_3";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeBrandPublishedVersionCommand}.
14
+ */
15
+ export interface DescribeBrandPublishedVersionCommandInput extends DescribeBrandPublishedVersionRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeBrandPublishedVersionCommand}.
21
+ */
22
+ export interface DescribeBrandPublishedVersionCommandOutput extends DescribeBrandPublishedVersionResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeBrandPublishedVersionCommand_base: {
25
+ new (input: DescribeBrandPublishedVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBrandPublishedVersionCommandInput, DescribeBrandPublishedVersionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeBrandPublishedVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBrandPublishedVersionCommandInput, DescribeBrandPublishedVersionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes the published version of the brand.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, DescribeBrandPublishedVersionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, DescribeBrandPublishedVersionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // DescribeBrandPublishedVersionRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * BrandId: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DescribeBrandPublishedVersionCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // DescribeBrandPublishedVersionResponse
44
+ * // RequestId: "STRING_VALUE",
45
+ * // BrandDetail: { // BrandDetail
46
+ * // BrandId: "STRING_VALUE", // required
47
+ * // Arn: "STRING_VALUE",
48
+ * // BrandStatus: "CREATE_IN_PROGRESS" || "CREATE_SUCCEEDED" || "CREATE_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_FAILED",
49
+ * // CreatedTime: new Date("TIMESTAMP"),
50
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
51
+ * // VersionId: "STRING_VALUE",
52
+ * // VersionStatus: "CREATE_IN_PROGRESS" || "CREATE_SUCCEEDED" || "CREATE_FAILED",
53
+ * // Errors: [ // ErrorList
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // Logo: { // Logo
57
+ * // AltText: "STRING_VALUE", // required
58
+ * // LogoSet: { // LogoSet
59
+ * // Primary: { // ImageSet
60
+ * // Original: { // Image
61
+ * // Source: { // ImageSource Union: only one key present
62
+ * // PublicUrl: "STRING_VALUE",
63
+ * // S3Uri: "STRING_VALUE",
64
+ * // },
65
+ * // GeneratedImageUrl: "STRING_VALUE",
66
+ * // },
67
+ * // Height64: {
68
+ * // Source: {// Union: only one key present
69
+ * // PublicUrl: "STRING_VALUE",
70
+ * // S3Uri: "STRING_VALUE",
71
+ * // },
72
+ * // GeneratedImageUrl: "STRING_VALUE",
73
+ * // },
74
+ * // Height32: {
75
+ * // Source: {// Union: only one key present
76
+ * // PublicUrl: "STRING_VALUE",
77
+ * // S3Uri: "STRING_VALUE",
78
+ * // },
79
+ * // GeneratedImageUrl: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // Favicon: {
83
+ * // Original: {
84
+ * // Source: {// Union: only one key present
85
+ * // PublicUrl: "STRING_VALUE",
86
+ * // S3Uri: "STRING_VALUE",
87
+ * // },
88
+ * // GeneratedImageUrl: "STRING_VALUE",
89
+ * // },
90
+ * // Height64: {
91
+ * // Source: {// Union: only one key present
92
+ * // PublicUrl: "STRING_VALUE",
93
+ * // S3Uri: "STRING_VALUE",
94
+ * // },
95
+ * // GeneratedImageUrl: "STRING_VALUE",
96
+ * // },
97
+ * // Height32: "<Image>",
98
+ * // },
99
+ * // },
100
+ * // },
101
+ * // },
102
+ * // BrandDefinition: { // BrandDefinition
103
+ * // BrandName: "STRING_VALUE", // required
104
+ * // Description: "STRING_VALUE",
105
+ * // ApplicationTheme: { // ApplicationTheme
106
+ * // BrandColorPalette: { // BrandColorPalette
107
+ * // Primary: { // Palette
108
+ * // Foreground: "STRING_VALUE",
109
+ * // Background: "STRING_VALUE",
110
+ * // },
111
+ * // Secondary: {
112
+ * // Foreground: "STRING_VALUE",
113
+ * // Background: "STRING_VALUE",
114
+ * // },
115
+ * // Accent: {
116
+ * // Foreground: "STRING_VALUE",
117
+ * // Background: "STRING_VALUE",
118
+ * // },
119
+ * // Measure: {
120
+ * // Foreground: "STRING_VALUE",
121
+ * // Background: "STRING_VALUE",
122
+ * // },
123
+ * // Dimension: {
124
+ * // Foreground: "STRING_VALUE",
125
+ * // Background: "STRING_VALUE",
126
+ * // },
127
+ * // Success: "<Palette>",
128
+ * // Info: "<Palette>",
129
+ * // Warning: "<Palette>",
130
+ * // Danger: "<Palette>",
131
+ * // },
132
+ * // BrandElementStyle: { // BrandElementStyle
133
+ * // NavbarStyle: { // NavbarStyle
134
+ * // GlobalNavbar: "<Palette>",
135
+ * // ContextualNavbar: "<Palette>",
136
+ * // },
137
+ * // },
138
+ * // },
139
+ * // LogoConfiguration: { // LogoConfiguration
140
+ * // AltText: "STRING_VALUE", // required
141
+ * // LogoSet: { // LogoSetConfiguration
142
+ * // Primary: { // ImageSetConfiguration
143
+ * // Original: { // ImageConfiguration
144
+ * // Source: "<ImageSource>",
145
+ * // },
146
+ * // },
147
+ * // Favicon: {
148
+ * // Original: {
149
+ * // Source: "<ImageSource>",
150
+ * // },
151
+ * // },
152
+ * // },
153
+ * // },
154
+ * // },
155
+ * // };
156
+ *
157
+ * ```
158
+ *
159
+ * @param DescribeBrandPublishedVersionCommandInput - {@link DescribeBrandPublishedVersionCommandInput}
160
+ * @returns {@link DescribeBrandPublishedVersionCommandOutput}
161
+ * @see {@link DescribeBrandPublishedVersionCommandInput} for command's `input` shape.
162
+ * @see {@link DescribeBrandPublishedVersionCommandOutput} for command's `response` shape.
163
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
164
+ *
165
+ * @throws {@link AccessDeniedException} (client fault)
166
+ * <p>You don't have access to this item. The provided credentials couldn't be
167
+ * validated. You might not be authorized to carry out the request. Make sure that your
168
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
169
+ * correct permissions, and that you are using the correct credentials.</p>
170
+ *
171
+ * @throws {@link ConflictException} (client fault)
172
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
173
+ *
174
+ * @throws {@link InternalServerException} (server fault)
175
+ * <p>An internal service exception.</p>
176
+ *
177
+ * @throws {@link InvalidRequestException} (client fault)
178
+ * <p>You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.</p>
179
+ *
180
+ * @throws {@link ResourceNotFoundException} (client fault)
181
+ * <p>One or more resources can't be found.</p>
182
+ *
183
+ * @throws {@link ThrottlingException} (client fault)
184
+ * <p>Access is throttled.</p>
185
+ *
186
+ * @throws {@link QuickSightServiceException}
187
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
188
+ *
189
+ * @public
190
+ */
191
+ export declare class DescribeBrandPublishedVersionCommand extends DescribeBrandPublishedVersionCommand_base {
192
+ /** @internal type navigation helper, not in runtime. */
193
+ protected static __types: {
194
+ api: {
195
+ input: DescribeBrandPublishedVersionRequest;
196
+ output: DescribeBrandPublishedVersionResponse;
197
+ };
198
+ sdk: {
199
+ input: DescribeBrandPublishedVersionCommandInput;
200
+ output: DescribeBrandPublishedVersionCommandOutput;
201
+ };
202
+ };
203
+ }
@@ -0,0 +1,120 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeCustomPermissionsRequest, DescribeCustomPermissionsResponse } from "../models/models_3";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeCustomPermissionsCommand}.
14
+ */
15
+ export interface DescribeCustomPermissionsCommandInput extends DescribeCustomPermissionsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeCustomPermissionsCommand}.
21
+ */
22
+ export interface DescribeCustomPermissionsCommandOutput extends DescribeCustomPermissionsResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeCustomPermissionsCommand_base: {
25
+ new (input: DescribeCustomPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomPermissionsCommandInput, DescribeCustomPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DescribeCustomPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomPermissionsCommandInput, DescribeCustomPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes a custom permissions profile.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, DescribeCustomPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, DescribeCustomPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * const client = new QuickSightClient(config);
37
+ * const input = { // DescribeCustomPermissionsRequest
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * CustomPermissionsName: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DescribeCustomPermissionsCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // DescribeCustomPermissionsResponse
44
+ * // Status: Number("int"),
45
+ * // CustomPermissions: { // CustomPermissions
46
+ * // Arn: "STRING_VALUE",
47
+ * // CustomPermissionsName: "STRING_VALUE",
48
+ * // Capabilities: { // Capabilities
49
+ * // ExportToCsv: "DENY",
50
+ * // ExportToExcel: "DENY",
51
+ * // CreateAndUpdateThemes: "DENY",
52
+ * // AddOrRunAnomalyDetectionForAnalyses: "DENY",
53
+ * // ShareAnalyses: "DENY",
54
+ * // CreateAndUpdateDatasets: "DENY",
55
+ * // ShareDatasets: "DENY",
56
+ * // SubscribeDashboardEmailReports: "DENY",
57
+ * // CreateAndUpdateDashboardEmailReports: "DENY",
58
+ * // ShareDashboards: "DENY",
59
+ * // CreateAndUpdateThresholdAlerts: "DENY",
60
+ * // RenameSharedFolders: "DENY",
61
+ * // CreateSharedFolders: "DENY",
62
+ * // CreateAndUpdateDataSources: "DENY",
63
+ * // ShareDataSources: "DENY",
64
+ * // ViewAccountSPICECapacity: "DENY",
65
+ * // CreateSPICEDataset: "DENY",
66
+ * // },
67
+ * // },
68
+ * // RequestId: "STRING_VALUE",
69
+ * // };
70
+ *
71
+ * ```
72
+ *
73
+ * @param DescribeCustomPermissionsCommandInput - {@link DescribeCustomPermissionsCommandInput}
74
+ * @returns {@link DescribeCustomPermissionsCommandOutput}
75
+ * @see {@link DescribeCustomPermissionsCommandInput} for command's `input` shape.
76
+ * @see {@link DescribeCustomPermissionsCommandOutput} for command's `response` shape.
77
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
78
+ *
79
+ * @throws {@link AccessDeniedException} (client fault)
80
+ * <p>You don't have access to this item. The provided credentials couldn't be
81
+ * validated. You might not be authorized to carry out the request. Make sure that your
82
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
83
+ * correct permissions, and that you are using the correct credentials.</p>
84
+ *
85
+ * @throws {@link InternalFailureException} (server fault)
86
+ * <p>An internal failure occurred.</p>
87
+ *
88
+ * @throws {@link InvalidParameterValueException} (client fault)
89
+ * <p>One or more parameters has a value that isn't valid.</p>
90
+ *
91
+ * @throws {@link PreconditionNotMetException} (client fault)
92
+ * <p>One or more preconditions aren't met.</p>
93
+ *
94
+ * @throws {@link ResourceNotFoundException} (client fault)
95
+ * <p>One or more resources can't be found.</p>
96
+ *
97
+ * @throws {@link ResourceUnavailableException} (server fault)
98
+ * <p>This resource is currently unavailable.</p>
99
+ *
100
+ * @throws {@link ThrottlingException} (client fault)
101
+ * <p>Access is throttled.</p>
102
+ *
103
+ * @throws {@link QuickSightServiceException}
104
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
105
+ *
106
+ * @public
107
+ */
108
+ export declare class DescribeCustomPermissionsCommand extends DescribeCustomPermissionsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DescribeCustomPermissionsRequest;
113
+ output: DescribeCustomPermissionsResponse;
114
+ };
115
+ sdk: {
116
+ input: DescribeCustomPermissionsCommandInput;
117
+ output: DescribeCustomPermissionsCommandOutput;
118
+ };
119
+ };
120
+ }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeIngestionRequest, DescribeIngestionResponse } from "../models/models_3";
3
+ import { DescribeIngestionRequest } from "../models/models_3";
4
+ import { DescribeIngestionResponse } from "../models/models_4";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../models/models_3";
3
+ import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeKeyRegistrationRequest, DescribeKeyRegistrationResponse } from "../models/models_3";
3
+ import { DescribeKeyRegistrationRequest, DescribeKeyRegistrationResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_3";
3
+ import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeQPersonalizationConfigurationRequest, DescribeQPersonalizationConfigurationResponse } from "../models/models_3";
3
+ import { DescribeQPersonalizationConfigurationRequest, DescribeQPersonalizationConfigurationResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from "../models/models_3";
3
+ import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeRoleCustomPermissionRequest, DescribeRoleCustomPermissionResponse } from "../models/models_3";
3
+ import { DescribeRoleCustomPermissionRequest, DescribeRoleCustomPermissionResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_3";
3
+ import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_3";
3
+ import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTemplateDefinitionRequest, DescribeTemplateDefinitionResponse } from "../models/models_3";
3
+ import { DescribeTemplateDefinitionRequest, DescribeTemplateDefinitionResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_3";
3
+ import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_3";
3
+ import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_3";
3
+ import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_3";
3
+ import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public