@aws-sdk/client-backup 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.
Files changed (76) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +854 -197
  3. package/dist-es/Backup.js +18 -0
  4. package/dist-es/commands/CreateTieringConfigurationCommand.js +16 -0
  5. package/dist-es/commands/DeleteTieringConfigurationCommand.js +16 -0
  6. package/dist-es/commands/DescribeScanJobCommand.js +16 -0
  7. package/dist-es/commands/GetTieringConfigurationCommand.js +16 -0
  8. package/dist-es/commands/ListScanJobSummariesCommand.js +16 -0
  9. package/dist-es/commands/ListScanJobsCommand.js +16 -0
  10. package/dist-es/commands/ListTieringConfigurationsCommand.js +16 -0
  11. package/dist-es/commands/StartScanJobCommand.js +16 -0
  12. package/dist-es/commands/UpdateTieringConfigurationCommand.js +16 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/index.js +2 -1
  15. package/dist-es/models/enums.js +215 -0
  16. package/dist-es/models/errors.js +205 -0
  17. package/dist-es/models/models_0.js +1 -377
  18. package/dist-es/pagination/ListScanJobSummariesPaginator.js +4 -0
  19. package/dist-es/pagination/ListScanJobsPaginator.js +4 -0
  20. package/dist-es/pagination/ListTieringConfigurationsPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +3 -0
  22. package/dist-es/schemas/schemas_0.js +490 -19
  23. package/dist-types/Backup.d.ts +66 -0
  24. package/dist-types/BackupClient.d.ts +11 -2
  25. package/dist-types/commands/CreateBackupPlanCommand.d.ts +15 -0
  26. package/dist-types/commands/CreateTieringConfigurationCommand.d.ts +115 -0
  27. package/dist-types/commands/DeleteTieringConfigurationCommand.d.ts +85 -0
  28. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +10 -0
  29. package/dist-types/commands/DescribeScanJobCommand.d.ts +113 -0
  30. package/dist-types/commands/GetBackupPlanCommand.d.ts +15 -0
  31. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +15 -0
  32. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +15 -0
  33. package/dist-types/commands/GetTieringConfigurationCommand.d.ts +105 -0
  34. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +7 -0
  35. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +7 -0
  36. package/dist-types/commands/ListScanJobSummariesCommand.d.ts +102 -0
  37. package/dist-types/commands/ListScanJobsCommand.d.ts +123 -0
  38. package/dist-types/commands/ListTieringConfigurationsCommand.d.ts +91 -0
  39. package/dist-types/commands/StartScanJobCommand.d.ts +103 -0
  40. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +24 -0
  41. package/dist-types/commands/UpdateTieringConfigurationCommand.d.ts +134 -0
  42. package/dist-types/commands/index.d.ts +9 -0
  43. package/dist-types/index.d.ts +3 -1
  44. package/dist-types/models/enums.d.ts +479 -0
  45. package/dist-types/models/errors.d.ts +257 -0
  46. package/dist-types/models/models_0.d.ts +1231 -723
  47. package/dist-types/pagination/ListScanJobSummariesPaginator.d.ts +7 -0
  48. package/dist-types/pagination/ListScanJobsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListTieringConfigurationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +3 -0
  51. package/dist-types/schemas/schemas_0.d.ts +48 -0
  52. package/dist-types/ts3.4/Backup.d.ts +156 -0
  53. package/dist-types/ts3.4/BackupClient.d.ts +56 -2
  54. package/dist-types/ts3.4/commands/CreateTieringConfigurationCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DeleteTieringConfigurationCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/DescribeScanJobCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/GetTieringConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListScanJobSummariesCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListScanJobsCommand.d.ts +47 -0
  60. package/dist-types/ts3.4/commands/ListTieringConfigurationsCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/StartScanJobCommand.d.ts +47 -0
  62. package/dist-types/ts3.4/commands/UpdateTieringConfigurationCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +3 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +268 -0
  66. package/dist-types/ts3.4/models/errors.d.ts +112 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +243 -324
  68. package/dist-types/ts3.4/pagination/ListScanJobSummariesPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/ListScanJobsPaginator.d.ts +11 -0
  70. package/dist-types/ts3.4/pagination/ListTieringConfigurationsPaginator.d.ts +11 -0
  71. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -0
  73. package/package.json +12 -12
  74. package/dist-es/models/index.js +0 -1
  75. package/dist-types/models/index.d.ts +0 -1
  76. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -0,0 +1,268 @@
1
+ export declare const ScanFinding: {
2
+ readonly MALWARE: "MALWARE";
3
+ };
4
+ export type ScanFinding = (typeof ScanFinding)[keyof typeof ScanFinding];
5
+ export declare const AggregationPeriod: {
6
+ readonly FOURTEEN_DAYS: "FOURTEEN_DAYS";
7
+ readonly ONE_DAY: "ONE_DAY";
8
+ readonly SEVEN_DAYS: "SEVEN_DAYS";
9
+ };
10
+ export type AggregationPeriod =
11
+ (typeof AggregationPeriod)[keyof typeof AggregationPeriod];
12
+ export declare const LifecycleDeleteAfterEvent: {
13
+ readonly DELETE_AFTER_COPY: "DELETE_AFTER_COPY";
14
+ };
15
+ export type LifecycleDeleteAfterEvent =
16
+ (typeof LifecycleDeleteAfterEvent)[keyof typeof LifecycleDeleteAfterEvent];
17
+ export declare const BackupJobState: {
18
+ readonly ABORTED: "ABORTED";
19
+ readonly ABORTING: "ABORTING";
20
+ readonly COMPLETED: "COMPLETED";
21
+ readonly CREATED: "CREATED";
22
+ readonly EXPIRED: "EXPIRED";
23
+ readonly FAILED: "FAILED";
24
+ readonly PARTIAL: "PARTIAL";
25
+ readonly PENDING: "PENDING";
26
+ readonly RUNNING: "RUNNING";
27
+ };
28
+ export type BackupJobState =
29
+ (typeof BackupJobState)[keyof typeof BackupJobState];
30
+ export declare const BackupJobStatus: {
31
+ readonly ABORTED: "ABORTED";
32
+ readonly ABORTING: "ABORTING";
33
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
34
+ readonly ANY: "ANY";
35
+ readonly COMPLETED: "COMPLETED";
36
+ readonly CREATED: "CREATED";
37
+ readonly EXPIRED: "EXPIRED";
38
+ readonly FAILED: "FAILED";
39
+ readonly PARTIAL: "PARTIAL";
40
+ readonly PENDING: "PENDING";
41
+ readonly RUNNING: "RUNNING";
42
+ };
43
+ export type BackupJobStatus =
44
+ (typeof BackupJobStatus)[keyof typeof BackupJobStatus];
45
+ export declare const MalwareScanner: {
46
+ readonly GUARDDUTY: "GUARDDUTY";
47
+ };
48
+ export type MalwareScanner =
49
+ (typeof MalwareScanner)[keyof typeof MalwareScanner];
50
+ export declare const ScanMode: {
51
+ readonly FULL_SCAN: "FULL_SCAN";
52
+ readonly INCREMENTAL_SCAN: "INCREMENTAL_SCAN";
53
+ };
54
+ export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
55
+ export declare const ConditionType: {
56
+ readonly STRINGEQUALS: "STRINGEQUALS";
57
+ };
58
+ export type ConditionType = (typeof ConditionType)[keyof typeof ConditionType];
59
+ export declare const BackupVaultEvent: {
60
+ readonly BACKUP_JOB_COMPLETED: "BACKUP_JOB_COMPLETED";
61
+ readonly BACKUP_JOB_EXPIRED: "BACKUP_JOB_EXPIRED";
62
+ readonly BACKUP_JOB_FAILED: "BACKUP_JOB_FAILED";
63
+ readonly BACKUP_JOB_STARTED: "BACKUP_JOB_STARTED";
64
+ readonly BACKUP_JOB_SUCCESSFUL: "BACKUP_JOB_SUCCESSFUL";
65
+ readonly BACKUP_PLAN_CREATED: "BACKUP_PLAN_CREATED";
66
+ readonly BACKUP_PLAN_MODIFIED: "BACKUP_PLAN_MODIFIED";
67
+ readonly CONTINUOUS_BACKUP_INTERRUPTED: "CONTINUOUS_BACKUP_INTERRUPTED";
68
+ readonly COPY_JOB_FAILED: "COPY_JOB_FAILED";
69
+ readonly COPY_JOB_STARTED: "COPY_JOB_STARTED";
70
+ readonly COPY_JOB_SUCCESSFUL: "COPY_JOB_SUCCESSFUL";
71
+ readonly RECOVERY_POINT_INDEXING_FAILED: "RECOVERY_POINT_INDEXING_FAILED";
72
+ readonly RECOVERY_POINT_INDEX_COMPLETED: "RECOVERY_POINT_INDEX_COMPLETED";
73
+ readonly RECOVERY_POINT_INDEX_DELETED: "RECOVERY_POINT_INDEX_DELETED";
74
+ readonly RECOVERY_POINT_MODIFIED: "RECOVERY_POINT_MODIFIED";
75
+ readonly RESTORE_JOB_COMPLETED: "RESTORE_JOB_COMPLETED";
76
+ readonly RESTORE_JOB_FAILED: "RESTORE_JOB_FAILED";
77
+ readonly RESTORE_JOB_STARTED: "RESTORE_JOB_STARTED";
78
+ readonly RESTORE_JOB_SUCCESSFUL: "RESTORE_JOB_SUCCESSFUL";
79
+ readonly S3_BACKUP_OBJECT_FAILED: "S3_BACKUP_OBJECT_FAILED";
80
+ readonly S3_RESTORE_OBJECT_FAILED: "S3_RESTORE_OBJECT_FAILED";
81
+ };
82
+ export type BackupVaultEvent =
83
+ (typeof BackupVaultEvent)[keyof typeof BackupVaultEvent];
84
+ export declare const EncryptionKeyType: {
85
+ readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
86
+ readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
87
+ };
88
+ export type EncryptionKeyType =
89
+ (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
90
+ export declare const VaultState: {
91
+ readonly AVAILABLE: "AVAILABLE";
92
+ readonly CREATING: "CREATING";
93
+ readonly FAILED: "FAILED";
94
+ };
95
+ export type VaultState = (typeof VaultState)[keyof typeof VaultState];
96
+ export declare const VaultType: {
97
+ readonly BACKUP_VAULT: "BACKUP_VAULT";
98
+ readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
99
+ readonly RESTORE_ACCESS_BACKUP_VAULT: "RESTORE_ACCESS_BACKUP_VAULT";
100
+ };
101
+ export type VaultType = (typeof VaultType)[keyof typeof VaultType];
102
+ export declare const CopyJobState: {
103
+ readonly COMPLETED: "COMPLETED";
104
+ readonly CREATED: "CREATED";
105
+ readonly FAILED: "FAILED";
106
+ readonly PARTIAL: "PARTIAL";
107
+ readonly RUNNING: "RUNNING";
108
+ };
109
+ export type CopyJobState = (typeof CopyJobState)[keyof typeof CopyJobState];
110
+ export declare const CopyJobStatus: {
111
+ readonly ABORTED: "ABORTED";
112
+ readonly ABORTING: "ABORTING";
113
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
114
+ readonly ANY: "ANY";
115
+ readonly COMPLETED: "COMPLETED";
116
+ readonly COMPLETING: "COMPLETING";
117
+ readonly CREATED: "CREATED";
118
+ readonly FAILED: "FAILED";
119
+ readonly FAILING: "FAILING";
120
+ readonly PARTIAL: "PARTIAL";
121
+ readonly RUNNING: "RUNNING";
122
+ };
123
+ export type CopyJobStatus = (typeof CopyJobStatus)[keyof typeof CopyJobStatus];
124
+ export declare const LegalHoldStatus: {
125
+ readonly ACTIVE: "ACTIVE";
126
+ readonly CANCELED: "CANCELED";
127
+ readonly CANCELING: "CANCELING";
128
+ readonly CREATING: "CREATING";
129
+ };
130
+ export type LegalHoldStatus =
131
+ (typeof LegalHoldStatus)[keyof typeof LegalHoldStatus];
132
+ export declare const RestoreTestingRecoveryPointSelectionAlgorithm: {
133
+ readonly LATEST_WITHIN_WINDOW: "LATEST_WITHIN_WINDOW";
134
+ readonly RANDOM_WITHIN_WINDOW: "RANDOM_WITHIN_WINDOW";
135
+ };
136
+ export type RestoreTestingRecoveryPointSelectionAlgorithm =
137
+ (typeof RestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingRecoveryPointSelectionAlgorithm];
138
+ export declare const RestoreTestingRecoveryPointType: {
139
+ readonly CONTINUOUS: "CONTINUOUS";
140
+ readonly SNAPSHOT: "SNAPSHOT";
141
+ };
142
+ export type RestoreTestingRecoveryPointType =
143
+ (typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
144
+ export declare const MpaSessionStatus: {
145
+ readonly APPROVED: "APPROVED";
146
+ readonly FAILED: "FAILED";
147
+ readonly PENDING: "PENDING";
148
+ };
149
+ export type MpaSessionStatus =
150
+ (typeof MpaSessionStatus)[keyof typeof MpaSessionStatus];
151
+ export declare const IndexStatus: {
152
+ readonly ACTIVE: "ACTIVE";
153
+ readonly DELETING: "DELETING";
154
+ readonly FAILED: "FAILED";
155
+ readonly PENDING: "PENDING";
156
+ };
157
+ export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
158
+ export declare const ScanJobState: {
159
+ readonly CANCELED: "CANCELED";
160
+ readonly COMPLETED: "COMPLETED";
161
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
162
+ readonly FAILED: "FAILED";
163
+ };
164
+ export type ScanJobState = (typeof ScanJobState)[keyof typeof ScanJobState];
165
+ export declare const RecoveryPointStatus: {
166
+ readonly AVAILABLE: "AVAILABLE";
167
+ readonly COMPLETED: "COMPLETED";
168
+ readonly CREATING: "CREATING";
169
+ readonly DELETING: "DELETING";
170
+ readonly EXPIRED: "EXPIRED";
171
+ readonly PARTIAL: "PARTIAL";
172
+ readonly STOPPED: "STOPPED";
173
+ };
174
+ export type RecoveryPointStatus =
175
+ (typeof RecoveryPointStatus)[keyof typeof RecoveryPointStatus];
176
+ export declare const StorageClass: {
177
+ readonly COLD: "COLD";
178
+ readonly DELETED: "DELETED";
179
+ readonly WARM: "WARM";
180
+ };
181
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
182
+ export declare const RestoreDeletionStatus: {
183
+ readonly DELETING: "DELETING";
184
+ readonly FAILED: "FAILED";
185
+ readonly SUCCESSFUL: "SUCCESSFUL";
186
+ };
187
+ export type RestoreDeletionStatus =
188
+ (typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
189
+ export declare const RestoreJobStatus: {
190
+ readonly ABORTED: "ABORTED";
191
+ readonly COMPLETED: "COMPLETED";
192
+ readonly FAILED: "FAILED";
193
+ readonly PENDING: "PENDING";
194
+ readonly RUNNING: "RUNNING";
195
+ };
196
+ export type RestoreJobStatus =
197
+ (typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
198
+ export declare const RestoreValidationStatus: {
199
+ readonly FAILED: "FAILED";
200
+ readonly SUCCESSFUL: "SUCCESSFUL";
201
+ readonly TIMED_OUT: "TIMED_OUT";
202
+ readonly VALIDATING: "VALIDATING";
203
+ };
204
+ export type RestoreValidationStatus =
205
+ (typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
206
+ export declare const ScanResourceType: {
207
+ readonly EBS: "EBS";
208
+ readonly EC2: "EC2";
209
+ readonly S3: "S3";
210
+ };
211
+ export type ScanResourceType =
212
+ (typeof ScanResourceType)[keyof typeof ScanResourceType];
213
+ export declare const ScanResultStatus: {
214
+ readonly NO_THREATS_FOUND: "NO_THREATS_FOUND";
215
+ readonly THREATS_FOUND: "THREATS_FOUND";
216
+ };
217
+ export type ScanResultStatus =
218
+ (typeof ScanResultStatus)[keyof typeof ScanResultStatus];
219
+ export declare const ScanState: {
220
+ readonly CANCELED: "CANCELED";
221
+ readonly COMPLETED: "COMPLETED";
222
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
223
+ readonly CREATED: "CREATED";
224
+ readonly FAILED: "FAILED";
225
+ readonly RUNNING: "RUNNING";
226
+ };
227
+ export type ScanState = (typeof ScanState)[keyof typeof ScanState];
228
+ export declare const RuleExecutionType: {
229
+ readonly CONTINUOUS: "CONTINUOUS";
230
+ readonly CONTINUOUS_AND_SNAPSHOTS: "CONTINUOUS_AND_SNAPSHOTS";
231
+ readonly SNAPSHOTS: "SNAPSHOTS";
232
+ };
233
+ export type RuleExecutionType =
234
+ (typeof RuleExecutionType)[keyof typeof RuleExecutionType];
235
+ export declare const MpaRevokeSessionStatus: {
236
+ readonly FAILED: "FAILED";
237
+ readonly PENDING: "PENDING";
238
+ };
239
+ export type MpaRevokeSessionStatus =
240
+ (typeof MpaRevokeSessionStatus)[keyof typeof MpaRevokeSessionStatus];
241
+ export declare const RestoreJobState: {
242
+ readonly ABORTED: "ABORTED";
243
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
244
+ readonly ANY: "ANY";
245
+ readonly COMPLETED: "COMPLETED";
246
+ readonly CREATED: "CREATED";
247
+ readonly FAILED: "FAILED";
248
+ readonly PENDING: "PENDING";
249
+ readonly RUNNING: "RUNNING";
250
+ };
251
+ export type RestoreJobState =
252
+ (typeof RestoreJobState)[keyof typeof RestoreJobState];
253
+ export declare const ScanJobStatus: {
254
+ readonly AGGREGATE_ALL: "AGGREGATE_ALL";
255
+ readonly ANY: "ANY";
256
+ readonly CANCELED: "CANCELED";
257
+ readonly COMPLETED: "COMPLETED";
258
+ readonly COMPLETED_WITH_ISSUES: "COMPLETED_WITH_ISSUES";
259
+ readonly CREATED: "CREATED";
260
+ readonly FAILED: "FAILED";
261
+ readonly RUNNING: "RUNNING";
262
+ };
263
+ export type ScanJobStatus = (typeof ScanJobStatus)[keyof typeof ScanJobStatus];
264
+ export declare const Index: {
265
+ readonly DISABLED: "DISABLED";
266
+ readonly ENABLED: "ENABLED";
267
+ };
268
+ export type Index = (typeof Index)[keyof typeof Index];
@@ -0,0 +1,112 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { BackupServiceException as __BaseException } from "./BackupServiceException";
3
+ export declare class AlreadyExistsException extends __BaseException {
4
+ readonly name: "AlreadyExistsException";
5
+ readonly $fault: "client";
6
+ Code?: string | undefined;
7
+ Message?: string | undefined;
8
+ CreatorRequestId?: string | undefined;
9
+ Arn?: string | undefined;
10
+ Type?: string | undefined;
11
+ Context?: string | undefined;
12
+ constructor(
13
+ opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
14
+ );
15
+ }
16
+ export declare class InvalidParameterValueException extends __BaseException {
17
+ readonly name: "InvalidParameterValueException";
18
+ readonly $fault: "client";
19
+ Code?: string | undefined;
20
+ Message?: string | undefined;
21
+ Type?: string | undefined;
22
+ Context?: string | undefined;
23
+ constructor(
24
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
25
+ );
26
+ }
27
+ export declare class InvalidRequestException extends __BaseException {
28
+ readonly name: "InvalidRequestException";
29
+ readonly $fault: "client";
30
+ Code?: string | undefined;
31
+ Message?: string | undefined;
32
+ Type?: string | undefined;
33
+ Context?: string | undefined;
34
+ constructor(
35
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
36
+ );
37
+ }
38
+ export declare class MissingParameterValueException extends __BaseException {
39
+ readonly name: "MissingParameterValueException";
40
+ readonly $fault: "client";
41
+ Code?: string | undefined;
42
+ Message?: string | undefined;
43
+ Type?: string | undefined;
44
+ Context?: string | undefined;
45
+ constructor(
46
+ opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>
47
+ );
48
+ }
49
+ export declare class ResourceNotFoundException extends __BaseException {
50
+ readonly name: "ResourceNotFoundException";
51
+ readonly $fault: "client";
52
+ Code?: string | undefined;
53
+ Message?: string | undefined;
54
+ Type?: string | undefined;
55
+ Context?: string | undefined;
56
+ constructor(
57
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
58
+ );
59
+ }
60
+ export declare class ServiceUnavailableException extends __BaseException {
61
+ readonly name: "ServiceUnavailableException";
62
+ readonly $fault: "server";
63
+ Code?: string | undefined;
64
+ Message?: string | undefined;
65
+ Type?: string | undefined;
66
+ Context?: string | undefined;
67
+ constructor(
68
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
69
+ );
70
+ }
71
+ export declare class InvalidResourceStateException extends __BaseException {
72
+ readonly name: "InvalidResourceStateException";
73
+ readonly $fault: "client";
74
+ Code?: string | undefined;
75
+ Message?: string | undefined;
76
+ Type?: string | undefined;
77
+ Context?: string | undefined;
78
+ constructor(
79
+ opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
80
+ );
81
+ }
82
+ export declare class ConflictException extends __BaseException {
83
+ readonly name: "ConflictException";
84
+ readonly $fault: "client";
85
+ Code?: string | undefined;
86
+ Message?: string | undefined;
87
+ Type?: string | undefined;
88
+ Context?: string | undefined;
89
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
90
+ }
91
+ export declare class LimitExceededException extends __BaseException {
92
+ readonly name: "LimitExceededException";
93
+ readonly $fault: "client";
94
+ Code?: string | undefined;
95
+ Message?: string | undefined;
96
+ Type?: string | undefined;
97
+ Context?: string | undefined;
98
+ constructor(
99
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
100
+ );
101
+ }
102
+ export declare class DependencyFailureException extends __BaseException {
103
+ readonly name: "DependencyFailureException";
104
+ readonly $fault: "server";
105
+ Code?: string | undefined;
106
+ Message?: string | undefined;
107
+ Type?: string | undefined;
108
+ Context?: string | undefined;
109
+ constructor(
110
+ opts: __ExceptionOptionType<DependencyFailureException, __BaseException>
111
+ );
112
+ }