@aws-sdk/client-databrew 3.933.0 → 3.935.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.
@@ -1,18 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { DataBrewServiceException as __BaseException } from "./DataBrewServiceException";
3
- /**
4
- * <p>Access to the specified resource was denied.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- Message?: string | undefined;
11
- /**
12
- * @internal
13
- */
14
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
- }
1
+ import { AnalyticsMode, CompressionFormat, DatabaseOutputMode, EncryptionMode, InputFormat, JobRunState, JobType, LogSubscription, Order, OrderedBy, OutputFormat, ParameterType, SampleMode, SampleType, SessionStatus, Source, ThresholdType, ThresholdUnit, ValidationMode } from "./enums";
16
2
  /**
17
3
  * <p>Configuration of statistics that are allowed to be run on columns that
18
4
  * contain detected entities. When undefined, no statistics will be computed
@@ -26,18 +12,6 @@ export interface AllowedStatistics {
26
12
  */
27
13
  Statistics: string[] | undefined;
28
14
  }
29
- /**
30
- * @public
31
- * @enum
32
- */
33
- export declare const AnalyticsMode: {
34
- readonly DISABLE: "DISABLE";
35
- readonly ENABLE: "ENABLE";
36
- };
37
- /**
38
- * @public
39
- */
40
- export type AnalyticsMode = (typeof AnalyticsMode)[keyof typeof AnalyticsMode];
41
15
  /**
42
16
  * @public
43
17
  */
@@ -92,60 +66,6 @@ export interface BatchDeleteRecipeVersionResponse {
92
66
  */
93
67
  Errors?: RecipeVersionErrorDetail[] | undefined;
94
68
  }
95
- /**
96
- * <p>Updating or deleting a resource can cause an inconsistent state.</p>
97
- * @public
98
- */
99
- export declare class ConflictException extends __BaseException {
100
- readonly name: "ConflictException";
101
- readonly $fault: "client";
102
- Message?: string | undefined;
103
- /**
104
- * @internal
105
- */
106
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
107
- }
108
- /**
109
- * <p>One or more resources can't be found.</p>
110
- * @public
111
- */
112
- export declare class ResourceNotFoundException extends __BaseException {
113
- readonly name: "ResourceNotFoundException";
114
- readonly $fault: "client";
115
- Message?: string | undefined;
116
- /**
117
- * @internal
118
- */
119
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
120
- }
121
- /**
122
- * <p>The input parameters for this request failed validation.</p>
123
- * @public
124
- */
125
- export declare class ValidationException extends __BaseException {
126
- readonly name: "ValidationException";
127
- readonly $fault: "client";
128
- Message?: string | undefined;
129
- /**
130
- * @internal
131
- */
132
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
133
- }
134
- /**
135
- * @public
136
- * @enum
137
- */
138
- export declare const InputFormat: {
139
- readonly CSV: "CSV";
140
- readonly EXCEL: "EXCEL";
141
- readonly JSON: "JSON";
142
- readonly ORC: "ORC";
143
- readonly PARQUET: "PARQUET";
144
- };
145
- /**
146
- * @public
147
- */
148
- export type InputFormat = (typeof InputFormat)[keyof typeof InputFormat];
149
69
  /**
150
70
  * <p>Represents a set of options that define how DataBrew will read a
151
71
  * comma-separated value (CSV) file when creating a dataset from that file.</p>
@@ -341,29 +261,6 @@ export interface Input {
341
261
  */
342
262
  Metadata?: Metadata | undefined;
343
263
  }
344
- /**
345
- * @public
346
- * @enum
347
- */
348
- export declare const Order: {
349
- readonly ASCENDING: "ASCENDING";
350
- readonly DESCENDING: "DESCENDING";
351
- };
352
- /**
353
- * @public
354
- */
355
- export type Order = (typeof Order)[keyof typeof Order];
356
- /**
357
- * @public
358
- * @enum
359
- */
360
- export declare const OrderedBy: {
361
- readonly LAST_MODIFIED_DATE: "LAST_MODIFIED_DATE";
362
- };
363
- /**
364
- * @public
365
- */
366
- export type OrderedBy = (typeof OrderedBy)[keyof typeof OrderedBy];
367
264
  /**
368
265
  * <p>Represents a limit imposed on number of Amazon S3 files that should be selected for a
369
266
  * dataset from a connected Amazon S3 path.</p>
@@ -436,19 +333,6 @@ export interface DatetimeOptions {
436
333
  */
437
334
  LocaleCode?: string | undefined;
438
335
  }
439
- /**
440
- * @public
441
- * @enum
442
- */
443
- export declare const ParameterType: {
444
- readonly Datetime: "Datetime";
445
- readonly Number: "Number";
446
- readonly String: "String";
447
- };
448
- /**
449
- * @public
450
- */
451
- export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
452
336
  /**
453
337
  * <p>Represents a dataset parameter that defines type and conditions for a parameter in the
454
338
  * Amazon S3 path of the dataset.</p>
@@ -553,19 +437,6 @@ export interface CreateDatasetResponse {
553
437
  */
554
438
  Name: string | undefined;
555
439
  }
556
- /**
557
- * <p>A service quota is exceeded.</p>
558
- * @public
559
- */
560
- export declare class ServiceQuotaExceededException extends __BaseException {
561
- readonly name: "ServiceQuotaExceededException";
562
- readonly $fault: "client";
563
- Message?: string | undefined;
564
- /**
565
- * @internal
566
- */
567
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
568
- }
569
440
  /**
570
441
  * <p>Selector of a column from a dataset for profile job configuration.
571
442
  * One selector includes either a column name or a regular expression.</p>
@@ -758,30 +629,6 @@ export interface ProfileConfiguration {
758
629
  */
759
630
  EntityDetectorConfiguration?: EntityDetectorConfiguration | undefined;
760
631
  }
761
- /**
762
- * @public
763
- * @enum
764
- */
765
- export declare const EncryptionMode: {
766
- readonly SSEKMS: "SSE-KMS";
767
- readonly SSES3: "SSE-S3";
768
- };
769
- /**
770
- * @public
771
- */
772
- export type EncryptionMode = (typeof EncryptionMode)[keyof typeof EncryptionMode];
773
- /**
774
- * @public
775
- * @enum
776
- */
777
- export declare const SampleMode: {
778
- readonly CUSTOM_ROWS: "CUSTOM_ROWS";
779
- readonly FULL_DATASET: "FULL_DATASET";
780
- };
781
- /**
782
- * @public
783
- */
784
- export type SampleMode = (typeof SampleMode)[keyof typeof SampleMode];
785
632
  /**
786
633
  * <p>A sample configuration for profile jobs only, which determines the number of rows on which the
787
634
  * profile job is run. If a <code>JobSample</code> value isn't provided, the
@@ -814,29 +661,6 @@ export interface JobSample {
814
661
  */
815
662
  Size?: number | undefined;
816
663
  }
817
- /**
818
- * @public
819
- * @enum
820
- */
821
- export declare const LogSubscription: {
822
- readonly DISABLE: "DISABLE";
823
- readonly ENABLE: "ENABLE";
824
- };
825
- /**
826
- * @public
827
- */
828
- export type LogSubscription = (typeof LogSubscription)[keyof typeof LogSubscription];
829
- /**
830
- * @public
831
- * @enum
832
- */
833
- export declare const ValidationMode: {
834
- readonly CHECK_ALL: "CHECK_ALL";
835
- };
836
- /**
837
- * @public
838
- */
839
- export type ValidationMode = (typeof ValidationMode)[keyof typeof ValidationMode];
840
664
  /**
841
665
  * <p>Configuration for data quality validation. Used to select the Rulesets and Validation Mode
842
666
  * to be used in the profile job. When ValidationConfiguration is null, the profile
@@ -965,19 +789,6 @@ export interface CreateProfileJobResponse {
965
789
  */
966
790
  Name: string | undefined;
967
791
  }
968
- /**
969
- * @public
970
- * @enum
971
- */
972
- export declare const SampleType: {
973
- readonly FIRST_N: "FIRST_N";
974
- readonly LAST_N: "LAST_N";
975
- readonly RANDOM: "RANDOM";
976
- };
977
- /**
978
- * @public
979
- */
980
- export type SampleType = (typeof SampleType)[keyof typeof SampleType];
981
792
  /**
982
793
  * <p>Represents the sample size and sampling type for DataBrew to use for interactive data
983
794
  * analysis.</p>
@@ -1043,19 +854,6 @@ export interface CreateProjectResponse {
1043
854
  */
1044
855
  Name: string | undefined;
1045
856
  }
1046
- /**
1047
- * <p>An internal service failure occurred.</p>
1048
- * @public
1049
- */
1050
- export declare class InternalServerException extends __BaseException {
1051
- readonly name: "InternalServerException";
1052
- readonly $fault: "server";
1053
- Message?: string | undefined;
1054
- /**
1055
- * @internal
1056
- */
1057
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
1058
- }
1059
857
  /**
1060
858
  * <p>Represents a transformation and associated parameters that are used to apply a change
1061
859
  * to a DataBrew dataset. For more information, see <a href="https://docs.aws.amazon.com/databrew/latest/dg/recipe-actions-reference.html">Recipe
@@ -1177,17 +975,6 @@ export interface DatabaseTableOutputOptions {
1177
975
  */
1178
976
  TableName: string | undefined;
1179
977
  }
1180
- /**
1181
- * @public
1182
- * @enum
1183
- */
1184
- export declare const DatabaseOutputMode: {
1185
- readonly NEW_TABLE: "NEW_TABLE";
1186
- };
1187
- /**
1188
- * @public
1189
- */
1190
- export type DatabaseOutputMode = (typeof DatabaseOutputMode)[keyof typeof DatabaseOutputMode];
1191
978
  /**
1192
979
  * <p>Represents a JDBC database output object which defines the output destination for
1193
980
  * a DataBrew recipe job to write into.</p>
@@ -1266,43 +1053,6 @@ export interface DataCatalogOutput {
1266
1053
  */
1267
1054
  Overwrite?: boolean | undefined;
1268
1055
  }
1269
- /**
1270
- * @public
1271
- * @enum
1272
- */
1273
- export declare const CompressionFormat: {
1274
- readonly BROTLI: "BROTLI";
1275
- readonly BZIP2: "BZIP2";
1276
- readonly DEFLATE: "DEFLATE";
1277
- readonly GZIP: "GZIP";
1278
- readonly LZ4: "LZ4";
1279
- readonly LZO: "LZO";
1280
- readonly SNAPPY: "SNAPPY";
1281
- readonly ZLIB: "ZLIB";
1282
- readonly ZSTD: "ZSTD";
1283
- };
1284
- /**
1285
- * @public
1286
- */
1287
- export type CompressionFormat = (typeof CompressionFormat)[keyof typeof CompressionFormat];
1288
- /**
1289
- * @public
1290
- * @enum
1291
- */
1292
- export declare const OutputFormat: {
1293
- readonly AVRO: "AVRO";
1294
- readonly CSV: "CSV";
1295
- readonly GLUEPARQUET: "GLUEPARQUET";
1296
- readonly JSON: "JSON";
1297
- readonly ORC: "ORC";
1298
- readonly PARQUET: "PARQUET";
1299
- readonly TABLEAUHYPER: "TABLEAUHYPER";
1300
- readonly XML: "XML";
1301
- };
1302
- /**
1303
- * @public
1304
- */
1305
- export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
1306
1056
  /**
1307
1057
  * <p>Represents a set of options that define how DataBrew will write a
1308
1058
  * comma-separated value (CSV) file.</p>
@@ -1495,32 +1245,6 @@ export interface CreateRecipeJobResponse {
1495
1245
  */
1496
1246
  Name: string | undefined;
1497
1247
  }
1498
- /**
1499
- * @public
1500
- * @enum
1501
- */
1502
- export declare const ThresholdType: {
1503
- readonly GREATER_THAN: "GREATER_THAN";
1504
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
1505
- readonly LESS_THAN: "LESS_THAN";
1506
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
1507
- };
1508
- /**
1509
- * @public
1510
- */
1511
- export type ThresholdType = (typeof ThresholdType)[keyof typeof ThresholdType];
1512
- /**
1513
- * @public
1514
- * @enum
1515
- */
1516
- export declare const ThresholdUnit: {
1517
- readonly COUNT: "COUNT";
1518
- readonly PERCENTAGE: "PERCENTAGE";
1519
- };
1520
- /**
1521
- * @public
1522
- */
1523
- export type ThresholdUnit = (typeof ThresholdUnit)[keyof typeof ThresholdUnit];
1524
1248
  /**
1525
1249
  * <p>The threshold used with a non-aggregate check expression. The non-aggregate check expression
1526
1250
  * will be applied to each row in a specific column. Then the threshold will be used to determine
@@ -1827,19 +1551,6 @@ export interface DescribeDatasetRequest {
1827
1551
  */
1828
1552
  Name: string | undefined;
1829
1553
  }
1830
- /**
1831
- * @public
1832
- * @enum
1833
- */
1834
- export declare const Source: {
1835
- readonly DATABASE: "DATABASE";
1836
- readonly DATACATALOG: "DATA-CATALOG";
1837
- readonly S3: "S3";
1838
- };
1839
- /**
1840
- * @public
1841
- */
1842
- export type Source = (typeof Source)[keyof typeof Source];
1843
1554
  /**
1844
1555
  * @public
1845
1556
  */
@@ -1920,18 +1631,6 @@ export interface DescribeJobRequest {
1920
1631
  */
1921
1632
  Name: string | undefined;
1922
1633
  }
1923
- /**
1924
- * @public
1925
- * @enum
1926
- */
1927
- export declare const JobType: {
1928
- readonly PROFILE: "PROFILE";
1929
- readonly RECIPE: "RECIPE";
1930
- };
1931
- /**
1932
- * @public
1933
- */
1934
- export type JobType = (typeof JobType)[keyof typeof JobType];
1935
1634
  /**
1936
1635
  * @public
1937
1636
  */
@@ -2103,23 +1802,6 @@ export interface DescribeJobRunRequest {
2103
1802
  */
2104
1803
  RunId: string | undefined;
2105
1804
  }
2106
- /**
2107
- * @public
2108
- * @enum
2109
- */
2110
- export declare const JobRunState: {
2111
- readonly FAILED: "FAILED";
2112
- readonly RUNNING: "RUNNING";
2113
- readonly STARTING: "STARTING";
2114
- readonly STOPPED: "STOPPED";
2115
- readonly STOPPING: "STOPPING";
2116
- readonly SUCCEEDED: "SUCCEEDED";
2117
- readonly TIMEOUT: "TIMEOUT";
2118
- };
2119
- /**
2120
- * @public
2121
- */
2122
- export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
2123
1805
  /**
2124
1806
  * @public
2125
1807
  */
@@ -2237,26 +1919,6 @@ export interface DescribeProjectRequest {
2237
1919
  */
2238
1920
  Name: string | undefined;
2239
1921
  }
2240
- /**
2241
- * @public
2242
- * @enum
2243
- */
2244
- export declare const SessionStatus: {
2245
- readonly ASSIGNED: "ASSIGNED";
2246
- readonly FAILED: "FAILED";
2247
- readonly INITIALIZING: "INITIALIZING";
2248
- readonly PROVISIONING: "PROVISIONING";
2249
- readonly READY: "READY";
2250
- readonly RECYCLING: "RECYCLING";
2251
- readonly ROTATING: "ROTATING";
2252
- readonly TERMINATED: "TERMINATED";
2253
- readonly TERMINATING: "TERMINATING";
2254
- readonly UPDATING: "UPDATING";
2255
- };
2256
- /**
2257
- * @public
2258
- */
2259
- export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
2260
1922
  /**
2261
1923
  * @public
2262
1924
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DataBrewExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { DataBrewServiceException } from "./models/DataBrewServiceException";
@@ -0,0 +1,131 @@
1
+ export declare const AnalyticsMode: {
2
+ readonly DISABLE: "DISABLE";
3
+ readonly ENABLE: "ENABLE";
4
+ };
5
+ export type AnalyticsMode = (typeof AnalyticsMode)[keyof typeof AnalyticsMode];
6
+ export declare const InputFormat: {
7
+ readonly CSV: "CSV";
8
+ readonly EXCEL: "EXCEL";
9
+ readonly JSON: "JSON";
10
+ readonly ORC: "ORC";
11
+ readonly PARQUET: "PARQUET";
12
+ };
13
+ export type InputFormat = (typeof InputFormat)[keyof typeof InputFormat];
14
+ export declare const Order: {
15
+ readonly ASCENDING: "ASCENDING";
16
+ readonly DESCENDING: "DESCENDING";
17
+ };
18
+ export type Order = (typeof Order)[keyof typeof Order];
19
+ export declare const OrderedBy: {
20
+ readonly LAST_MODIFIED_DATE: "LAST_MODIFIED_DATE";
21
+ };
22
+ export type OrderedBy = (typeof OrderedBy)[keyof typeof OrderedBy];
23
+ export declare const ParameterType: {
24
+ readonly Datetime: "Datetime";
25
+ readonly Number: "Number";
26
+ readonly String: "String";
27
+ };
28
+ export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
29
+ export declare const EncryptionMode: {
30
+ readonly SSEKMS: "SSE-KMS";
31
+ readonly SSES3: "SSE-S3";
32
+ };
33
+ export type EncryptionMode =
34
+ (typeof EncryptionMode)[keyof typeof EncryptionMode];
35
+ export declare const SampleMode: {
36
+ readonly CUSTOM_ROWS: "CUSTOM_ROWS";
37
+ readonly FULL_DATASET: "FULL_DATASET";
38
+ };
39
+ export type SampleMode = (typeof SampleMode)[keyof typeof SampleMode];
40
+ export declare const LogSubscription: {
41
+ readonly DISABLE: "DISABLE";
42
+ readonly ENABLE: "ENABLE";
43
+ };
44
+ export type LogSubscription =
45
+ (typeof LogSubscription)[keyof typeof LogSubscription];
46
+ export declare const ValidationMode: {
47
+ readonly CHECK_ALL: "CHECK_ALL";
48
+ };
49
+ export type ValidationMode =
50
+ (typeof ValidationMode)[keyof typeof ValidationMode];
51
+ export declare const SampleType: {
52
+ readonly FIRST_N: "FIRST_N";
53
+ readonly LAST_N: "LAST_N";
54
+ readonly RANDOM: "RANDOM";
55
+ };
56
+ export type SampleType = (typeof SampleType)[keyof typeof SampleType];
57
+ export declare const DatabaseOutputMode: {
58
+ readonly NEW_TABLE: "NEW_TABLE";
59
+ };
60
+ export type DatabaseOutputMode =
61
+ (typeof DatabaseOutputMode)[keyof typeof DatabaseOutputMode];
62
+ export declare const CompressionFormat: {
63
+ readonly BROTLI: "BROTLI";
64
+ readonly BZIP2: "BZIP2";
65
+ readonly DEFLATE: "DEFLATE";
66
+ readonly GZIP: "GZIP";
67
+ readonly LZ4: "LZ4";
68
+ readonly LZO: "LZO";
69
+ readonly SNAPPY: "SNAPPY";
70
+ readonly ZLIB: "ZLIB";
71
+ readonly ZSTD: "ZSTD";
72
+ };
73
+ export type CompressionFormat =
74
+ (typeof CompressionFormat)[keyof typeof CompressionFormat];
75
+ export declare const OutputFormat: {
76
+ readonly AVRO: "AVRO";
77
+ readonly CSV: "CSV";
78
+ readonly GLUEPARQUET: "GLUEPARQUET";
79
+ readonly JSON: "JSON";
80
+ readonly ORC: "ORC";
81
+ readonly PARQUET: "PARQUET";
82
+ readonly TABLEAUHYPER: "TABLEAUHYPER";
83
+ readonly XML: "XML";
84
+ };
85
+ export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
86
+ export declare const ThresholdType: {
87
+ readonly GREATER_THAN: "GREATER_THAN";
88
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
89
+ readonly LESS_THAN: "LESS_THAN";
90
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
91
+ };
92
+ export type ThresholdType = (typeof ThresholdType)[keyof typeof ThresholdType];
93
+ export declare const ThresholdUnit: {
94
+ readonly COUNT: "COUNT";
95
+ readonly PERCENTAGE: "PERCENTAGE";
96
+ };
97
+ export type ThresholdUnit = (typeof ThresholdUnit)[keyof typeof ThresholdUnit];
98
+ export declare const Source: {
99
+ readonly DATABASE: "DATABASE";
100
+ readonly DATACATALOG: "DATA-CATALOG";
101
+ readonly S3: "S3";
102
+ };
103
+ export type Source = (typeof Source)[keyof typeof Source];
104
+ export declare const JobType: {
105
+ readonly PROFILE: "PROFILE";
106
+ readonly RECIPE: "RECIPE";
107
+ };
108
+ export type JobType = (typeof JobType)[keyof typeof JobType];
109
+ export declare const JobRunState: {
110
+ readonly FAILED: "FAILED";
111
+ readonly RUNNING: "RUNNING";
112
+ readonly STARTING: "STARTING";
113
+ readonly STOPPED: "STOPPED";
114
+ readonly STOPPING: "STOPPING";
115
+ readonly SUCCEEDED: "SUCCEEDED";
116
+ readonly TIMEOUT: "TIMEOUT";
117
+ };
118
+ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
119
+ export declare const SessionStatus: {
120
+ readonly ASSIGNED: "ASSIGNED";
121
+ readonly FAILED: "FAILED";
122
+ readonly INITIALIZING: "INITIALIZING";
123
+ readonly PROVISIONING: "PROVISIONING";
124
+ readonly READY: "READY";
125
+ readonly RECYCLING: "RECYCLING";
126
+ readonly ROTATING: "ROTATING";
127
+ readonly TERMINATED: "TERMINATED";
128
+ readonly TERMINATING: "TERMINATING";
129
+ readonly UPDATING: "UPDATING";
130
+ };
131
+ export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
@@ -0,0 +1,48 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DataBrewServiceException as __BaseException } from "./DataBrewServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ Message?: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export declare class ConflictException extends __BaseException {
12
+ readonly name: "ConflictException";
13
+ readonly $fault: "client";
14
+ Message?: string | undefined;
15
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
16
+ }
17
+ export declare class ResourceNotFoundException extends __BaseException {
18
+ readonly name: "ResourceNotFoundException";
19
+ readonly $fault: "client";
20
+ Message?: string | undefined;
21
+ constructor(
22
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
23
+ );
24
+ }
25
+ export declare class ValidationException extends __BaseException {
26
+ readonly name: "ValidationException";
27
+ readonly $fault: "client";
28
+ Message?: string | undefined;
29
+ constructor(
30
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
31
+ );
32
+ }
33
+ export declare class ServiceQuotaExceededException extends __BaseException {
34
+ readonly name: "ServiceQuotaExceededException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ constructor(
38
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
39
+ );
40
+ }
41
+ export declare class InternalServerException extends __BaseException {
42
+ readonly name: "InternalServerException";
43
+ readonly $fault: "server";
44
+ Message?: string | undefined;
45
+ constructor(
46
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
47
+ );
48
+ }