@aws-sdk/client-cloudtrail 3.693.0 → 3.698.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 (62) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +346 -44
  3. package/dist-es/CloudTrail.js +12 -0
  4. package/dist-es/commands/CreateDashboardCommand.js +22 -0
  5. package/dist-es/commands/DeleteDashboardCommand.js +22 -0
  6. package/dist-es/commands/GetDashboardCommand.js +22 -0
  7. package/dist-es/commands/ListDashboardsCommand.js +22 -0
  8. package/dist-es/commands/StartDashboardRefreshCommand.js +22 -0
  9. package/dist-es/commands/UpdateDashboardCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_0.js +58 -26
  12. package/dist-es/protocols/Aws_json1_1.js +160 -7
  13. package/dist-types/CloudTrail.d.ts +43 -0
  14. package/dist-types/CloudTrailClient.d.ts +8 -2
  15. package/dist-types/commands/AddTagsCommand.d.ts +4 -2
  16. package/dist-types/commands/CancelQueryCommand.d.ts +2 -0
  17. package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +189 -0
  19. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +5 -1
  20. package/dist-types/commands/CreateTrailCommand.d.ts +6 -2
  21. package/dist-types/commands/DeleteDashboardCommand.d.ts +83 -0
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -3
  23. package/dist-types/commands/DeleteTrailCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeQueryCommand.d.ts +7 -3
  25. package/dist-types/commands/DescribeTrailsCommand.d.ts +2 -0
  26. package/dist-types/commands/GenerateQueryCommand.d.ts +1 -0
  27. package/dist-types/commands/GetDashboardCommand.d.ts +106 -0
  28. package/dist-types/commands/GetEventSelectorsCommand.d.ts +2 -0
  29. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +2 -0
  30. package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -1
  31. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -3
  32. package/dist-types/commands/GetTrailCommand.d.ts +2 -0
  33. package/dist-types/commands/GetTrailStatusCommand.d.ts +2 -0
  34. package/dist-types/commands/ListDashboardsCommand.d.ts +85 -0
  35. package/dist-types/commands/ListTagsCommand.d.ts +3 -1
  36. package/dist-types/commands/PutEventSelectorsCommand.d.ts +2 -0
  37. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +7 -1
  38. package/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -21
  39. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -1
  40. package/dist-types/commands/StartDashboardRefreshCommand.d.ts +98 -0
  41. package/dist-types/commands/StartImportCommand.d.ts +5 -1
  42. package/dist-types/commands/StartLoggingCommand.d.ts +2 -0
  43. package/dist-types/commands/StartQueryCommand.d.ts +7 -1
  44. package/dist-types/commands/StopLoggingCommand.d.ts +2 -0
  45. package/dist-types/commands/UpdateDashboardCommand.d.ts +164 -0
  46. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +5 -1
  47. package/dist-types/commands/UpdateTrailCommand.d.ts +7 -1
  48. package/dist-types/commands/index.d.ts +6 -0
  49. package/dist-types/models/models_0.d.ts +823 -116
  50. package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
  51. package/dist-types/ts3.4/CloudTrail.d.ts +103 -0
  52. package/dist-types/ts3.4/CloudTrailClient.d.ts +36 -0
  53. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +50 -0
  54. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +47 -0
  56. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +156 -19
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
  62. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -45,10 +45,14 @@ __export(src_exports, {
45
45
  ConcurrentModificationException: () => ConcurrentModificationException,
46
46
  ConflictException: () => ConflictException,
47
47
  CreateChannelCommand: () => CreateChannelCommand,
48
+ CreateDashboardCommand: () => CreateDashboardCommand,
48
49
  CreateEventDataStoreCommand: () => CreateEventDataStoreCommand,
49
50
  CreateTrailCommand: () => CreateTrailCommand,
51
+ DashboardStatus: () => DashboardStatus,
52
+ DashboardType: () => DashboardType,
50
53
  DelegatedAdminAccountLimitExceededException: () => DelegatedAdminAccountLimitExceededException,
51
54
  DeleteChannelCommand: () => DeleteChannelCommand,
55
+ DeleteDashboardCommand: () => DeleteDashboardCommand,
52
56
  DeleteEventDataStoreCommand: () => DeleteEventDataStoreCommand,
53
57
  DeleteResourcePolicyCommand: () => DeleteResourcePolicyCommand,
54
58
  DeleteTrailCommand: () => DeleteTrailCommand,
@@ -72,6 +76,7 @@ __export(src_exports, {
72
76
  GenerateQueryCommand: () => GenerateQueryCommand,
73
77
  GenerateResponseException: () => GenerateResponseException,
74
78
  GetChannelCommand: () => GetChannelCommand,
79
+ GetDashboardCommand: () => GetDashboardCommand,
75
80
  GetEventDataStoreCommand: () => GetEventDataStoreCommand,
76
81
  GetEventSelectorsCommand: () => GetEventSelectorsCommand,
77
82
  GetImportCommand: () => GetImportCommand,
@@ -122,6 +127,7 @@ __export(src_exports, {
122
127
  KmsKeyDisabledException: () => KmsKeyDisabledException,
123
128
  KmsKeyNotFoundException: () => KmsKeyNotFoundException,
124
129
  ListChannelsCommand: () => ListChannelsCommand,
130
+ ListDashboardsCommand: () => ListDashboardsCommand,
125
131
  ListEventDataStoresCommand: () => ListEventDataStoresCommand,
126
132
  ListImportFailuresCommand: () => ListImportFailuresCommand,
127
133
  ListImportsCommand: () => ListImportsCommand,
@@ -146,6 +152,8 @@ __export(src_exports, {
146
152
  QueryIdNotFoundException: () => QueryIdNotFoundException,
147
153
  QueryStatus: () => QueryStatus,
148
154
  ReadWriteType: () => ReadWriteType,
155
+ RefreshScheduleFrequencyUnit: () => RefreshScheduleFrequencyUnit,
156
+ RefreshScheduleStatus: () => RefreshScheduleStatus,
149
157
  RegisterOrganizationDelegatedAdminCommand: () => RegisterOrganizationDelegatedAdminCommand,
150
158
  RemoveTagsCommand: () => RemoveTagsCommand,
151
159
  ResourceARNNotValidException: () => ResourceARNNotValidException,
@@ -155,6 +163,8 @@ __export(src_exports, {
155
163
  ResourceTypeNotSupportedException: () => ResourceTypeNotSupportedException,
156
164
  RestoreEventDataStoreCommand: () => RestoreEventDataStoreCommand,
157
165
  S3BucketDoesNotExistException: () => S3BucketDoesNotExistException,
166
+ ServiceQuotaExceededException: () => ServiceQuotaExceededException,
167
+ StartDashboardRefreshCommand: () => StartDashboardRefreshCommand,
158
168
  StartEventDataStoreIngestionCommand: () => StartEventDataStoreIngestionCommand,
159
169
  StartImportCommand: () => StartImportCommand,
160
170
  StartLoggingCommand: () => StartLoggingCommand,
@@ -169,6 +179,7 @@ __export(src_exports, {
169
179
  TrailNotProvidedException: () => TrailNotProvidedException,
170
180
  UnsupportedOperationException: () => UnsupportedOperationException,
171
181
  UpdateChannelCommand: () => UpdateChannelCommand,
182
+ UpdateDashboardCommand: () => UpdateDashboardCommand,
172
183
  UpdateEventDataStoreCommand: () => UpdateEventDataStoreCommand,
173
184
  UpdateTrailCommand: () => UpdateTrailCommand,
174
185
  __Client: () => import_smithy_client.Client,
@@ -907,6 +918,72 @@ var _InvalidSourceException = class _InvalidSourceException extends CloudTrailSe
907
918
  };
908
919
  __name(_InvalidSourceException, "InvalidSourceException");
909
920
  var InvalidSourceException = _InvalidSourceException;
921
+ var RefreshScheduleFrequencyUnit = {
922
+ DAYS: "DAYS",
923
+ HOURS: "HOURS"
924
+ };
925
+ var RefreshScheduleStatus = {
926
+ DISABLED: "DISABLED",
927
+ ENABLED: "ENABLED"
928
+ };
929
+ var DashboardType = {
930
+ CUSTOM: "CUSTOM",
931
+ MANAGED: "MANAGED"
932
+ };
933
+ var _InsufficientEncryptionPolicyException = class _InsufficientEncryptionPolicyException extends CloudTrailServiceException {
934
+ /**
935
+ * @internal
936
+ */
937
+ constructor(opts) {
938
+ super({
939
+ name: "InsufficientEncryptionPolicyException",
940
+ $fault: "client",
941
+ ...opts
942
+ });
943
+ this.name = "InsufficientEncryptionPolicyException";
944
+ this.$fault = "client";
945
+ Object.setPrototypeOf(this, _InsufficientEncryptionPolicyException.prototype);
946
+ this.Message = opts.Message;
947
+ }
948
+ };
949
+ __name(_InsufficientEncryptionPolicyException, "InsufficientEncryptionPolicyException");
950
+ var InsufficientEncryptionPolicyException = _InsufficientEncryptionPolicyException;
951
+ var _InvalidQueryStatementException = class _InvalidQueryStatementException extends CloudTrailServiceException {
952
+ /**
953
+ * @internal
954
+ */
955
+ constructor(opts) {
956
+ super({
957
+ name: "InvalidQueryStatementException",
958
+ $fault: "client",
959
+ ...opts
960
+ });
961
+ this.name = "InvalidQueryStatementException";
962
+ this.$fault = "client";
963
+ Object.setPrototypeOf(this, _InvalidQueryStatementException.prototype);
964
+ this.Message = opts.Message;
965
+ }
966
+ };
967
+ __name(_InvalidQueryStatementException, "InvalidQueryStatementException");
968
+ var InvalidQueryStatementException = _InvalidQueryStatementException;
969
+ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends CloudTrailServiceException {
970
+ /**
971
+ * @internal
972
+ */
973
+ constructor(opts) {
974
+ super({
975
+ name: "ServiceQuotaExceededException",
976
+ $fault: "client",
977
+ ...opts
978
+ });
979
+ this.name = "ServiceQuotaExceededException";
980
+ this.$fault = "client";
981
+ Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
982
+ this.Message = opts.Message;
983
+ }
984
+ };
985
+ __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
986
+ var ServiceQuotaExceededException = _ServiceQuotaExceededException;
910
987
  var _CloudTrailAccessNotEnabledException = class _CloudTrailAccessNotEnabledException extends CloudTrailServiceException {
911
988
  /**
912
989
  * @internal
@@ -987,24 +1064,6 @@ var _InsufficientDependencyServiceAccessPermissionException = class _Insufficien
987
1064
  };
988
1065
  __name(_InsufficientDependencyServiceAccessPermissionException, "InsufficientDependencyServiceAccessPermissionException");
989
1066
  var InsufficientDependencyServiceAccessPermissionException = _InsufficientDependencyServiceAccessPermissionException;
990
- var _InsufficientEncryptionPolicyException = class _InsufficientEncryptionPolicyException extends CloudTrailServiceException {
991
- /**
992
- * @internal
993
- */
994
- constructor(opts) {
995
- super({
996
- name: "InsufficientEncryptionPolicyException",
997
- $fault: "client",
998
- ...opts
999
- });
1000
- this.name = "InsufficientEncryptionPolicyException";
1001
- this.$fault = "client";
1002
- Object.setPrototypeOf(this, _InsufficientEncryptionPolicyException.prototype);
1003
- this.Message = opts.Message;
1004
- }
1005
- };
1006
- __name(_InsufficientEncryptionPolicyException, "InsufficientEncryptionPolicyException");
1007
- var InsufficientEncryptionPolicyException = _InsufficientEncryptionPolicyException;
1008
1067
  var _InvalidEventSelectorsException = class _InvalidEventSelectorsException extends CloudTrailServiceException {
1009
1068
  /**
1010
1069
  * @internal
@@ -1598,6 +1657,13 @@ var _GenerateResponseException = class _GenerateResponseException extends CloudT
1598
1657
  };
1599
1658
  __name(_GenerateResponseException, "GenerateResponseException");
1600
1659
  var GenerateResponseException = _GenerateResponseException;
1660
+ var DashboardStatus = {
1661
+ CREATED: "CREATED",
1662
+ CREATING: "CREATING",
1663
+ DELETING: "DELETING",
1664
+ UPDATED: "UPDATED",
1665
+ UPDATING: "UPDATING"
1666
+ };
1601
1667
  var ReadWriteType = {
1602
1668
  All: "All",
1603
1669
  ReadOnly: "ReadOnly",
@@ -1906,24 +1972,6 @@ var _InvalidImportSourceException = class _InvalidImportSourceException extends
1906
1972
  };
1907
1973
  __name(_InvalidImportSourceException, "InvalidImportSourceException");
1908
1974
  var InvalidImportSourceException = _InvalidImportSourceException;
1909
- var _InvalidQueryStatementException = class _InvalidQueryStatementException extends CloudTrailServiceException {
1910
- /**
1911
- * @internal
1912
- */
1913
- constructor(opts) {
1914
- super({
1915
- name: "InvalidQueryStatementException",
1916
- $fault: "client",
1917
- ...opts
1918
- });
1919
- this.name = "InvalidQueryStatementException";
1920
- this.$fault = "client";
1921
- Object.setPrototypeOf(this, _InvalidQueryStatementException.prototype);
1922
- this.Message = opts.Message;
1923
- }
1924
- };
1925
- __name(_InvalidQueryStatementException, "InvalidQueryStatementException");
1926
- var InvalidQueryStatementException = _InvalidQueryStatementException;
1927
1975
  var _MaxConcurrentQueriesException = class _MaxConcurrentQueriesException extends CloudTrailServiceException {
1928
1976
  /**
1929
1977
  * @internal
@@ -1962,6 +2010,12 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
1962
2010
  body = JSON.stringify((0, import_smithy_client._json)(input));
1963
2011
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
1964
2012
  }, "se_CreateChannelCommand");
2013
+ var se_CreateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
2014
+ const headers = sharedHeaders("CreateDashboard");
2015
+ let body;
2016
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2017
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2018
+ }, "se_CreateDashboardCommand");
1965
2019
  var se_CreateEventDataStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
1966
2020
  const headers = sharedHeaders("CreateEventDataStore");
1967
2021
  let body;
@@ -1980,6 +2034,12 @@ var se_DeleteChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
1980
2034
  body = JSON.stringify((0, import_smithy_client._json)(input));
1981
2035
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
1982
2036
  }, "se_DeleteChannelCommand");
2037
+ var se_DeleteDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
2038
+ const headers = sharedHeaders("DeleteDashboard");
2039
+ let body;
2040
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2041
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2042
+ }, "se_DeleteDashboardCommand");
1983
2043
  var se_DeleteEventDataStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
1984
2044
  const headers = sharedHeaders("DeleteEventDataStore");
1985
2045
  let body;
@@ -2040,6 +2100,12 @@ var se_GetChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2040
2100
  body = JSON.stringify((0, import_smithy_client._json)(input));
2041
2101
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
2042
2102
  }, "se_GetChannelCommand");
2103
+ var se_GetDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
2104
+ const headers = sharedHeaders("GetDashboard");
2105
+ let body;
2106
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2107
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2108
+ }, "se_GetDashboardCommand");
2043
2109
  var se_GetEventDataStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
2044
2110
  const headers = sharedHeaders("GetEventDataStore");
2045
2111
  let body;
@@ -2094,6 +2160,12 @@ var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
2094
2160
  body = JSON.stringify((0, import_smithy_client._json)(input));
2095
2161
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
2096
2162
  }, "se_ListChannelsCommand");
2163
+ var se_ListDashboardsCommand = /* @__PURE__ */ __name(async (input, context) => {
2164
+ const headers = sharedHeaders("ListDashboards");
2165
+ let body;
2166
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2167
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2168
+ }, "se_ListDashboardsCommand");
2097
2169
  var se_ListEventDataStoresCommand = /* @__PURE__ */ __name(async (input, context) => {
2098
2170
  const headers = sharedHeaders("ListEventDataStores");
2099
2171
  let body;
@@ -2184,6 +2256,12 @@ var se_RestoreEventDataStoreCommand = /* @__PURE__ */ __name(async (input, conte
2184
2256
  body = JSON.stringify((0, import_smithy_client._json)(input));
2185
2257
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
2186
2258
  }, "se_RestoreEventDataStoreCommand");
2259
+ var se_StartDashboardRefreshCommand = /* @__PURE__ */ __name(async (input, context) => {
2260
+ const headers = sharedHeaders("StartDashboardRefresh");
2261
+ let body;
2262
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2263
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2264
+ }, "se_StartDashboardRefreshCommand");
2187
2265
  var se_StartEventDataStoreIngestionCommand = /* @__PURE__ */ __name(async (input, context) => {
2188
2266
  const headers = sharedHeaders("StartEventDataStoreIngestion");
2189
2267
  let body;
@@ -2232,6 +2310,12 @@ var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2232
2310
  body = JSON.stringify((0, import_smithy_client._json)(input));
2233
2311
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
2234
2312
  }, "se_UpdateChannelCommand");
2313
+ var se_UpdateDashboardCommand = /* @__PURE__ */ __name(async (input, context) => {
2314
+ const headers = sharedHeaders("UpdateDashboard");
2315
+ let body;
2316
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2317
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2318
+ }, "se_UpdateDashboardCommand");
2235
2319
  var se_UpdateEventDataStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
2236
2320
  const headers = sharedHeaders("UpdateEventDataStore");
2237
2321
  let body;
@@ -2283,6 +2367,19 @@ var de_CreateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
2283
2367
  };
2284
2368
  return response;
2285
2369
  }, "de_CreateChannelCommand");
2370
+ var de_CreateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
2371
+ if (output.statusCode >= 300) {
2372
+ return de_CommandError(output, context);
2373
+ }
2374
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2375
+ let contents = {};
2376
+ contents = (0, import_smithy_client._json)(data);
2377
+ const response = {
2378
+ $metadata: deserializeMetadata(output),
2379
+ ...contents
2380
+ };
2381
+ return response;
2382
+ }, "de_CreateDashboardCommand");
2286
2383
  var de_CreateEventDataStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
2287
2384
  if (output.statusCode >= 300) {
2288
2385
  return de_CommandError(output, context);
@@ -2322,6 +2419,19 @@ var de_DeleteChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
2322
2419
  };
2323
2420
  return response;
2324
2421
  }, "de_DeleteChannelCommand");
2422
+ var de_DeleteDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
2423
+ if (output.statusCode >= 300) {
2424
+ return de_CommandError(output, context);
2425
+ }
2426
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2427
+ let contents = {};
2428
+ contents = (0, import_smithy_client._json)(data);
2429
+ const response = {
2430
+ $metadata: deserializeMetadata(output),
2431
+ ...contents
2432
+ };
2433
+ return response;
2434
+ }, "de_DeleteDashboardCommand");
2325
2435
  var de_DeleteEventDataStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
2326
2436
  if (output.statusCode >= 300) {
2327
2437
  return de_CommandError(output, context);
@@ -2452,6 +2562,19 @@ var de_GetChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
2452
2562
  };
2453
2563
  return response;
2454
2564
  }, "de_GetChannelCommand");
2565
+ var de_GetDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
2566
+ if (output.statusCode >= 300) {
2567
+ return de_CommandError(output, context);
2568
+ }
2569
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2570
+ let contents = {};
2571
+ contents = de_GetDashboardResponse(data, context);
2572
+ const response = {
2573
+ $metadata: deserializeMetadata(output),
2574
+ ...contents
2575
+ };
2576
+ return response;
2577
+ }, "de_GetDashboardCommand");
2455
2578
  var de_GetEventDataStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
2456
2579
  if (output.statusCode >= 300) {
2457
2580
  return de_CommandError(output, context);
@@ -2569,6 +2692,19 @@ var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
2569
2692
  };
2570
2693
  return response;
2571
2694
  }, "de_ListChannelsCommand");
2695
+ var de_ListDashboardsCommand = /* @__PURE__ */ __name(async (output, context) => {
2696
+ if (output.statusCode >= 300) {
2697
+ return de_CommandError(output, context);
2698
+ }
2699
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2700
+ let contents = {};
2701
+ contents = (0, import_smithy_client._json)(data);
2702
+ const response = {
2703
+ $metadata: deserializeMetadata(output),
2704
+ ...contents
2705
+ };
2706
+ return response;
2707
+ }, "de_ListDashboardsCommand");
2572
2708
  var de_ListEventDataStoresCommand = /* @__PURE__ */ __name(async (output, context) => {
2573
2709
  if (output.statusCode >= 300) {
2574
2710
  return de_CommandError(output, context);
@@ -2764,6 +2900,19 @@ var de_RestoreEventDataStoreCommand = /* @__PURE__ */ __name(async (output, cont
2764
2900
  };
2765
2901
  return response;
2766
2902
  }, "de_RestoreEventDataStoreCommand");
2903
+ var de_StartDashboardRefreshCommand = /* @__PURE__ */ __name(async (output, context) => {
2904
+ if (output.statusCode >= 300) {
2905
+ return de_CommandError(output, context);
2906
+ }
2907
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2908
+ let contents = {};
2909
+ contents = (0, import_smithy_client._json)(data);
2910
+ const response = {
2911
+ $metadata: deserializeMetadata(output),
2912
+ ...contents
2913
+ };
2914
+ return response;
2915
+ }, "de_StartDashboardRefreshCommand");
2767
2916
  var de_StartEventDataStoreIngestionCommand = /* @__PURE__ */ __name(async (output, context) => {
2768
2917
  if (output.statusCode >= 300) {
2769
2918
  return de_CommandError(output, context);
@@ -2868,6 +3017,19 @@ var de_UpdateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
2868
3017
  };
2869
3018
  return response;
2870
3019
  }, "de_UpdateChannelCommand");
3020
+ var de_UpdateDashboardCommand = /* @__PURE__ */ __name(async (output, context) => {
3021
+ if (output.statusCode >= 300) {
3022
+ return de_CommandError(output, context);
3023
+ }
3024
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
3025
+ let contents = {};
3026
+ contents = de_UpdateDashboardResponse(data, context);
3027
+ const response = {
3028
+ $metadata: deserializeMetadata(output),
3029
+ ...contents
3030
+ };
3031
+ return response;
3032
+ }, "de_UpdateDashboardCommand");
2871
3033
  var de_UpdateEventDataStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
2872
3034
  if (output.statusCode >= 300) {
2873
3035
  return de_CommandError(output, context);
@@ -2970,6 +3132,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
2970
3132
  case "InvalidSourceException":
2971
3133
  case "com.amazonaws.cloudtrail#InvalidSourceException":
2972
3134
  throw await de_InvalidSourceExceptionRes(parsedOutput, context);
3135
+ case "InsufficientEncryptionPolicyException":
3136
+ case "com.amazonaws.cloudtrail#InsufficientEncryptionPolicyException":
3137
+ throw await de_InsufficientEncryptionPolicyExceptionRes(parsedOutput, context);
3138
+ case "InvalidQueryStatementException":
3139
+ case "com.amazonaws.cloudtrail#InvalidQueryStatementException":
3140
+ throw await de_InvalidQueryStatementExceptionRes(parsedOutput, context);
3141
+ case "ServiceQuotaExceededException":
3142
+ case "com.amazonaws.cloudtrail#ServiceQuotaExceededException":
3143
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
2973
3144
  case "CloudTrailAccessNotEnabledException":
2974
3145
  case "com.amazonaws.cloudtrail#CloudTrailAccessNotEnabledException":
2975
3146
  throw await de_CloudTrailAccessNotEnabledExceptionRes(parsedOutput, context);
@@ -2982,9 +3153,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
2982
3153
  case "InsufficientDependencyServiceAccessPermissionException":
2983
3154
  case "com.amazonaws.cloudtrail#InsufficientDependencyServiceAccessPermissionException":
2984
3155
  throw await de_InsufficientDependencyServiceAccessPermissionExceptionRes(parsedOutput, context);
2985
- case "InsufficientEncryptionPolicyException":
2986
- case "com.amazonaws.cloudtrail#InsufficientEncryptionPolicyException":
2987
- throw await de_InsufficientEncryptionPolicyExceptionRes(parsedOutput, context);
2988
3156
  case "InvalidEventSelectorsException":
2989
3157
  case "com.amazonaws.cloudtrail#InvalidEventSelectorsException":
2990
3158
  throw await de_InvalidEventSelectorsExceptionRes(parsedOutput, context);
@@ -3147,9 +3315,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
3147
3315
  case "InvalidImportSourceException":
3148
3316
  case "com.amazonaws.cloudtrail#InvalidImportSourceException":
3149
3317
  throw await de_InvalidImportSourceExceptionRes(parsedOutput, context);
3150
- case "InvalidQueryStatementException":
3151
- case "com.amazonaws.cloudtrail#InvalidQueryStatementException":
3152
- throw await de_InvalidQueryStatementExceptionRes(parsedOutput, context);
3153
3318
  case "MaxConcurrentQueriesException":
3154
3319
  case "com.amazonaws.cloudtrail#MaxConcurrentQueriesException":
3155
3320
  throw await de_MaxConcurrentQueriesExceptionRes(parsedOutput, context);
@@ -3864,6 +4029,15 @@ var de_S3BucketDoesNotExistExceptionRes = /* @__PURE__ */ __name(async (parsedOu
3864
4029
  });
3865
4030
  return (0, import_smithy_client.decorateServiceException)(exception, body);
3866
4031
  }, "de_S3BucketDoesNotExistExceptionRes");
4032
+ var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4033
+ const body = parsedOutput.body;
4034
+ const deserialized = (0, import_smithy_client._json)(body);
4035
+ const exception = new ServiceQuotaExceededException({
4036
+ $metadata: deserializeMetadata(parsedOutput),
4037
+ ...deserialized
4038
+ });
4039
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
4040
+ }, "de_ServiceQuotaExceededExceptionRes");
3867
4041
  var de_TagsLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3868
4042
  const body = parsedOutput.body;
3869
4043
  const deserialized = (0, import_smithy_client._json)(body);
@@ -3990,6 +4164,7 @@ var de_DescribeQueryResponse = /* @__PURE__ */ __name((output, context) => {
3990
4164
  DeliveryS3Uri: import_smithy_client.expectString,
3991
4165
  DeliveryStatus: import_smithy_client.expectString,
3992
4166
  ErrorMessage: import_smithy_client.expectString,
4167
+ EventDataStoreOwnerAccountId: import_smithy_client.expectString,
3993
4168
  Prompt: import_smithy_client.expectString,
3994
4169
  QueryId: import_smithy_client.expectString,
3995
4170
  QueryStatistics: (_) => de_QueryStatisticsForDescribeQuery(_, context),
@@ -4046,6 +4221,20 @@ var de_GetChannelResponse = /* @__PURE__ */ __name((output, context) => {
4046
4221
  SourceConfig: import_smithy_client._json
4047
4222
  });
4048
4223
  }, "de_GetChannelResponse");
4224
+ var de_GetDashboardResponse = /* @__PURE__ */ __name((output, context) => {
4225
+ return (0, import_smithy_client.take)(output, {
4226
+ CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4227
+ DashboardArn: import_smithy_client.expectString,
4228
+ LastRefreshFailureReason: import_smithy_client.expectString,
4229
+ LastRefreshId: import_smithy_client.expectString,
4230
+ RefreshSchedule: import_smithy_client._json,
4231
+ Status: import_smithy_client.expectString,
4232
+ TerminationProtectionEnabled: import_smithy_client.expectBoolean,
4233
+ Type: import_smithy_client.expectString,
4234
+ UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4235
+ Widgets: import_smithy_client._json
4236
+ });
4237
+ }, "de_GetDashboardResponse");
4049
4238
  var de_GetEventDataStoreResponse = /* @__PURE__ */ __name((output, context) => {
4050
4239
  return (0, import_smithy_client.take)(output, {
4051
4240
  AdvancedEventSelectors: import_smithy_client._json,
@@ -4274,6 +4463,18 @@ var de_Timestamps = /* @__PURE__ */ __name((output, context) => {
4274
4463
  });
4275
4464
  return retVal;
4276
4465
  }, "de_Timestamps");
4466
+ var de_UpdateDashboardResponse = /* @__PURE__ */ __name((output, context) => {
4467
+ return (0, import_smithy_client.take)(output, {
4468
+ CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4469
+ DashboardArn: import_smithy_client.expectString,
4470
+ Name: import_smithy_client.expectString,
4471
+ RefreshSchedule: import_smithy_client._json,
4472
+ TerminationProtectionEnabled: import_smithy_client.expectBoolean,
4473
+ Type: import_smithy_client.expectString,
4474
+ UpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4475
+ Widgets: import_smithy_client._json
4476
+ });
4477
+ }, "de_UpdateDashboardResponse");
4277
4478
  var de_UpdateEventDataStoreResponse = /* @__PURE__ */ __name((output, context) => {
4278
4479
  return (0, import_smithy_client.take)(output, {
4279
4480
  AdvancedEventSelectors: import_smithy_client._json,
@@ -4364,6 +4565,20 @@ var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_cl
4364
4565
  __name(_CreateChannelCommand, "CreateChannelCommand");
4365
4566
  var CreateChannelCommand = _CreateChannelCommand;
4366
4567
 
4568
+ // src/commands/CreateDashboardCommand.ts
4569
+
4570
+
4571
+
4572
+ var _CreateDashboardCommand = class _CreateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4573
+ return [
4574
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4575
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4576
+ ];
4577
+ }).s("CloudTrail_20131101", "CreateDashboard", {}).n("CloudTrailClient", "CreateDashboardCommand").f(void 0, void 0).ser(se_CreateDashboardCommand).de(de_CreateDashboardCommand).build() {
4578
+ };
4579
+ __name(_CreateDashboardCommand, "CreateDashboardCommand");
4580
+ var CreateDashboardCommand = _CreateDashboardCommand;
4581
+
4367
4582
  // src/commands/CreateEventDataStoreCommand.ts
4368
4583
 
4369
4584
 
@@ -4406,6 +4621,20 @@ var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_cl
4406
4621
  __name(_DeleteChannelCommand, "DeleteChannelCommand");
4407
4622
  var DeleteChannelCommand = _DeleteChannelCommand;
4408
4623
 
4624
+ // src/commands/DeleteDashboardCommand.ts
4625
+
4626
+
4627
+
4628
+ var _DeleteDashboardCommand = class _DeleteDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4629
+ return [
4630
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4631
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4632
+ ];
4633
+ }).s("CloudTrail_20131101", "DeleteDashboard", {}).n("CloudTrailClient", "DeleteDashboardCommand").f(void 0, void 0).ser(se_DeleteDashboardCommand).de(de_DeleteDashboardCommand).build() {
4634
+ };
4635
+ __name(_DeleteDashboardCommand, "DeleteDashboardCommand");
4636
+ var DeleteDashboardCommand = _DeleteDashboardCommand;
4637
+
4409
4638
  // src/commands/DeleteEventDataStoreCommand.ts
4410
4639
 
4411
4640
 
@@ -4546,6 +4775,20 @@ var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.C
4546
4775
  __name(_GetChannelCommand, "GetChannelCommand");
4547
4776
  var GetChannelCommand = _GetChannelCommand;
4548
4777
 
4778
+ // src/commands/GetDashboardCommand.ts
4779
+
4780
+
4781
+
4782
+ var _GetDashboardCommand = class _GetDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4783
+ return [
4784
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4785
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4786
+ ];
4787
+ }).s("CloudTrail_20131101", "GetDashboard", {}).n("CloudTrailClient", "GetDashboardCommand").f(void 0, void 0).ser(se_GetDashboardCommand).de(de_GetDashboardCommand).build() {
4788
+ };
4789
+ __name(_GetDashboardCommand, "GetDashboardCommand");
4790
+ var GetDashboardCommand = _GetDashboardCommand;
4791
+
4549
4792
  // src/commands/GetEventDataStoreCommand.ts
4550
4793
 
4551
4794
 
@@ -4672,6 +4915,20 @@ var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_clie
4672
4915
  __name(_ListChannelsCommand, "ListChannelsCommand");
4673
4916
  var ListChannelsCommand = _ListChannelsCommand;
4674
4917
 
4918
+ // src/commands/ListDashboardsCommand.ts
4919
+
4920
+
4921
+
4922
+ var _ListDashboardsCommand = class _ListDashboardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4923
+ return [
4924
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4925
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4926
+ ];
4927
+ }).s("CloudTrail_20131101", "ListDashboards", {}).n("CloudTrailClient", "ListDashboardsCommand").f(void 0, void 0).ser(se_ListDashboardsCommand).de(de_ListDashboardsCommand).build() {
4928
+ };
4929
+ __name(_ListDashboardsCommand, "ListDashboardsCommand");
4930
+ var ListDashboardsCommand = _ListDashboardsCommand;
4931
+
4675
4932
  // src/commands/ListEventDataStoresCommand.ts
4676
4933
 
4677
4934
 
@@ -4882,6 +5139,20 @@ var _RestoreEventDataStoreCommand = class _RestoreEventDataStoreCommand extends
4882
5139
  __name(_RestoreEventDataStoreCommand, "RestoreEventDataStoreCommand");
4883
5140
  var RestoreEventDataStoreCommand = _RestoreEventDataStoreCommand;
4884
5141
 
5142
+ // src/commands/StartDashboardRefreshCommand.ts
5143
+
5144
+
5145
+
5146
+ var _StartDashboardRefreshCommand = class _StartDashboardRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5147
+ return [
5148
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5149
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5150
+ ];
5151
+ }).s("CloudTrail_20131101", "StartDashboardRefresh", {}).n("CloudTrailClient", "StartDashboardRefreshCommand").f(void 0, void 0).ser(se_StartDashboardRefreshCommand).de(de_StartDashboardRefreshCommand).build() {
5152
+ };
5153
+ __name(_StartDashboardRefreshCommand, "StartDashboardRefreshCommand");
5154
+ var StartDashboardRefreshCommand = _StartDashboardRefreshCommand;
5155
+
4885
5156
  // src/commands/StartEventDataStoreIngestionCommand.ts
4886
5157
 
4887
5158
 
@@ -4994,6 +5265,20 @@ var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_cl
4994
5265
  __name(_UpdateChannelCommand, "UpdateChannelCommand");
4995
5266
  var UpdateChannelCommand = _UpdateChannelCommand;
4996
5267
 
5268
+ // src/commands/UpdateDashboardCommand.ts
5269
+
5270
+
5271
+
5272
+ var _UpdateDashboardCommand = class _UpdateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5273
+ return [
5274
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5275
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5276
+ ];
5277
+ }).s("CloudTrail_20131101", "UpdateDashboard", {}).n("CloudTrailClient", "UpdateDashboardCommand").f(void 0, void 0).ser(se_UpdateDashboardCommand).de(de_UpdateDashboardCommand).build() {
5278
+ };
5279
+ __name(_UpdateDashboardCommand, "UpdateDashboardCommand");
5280
+ var UpdateDashboardCommand = _UpdateDashboardCommand;
5281
+
4997
5282
  // src/commands/UpdateEventDataStoreCommand.ts
4998
5283
 
4999
5284
 
@@ -5027,9 +5312,11 @@ var commands = {
5027
5312
  AddTagsCommand,
5028
5313
  CancelQueryCommand,
5029
5314
  CreateChannelCommand,
5315
+ CreateDashboardCommand,
5030
5316
  CreateEventDataStoreCommand,
5031
5317
  CreateTrailCommand,
5032
5318
  DeleteChannelCommand,
5319
+ DeleteDashboardCommand,
5033
5320
  DeleteEventDataStoreCommand,
5034
5321
  DeleteResourcePolicyCommand,
5035
5322
  DeleteTrailCommand,
@@ -5040,6 +5327,7 @@ var commands = {
5040
5327
  EnableFederationCommand,
5041
5328
  GenerateQueryCommand,
5042
5329
  GetChannelCommand,
5330
+ GetDashboardCommand,
5043
5331
  GetEventDataStoreCommand,
5044
5332
  GetEventSelectorsCommand,
5045
5333
  GetImportCommand,
@@ -5049,6 +5337,7 @@ var commands = {
5049
5337
  GetTrailCommand,
5050
5338
  GetTrailStatusCommand,
5051
5339
  ListChannelsCommand,
5340
+ ListDashboardsCommand,
5052
5341
  ListEventDataStoresCommand,
5053
5342
  ListImportFailuresCommand,
5054
5343
  ListImportsCommand,
@@ -5064,6 +5353,7 @@ var commands = {
5064
5353
  RegisterOrganizationDelegatedAdminCommand,
5065
5354
  RemoveTagsCommand,
5066
5355
  RestoreEventDataStoreCommand,
5356
+ StartDashboardRefreshCommand,
5067
5357
  StartEventDataStoreIngestionCommand,
5068
5358
  StartImportCommand,
5069
5359
  StartLoggingCommand,
@@ -5072,6 +5362,7 @@ var commands = {
5072
5362
  StopImportCommand,
5073
5363
  StopLoggingCommand,
5074
5364
  UpdateChannelCommand,
5365
+ UpdateDashboardCommand,
5075
5366
  UpdateEventDataStoreCommand,
5076
5367
  UpdateTrailCommand
5077
5368
  };
@@ -5135,9 +5426,11 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5135
5426
  AddTagsCommand,
5136
5427
  CancelQueryCommand,
5137
5428
  CreateChannelCommand,
5429
+ CreateDashboardCommand,
5138
5430
  CreateEventDataStoreCommand,
5139
5431
  CreateTrailCommand,
5140
5432
  DeleteChannelCommand,
5433
+ DeleteDashboardCommand,
5141
5434
  DeleteEventDataStoreCommand,
5142
5435
  DeleteResourcePolicyCommand,
5143
5436
  DeleteTrailCommand,
@@ -5148,6 +5441,7 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5148
5441
  EnableFederationCommand,
5149
5442
  GenerateQueryCommand,
5150
5443
  GetChannelCommand,
5444
+ GetDashboardCommand,
5151
5445
  GetEventDataStoreCommand,
5152
5446
  GetEventSelectorsCommand,
5153
5447
  GetImportCommand,
@@ -5157,6 +5451,7 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5157
5451
  GetTrailCommand,
5158
5452
  GetTrailStatusCommand,
5159
5453
  ListChannelsCommand,
5454
+ ListDashboardsCommand,
5160
5455
  ListEventDataStoresCommand,
5161
5456
  ListImportFailuresCommand,
5162
5457
  ListImportsCommand,
@@ -5172,6 +5467,7 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5172
5467
  RegisterOrganizationDelegatedAdminCommand,
5173
5468
  RemoveTagsCommand,
5174
5469
  RestoreEventDataStoreCommand,
5470
+ StartDashboardRefreshCommand,
5175
5471
  StartEventDataStoreIngestionCommand,
5176
5472
  StartImportCommand,
5177
5473
  StartLoggingCommand,
@@ -5180,6 +5476,7 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5180
5476
  StopImportCommand,
5181
5477
  StopLoggingCommand,
5182
5478
  UpdateChannelCommand,
5479
+ UpdateDashboardCommand,
5183
5480
  UpdateEventDataStoreCommand,
5184
5481
  UpdateTrailCommand,
5185
5482
  paginateGetQueryResults,
@@ -5226,12 +5523,17 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5226
5523
  DestinationType,
5227
5524
  InvalidEventDataStoreCategoryException,
5228
5525
  InvalidSourceException,
5526
+ RefreshScheduleFrequencyUnit,
5527
+ RefreshScheduleStatus,
5528
+ DashboardType,
5529
+ InsufficientEncryptionPolicyException,
5530
+ InvalidQueryStatementException,
5531
+ ServiceQuotaExceededException,
5229
5532
  CloudTrailAccessNotEnabledException,
5230
5533
  EventDataStoreStatus,
5231
5534
  EventDataStoreAlreadyExistsException,
5232
5535
  EventDataStoreMaxLimitExceededException,
5233
5536
  InsufficientDependencyServiceAccessPermissionException,
5234
- InsufficientEncryptionPolicyException,
5235
5537
  InvalidEventSelectorsException,
5236
5538
  InvalidKmsKeyIdException,
5237
5539
  KmsException,
@@ -5266,6 +5568,7 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5266
5568
  ConcurrentModificationException,
5267
5569
  FederationStatus,
5268
5570
  GenerateResponseException,
5571
+ DashboardStatus,
5269
5572
  ReadWriteType,
5270
5573
  ImportStatus,
5271
5574
  ImportNotFoundException,
@@ -5288,7 +5591,6 @@ var paginateLookupEvents = (0, import_core.createPaginator)(CloudTrailClient, Lo
5288
5591
  DelegatedAdminAccountLimitExceededException,
5289
5592
  InvalidEventDataStoreStatusException,
5290
5593
  InvalidImportSourceException,
5291
- InvalidQueryStatementException,
5292
5594
  MaxConcurrentQueriesException
5293
5595
  });
5294
5596