@aws-sdk/client-resiliencehub 3.301.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +142 -168
- package/dist-es/models/models_0.js +142 -168
- package/dist-types/models/models_0.d.ts +272 -142
- package/dist-types/ts3.4/models/models_0.d.ts +189 -142
- package/package.json +34 -34
|
@@ -12,20 +12,18 @@ export class AccessDeniedException extends __BaseException {
|
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
PhysicalIdentifierType["NATIVE"] = "Native";
|
|
28
|
-
})(PhysicalIdentifierType || (PhysicalIdentifierType = {}));
|
|
15
|
+
export const ResourceMappingType = {
|
|
16
|
+
APP_REGISTRY_APP: "AppRegistryApp",
|
|
17
|
+
CFN_STACK: "CfnStack",
|
|
18
|
+
EKS: "EKS",
|
|
19
|
+
RESOURCE: "Resource",
|
|
20
|
+
RESOURCE_GROUP: "ResourceGroup",
|
|
21
|
+
TERRAFORM: "Terraform",
|
|
22
|
+
};
|
|
23
|
+
export const PhysicalIdentifierType = {
|
|
24
|
+
ARN: "Arn",
|
|
25
|
+
NATIVE: "Native",
|
|
26
|
+
};
|
|
29
27
|
export class ConflictException extends __BaseException {
|
|
30
28
|
constructor(opts) {
|
|
31
29
|
super({
|
|
@@ -91,83 +89,71 @@ export class ValidationException extends __BaseException {
|
|
|
91
89
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
92
90
|
}
|
|
93
91
|
}
|
|
94
|
-
export
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
EstimatedCostTier["L2"] = "L2";
|
|
160
|
-
EstimatedCostTier["L3"] = "L3";
|
|
161
|
-
EstimatedCostTier["L4"] = "L4";
|
|
162
|
-
})(EstimatedCostTier || (EstimatedCostTier = {}));
|
|
163
|
-
export var ResiliencyPolicyTier;
|
|
164
|
-
(function (ResiliencyPolicyTier) {
|
|
165
|
-
ResiliencyPolicyTier["CORE_SERVICES"] = "CoreServices";
|
|
166
|
-
ResiliencyPolicyTier["CRITICAL"] = "Critical";
|
|
167
|
-
ResiliencyPolicyTier["IMPORTANT"] = "Important";
|
|
168
|
-
ResiliencyPolicyTier["MISSION_CRITICAL"] = "MissionCritical";
|
|
169
|
-
ResiliencyPolicyTier["NON_CRITICAL"] = "NonCritical";
|
|
170
|
-
})(ResiliencyPolicyTier || (ResiliencyPolicyTier = {}));
|
|
92
|
+
export const AlarmType = {
|
|
93
|
+
CANARY: "Canary",
|
|
94
|
+
COMPOSITE: "Composite",
|
|
95
|
+
EVENT: "Event",
|
|
96
|
+
LOGS: "Logs",
|
|
97
|
+
METRIC: "Metric",
|
|
98
|
+
};
|
|
99
|
+
export const AppAssessmentScheduleType = {
|
|
100
|
+
DAILY: "Daily",
|
|
101
|
+
DISABLED: "Disabled",
|
|
102
|
+
};
|
|
103
|
+
export const AppComplianceStatusType = {
|
|
104
|
+
CHANGES_DETECTED: "ChangesDetected",
|
|
105
|
+
NOT_ASSESSED: "NotAssessed",
|
|
106
|
+
POLICY_BREACHED: "PolicyBreached",
|
|
107
|
+
POLICY_MET: "PolicyMet",
|
|
108
|
+
};
|
|
109
|
+
export const AppStatusType = {
|
|
110
|
+
ACTIVE: "Active",
|
|
111
|
+
DELETING: "Deleting",
|
|
112
|
+
};
|
|
113
|
+
export const AssessmentStatus = {
|
|
114
|
+
FAILED: "Failed",
|
|
115
|
+
INPROGRESS: "InProgress",
|
|
116
|
+
PENDING: "Pending",
|
|
117
|
+
SUCCESS: "Success",
|
|
118
|
+
};
|
|
119
|
+
export const DisruptionType = {
|
|
120
|
+
AZ: "AZ",
|
|
121
|
+
HARDWARE: "Hardware",
|
|
122
|
+
REGION: "Region",
|
|
123
|
+
SOFTWARE: "Software",
|
|
124
|
+
};
|
|
125
|
+
export const ComplianceStatus = {
|
|
126
|
+
POLICY_BREACHED: "PolicyBreached",
|
|
127
|
+
POLICY_MET: "PolicyMet",
|
|
128
|
+
};
|
|
129
|
+
export const CostFrequency = {
|
|
130
|
+
DAILY: "Daily",
|
|
131
|
+
HOURLY: "Hourly",
|
|
132
|
+
MONTHLY: "Monthly",
|
|
133
|
+
YEARLY: "Yearly",
|
|
134
|
+
};
|
|
135
|
+
export const AssessmentInvoker = {
|
|
136
|
+
SYSTEM: "System",
|
|
137
|
+
USER: "User",
|
|
138
|
+
};
|
|
139
|
+
export const DataLocationConstraint = {
|
|
140
|
+
ANY_LOCATION: "AnyLocation",
|
|
141
|
+
SAME_CONTINENT: "SameContinent",
|
|
142
|
+
SAME_COUNTRY: "SameCountry",
|
|
143
|
+
};
|
|
144
|
+
export const EstimatedCostTier = {
|
|
145
|
+
L1: "L1",
|
|
146
|
+
L2: "L2",
|
|
147
|
+
L3: "L3",
|
|
148
|
+
L4: "L4",
|
|
149
|
+
};
|
|
150
|
+
export const ResiliencyPolicyTier = {
|
|
151
|
+
CORE_SERVICES: "CoreServices",
|
|
152
|
+
CRITICAL: "Critical",
|
|
153
|
+
IMPORTANT: "Important",
|
|
154
|
+
MISSION_CRITICAL: "MissionCritical",
|
|
155
|
+
NON_CRITICAL: "NonCritical",
|
|
156
|
+
};
|
|
171
157
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
172
158
|
constructor(opts) {
|
|
173
159
|
super({
|
|
@@ -180,83 +166,71 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
180
166
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
181
167
|
}
|
|
182
168
|
}
|
|
183
|
-
export
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
export
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
(function (TestRisk) {
|
|
249
|
-
TestRisk["HIGH"] = "High";
|
|
250
|
-
TestRisk["MEDIUM"] = "Medium";
|
|
251
|
-
TestRisk["SMALL"] = "Small";
|
|
252
|
-
})(TestRisk || (TestRisk = {}));
|
|
253
|
-
export var TestType;
|
|
254
|
-
(function (TestType) {
|
|
255
|
-
TestType["AZ"] = "AZ";
|
|
256
|
-
TestType["HARDWARE"] = "Hardware";
|
|
257
|
-
TestType["REGION"] = "Region";
|
|
258
|
-
TestType["SOFTWARE"] = "Software";
|
|
259
|
-
})(TestType || (TestType = {}));
|
|
169
|
+
export const TemplateFormat = {
|
|
170
|
+
CFN_JSON: "CfnJson",
|
|
171
|
+
CFN_YAML: "CfnYaml",
|
|
172
|
+
};
|
|
173
|
+
export const RenderRecommendationType = {
|
|
174
|
+
ALARM: "Alarm",
|
|
175
|
+
SOP: "Sop",
|
|
176
|
+
TEST: "Test",
|
|
177
|
+
};
|
|
178
|
+
export const RecommendationTemplateStatus = {
|
|
179
|
+
FAILED: "Failed",
|
|
180
|
+
IN_PROGRESS: "InProgress",
|
|
181
|
+
PENDING: "Pending",
|
|
182
|
+
SUCCESS: "Success",
|
|
183
|
+
};
|
|
184
|
+
export const ResourceResolutionStatusType = {
|
|
185
|
+
FAILED: "Failed",
|
|
186
|
+
IN_PROGRESS: "InProgress",
|
|
187
|
+
PENDING: "Pending",
|
|
188
|
+
SUCCESS: "Success",
|
|
189
|
+
};
|
|
190
|
+
export const ResourceImportStatusType = {
|
|
191
|
+
FAILED: "Failed",
|
|
192
|
+
IN_PROGRESS: "InProgress",
|
|
193
|
+
PENDING: "Pending",
|
|
194
|
+
SUCCESS: "Success",
|
|
195
|
+
};
|
|
196
|
+
export const ResourceImportStrategyType = {
|
|
197
|
+
ADD_ONLY: "AddOnly",
|
|
198
|
+
REPLACE_ALL: "ReplaceAll",
|
|
199
|
+
};
|
|
200
|
+
export const HaArchitecture = {
|
|
201
|
+
BACKUP_AND_RESTORE: "BackupAndRestore",
|
|
202
|
+
MULTI_SITE: "MultiSite",
|
|
203
|
+
NO_RECOVERY_PLAN: "NoRecoveryPlan",
|
|
204
|
+
PILOT_LIGHT: "PilotLight",
|
|
205
|
+
WARM_STANDBY: "WarmStandby",
|
|
206
|
+
};
|
|
207
|
+
export const ConfigRecommendationOptimizationType = {
|
|
208
|
+
BEST_ATTAINABLE: "BestAttainable",
|
|
209
|
+
BEST_AZ_RECOVERY: "BestAZRecovery",
|
|
210
|
+
BEST_REGION_RECOVERY: "BestRegionRecovery",
|
|
211
|
+
LEAST_CHANGE: "LeastChange",
|
|
212
|
+
LEAST_COST: "LeastCost",
|
|
213
|
+
LEAST_ERRORS: "LeastErrors",
|
|
214
|
+
};
|
|
215
|
+
export const RecommendationComplianceStatus = {
|
|
216
|
+
BREACHED_CAN_MEET: "BreachedCanMeet",
|
|
217
|
+
BREACHED_UNATTAINABLE: "BreachedUnattainable",
|
|
218
|
+
MET_CAN_IMPROVE: "MetCanImprove",
|
|
219
|
+
};
|
|
220
|
+
export const SopServiceType = {
|
|
221
|
+
SSM: "SSM",
|
|
222
|
+
};
|
|
223
|
+
export const TestRisk = {
|
|
224
|
+
HIGH: "High",
|
|
225
|
+
MEDIUM: "Medium",
|
|
226
|
+
SMALL: "Small",
|
|
227
|
+
};
|
|
228
|
+
export const TestType = {
|
|
229
|
+
AZ: "AZ",
|
|
230
|
+
HARDWARE: "Hardware",
|
|
231
|
+
REGION: "Region",
|
|
232
|
+
SOFTWARE: "Software",
|
|
233
|
+
};
|
|
260
234
|
export const AppFilterSensitiveLog = (obj) => ({
|
|
261
235
|
...obj,
|
|
262
236
|
...(obj.tags && { tags: SENSITIVE_STRING }),
|