@aws-sdk/client-quicksight 3.1061.0 → 3.1063.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 (103) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +195 -0
  3. package/dist-cjs/models/errors.js +54 -54
  4. package/dist-cjs/schemas/schemas_0.js +569 -225
  5. package/dist-es/QuickSight.js +20 -0
  6. package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
  7. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
  8. package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
  9. package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
  10. package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
  11. package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
  12. package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
  13. package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/enums.js +63 -0
  16. package/dist-es/models/errors.js +48 -48
  17. package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
  18. package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +532 -189
  21. package/dist-types/QuickSight.d.ts +70 -0
  22. package/dist-types/QuickSightClient.d.ts +10 -2
  23. package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
  24. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
  25. package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
  31. package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
  32. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
  33. package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
  34. package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
  35. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  36. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
  51. package/dist-types/commands/index.d.ts +8 -0
  52. package/dist-types/models/enums.d.ts +159 -0
  53. package/dist-types/models/errors.d.ts +53 -53
  54. package/dist-types/models/models_2.d.ts +106 -144
  55. package/dist-types/models/models_3.d.ts +184 -154
  56. package/dist-types/models/models_4.d.ts +1367 -1363
  57. package/dist-types/models/models_5.d.ts +860 -4
  58. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
  59. package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
  60. package/dist-types/pagination/index.d.ts +2 -0
  61. package/dist-types/schemas/schemas_0.d.ts +41 -0
  62. package/dist-types/ts3.4/QuickSight.d.ts +150 -0
  63. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
  65. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
  66. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
  72. package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
  73. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
  74. package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
  75. package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
  76. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +85 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +28 -28
  95. package/dist-types/ts3.4/models/models_2.d.ts +27 -34
  96. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  97. package/dist-types/ts3.4/models/models_4.d.ts +219 -195
  98. package/dist-types/ts3.4/models/models_5.d.ts +209 -0
  99. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
  103. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.DomainNotWhitelistedException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.CustomerManagedKeyUnavailableException = exports.InvalidDataSetParameterValueException = exports.InvalidRequestException = exports.InternalServerException = exports.UnsupportedUserEditionException = exports.LimitExceededException = exports.PreconditionNotMetException = exports.ResourceUnavailableException = exports.ConcurrentUpdatingException = exports.ResourceExistsException = exports.ConflictException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AccessDeniedException = void 0;
3
+ exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.DomainNotWhitelistedException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.CustomerManagedKeyUnavailableException = exports.InvalidDataSetParameterValueException = exports.InternalServerException = exports.UnsupportedUserEditionException = exports.ResourceUnavailableException = exports.ConcurrentUpdatingException = exports.ResourceExistsException = exports.ConflictException = exports.PreconditionNotMetException = exports.LimitExceededException = exports.InvalidRequestException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AccessDeniedException = void 0;
4
4
  const QuickSightServiceException_1 = require("./QuickSightServiceException");
5
5
  class AccessDeniedException extends QuickSightServiceException_1.QuickSightServiceException {
6
6
  name = "AccessDeniedException";
@@ -89,6 +89,59 @@ class ThrottlingException extends QuickSightServiceException_1.QuickSightService
89
89
  }
90
90
  }
91
91
  exports.ThrottlingException = ThrottlingException;
92
+ class InvalidRequestException extends QuickSightServiceException_1.QuickSightServiceException {
93
+ name = "InvalidRequestException";
94
+ $fault = "client";
95
+ Message;
96
+ RequestId;
97
+ constructor(opts) {
98
+ super({
99
+ name: "InvalidRequestException",
100
+ $fault: "client",
101
+ ...opts,
102
+ });
103
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
104
+ this.Message = opts.Message;
105
+ this.RequestId = opts.RequestId;
106
+ }
107
+ }
108
+ exports.InvalidRequestException = InvalidRequestException;
109
+ class LimitExceededException extends QuickSightServiceException_1.QuickSightServiceException {
110
+ name = "LimitExceededException";
111
+ $fault = "client";
112
+ Message;
113
+ ResourceType;
114
+ RequestId;
115
+ constructor(opts) {
116
+ super({
117
+ name: "LimitExceededException",
118
+ $fault: "client",
119
+ ...opts,
120
+ });
121
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
122
+ this.Message = opts.Message;
123
+ this.ResourceType = opts.ResourceType;
124
+ this.RequestId = opts.RequestId;
125
+ }
126
+ }
127
+ exports.LimitExceededException = LimitExceededException;
128
+ class PreconditionNotMetException extends QuickSightServiceException_1.QuickSightServiceException {
129
+ name = "PreconditionNotMetException";
130
+ $fault = "client";
131
+ Message;
132
+ RequestId;
133
+ constructor(opts) {
134
+ super({
135
+ name: "PreconditionNotMetException",
136
+ $fault: "client",
137
+ ...opts,
138
+ });
139
+ Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
140
+ this.Message = opts.Message;
141
+ this.RequestId = opts.RequestId;
142
+ }
143
+ }
144
+ exports.PreconditionNotMetException = PreconditionNotMetException;
92
145
  class ConflictException extends QuickSightServiceException_1.QuickSightServiceException {
93
146
  name = "ConflictException";
94
147
  $fault = "client";
@@ -161,42 +214,6 @@ class ResourceUnavailableException extends QuickSightServiceException_1.QuickSig
161
214
  }
162
215
  }
163
216
  exports.ResourceUnavailableException = ResourceUnavailableException;
164
- class PreconditionNotMetException extends QuickSightServiceException_1.QuickSightServiceException {
165
- name = "PreconditionNotMetException";
166
- $fault = "client";
167
- Message;
168
- RequestId;
169
- constructor(opts) {
170
- super({
171
- name: "PreconditionNotMetException",
172
- $fault: "client",
173
- ...opts,
174
- });
175
- Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
176
- this.Message = opts.Message;
177
- this.RequestId = opts.RequestId;
178
- }
179
- }
180
- exports.PreconditionNotMetException = PreconditionNotMetException;
181
- class LimitExceededException extends QuickSightServiceException_1.QuickSightServiceException {
182
- name = "LimitExceededException";
183
- $fault = "client";
184
- Message;
185
- ResourceType;
186
- RequestId;
187
- constructor(opts) {
188
- super({
189
- name: "LimitExceededException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, LimitExceededException.prototype);
194
- this.Message = opts.Message;
195
- this.ResourceType = opts.ResourceType;
196
- this.RequestId = opts.RequestId;
197
- }
198
- }
199
- exports.LimitExceededException = LimitExceededException;
200
217
  class UnsupportedUserEditionException extends QuickSightServiceException_1.QuickSightServiceException {
201
218
  name = "UnsupportedUserEditionException";
202
219
  $fault = "client";
@@ -229,23 +246,6 @@ class InternalServerException extends QuickSightServiceException_1.QuickSightSer
229
246
  }
230
247
  }
231
248
  exports.InternalServerException = InternalServerException;
232
- class InvalidRequestException extends QuickSightServiceException_1.QuickSightServiceException {
233
- name = "InvalidRequestException";
234
- $fault = "client";
235
- Message;
236
- RequestId;
237
- constructor(opts) {
238
- super({
239
- name: "InvalidRequestException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
244
- this.Message = opts.Message;
245
- this.RequestId = opts.RequestId;
246
- }
247
- }
248
- exports.InvalidRequestException = InvalidRequestException;
249
249
  class InvalidDataSetParameterValueException extends QuickSightServiceException_1.QuickSightServiceException {
250
250
  name = "InvalidDataSetParameterValueException";
251
251
  $fault = "client";