@aws-sdk/client-resiliencehub 3.934.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.
@@ -0,0 +1,238 @@
1
+ export const ResourceMappingType = {
2
+ APP_REGISTRY_APP: "AppRegistryApp",
3
+ CFN_STACK: "CfnStack",
4
+ EKS: "EKS",
5
+ RESOURCE: "Resource",
6
+ RESOURCE_GROUP: "ResourceGroup",
7
+ TERRAFORM: "Terraform",
8
+ };
9
+ export const PhysicalIdentifierType = {
10
+ ARN: "Arn",
11
+ NATIVE: "Native",
12
+ };
13
+ export const ExcludeRecommendationReason = {
14
+ ALREADY_IMPLEMENTED: "AlreadyImplemented",
15
+ COMPLEXITY_OF_IMPLEMENTATION: "ComplexityOfImplementation",
16
+ NOT_RELEVANT: "NotRelevant",
17
+ };
18
+ export const RecommendationStatus = {
19
+ EXCLUDED: "Excluded",
20
+ IMPLEMENTED: "Implemented",
21
+ INACTIVE: "Inactive",
22
+ NOT_IMPLEMENTED: "NotImplemented",
23
+ };
24
+ export const AlarmType = {
25
+ CANARY: "Canary",
26
+ COMPOSITE: "Composite",
27
+ EVENT: "Event",
28
+ LOGS: "Logs",
29
+ METRIC: "Metric",
30
+ };
31
+ export const AppAssessmentScheduleType = {
32
+ DAILY: "Daily",
33
+ DISABLED: "Disabled",
34
+ };
35
+ export const AppComplianceStatusType = {
36
+ CHANGES_DETECTED: "ChangesDetected",
37
+ MISSING_POLICY: "MissingPolicy",
38
+ NOT_APPLICABLE: "NotApplicable",
39
+ NOT_ASSESSED: "NotAssessed",
40
+ POLICY_BREACHED: "PolicyBreached",
41
+ POLICY_MET: "PolicyMet",
42
+ };
43
+ export const AppDriftStatusType = {
44
+ DETECTED: "Detected",
45
+ NOT_CHECKED: "NotChecked",
46
+ NOT_DETECTED: "NotDetected",
47
+ };
48
+ export const EventType = {
49
+ DRIFT_DETECTED: "DriftDetected",
50
+ SCHEDULED_ASSESSMENT_FAILURE: "ScheduledAssessmentFailure",
51
+ };
52
+ export const PermissionModelType = {
53
+ LEGACY_IAM_USER: "LegacyIAMUser",
54
+ ROLE_BASED: "RoleBased",
55
+ };
56
+ export const AppStatusType = {
57
+ ACTIVE: "Active",
58
+ DELETING: "Deleting",
59
+ };
60
+ export const AssessmentStatus = {
61
+ FAILED: "Failed",
62
+ INPROGRESS: "InProgress",
63
+ PENDING: "Pending",
64
+ SUCCESS: "Success",
65
+ };
66
+ export const DisruptionType = {
67
+ AZ: "AZ",
68
+ HARDWARE: "Hardware",
69
+ REGION: "Region",
70
+ SOFTWARE: "Software",
71
+ };
72
+ export const ComplianceStatus = {
73
+ MISSING_POLICY: "MissingPolicy",
74
+ NOT_APPLICABLE: "NotApplicable",
75
+ POLICY_BREACHED: "PolicyBreached",
76
+ POLICY_MET: "PolicyMet",
77
+ };
78
+ export const CostFrequency = {
79
+ DAILY: "Daily",
80
+ HOURLY: "Hourly",
81
+ MONTHLY: "Monthly",
82
+ YEARLY: "Yearly",
83
+ };
84
+ export const DriftStatus = {
85
+ DETECTED: "Detected",
86
+ NOT_CHECKED: "NotChecked",
87
+ NOT_DETECTED: "NotDetected",
88
+ };
89
+ export const AssessmentInvoker = {
90
+ SYSTEM: "System",
91
+ USER: "User",
92
+ };
93
+ export const DataLocationConstraint = {
94
+ ANY_LOCATION: "AnyLocation",
95
+ SAME_CONTINENT: "SameContinent",
96
+ SAME_COUNTRY: "SameCountry",
97
+ };
98
+ export const EstimatedCostTier = {
99
+ L1: "L1",
100
+ L2: "L2",
101
+ L3: "L3",
102
+ L4: "L4",
103
+ };
104
+ export const ResiliencyPolicyTier = {
105
+ CORE_SERVICES: "CoreServices",
106
+ CRITICAL: "Critical",
107
+ IMPORTANT: "Important",
108
+ MISSION_CRITICAL: "MissionCritical",
109
+ NON_CRITICAL: "NonCritical",
110
+ NOT_APPLICABLE: "NotApplicable",
111
+ };
112
+ export const ResiliencyScoreType = {
113
+ ALARM: "Alarm",
114
+ COMPLIANCE: "Compliance",
115
+ SOP: "Sop",
116
+ TEST: "Test",
117
+ };
118
+ export const ResourceSourceType = {
119
+ APP_TEMPLATE: "AppTemplate",
120
+ DISCOVERED: "Discovered",
121
+ };
122
+ export const TemplateFormat = {
123
+ CFN_JSON: "CfnJson",
124
+ CFN_YAML: "CfnYaml",
125
+ };
126
+ export const RenderRecommendationType = {
127
+ ALARM: "Alarm",
128
+ SOP: "Sop",
129
+ TEST: "Test",
130
+ };
131
+ export const RecommendationTemplateStatus = {
132
+ FAILED: "Failed",
133
+ IN_PROGRESS: "InProgress",
134
+ PENDING: "Pending",
135
+ SUCCESS: "Success",
136
+ };
137
+ export const ResourceResolutionStatusType = {
138
+ FAILED: "Failed",
139
+ IN_PROGRESS: "InProgress",
140
+ PENDING: "Pending",
141
+ SUCCESS: "Success",
142
+ };
143
+ export const ResourceImportStatusType = {
144
+ FAILED: "Failed",
145
+ IN_PROGRESS: "InProgress",
146
+ PENDING: "Pending",
147
+ SUCCESS: "Success",
148
+ };
149
+ export const MetricsExportStatusType = {
150
+ FAILED: "Failed",
151
+ IN_PROGRESS: "InProgress",
152
+ PENDING: "Pending",
153
+ SUCCESS: "Success",
154
+ };
155
+ export const ResourcesGroupingRecGenStatusType = {
156
+ FAILED: "Failed",
157
+ IN_PROGRESS: "InProgress",
158
+ PENDING: "Pending",
159
+ SUCCESS: "Success",
160
+ };
161
+ export const ResourceImportStrategyType = {
162
+ ADD_ONLY: "AddOnly",
163
+ REPLACE_ALL: "ReplaceAll",
164
+ };
165
+ export const DifferenceType = {
166
+ ADDED: "Added",
167
+ NOT_EQUAL: "NotEqual",
168
+ REMOVED: "Removed",
169
+ };
170
+ export const DriftType = {
171
+ APPLICATION_COMPLIANCE: "ApplicationCompliance",
172
+ APP_COMPONENT_RESILIENCY_COMPLIANCE_STATUS: "AppComponentResiliencyComplianceStatus",
173
+ };
174
+ export const HaArchitecture = {
175
+ BACKUP_AND_RESTORE: "BackupAndRestore",
176
+ MULTI_SITE: "MultiSite",
177
+ NO_RECOVERY_PLAN: "NoRecoveryPlan",
178
+ PILOT_LIGHT: "PilotLight",
179
+ WARM_STANDBY: "WarmStandby",
180
+ };
181
+ export const ConfigRecommendationOptimizationType = {
182
+ BEST_ATTAINABLE: "BestAttainable",
183
+ BEST_AZ_RECOVERY: "BestAZRecovery",
184
+ BEST_REGION_RECOVERY: "BestRegionRecovery",
185
+ LEAST_CHANGE: "LeastChange",
186
+ LEAST_COST: "LeastCost",
187
+ LEAST_ERRORS: "LeastErrors",
188
+ };
189
+ export const RecommendationComplianceStatus = {
190
+ BREACHED_CAN_MEET: "BreachedCanMeet",
191
+ BREACHED_UNATTAINABLE: "BreachedUnattainable",
192
+ MET_CAN_IMPROVE: "MetCanImprove",
193
+ MISSING_POLICY: "MissingPolicy",
194
+ };
195
+ export const ConditionOperatorType = {
196
+ EQUALS: "Equals",
197
+ GREATER_OR_EQUALS: "GreaterOrEquals",
198
+ GREATER_THEN: "GreaterThen",
199
+ LESS_OR_EQUALS: "LessOrEquals",
200
+ LESS_THEN: "LessThen",
201
+ NOT_EQUALS: "NotEquals",
202
+ };
203
+ export const FieldAggregationType = {
204
+ AVG: "Avg",
205
+ COUNT: "Count",
206
+ MAX: "Max",
207
+ MIN: "Min",
208
+ SUM: "Sum",
209
+ };
210
+ export const GroupingRecommendationConfidenceLevel = {
211
+ HIGH: "High",
212
+ MEDIUM: "Medium",
213
+ };
214
+ export const GroupingRecommendationRejectionReason = {
215
+ DISTINCT_BUSINESS_PURPOSE: "DistinctBusinessPurpose",
216
+ DISTINCT_USER_GROUP_HANDLING: "DistinctUserGroupHandling",
217
+ OTHER: "Other",
218
+ SEPARATE_DATA_CONCERN: "SeparateDataConcern",
219
+ };
220
+ export const GroupingRecommendationStatusType = {
221
+ ACCEPTED: "Accepted",
222
+ PENDING_DECISION: "PendingDecision",
223
+ REJECTED: "Rejected",
224
+ };
225
+ export const SopServiceType = {
226
+ SSM: "SSM",
227
+ };
228
+ export const TestRisk = {
229
+ HIGH: "High",
230
+ MEDIUM: "Medium",
231
+ SMALL: "Small",
232
+ };
233
+ export const TestType = {
234
+ AZ: "AZ",
235
+ HARDWARE: "Hardware",
236
+ REGION: "Region",
237
+ SOFTWARE: "Software",
238
+ };
@@ -0,0 +1,95 @@
1
+ import { ResiliencehubServiceException as __BaseException } from "./ResiliencehubServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class InternalServerException extends __BaseException {
15
+ name = "InternalServerException";
16
+ $fault = "server";
17
+ constructor(opts) {
18
+ super({
19
+ name: "InternalServerException",
20
+ $fault: "server",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, InternalServerException.prototype);
24
+ }
25
+ }
26
+ export class ResourceNotFoundException extends __BaseException {
27
+ name = "ResourceNotFoundException";
28
+ $fault = "client";
29
+ resourceId;
30
+ resourceType;
31
+ constructor(opts) {
32
+ super({
33
+ name: "ResourceNotFoundException",
34
+ $fault: "client",
35
+ ...opts,
36
+ });
37
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
38
+ this.resourceId = opts.resourceId;
39
+ this.resourceType = opts.resourceType;
40
+ }
41
+ }
42
+ export class ThrottlingException extends __BaseException {
43
+ name = "ThrottlingException";
44
+ $fault = "client";
45
+ retryAfterSeconds;
46
+ constructor(opts) {
47
+ super({
48
+ name: "ThrottlingException",
49
+ $fault: "client",
50
+ ...opts,
51
+ });
52
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
53
+ this.retryAfterSeconds = opts.retryAfterSeconds;
54
+ }
55
+ }
56
+ export class ValidationException extends __BaseException {
57
+ name = "ValidationException";
58
+ $fault = "client";
59
+ constructor(opts) {
60
+ super({
61
+ name: "ValidationException",
62
+ $fault: "client",
63
+ ...opts,
64
+ });
65
+ Object.setPrototypeOf(this, ValidationException.prototype);
66
+ }
67
+ }
68
+ export class ConflictException extends __BaseException {
69
+ name = "ConflictException";
70
+ $fault = "client";
71
+ resourceId;
72
+ resourceType;
73
+ constructor(opts) {
74
+ super({
75
+ name: "ConflictException",
76
+ $fault: "client",
77
+ ...opts,
78
+ });
79
+ Object.setPrototypeOf(this, ConflictException.prototype);
80
+ this.resourceId = opts.resourceId;
81
+ this.resourceType = opts.resourceType;
82
+ }
83
+ }
84
+ export class ServiceQuotaExceededException extends __BaseException {
85
+ name = "ServiceQuotaExceededException";
86
+ $fault = "client";
87
+ constructor(opts) {
88
+ super({
89
+ name: "ServiceQuotaExceededException",
90
+ $fault: "client",
91
+ ...opts,
92
+ });
93
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
94
+ }
95
+ }
@@ -1,333 +1 @@
1
- import { ResiliencehubServiceException as __BaseException } from "./ResiliencehubServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export class InternalServerException extends __BaseException {
15
- name = "InternalServerException";
16
- $fault = "server";
17
- constructor(opts) {
18
- super({
19
- name: "InternalServerException",
20
- $fault: "server",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InternalServerException.prototype);
24
- }
25
- }
26
- export class ResourceNotFoundException extends __BaseException {
27
- name = "ResourceNotFoundException";
28
- $fault = "client";
29
- resourceId;
30
- resourceType;
31
- constructor(opts) {
32
- super({
33
- name: "ResourceNotFoundException",
34
- $fault: "client",
35
- ...opts,
36
- });
37
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
38
- this.resourceId = opts.resourceId;
39
- this.resourceType = opts.resourceType;
40
- }
41
- }
42
- export class ThrottlingException extends __BaseException {
43
- name = "ThrottlingException";
44
- $fault = "client";
45
- retryAfterSeconds;
46
- constructor(opts) {
47
- super({
48
- name: "ThrottlingException",
49
- $fault: "client",
50
- ...opts,
51
- });
52
- Object.setPrototypeOf(this, ThrottlingException.prototype);
53
- this.retryAfterSeconds = opts.retryAfterSeconds;
54
- }
55
- }
56
- export class ValidationException extends __BaseException {
57
- name = "ValidationException";
58
- $fault = "client";
59
- constructor(opts) {
60
- super({
61
- name: "ValidationException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, ValidationException.prototype);
66
- }
67
- }
68
- export const ResourceMappingType = {
69
- APP_REGISTRY_APP: "AppRegistryApp",
70
- CFN_STACK: "CfnStack",
71
- EKS: "EKS",
72
- RESOURCE: "Resource",
73
- RESOURCE_GROUP: "ResourceGroup",
74
- TERRAFORM: "Terraform",
75
- };
76
- export const PhysicalIdentifierType = {
77
- ARN: "Arn",
78
- NATIVE: "Native",
79
- };
80
- export class ConflictException extends __BaseException {
81
- name = "ConflictException";
82
- $fault = "client";
83
- resourceId;
84
- resourceType;
85
- constructor(opts) {
86
- super({
87
- name: "ConflictException",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- Object.setPrototypeOf(this, ConflictException.prototype);
92
- this.resourceId = opts.resourceId;
93
- this.resourceType = opts.resourceType;
94
- }
95
- }
96
- export class ServiceQuotaExceededException extends __BaseException {
97
- name = "ServiceQuotaExceededException";
98
- $fault = "client";
99
- constructor(opts) {
100
- super({
101
- name: "ServiceQuotaExceededException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
106
- }
107
- }
108
- export const ExcludeRecommendationReason = {
109
- ALREADY_IMPLEMENTED: "AlreadyImplemented",
110
- COMPLEXITY_OF_IMPLEMENTATION: "ComplexityOfImplementation",
111
- NOT_RELEVANT: "NotRelevant",
112
- };
113
- export const RecommendationStatus = {
114
- EXCLUDED: "Excluded",
115
- IMPLEMENTED: "Implemented",
116
- INACTIVE: "Inactive",
117
- NOT_IMPLEMENTED: "NotImplemented",
118
- };
119
- export const AlarmType = {
120
- CANARY: "Canary",
121
- COMPOSITE: "Composite",
122
- EVENT: "Event",
123
- LOGS: "Logs",
124
- METRIC: "Metric",
125
- };
126
- export const AppAssessmentScheduleType = {
127
- DAILY: "Daily",
128
- DISABLED: "Disabled",
129
- };
130
- export const AppComplianceStatusType = {
131
- CHANGES_DETECTED: "ChangesDetected",
132
- MISSING_POLICY: "MissingPolicy",
133
- NOT_APPLICABLE: "NotApplicable",
134
- NOT_ASSESSED: "NotAssessed",
135
- POLICY_BREACHED: "PolicyBreached",
136
- POLICY_MET: "PolicyMet",
137
- };
138
- export const AppDriftStatusType = {
139
- DETECTED: "Detected",
140
- NOT_CHECKED: "NotChecked",
141
- NOT_DETECTED: "NotDetected",
142
- };
143
- export const EventType = {
144
- DRIFT_DETECTED: "DriftDetected",
145
- SCHEDULED_ASSESSMENT_FAILURE: "ScheduledAssessmentFailure",
146
- };
147
- export const PermissionModelType = {
148
- LEGACY_IAM_USER: "LegacyIAMUser",
149
- ROLE_BASED: "RoleBased",
150
- };
151
- export const AppStatusType = {
152
- ACTIVE: "Active",
153
- DELETING: "Deleting",
154
- };
155
- export const AssessmentStatus = {
156
- FAILED: "Failed",
157
- INPROGRESS: "InProgress",
158
- PENDING: "Pending",
159
- SUCCESS: "Success",
160
- };
161
- export const DisruptionType = {
162
- AZ: "AZ",
163
- HARDWARE: "Hardware",
164
- REGION: "Region",
165
- SOFTWARE: "Software",
166
- };
167
- export const ComplianceStatus = {
168
- MISSING_POLICY: "MissingPolicy",
169
- NOT_APPLICABLE: "NotApplicable",
170
- POLICY_BREACHED: "PolicyBreached",
171
- POLICY_MET: "PolicyMet",
172
- };
173
- export const CostFrequency = {
174
- DAILY: "Daily",
175
- HOURLY: "Hourly",
176
- MONTHLY: "Monthly",
177
- YEARLY: "Yearly",
178
- };
179
- export const DriftStatus = {
180
- DETECTED: "Detected",
181
- NOT_CHECKED: "NotChecked",
182
- NOT_DETECTED: "NotDetected",
183
- };
184
- export const AssessmentInvoker = {
185
- SYSTEM: "System",
186
- USER: "User",
187
- };
188
- export const DataLocationConstraint = {
189
- ANY_LOCATION: "AnyLocation",
190
- SAME_CONTINENT: "SameContinent",
191
- SAME_COUNTRY: "SameCountry",
192
- };
193
- export const EstimatedCostTier = {
194
- L1: "L1",
195
- L2: "L2",
196
- L3: "L3",
197
- L4: "L4",
198
- };
199
- export const ResiliencyPolicyTier = {
200
- CORE_SERVICES: "CoreServices",
201
- CRITICAL: "Critical",
202
- IMPORTANT: "Important",
203
- MISSION_CRITICAL: "MissionCritical",
204
- NON_CRITICAL: "NonCritical",
205
- NOT_APPLICABLE: "NotApplicable",
206
- };
207
- export const ResiliencyScoreType = {
208
- ALARM: "Alarm",
209
- COMPLIANCE: "Compliance",
210
- SOP: "Sop",
211
- TEST: "Test",
212
- };
213
- export const ResourceSourceType = {
214
- APP_TEMPLATE: "AppTemplate",
215
- DISCOVERED: "Discovered",
216
- };
217
- export const TemplateFormat = {
218
- CFN_JSON: "CfnJson",
219
- CFN_YAML: "CfnYaml",
220
- };
221
- export const RenderRecommendationType = {
222
- ALARM: "Alarm",
223
- SOP: "Sop",
224
- TEST: "Test",
225
- };
226
- export const RecommendationTemplateStatus = {
227
- FAILED: "Failed",
228
- IN_PROGRESS: "InProgress",
229
- PENDING: "Pending",
230
- SUCCESS: "Success",
231
- };
232
- export const ResourceResolutionStatusType = {
233
- FAILED: "Failed",
234
- IN_PROGRESS: "InProgress",
235
- PENDING: "Pending",
236
- SUCCESS: "Success",
237
- };
238
- export const ResourceImportStatusType = {
239
- FAILED: "Failed",
240
- IN_PROGRESS: "InProgress",
241
- PENDING: "Pending",
242
- SUCCESS: "Success",
243
- };
244
- export const MetricsExportStatusType = {
245
- FAILED: "Failed",
246
- IN_PROGRESS: "InProgress",
247
- PENDING: "Pending",
248
- SUCCESS: "Success",
249
- };
250
- export const ResourcesGroupingRecGenStatusType = {
251
- FAILED: "Failed",
252
- IN_PROGRESS: "InProgress",
253
- PENDING: "Pending",
254
- SUCCESS: "Success",
255
- };
256
- export const ResourceImportStrategyType = {
257
- ADD_ONLY: "AddOnly",
258
- REPLACE_ALL: "ReplaceAll",
259
- };
260
- export const DifferenceType = {
261
- ADDED: "Added",
262
- NOT_EQUAL: "NotEqual",
263
- REMOVED: "Removed",
264
- };
265
- export const DriftType = {
266
- APPLICATION_COMPLIANCE: "ApplicationCompliance",
267
- APP_COMPONENT_RESILIENCY_COMPLIANCE_STATUS: "AppComponentResiliencyComplianceStatus",
268
- };
269
- export const HaArchitecture = {
270
- BACKUP_AND_RESTORE: "BackupAndRestore",
271
- MULTI_SITE: "MultiSite",
272
- NO_RECOVERY_PLAN: "NoRecoveryPlan",
273
- PILOT_LIGHT: "PilotLight",
274
- WARM_STANDBY: "WarmStandby",
275
- };
276
- export const ConfigRecommendationOptimizationType = {
277
- BEST_ATTAINABLE: "BestAttainable",
278
- BEST_AZ_RECOVERY: "BestAZRecovery",
279
- BEST_REGION_RECOVERY: "BestRegionRecovery",
280
- LEAST_CHANGE: "LeastChange",
281
- LEAST_COST: "LeastCost",
282
- LEAST_ERRORS: "LeastErrors",
283
- };
284
- export const RecommendationComplianceStatus = {
285
- BREACHED_CAN_MEET: "BreachedCanMeet",
286
- BREACHED_UNATTAINABLE: "BreachedUnattainable",
287
- MET_CAN_IMPROVE: "MetCanImprove",
288
- MISSING_POLICY: "MissingPolicy",
289
- };
290
- export const ConditionOperatorType = {
291
- EQUALS: "Equals",
292
- GREATER_OR_EQUALS: "GreaterOrEquals",
293
- GREATER_THEN: "GreaterThen",
294
- LESS_OR_EQUALS: "LessOrEquals",
295
- LESS_THEN: "LessThen",
296
- NOT_EQUALS: "NotEquals",
297
- };
298
- export const FieldAggregationType = {
299
- AVG: "Avg",
300
- COUNT: "Count",
301
- MAX: "Max",
302
- MIN: "Min",
303
- SUM: "Sum",
304
- };
305
- export const GroupingRecommendationConfidenceLevel = {
306
- HIGH: "High",
307
- MEDIUM: "Medium",
308
- };
309
- export const GroupingRecommendationRejectionReason = {
310
- DISTINCT_BUSINESS_PURPOSE: "DistinctBusinessPurpose",
311
- DISTINCT_USER_GROUP_HANDLING: "DistinctUserGroupHandling",
312
- OTHER: "Other",
313
- SEPARATE_DATA_CONCERN: "SeparateDataConcern",
314
- };
315
- export const GroupingRecommendationStatusType = {
316
- ACCEPTED: "Accepted",
317
- PENDING_DECISION: "PendingDecision",
318
- REJECTED: "Rejected",
319
- };
320
- export const SopServiceType = {
321
- SSM: "SSM",
322
- };
323
- export const TestRisk = {
324
- HIGH: "High",
325
- MEDIUM: "Medium",
326
- SMALL: "Small",
327
- };
328
- export const TestType = {
329
- AZ: "AZ",
330
- HARDWARE: "Hardware",
331
- REGION: "Region",
332
- SOFTWARE: "Software",
333
- };
1
+ export {};
@@ -526,7 +526,7 @@ const _v = "value";
526
526
  const _vN = "versionName";
527
527
  const n0 = "com.amazonaws.resiliencehub";
528
528
  import { TypeRegistry } from "@smithy/core/schema";
529
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
529
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
530
530
  import { ResiliencehubServiceException as __ResiliencehubServiceException } from "../models/ResiliencehubServiceException";
531
531
  export var AcceptGroupingRecommendationEntry = [3, n0, _AGRE, 0, [_gRI], [0]];
532
532
  export var AcceptResourceGroupingRecommendationsRequest = [
@@ -14,5 +14,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
14
14
  export type { ResiliencehubExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
- export * from "./models";
17
+ export * from "./models/enums";
18
+ export * from "./models/errors";
19
+ export type * from "./models/models_0";
18
20
  export { ResiliencehubServiceException } from "./models/ResiliencehubServiceException";