@aws-sdk/client-resiliencehub 3.312.0 → 3.316.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.
@@ -52,503 +52,327 @@ import { UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput } from "./c
52
52
  import { UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput } from "./commands/UpdateAppVersionResourceCommand";
53
53
  import { UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput } from "./commands/UpdateResiliencyPolicyCommand";
54
54
  import { ResiliencehubClient } from "./ResiliencehubClient";
55
- /**
56
- * @public
57
- * <p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
58
- * disruptions. It offers continual resiliency assessment and validation that integrates
59
- * into your software development lifecycle. This enables you to uncover resiliency weaknesses,
60
- * ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
61
- * applications are met, and resolve issues before they are released into production. </p>
62
- */
63
- export declare class Resiliencehub extends ResiliencehubClient {
55
+ export interface Resiliencehub {
64
56
  /**
65
- * @public
66
- * <p>Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.</p>
57
+ * @see {@link AddDraftAppVersionResourceMappingsCommand}
67
58
  */
68
59
  addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<AddDraftAppVersionResourceMappingsCommandOutput>;
69
60
  addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, cb: (err: any, data?: AddDraftAppVersionResourceMappingsCommandOutput) => void): void;
70
61
  addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddDraftAppVersionResourceMappingsCommandOutput) => void): void;
71
62
  /**
72
- * @public
73
- * <p>Creates an Resilience Hub application. An Resilience Hub application is a
74
- * collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an
75
- * application name, resources from one or more–up to 20–CloudFormation stacks, and an appropriate
76
- * resiliency policy.</p>
77
- * <p>After you create an Resilience Hub application, you publish it so that you can run a resiliency
78
- * assessment on it. You can then use recommendations from the assessment to improve resiliency
79
- * by running another assessment, comparing results, and then iterating the process until you
80
- * achieve your goals for recovery time objective (RTO) and recovery point objective
81
- * (RPO).</p>
63
+ * @see {@link CreateAppCommand}
82
64
  */
83
65
  createApp(args: CreateAppCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppCommandOutput>;
84
66
  createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
85
67
  createApp(args: CreateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
86
68
  /**
87
- * @public
88
- * <p>Creates a new Application Component in the Resilience Hub application.</p>
89
- * <note>
90
- * <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
91
- * </note>
69
+ * @see {@link CreateAppVersionAppComponentCommand}
92
70
  */
93
71
  createAppVersionAppComponent(args: CreateAppVersionAppComponentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppVersionAppComponentCommandOutput>;
94
72
  createAppVersionAppComponent(args: CreateAppVersionAppComponentCommandInput, cb: (err: any, data?: CreateAppVersionAppComponentCommandOutput) => void): void;
95
73
  createAppVersionAppComponent(args: CreateAppVersionAppComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppVersionAppComponentCommandOutput) => void): void;
96
74
  /**
97
- * @public
98
- * <p>Adds a resource to the Resilience Hub application and assigns it to the specified
99
- * Application Components. If you specify a new Application Component, Resilience Hub will automatically
100
- * create the Application Component.</p>
101
- * <note>
102
- * <ul>
103
- * <li>
104
- * <p>This action has no effect outside Resilience Hub.</p>
105
- * </li>
106
- * <li>
107
- * <p>This API updates the Resilience Hub application draft version. To use this resource
108
- * for running resiliency assessments, you must publish the Resilience Hub application using
109
- * the <code>PublishAppVersion</code> API.</p>
110
- * </li>
111
- * <li>
112
- * <p>To update application version with new <code>physicalResourceID</code>, you must
113
- * call <code>ResolveAppVersionResources</code> API.</p>
114
- * </li>
115
- * </ul>
116
- * </note>
75
+ * @see {@link CreateAppVersionResourceCommand}
117
76
  */
118
77
  createAppVersionResource(args: CreateAppVersionResourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppVersionResourceCommandOutput>;
119
78
  createAppVersionResource(args: CreateAppVersionResourceCommandInput, cb: (err: any, data?: CreateAppVersionResourceCommandOutput) => void): void;
120
79
  createAppVersionResource(args: CreateAppVersionResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppVersionResourceCommandOutput) => void): void;
121
80
  /**
122
- * @public
123
- * <p>Creates a new recommendation template for the Resilience Hub application.</p>
81
+ * @see {@link CreateRecommendationTemplateCommand}
124
82
  */
125
83
  createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommendationTemplateCommandOutput>;
126
84
  createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, cb: (err: any, data?: CreateRecommendationTemplateCommandOutput) => void): void;
127
85
  createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommendationTemplateCommandOutput) => void): void;
128
86
  /**
129
- * @public
130
- * <p>Creates a resiliency policy for an application.</p>
87
+ * @see {@link CreateResiliencyPolicyCommand}
131
88
  */
132
89
  createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateResiliencyPolicyCommandOutput>;
133
90
  createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, cb: (err: any, data?: CreateResiliencyPolicyCommandOutput) => void): void;
134
91
  createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResiliencyPolicyCommandOutput) => void): void;
135
92
  /**
136
- * @public
137
- * <p>Deletes an Resilience Hub application. This is a destructive action that can't be
138
- * undone.</p>
93
+ * @see {@link DeleteAppCommand}
139
94
  */
140
95
  deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppCommandOutput>;
141
96
  deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
142
97
  deleteApp(args: DeleteAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
143
98
  /**
144
- * @public
145
- * <p>Deletes an Resilience Hub application assessment. This is a destructive action that can't
146
- * be undone.</p>
99
+ * @see {@link DeleteAppAssessmentCommand}
147
100
  */
148
101
  deleteAppAssessment(args: DeleteAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppAssessmentCommandOutput>;
149
102
  deleteAppAssessment(args: DeleteAppAssessmentCommandInput, cb: (err: any, data?: DeleteAppAssessmentCommandOutput) => void): void;
150
103
  deleteAppAssessment(args: DeleteAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppAssessmentCommandOutput) => void): void;
151
104
  /**
152
- * @public
153
- * <p>Deletes the input source and all of its imported resources from the Resilience Hub application.</p>
105
+ * @see {@link DeleteAppInputSourceCommand}
154
106
  */
155
107
  deleteAppInputSource(args: DeleteAppInputSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInputSourceCommandOutput>;
156
108
  deleteAppInputSource(args: DeleteAppInputSourceCommandInput, cb: (err: any, data?: DeleteAppInputSourceCommandOutput) => void): void;
157
109
  deleteAppInputSource(args: DeleteAppInputSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInputSourceCommandOutput) => void): void;
158
110
  /**
159
- * @public
160
- * <p>Deletes an Application Component from the Resilience Hub application.</p>
161
- * <note>
162
- * <ul>
163
- * <li>
164
- * <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
165
- * </li>
166
- * <li>
167
- * <p>You will not be able to delete an Application Component if it has resources associated with it.</p>
168
- * </li>
169
- * </ul>
170
- * </note>
111
+ * @see {@link DeleteAppVersionAppComponentCommand}
171
112
  */
172
113
  deleteAppVersionAppComponent(args: DeleteAppVersionAppComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppVersionAppComponentCommandOutput>;
173
114
  deleteAppVersionAppComponent(args: DeleteAppVersionAppComponentCommandInput, cb: (err: any, data?: DeleteAppVersionAppComponentCommandOutput) => void): void;
174
115
  deleteAppVersionAppComponent(args: DeleteAppVersionAppComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppVersionAppComponentCommandOutput) => void): void;
175
116
  /**
176
- * @public
177
- * <p>Deletes a resource from the Resilience Hub application.</p>
178
- * <note>
179
- * <ul>
180
- * <li>
181
- * <p>You can only delete a manually added resource. To exclude non-manually added resources, use the <code>UpdateAppVersionResource</code> API.</p>
182
- * </li>
183
- * <li>
184
- * <p>This action has no effect outside Resilience Hub.</p>
185
- * </li>
186
- * <li>
187
- * <p>This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
188
- * </li>
189
- * </ul>
190
- * </note>
117
+ * @see {@link DeleteAppVersionResourceCommand}
191
118
  */
192
119
  deleteAppVersionResource(args: DeleteAppVersionResourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppVersionResourceCommandOutput>;
193
120
  deleteAppVersionResource(args: DeleteAppVersionResourceCommandInput, cb: (err: any, data?: DeleteAppVersionResourceCommandOutput) => void): void;
194
121
  deleteAppVersionResource(args: DeleteAppVersionResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppVersionResourceCommandOutput) => void): void;
195
122
  /**
196
- * @public
197
- * <p>Deletes a recommendation template. This is a destructive action that can't be
198
- * undone.</p>
123
+ * @see {@link DeleteRecommendationTemplateCommand}
199
124
  */
200
125
  deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommendationTemplateCommandOutput>;
201
126
  deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, cb: (err: any, data?: DeleteRecommendationTemplateCommandOutput) => void): void;
202
127
  deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommendationTemplateCommandOutput) => void): void;
203
128
  /**
204
- * @public
205
- * <p>Deletes a resiliency policy. This is a destructive action that can't be undone.</p>
129
+ * @see {@link DeleteResiliencyPolicyCommand}
206
130
  */
207
131
  deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResiliencyPolicyCommandOutput>;
208
132
  deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, cb: (err: any, data?: DeleteResiliencyPolicyCommandOutput) => void): void;
209
133
  deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResiliencyPolicyCommandOutput) => void): void;
210
134
  /**
211
- * @public
212
- * <p>Describes an Resilience Hub application.</p>
135
+ * @see {@link DescribeAppCommand}
213
136
  */
214
137
  describeApp(args: DescribeAppCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppCommandOutput>;
215
138
  describeApp(args: DescribeAppCommandInput, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
216
139
  describeApp(args: DescribeAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
217
140
  /**
218
- * @public
219
- * <p>Describes an assessment for an Resilience Hub application.</p>
141
+ * @see {@link DescribeAppAssessmentCommand}
220
142
  */
221
143
  describeAppAssessment(args: DescribeAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppAssessmentCommandOutput>;
222
144
  describeAppAssessment(args: DescribeAppAssessmentCommandInput, cb: (err: any, data?: DescribeAppAssessmentCommandOutput) => void): void;
223
145
  describeAppAssessment(args: DescribeAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppAssessmentCommandOutput) => void): void;
224
146
  /**
225
- * @public
226
- * <p>Describes the Resilience Hub application version.</p>
147
+ * @see {@link DescribeAppVersionCommand}
227
148
  */
228
149
  describeAppVersion(args: DescribeAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionCommandOutput>;
229
150
  describeAppVersion(args: DescribeAppVersionCommandInput, cb: (err: any, data?: DescribeAppVersionCommandOutput) => void): void;
230
151
  describeAppVersion(args: DescribeAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionCommandOutput) => void): void;
231
152
  /**
232
- * @public
233
- * <p>Describes an Application Component in the Resilience Hub application.</p>
153
+ * @see {@link DescribeAppVersionAppComponentCommand}
234
154
  */
235
155
  describeAppVersionAppComponent(args: DescribeAppVersionAppComponentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionAppComponentCommandOutput>;
236
156
  describeAppVersionAppComponent(args: DescribeAppVersionAppComponentCommandInput, cb: (err: any, data?: DescribeAppVersionAppComponentCommandOutput) => void): void;
237
157
  describeAppVersionAppComponent(args: DescribeAppVersionAppComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionAppComponentCommandOutput) => void): void;
238
158
  /**
239
- * @public
240
- * <p>Describes a resource of the Resilience Hub application.</p>
241
- * <note>
242
- * <p>This API accepts only one of the following parameters to descibe the resource:</p>
243
- * <ul>
244
- * <li>
245
- * <p>
246
- * <code>resourceName</code>
247
- * </p>
248
- * </li>
249
- * <li>
250
- * <p>
251
- * <code>logicalResourceId</code>
252
- * </p>
253
- * </li>
254
- * <li>
255
- * <p>
256
- * <code>physicalResourceId</code> (Along with <code>physicalResourceId</code>, you can also
257
- * provide <code>awsAccountId</code>, and <code>awsRegion</code>)</p>
258
- * </li>
259
- * </ul>
260
- * </note>
159
+ * @see {@link DescribeAppVersionResourceCommand}
261
160
  */
262
161
  describeAppVersionResource(args: DescribeAppVersionResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionResourceCommandOutput>;
263
162
  describeAppVersionResource(args: DescribeAppVersionResourceCommandInput, cb: (err: any, data?: DescribeAppVersionResourceCommandOutput) => void): void;
264
163
  describeAppVersionResource(args: DescribeAppVersionResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionResourceCommandOutput) => void): void;
265
164
  /**
266
- * @public
267
- * <p>Returns the resolution status for the specified resolution identifier for an application
268
- * version. If <code>resolutionId</code> is not specified, the current resolution status is
269
- * returned.</p>
165
+ * @see {@link DescribeAppVersionResourcesResolutionStatusCommand}
270
166
  */
271
167
  describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionResourcesResolutionStatusCommandOutput>;
272
168
  describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, cb: (err: any, data?: DescribeAppVersionResourcesResolutionStatusCommandOutput) => void): void;
273
169
  describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionResourcesResolutionStatusCommandOutput) => void): void;
274
170
  /**
275
- * @public
276
- * <p>Describes details about an Resilience Hub application.</p>
171
+ * @see {@link DescribeAppVersionTemplateCommand}
277
172
  */
278
173
  describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionTemplateCommandOutput>;
279
174
  describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, cb: (err: any, data?: DescribeAppVersionTemplateCommandOutput) => void): void;
280
175
  describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionTemplateCommandOutput) => void): void;
281
176
  /**
282
- * @public
283
- * <p>Describes the status of importing resources to an application version.</p>
284
- * <note>
285
- * <p>If you get a 404 error with
286
- * <code>ResourceImportStatusNotFoundAppMetadataException</code>, you must call
287
- * <code>importResourcesToDraftAppVersion</code> after creating the application and before
288
- * calling <code>describeDraftAppVersionResourcesImportStatus</code> to obtain the
289
- * status.</p>
290
- * </note>
177
+ * @see {@link DescribeDraftAppVersionResourcesImportStatusCommand}
291
178
  */
292
179
  describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
293
180
  describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, cb: (err: any, data?: DescribeDraftAppVersionResourcesImportStatusCommandOutput) => void): void;
294
181
  describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDraftAppVersionResourcesImportStatusCommandOutput) => void): void;
295
182
  /**
296
- * @public
297
- * <p>Describes a specified resiliency policy for an Resilience Hub application. The returned
298
- * policy object includes creation time, data location constraints, the Amazon Resource Name
299
- * (ARN) for the policy, tags, tier, and more.</p>
183
+ * @see {@link DescribeResiliencyPolicyCommand}
300
184
  */
301
185
  describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResiliencyPolicyCommandOutput>;
302
186
  describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, cb: (err: any, data?: DescribeResiliencyPolicyCommandOutput) => void): void;
303
187
  describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResiliencyPolicyCommandOutput) => void): void;
304
188
  /**
305
- * @public
306
- * <p>Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
307
- * the structure and describe your Resilience Hub application</a>.</p>
189
+ * @see {@link ImportResourcesToDraftAppVersionCommand}
308
190
  */
309
191
  importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<ImportResourcesToDraftAppVersionCommandOutput>;
310
192
  importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, cb: (err: any, data?: ImportResourcesToDraftAppVersionCommandOutput) => void): void;
311
193
  importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportResourcesToDraftAppVersionCommandOutput) => void): void;
312
194
  /**
313
- * @public
314
- * <p>Lists the alarm recommendations for an Resilience Hub application.</p>
195
+ * @see {@link ListAlarmRecommendationsCommand}
315
196
  */
316
197
  listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlarmRecommendationsCommandOutput>;
317
198
  listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, cb: (err: any, data?: ListAlarmRecommendationsCommandOutput) => void): void;
318
199
  listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmRecommendationsCommandOutput) => void): void;
319
200
  /**
320
- * @public
321
- * <p>Lists the assessments for an Resilience Hub application. You can use request parameters to
322
- * refine the results for the response object.</p>
201
+ * @see {@link ListAppAssessmentsCommand}
323
202
  */
324
203
  listAppAssessments(args: ListAppAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppAssessmentsCommandOutput>;
325
204
  listAppAssessments(args: ListAppAssessmentsCommandInput, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
326
205
  listAppAssessments(args: ListAppAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
327
206
  /**
328
- * @public
329
- * <p>Lists the compliances for an Resilience Hub Application Component.</p>
207
+ * @see {@link ListAppComponentCompliancesCommand}
330
208
  */
331
209
  listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppComponentCompliancesCommandOutput>;
332
210
  listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, cb: (err: any, data?: ListAppComponentCompliancesCommandOutput) => void): void;
333
211
  listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppComponentCompliancesCommandOutput) => void): void;
334
212
  /**
335
- * @public
336
- * <p>Lists the recommendations for an Resilience Hub Application Component.</p>
213
+ * @see {@link ListAppComponentRecommendationsCommand}
337
214
  */
338
215
  listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppComponentRecommendationsCommandOutput>;
339
216
  listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, cb: (err: any, data?: ListAppComponentRecommendationsCommandOutput) => void): void;
340
217
  listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppComponentRecommendationsCommandOutput) => void): void;
341
218
  /**
342
- * @public
343
- * <p>Lists all the input sources of the Resilience Hub application. For more information about the
344
- * input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
345
- * the structure and describe your Resilience Hub application</a>.</p>
219
+ * @see {@link ListAppInputSourcesCommand}
346
220
  */
347
221
  listAppInputSources(args: ListAppInputSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInputSourcesCommandOutput>;
348
222
  listAppInputSources(args: ListAppInputSourcesCommandInput, cb: (err: any, data?: ListAppInputSourcesCommandOutput) => void): void;
349
223
  listAppInputSources(args: ListAppInputSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInputSourcesCommandOutput) => void): void;
350
224
  /**
351
- * @public
352
- * <p>Lists your Resilience Hub applications.</p>
353
- * <note>
354
- * <p>You can filter applications using only one filter at a time or without using any filter.
355
- * If you try to filter applications using multiple filters, you will get the following
356
- * error:</p>
357
- * <p>
358
- * <code>An error occurred (ValidationException) when calling the ListApps operation: Only
359
- * one filter is supported for this operation.</code>
360
- * </p>
361
- * </note>
225
+ * @see {@link ListAppsCommand}
362
226
  */
363
227
  listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
364
228
  listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
365
229
  listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
366
230
  /**
367
- * @public
368
- * <p>Lists all the Application Components in the Resilience Hub application.</p>
231
+ * @see {@link ListAppVersionAppComponentsCommand}
369
232
  */
370
233
  listAppVersionAppComponents(args: ListAppVersionAppComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionAppComponentsCommandOutput>;
371
234
  listAppVersionAppComponents(args: ListAppVersionAppComponentsCommandInput, cb: (err: any, data?: ListAppVersionAppComponentsCommandOutput) => void): void;
372
235
  listAppVersionAppComponents(args: ListAppVersionAppComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionAppComponentsCommandOutput) => void): void;
373
236
  /**
374
- * @public
375
- * <p>Lists how the resources in an application version are mapped/sourced from. Mappings can be
376
- * physical resource identifiers, CloudFormation stacks, resource-groups, or an application registry
377
- * app.</p>
237
+ * @see {@link ListAppVersionResourceMappingsCommand}
378
238
  */
379
239
  listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionResourceMappingsCommandOutput>;
380
240
  listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, cb: (err: any, data?: ListAppVersionResourceMappingsCommandOutput) => void): void;
381
241
  listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionResourceMappingsCommandOutput) => void): void;
382
242
  /**
383
- * @public
384
- * <p>Lists all the resources in an Resilience Hub application.</p>
243
+ * @see {@link ListAppVersionResourcesCommand}
385
244
  */
386
245
  listAppVersionResources(args: ListAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionResourcesCommandOutput>;
387
246
  listAppVersionResources(args: ListAppVersionResourcesCommandInput, cb: (err: any, data?: ListAppVersionResourcesCommandOutput) => void): void;
388
247
  listAppVersionResources(args: ListAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionResourcesCommandOutput) => void): void;
389
248
  /**
390
- * @public
391
- * <p>Lists the different versions for the Resilience Hub applications.</p>
249
+ * @see {@link ListAppVersionsCommand}
392
250
  */
393
251
  listAppVersions(args: ListAppVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionsCommandOutput>;
394
252
  listAppVersions(args: ListAppVersionsCommandInput, cb: (err: any, data?: ListAppVersionsCommandOutput) => void): void;
395
253
  listAppVersions(args: ListAppVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionsCommandOutput) => void): void;
396
254
  /**
397
- * @public
398
- * <p>Lists the recommendation templates for the Resilience Hub applications.</p>
255
+ * @see {@link ListRecommendationTemplatesCommand}
399
256
  */
400
257
  listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationTemplatesCommandOutput>;
401
258
  listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, cb: (err: any, data?: ListRecommendationTemplatesCommandOutput) => void): void;
402
259
  listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationTemplatesCommandOutput) => void): void;
403
260
  /**
404
- * @public
405
- * <p>Lists the resiliency policies for the Resilience Hub applications.</p>
261
+ * @see {@link ListResiliencyPoliciesCommand}
406
262
  */
407
263
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListResiliencyPoliciesCommandOutput>;
408
264
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
409
265
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
410
266
  /**
411
- * @public
412
- * <p>Lists the standard operating procedure (SOP) recommendations for the Resilience Hub
413
- * applications.</p>
267
+ * @see {@link ListSopRecommendationsCommand}
414
268
  */
415
269
  listSopRecommendations(args: ListSopRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSopRecommendationsCommandOutput>;
416
270
  listSopRecommendations(args: ListSopRecommendationsCommandInput, cb: (err: any, data?: ListSopRecommendationsCommandOutput) => void): void;
417
271
  listSopRecommendations(args: ListSopRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSopRecommendationsCommandOutput) => void): void;
418
272
  /**
419
- * @public
420
- * <p>Lists the suggested resiliency policies for the Resilience Hub applications.</p>
273
+ * @see {@link ListSuggestedResiliencyPoliciesCommand}
421
274
  */
422
275
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
423
276
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
424
277
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
425
278
  /**
426
- * @public
427
- * <p>Lists the tags for your resources in your Resilience Hub applications.</p>
279
+ * @see {@link ListTagsForResourceCommand}
428
280
  */
429
281
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
430
282
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
431
283
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
432
284
  /**
433
- * @public
434
- * <p>Lists the test recommendations for the Resilience Hub application.</p>
285
+ * @see {@link ListTestRecommendationsCommand}
435
286
  */
436
287
  listTestRecommendations(args: ListTestRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestRecommendationsCommandOutput>;
437
288
  listTestRecommendations(args: ListTestRecommendationsCommandInput, cb: (err: any, data?: ListTestRecommendationsCommandOutput) => void): void;
438
289
  listTestRecommendations(args: ListTestRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestRecommendationsCommandOutput) => void): void;
439
290
  /**
440
- * @public
441
- * <p>Lists the resources that are not currently supported in Resilience Hub. An unsupported
442
- * resource is a resource that exists in the object that was used to create an app, but is not
443
- * supported by Resilience Hub.</p>
291
+ * @see {@link ListUnsupportedAppVersionResourcesCommand}
444
292
  */
445
293
  listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListUnsupportedAppVersionResourcesCommandOutput>;
446
294
  listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, cb: (err: any, data?: ListUnsupportedAppVersionResourcesCommandOutput) => void): void;
447
295
  listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUnsupportedAppVersionResourcesCommandOutput) => void): void;
448
296
  /**
449
- * @public
450
- * <p>Publishes a new version of a specific Resilience Hub application.</p>
297
+ * @see {@link PublishAppVersionCommand}
451
298
  */
452
299
  publishAppVersion(args: PublishAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<PublishAppVersionCommandOutput>;
453
300
  publishAppVersion(args: PublishAppVersionCommandInput, cb: (err: any, data?: PublishAppVersionCommandOutput) => void): void;
454
301
  publishAppVersion(args: PublishAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishAppVersionCommandOutput) => void): void;
455
302
  /**
456
- * @public
457
- * <p>Adds or updates the app template for an Resilience Hub application draft version.</p>
303
+ * @see {@link PutDraftAppVersionTemplateCommand}
458
304
  */
459
305
  putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<PutDraftAppVersionTemplateCommandOutput>;
460
306
  putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, cb: (err: any, data?: PutDraftAppVersionTemplateCommandOutput) => void): void;
461
307
  putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDraftAppVersionTemplateCommandOutput) => void): void;
462
308
  /**
463
- * @public
464
- * <p>Removes resource mappings from a draft application version.</p>
309
+ * @see {@link RemoveDraftAppVersionResourceMappingsCommand}
465
310
  */
466
311
  removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveDraftAppVersionResourceMappingsCommandOutput>;
467
312
  removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, cb: (err: any, data?: RemoveDraftAppVersionResourceMappingsCommandOutput) => void): void;
468
313
  removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveDraftAppVersionResourceMappingsCommandOutput) => void): void;
469
314
  /**
470
- * @public
471
- * <p>Resolves the resources for an application version.</p>
315
+ * @see {@link ResolveAppVersionResourcesCommand}
472
316
  */
473
317
  resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ResolveAppVersionResourcesCommandOutput>;
474
318
  resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, cb: (err: any, data?: ResolveAppVersionResourcesCommandOutput) => void): void;
475
319
  resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResolveAppVersionResourcesCommandOutput) => void): void;
476
320
  /**
477
- * @public
478
- * <p>Creates a new application assessment for an application.</p>
321
+ * @see {@link StartAppAssessmentCommand}
479
322
  */
480
323
  startAppAssessment(args: StartAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<StartAppAssessmentCommandOutput>;
481
324
  startAppAssessment(args: StartAppAssessmentCommandInput, cb: (err: any, data?: StartAppAssessmentCommandOutput) => void): void;
482
325
  startAppAssessment(args: StartAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAppAssessmentCommandOutput) => void): void;
483
326
  /**
484
- * @public
485
- * <p>Applies one or more tags to a resource.</p>
327
+ * @see {@link TagResourceCommand}
486
328
  */
487
329
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
488
330
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
489
331
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
490
332
  /**
491
- * @public
492
- * <p>Removes one or more tags from a resource.</p>
333
+ * @see {@link UntagResourceCommand}
493
334
  */
494
335
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
495
336
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
496
337
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
497
338
  /**
498
- * @public
499
- * <p>Updates an application.</p>
339
+ * @see {@link UpdateAppCommand}
500
340
  */
501
341
  updateApp(args: UpdateAppCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppCommandOutput>;
502
342
  updateApp(args: UpdateAppCommandInput, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
503
343
  updateApp(args: UpdateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
504
344
  /**
505
- * @public
506
- * <p>Updates the Resilience Hub application version.</p>
507
- * <note>
508
- * <p>This API updates the Resilience Hub application draft version. To use this information
509
- * for running resiliency assessments, you must publish the Resilience Hub application using the
510
- * <code>PublishAppVersion</code> API.</p>
511
- * </note>
345
+ * @see {@link UpdateAppVersionCommand}
512
346
  */
513
347
  updateAppVersion(args: UpdateAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppVersionCommandOutput>;
514
348
  updateAppVersion(args: UpdateAppVersionCommandInput, cb: (err: any, data?: UpdateAppVersionCommandOutput) => void): void;
515
349
  updateAppVersion(args: UpdateAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppVersionCommandOutput) => void): void;
516
350
  /**
517
- * @public
518
- * <p>Updates an existing Application Component in the Resilience Hub application.</p>
519
- * <note>
520
- * <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
521
- * </note>
351
+ * @see {@link UpdateAppVersionAppComponentCommand}
522
352
  */
523
353
  updateAppVersionAppComponent(args: UpdateAppVersionAppComponentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppVersionAppComponentCommandOutput>;
524
354
  updateAppVersionAppComponent(args: UpdateAppVersionAppComponentCommandInput, cb: (err: any, data?: UpdateAppVersionAppComponentCommandOutput) => void): void;
525
355
  updateAppVersionAppComponent(args: UpdateAppVersionAppComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppVersionAppComponentCommandOutput) => void): void;
526
356
  /**
527
- * @public
528
- * <p>Updates the resource details in the Resilience Hub application.</p>
529
- * <note>
530
- * <ul>
531
- * <li>
532
- * <p>This action has no effect outside Resilience Hub.</p>
533
- * </li>
534
- * <li>
535
- * <p>This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
536
- * </li>
537
- * <li>
538
- * <p>To update application version with new <code>physicalResourceID</code>, you must call
539
- * <code>ResolveAppVersionResources</code> API.</p>
540
- * </li>
541
- * </ul>
542
- * </note>
357
+ * @see {@link UpdateAppVersionResourceCommand}
543
358
  */
544
359
  updateAppVersionResource(args: UpdateAppVersionResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppVersionResourceCommandOutput>;
545
360
  updateAppVersionResource(args: UpdateAppVersionResourceCommandInput, cb: (err: any, data?: UpdateAppVersionResourceCommandOutput) => void): void;
546
361
  updateAppVersionResource(args: UpdateAppVersionResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppVersionResourceCommandOutput) => void): void;
547
362
  /**
548
- * @public
549
- * <p>Updates a resiliency policy.</p>
363
+ * @see {@link UpdateResiliencyPolicyCommand}
550
364
  */
551
365
  updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResiliencyPolicyCommandOutput>;
552
366
  updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void): void;
553
367
  updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void): void;
554
368
  }
369
+ /**
370
+ * @public
371
+ * <p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
372
+ * disruptions. It offers continual resiliency assessment and validation that integrates
373
+ * into your software development lifecycle. This enables you to uncover resiliency weaknesses,
374
+ * ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
375
+ * applications are met, and resolve issues before they are released into production. </p>
376
+ */
377
+ export declare class Resiliencehub extends ResiliencehubClient implements Resiliencehub {
378
+ }
@@ -208,7 +208,7 @@ import {
208
208
  UpdateResiliencyPolicyCommandOutput,
209
209
  } from "./commands/UpdateResiliencyPolicyCommand";
210
210
  import { ResiliencehubClient } from "./ResiliencehubClient";
211
- export declare class Resiliencehub extends ResiliencehubClient {
211
+ export interface Resiliencehub {
212
212
  addDraftAppVersionResourceMappings(
213
213
  args: AddDraftAppVersionResourceMappingsCommandInput,
214
214
  options?: __HttpHandlerOptions
@@ -916,3 +916,6 @@ export declare class Resiliencehub extends ResiliencehubClient {
916
916
  cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void
917
917
  ): void;
918
918
  }
919
+ export declare class Resiliencehub
920
+ extends ResiliencehubClient
921
+ implements Resiliencehub {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resiliencehub",
3
3
  "description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
4
- "version": "3.312.0",
4
+ "version": "3.316.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.312.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",