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