cdk-docker-image-deployment 0.0.170 → 0.0.172

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  11. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  12. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  14. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
  18. package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  22. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  23. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -12,27 +12,43 @@ declare class Resiliencehub extends Service {
12
12
  constructor(options?: Resiliencehub.Types.ClientConfiguration)
13
13
  config: Config & Resiliencehub.Types.ClientConfiguration;
14
14
  /**
15
- * Adds the resource mapping for the draft application version.
15
+ * Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.
16
16
  */
17
17
  addDraftAppVersionResourceMappings(params: Resiliencehub.Types.AddDraftAppVersionResourceMappingsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
18
18
  /**
19
- * Adds the resource mapping for the draft application version.
19
+ * Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.
20
20
  */
21
21
  addDraftAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
22
22
  /**
23
- * Creates a Resilience Hub application. A Resilience Hub application is a 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 application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
23
+ * Creates an AWS Resilience Hub application. An AWS Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a AWS Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create an AWS Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
24
24
  */
25
25
  createApp(params: Resiliencehub.Types.CreateAppRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppResponse) => void): Request<Resiliencehub.Types.CreateAppResponse, AWSError>;
26
26
  /**
27
- * Creates a Resilience Hub application. A Resilience Hub application is a 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 application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
27
+ * Creates an AWS Resilience Hub application. An AWS Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a AWS Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create an AWS Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
28
28
  */
29
29
  createApp(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppResponse) => void): Request<Resiliencehub.Types.CreateAppResponse, AWSError>;
30
30
  /**
31
- * Creates a new recommendation template.
31
+ * Creates a new Application Component in the AWS Resilience Hub application. 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 PublishAppVersion API.
32
+ */
33
+ createAppVersionAppComponent(params: Resiliencehub.Types.CreateAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.CreateAppVersionAppComponentResponse, AWSError>;
34
+ /**
35
+ * Creates a new Application Component in the AWS Resilience Hub application. 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 PublishAppVersion API.
36
+ */
37
+ createAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.CreateAppVersionAppComponentResponse, AWSError>;
38
+ /**
39
+ * Adds a resource to the AWS Resilience Hub applicationand assigns it to the specified Application Components. If you specify a new Application Component, AWS Resilience Hub will automatically create the Application Component. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
40
+ */
41
+ createAppVersionResource(params: Resiliencehub.Types.CreateAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.CreateAppVersionResourceResponse, AWSError>;
42
+ /**
43
+ * Adds a resource to the AWS Resilience Hub applicationand assigns it to the specified Application Components. If you specify a new Application Component, AWS Resilience Hub will automatically create the Application Component. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
44
+ */
45
+ createAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.CreateAppVersionResourceResponse, AWSError>;
46
+ /**
47
+ * Creates a new recommendation template for the AWS Resilience Hub application.
32
48
  */
33
49
  createRecommendationTemplate(params: Resiliencehub.Types.CreateRecommendationTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateRecommendationTemplateResponse) => void): Request<Resiliencehub.Types.CreateRecommendationTemplateResponse, AWSError>;
34
50
  /**
35
- * Creates a new recommendation template.
51
+ * Creates a new recommendation template for the AWS Resilience Hub application.
36
52
  */
37
53
  createRecommendationTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.CreateRecommendationTemplateResponse) => void): Request<Resiliencehub.Types.CreateRecommendationTemplateResponse, AWSError>;
38
54
  /**
@@ -59,6 +75,30 @@ declare class Resiliencehub extends Service {
59
75
  * Deletes an AWS Resilience Hub application assessment. This is a destructive action that can't be undone.
60
76
  */
61
77
  deleteAppAssessment(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppAssessmentResponse) => void): Request<Resiliencehub.Types.DeleteAppAssessmentResponse, AWSError>;
78
+ /**
79
+ * Deletes the input source and all of its imported resources from the AWS Resilience Hub application.
80
+ */
81
+ deleteAppInputSource(params: Resiliencehub.Types.DeleteAppInputSourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppInputSourceResponse) => void): Request<Resiliencehub.Types.DeleteAppInputSourceResponse, AWSError>;
82
+ /**
83
+ * Deletes the input source and all of its imported resources from the AWS Resilience Hub application.
84
+ */
85
+ deleteAppInputSource(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppInputSourceResponse) => void): Request<Resiliencehub.Types.DeleteAppInputSourceResponse, AWSError>;
86
+ /**
87
+ * Deletes an Application Component from the AWS Resilience Hub application. 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 PublishAppVersion API. You will not be able to delete an Application Component if it has resources associated with it.
88
+ */
89
+ deleteAppVersionAppComponent(params: Resiliencehub.Types.DeleteAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionAppComponentResponse, AWSError>;
90
+ /**
91
+ * Deletes an Application Component from the AWS Resilience Hub application. 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 PublishAppVersion API. You will not be able to delete an Application Component if it has resources associated with it.
92
+ */
93
+ deleteAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionAppComponentResponse, AWSError>;
94
+ /**
95
+ * Deletes a resource from the AWS Resilience Hub application. You can only delete a manually added resource. To exclude non-manually added resources, use the UpdateAppVersionResource API. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API.
96
+ */
97
+ deleteAppVersionResource(params: Resiliencehub.Types.DeleteAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionResourceResponse, AWSError>;
98
+ /**
99
+ * Deletes a resource from the AWS Resilience Hub application. You can only delete a manually added resource. To exclude non-manually added resources, use the UpdateAppVersionResource API. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API.
100
+ */
101
+ deleteAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionResourceResponse, AWSError>;
62
102
  /**
63
103
  * Deletes a recommendation template. This is a destructive action that can't be undone.
64
104
  */
@@ -91,6 +131,30 @@ declare class Resiliencehub extends Service {
91
131
  * Describes an assessment for an AWS Resilience Hub application.
92
132
  */
93
133
  describeAppAssessment(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppAssessmentResponse) => void): Request<Resiliencehub.Types.DescribeAppAssessmentResponse, AWSError>;
134
+ /**
135
+ * Describes the AWS Resilience Hub application version.
136
+ */
137
+ describeAppVersion(params: Resiliencehub.Types.DescribeAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResponse, AWSError>;
138
+ /**
139
+ * Describes the AWS Resilience Hub application version.
140
+ */
141
+ describeAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResponse, AWSError>;
142
+ /**
143
+ * Describes an Application Component in the AWS Resilience Hub application.
144
+ */
145
+ describeAppVersionAppComponent(params: Resiliencehub.Types.DescribeAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionAppComponentResponse, AWSError>;
146
+ /**
147
+ * Describes an Application Component in the AWS Resilience Hub application.
148
+ */
149
+ describeAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionAppComponentResponse, AWSError>;
150
+ /**
151
+ * Describes a resource of the AWS Resilience Hub application. This API accepts only one of the following parameters to descibe the resource: resourceName logicalResourceId physicalResourceId (Along with physicalResourceId, you can also provide awsAccountId, and awsRegion)
152
+ */
153
+ describeAppVersionResource(params: Resiliencehub.Types.DescribeAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourceResponse, AWSError>;
154
+ /**
155
+ * Describes a resource of the AWS Resilience Hub application. This API accepts only one of the following parameters to descibe the resource: resourceName logicalResourceId physicalResourceId (Along with physicalResourceId, you can also provide awsAccountId, and awsRegion)
156
+ */
157
+ describeAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourceResponse, AWSError>;
94
158
  /**
95
159
  * Returns the resolution status for the specified resolution identifier for an application version. If resolutionId is not specified, the current resolution status is returned.
96
160
  */
@@ -100,19 +164,19 @@ declare class Resiliencehub extends Service {
100
164
  */
101
165
  describeAppVersionResourcesResolutionStatus(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourcesResolutionStatusResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourcesResolutionStatusResponse, AWSError>;
102
166
  /**
103
- * Describes details about an AWS Resilience Hub
167
+ * Describes details about an AWS Resilience Hub application.
104
168
  */
105
169
  describeAppVersionTemplate(params: Resiliencehub.Types.DescribeAppVersionTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionTemplateResponse, AWSError>;
106
170
  /**
107
- * Describes details about an AWS Resilience Hub
171
+ * Describes details about an AWS Resilience Hub application.
108
172
  */
109
173
  describeAppVersionTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionTemplateResponse, AWSError>;
110
174
  /**
111
- * Describes the status of importing resources to an application version.
175
+ * Describes the status of importing resources to an application version. If you get a 404 error with ResourceImportStatusNotFoundAppMetadataException, you must call importResourcesToDraftAppVersion after creating the application and before calling describeDraftAppVersionResourcesImportStatus to obtain the status.
112
176
  */
113
177
  describeDraftAppVersionResourcesImportStatus(params: Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse) => void): Request<Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse, AWSError>;
114
178
  /**
115
- * Describes the status of importing resources to an application version.
179
+ * Describes the status of importing resources to an application version. If you get a 404 error with ResourceImportStatusNotFoundAppMetadataException, you must call importResourcesToDraftAppVersion after creating the application and before calling describeDraftAppVersionResourcesImportStatus to obtain the status.
116
180
  */
117
181
  describeDraftAppVersionResourcesImportStatus(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse) => void): Request<Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse, AWSError>;
118
182
  /**
@@ -124,19 +188,19 @@ declare class Resiliencehub extends Service {
124
188
  */
125
189
  describeResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.DescribeResiliencyPolicyResponse, AWSError>;
126
190
  /**
127
- * Imports resources from sources such as a CloudFormation stack, resource-groups, or application registry app to a draft application version.
191
+ * 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 Discover the structure and describe your Resilience Hub application.
128
192
  */
129
193
  importResourcesToDraftAppVersion(params: Resiliencehub.Types.ImportResourcesToDraftAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse) => void): Request<Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse, AWSError>;
130
194
  /**
131
- * Imports resources from sources such as a CloudFormation stack, resource-groups, or application registry app to a draft application version.
195
+ * 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 Discover the structure and describe your Resilience Hub application.
132
196
  */
133
197
  importResourcesToDraftAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse) => void): Request<Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse, AWSError>;
134
198
  /**
135
- * Lists the alarm recommendations for a AWS Resilience Hub application.
199
+ * Lists the alarm recommendations for an AWS Resilience Hub application.
136
200
  */
137
201
  listAlarmRecommendations(params: Resiliencehub.Types.ListAlarmRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAlarmRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAlarmRecommendationsResponse, AWSError>;
138
202
  /**
139
- * Lists the alarm recommendations for a AWS Resilience Hub application.
203
+ * Lists the alarm recommendations for an AWS Resilience Hub application.
140
204
  */
141
205
  listAlarmRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListAlarmRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAlarmRecommendationsResponse, AWSError>;
142
206
  /**
@@ -148,21 +212,37 @@ declare class Resiliencehub extends Service {
148
212
  */
149
213
  listAppAssessments(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppAssessmentsResponse) => void): Request<Resiliencehub.Types.ListAppAssessmentsResponse, AWSError>;
150
214
  /**
151
- * Lists the compliances for an AWS Resilience Hub component.
215
+ * Lists the compliances for an AWS Resilience Hub Application Component.
152
216
  */
153
217
  listAppComponentCompliances(params: Resiliencehub.Types.ListAppComponentCompliancesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentCompliancesResponse) => void): Request<Resiliencehub.Types.ListAppComponentCompliancesResponse, AWSError>;
154
218
  /**
155
- * Lists the compliances for an AWS Resilience Hub component.
219
+ * Lists the compliances for an AWS Resilience Hub Application Component.
156
220
  */
157
221
  listAppComponentCompliances(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentCompliancesResponse) => void): Request<Resiliencehub.Types.ListAppComponentCompliancesResponse, AWSError>;
158
222
  /**
159
- * Lists the recommendations for an AWS Resilience Hub component.
223
+ * Lists the recommendations for an AWS Resilience Hub Application Component.
160
224
  */
161
225
  listAppComponentRecommendations(params: Resiliencehub.Types.ListAppComponentRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAppComponentRecommendationsResponse, AWSError>;
162
226
  /**
163
- * Lists the recommendations for an AWS Resilience Hub component.
227
+ * Lists the recommendations for an AWS Resilience Hub Application Component.
164
228
  */
165
229
  listAppComponentRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAppComponentRecommendationsResponse, AWSError>;
230
+ /**
231
+ * Lists all the input sources of the AWS Resilience Hub application. For more information about the input sources supported by AWS Resilience Hub, see Discover the structure and describe your Resilience Hub application.
232
+ */
233
+ listAppInputSources(params: Resiliencehub.Types.ListAppInputSourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppInputSourcesResponse) => void): Request<Resiliencehub.Types.ListAppInputSourcesResponse, AWSError>;
234
+ /**
235
+ * Lists all the input sources of the AWS Resilience Hub application. For more information about the input sources supported by AWS Resilience Hub, see Discover the structure and describe your Resilience Hub application.
236
+ */
237
+ listAppInputSources(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppInputSourcesResponse) => void): Request<Resiliencehub.Types.ListAppInputSourcesResponse, AWSError>;
238
+ /**
239
+ * Lists all the Application Components in the AWS Resilience Hub application.
240
+ */
241
+ listAppVersionAppComponents(params: Resiliencehub.Types.ListAppVersionAppComponentsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionAppComponentsResponse) => void): Request<Resiliencehub.Types.ListAppVersionAppComponentsResponse, AWSError>;
242
+ /**
243
+ * Lists all the Application Components in the AWS Resilience Hub application.
244
+ */
245
+ listAppVersionAppComponents(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionAppComponentsResponse) => void): Request<Resiliencehub.Types.ListAppVersionAppComponentsResponse, AWSError>;
166
246
  /**
167
247
  * Lists how the resources in an application version are mapped/sourced from. Mappings can be physical resource identifiers, CloudFormation stacks, resource-groups, or an application registry app.
168
248
  */
@@ -172,99 +252,99 @@ declare class Resiliencehub extends Service {
172
252
  */
173
253
  listAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourceMappingsResponse, AWSError>;
174
254
  /**
175
- * Lists all the resources in an application version.
255
+ * Lists all the resources in an AWS Resilience Hub application.
176
256
  */
177
257
  listAppVersionResources(params: Resiliencehub.Types.ListAppVersionResourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourcesResponse, AWSError>;
178
258
  /**
179
- * Lists all the resources in an application version.
259
+ * Lists all the resources in an AWS Resilience Hub application.
180
260
  */
181
261
  listAppVersionResources(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourcesResponse, AWSError>;
182
262
  /**
183
- * Lists the different versions for the Resilience Hub applications.
263
+ * Lists the different versions for the AWS Resilience Hub applications.
184
264
  */
185
265
  listAppVersions(params: Resiliencehub.Types.ListAppVersionsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionsResponse) => void): Request<Resiliencehub.Types.ListAppVersionsResponse, AWSError>;
186
266
  /**
187
- * Lists the different versions for the Resilience Hub applications.
267
+ * Lists the different versions for the AWS Resilience Hub applications.
188
268
  */
189
269
  listAppVersions(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionsResponse) => void): Request<Resiliencehub.Types.ListAppVersionsResponse, AWSError>;
190
270
  /**
191
- * Lists your Resilience Hub applications.
271
+ * Lists your AWS Resilience Hub applications. You can filter applications using only one filter at a time or without using any filter. If you try to filter applications using multiple filters, you will get the following error: An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.
192
272
  */
193
273
  listApps(params: Resiliencehub.Types.ListAppsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppsResponse) => void): Request<Resiliencehub.Types.ListAppsResponse, AWSError>;
194
274
  /**
195
- * Lists your Resilience Hub applications.
275
+ * Lists your AWS Resilience Hub applications. You can filter applications using only one filter at a time or without using any filter. If you try to filter applications using multiple filters, you will get the following error: An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.
196
276
  */
197
277
  listApps(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppsResponse) => void): Request<Resiliencehub.Types.ListAppsResponse, AWSError>;
198
278
  /**
199
- * Lists the recommendation templates for the Resilience Hub applications.
279
+ * Lists the recommendation templates for the AWS Resilience Hub applications.
200
280
  */
201
281
  listRecommendationTemplates(params: Resiliencehub.Types.ListRecommendationTemplatesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListRecommendationTemplatesResponse) => void): Request<Resiliencehub.Types.ListRecommendationTemplatesResponse, AWSError>;
202
282
  /**
203
- * Lists the recommendation templates for the Resilience Hub applications.
283
+ * Lists the recommendation templates for the AWS Resilience Hub applications.
204
284
  */
205
285
  listRecommendationTemplates(callback?: (err: AWSError, data: Resiliencehub.Types.ListRecommendationTemplatesResponse) => void): Request<Resiliencehub.Types.ListRecommendationTemplatesResponse, AWSError>;
206
286
  /**
207
- * Lists the resiliency policies for the Resilience Hub applications.
287
+ * Lists the resiliency policies for the AWS Resilience Hub applications.
208
288
  */
209
289
  listResiliencyPolicies(params: Resiliencehub.Types.ListResiliencyPoliciesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListResiliencyPoliciesResponse, AWSError>;
210
290
  /**
211
- * Lists the resiliency policies for the Resilience Hub applications.
291
+ * Lists the resiliency policies for the AWS Resilience Hub applications.
212
292
  */
213
293
  listResiliencyPolicies(callback?: (err: AWSError, data: Resiliencehub.Types.ListResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListResiliencyPoliciesResponse, AWSError>;
214
294
  /**
215
- * Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.
295
+ * Lists the standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
216
296
  */
217
297
  listSopRecommendations(params: Resiliencehub.Types.ListSopRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListSopRecommendationsResponse) => void): Request<Resiliencehub.Types.ListSopRecommendationsResponse, AWSError>;
218
298
  /**
219
- * Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.
299
+ * Lists the standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
220
300
  */
221
301
  listSopRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListSopRecommendationsResponse) => void): Request<Resiliencehub.Types.ListSopRecommendationsResponse, AWSError>;
222
302
  /**
223
- * Lists the suggested resiliency policies for the Resilience Hub applications.
303
+ * Lists the suggested resiliency policies for the AWS Resilience Hub applications.
224
304
  */
225
305
  listSuggestedResiliencyPolicies(params: Resiliencehub.Types.ListSuggestedResiliencyPoliciesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse, AWSError>;
226
306
  /**
227
- * Lists the suggested resiliency policies for the Resilience Hub applications.
307
+ * Lists the suggested resiliency policies for the AWS Resilience Hub applications.
228
308
  */
229
309
  listSuggestedResiliencyPolicies(callback?: (err: AWSError, data: Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse, AWSError>;
230
310
  /**
231
- * Lists the tags for your resources in your Resilience Hub applications.
311
+ * Lists the tags for your resources in your AWS Resilience Hub applications.
232
312
  */
233
313
  listTagsForResource(params: Resiliencehub.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListTagsForResourceResponse) => void): Request<Resiliencehub.Types.ListTagsForResourceResponse, AWSError>;
234
314
  /**
235
- * Lists the tags for your resources in your Resilience Hub applications.
315
+ * Lists the tags for your resources in your AWS Resilience Hub applications.
236
316
  */
237
317
  listTagsForResource(callback?: (err: AWSError, data: Resiliencehub.Types.ListTagsForResourceResponse) => void): Request<Resiliencehub.Types.ListTagsForResourceResponse, AWSError>;
238
318
  /**
239
- * Lists the test recommendations for the Resilience Hub application.
319
+ * Lists the test recommendations for the AWS Resilience Hub application.
240
320
  */
241
321
  listTestRecommendations(params: Resiliencehub.Types.ListTestRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListTestRecommendationsResponse) => void): Request<Resiliencehub.Types.ListTestRecommendationsResponse, AWSError>;
242
322
  /**
243
- * Lists the test recommendations for the Resilience Hub application.
323
+ * Lists the test recommendations for the AWS Resilience Hub application.
244
324
  */
245
325
  listTestRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListTestRecommendationsResponse) => void): Request<Resiliencehub.Types.ListTestRecommendationsResponse, AWSError>;
246
326
  /**
247
- * Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by Resilience Hub.
327
+ * Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by AWS Resilience Hub.
248
328
  */
249
329
  listUnsupportedAppVersionResources(params: Resiliencehub.Types.ListUnsupportedAppVersionResourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse, AWSError>;
250
330
  /**
251
- * Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by Resilience Hub.
331
+ * Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by AWS Resilience Hub.
252
332
  */
253
333
  listUnsupportedAppVersionResources(callback?: (err: AWSError, data: Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse, AWSError>;
254
334
  /**
255
- * Publishes a new version of a specific Resilience Hub application.
335
+ * Publishes a new version of a specific AWS Resilience Hub application.
256
336
  */
257
337
  publishAppVersion(params: Resiliencehub.Types.PublishAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.PublishAppVersionResponse) => void): Request<Resiliencehub.Types.PublishAppVersionResponse, AWSError>;
258
338
  /**
259
- * Publishes a new version of a specific Resilience Hub application.
339
+ * Publishes a new version of a specific AWS Resilience Hub application.
260
340
  */
261
341
  publishAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.PublishAppVersionResponse) => void): Request<Resiliencehub.Types.PublishAppVersionResponse, AWSError>;
262
342
  /**
263
- * Adds or updates the app template for a draft version of a Resilience Hub app.
343
+ * Adds or updates the app template for an AWS Resilience Hub application draft version.
264
344
  */
265
345
  putDraftAppVersionTemplate(params: Resiliencehub.Types.PutDraftAppVersionTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.PutDraftAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.PutDraftAppVersionTemplateResponse, AWSError>;
266
346
  /**
267
- * Adds or updates the app template for a draft version of a Resilience Hub app.
347
+ * Adds or updates the app template for an AWS Resilience Hub application draft version.
268
348
  */
269
349
  putDraftAppVersionTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.PutDraftAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.PutDraftAppVersionTemplateResponse, AWSError>;
270
350
  /**
@@ -315,6 +395,30 @@ declare class Resiliencehub extends Service {
315
395
  * Updates an application.
316
396
  */
317
397
  updateApp(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppResponse) => void): Request<Resiliencehub.Types.UpdateAppResponse, AWSError>;
398
+ /**
399
+ * Updates the AWS Resilience Hub application version. This API updates the AWS Resilience Hub application draft version. To use this information for running resiliency assessments, you must publish the AWS Resilience Hub application using the PublishAppVersion API.
400
+ */
401
+ updateAppVersion(params: Resiliencehub.Types.UpdateAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResponse, AWSError>;
402
+ /**
403
+ * Updates the AWS Resilience Hub application version. This API updates the AWS Resilience Hub application draft version. To use this information for running resiliency assessments, you must publish the AWS Resilience Hub application using the PublishAppVersion API.
404
+ */
405
+ updateAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResponse, AWSError>;
406
+ /**
407
+ * Updates an existing Application Component in the AWS Resilience Hub application. 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 PublishAppVersion API.
408
+ */
409
+ updateAppVersionAppComponent(params: Resiliencehub.Types.UpdateAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionAppComponentResponse, AWSError>;
410
+ /**
411
+ * Updates an existing Application Component in the AWS Resilience Hub application. 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 PublishAppVersion API.
412
+ */
413
+ updateAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionAppComponentResponse, AWSError>;
414
+ /**
415
+ * Updates the resource details in the AWS Resilience Hub application. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
416
+ */
417
+ updateAppVersionResource(params: Resiliencehub.Types.UpdateAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResourceResponse, AWSError>;
418
+ /**
419
+ * Updates the resource details in the AWS Resilience Hub application. This action has no effect outside AWS Resilience Hub. 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 PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
420
+ */
421
+ updateAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResourceResponse, AWSError>;
318
422
  /**
319
423
  * Updates a resiliency policy.
320
424
  */
@@ -327,17 +431,17 @@ declare class Resiliencehub extends Service {
327
431
  declare namespace Resiliencehub {
328
432
  export interface AddDraftAppVersionResourceMappingsRequest {
329
433
  /**
330
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
434
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
331
435
  */
332
436
  appArn: Arn;
333
437
  /**
334
- * Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.
438
+ * Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.
335
439
  */
336
440
  resourceMappings: ResourceMappingList;
337
441
  }
338
442
  export interface AddDraftAppVersionResourceMappingsResponse {
339
443
  /**
340
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
444
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
341
445
  */
342
446
  appArn: Arn;
343
447
  /**
@@ -349,9 +453,11 @@ declare namespace Resiliencehub {
349
453
  */
350
454
  resourceMappings: ResourceMappingList;
351
455
  }
456
+ export type AdditionalInfoMap = {[key: string]: AdditionalInfoValueList};
457
+ export type AdditionalInfoValueList = String1024[];
352
458
  export interface AlarmRecommendation {
353
459
  /**
354
- * The application component for the CloudWatch alarm recommendation.
460
+ * The Application Component for the CloudWatch alarm recommendation.
355
461
  */
356
462
  appComponentName?: EntityId;
357
463
  /**
@@ -388,7 +494,7 @@ declare namespace Resiliencehub {
388
494
  export type AlarmType = "Metric"|"Composite"|"Canary"|"Logs"|"Event"|string;
389
495
  export interface App {
390
496
  /**
391
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
497
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
392
498
  */
393
499
  appArn: Arn;
394
500
  /**
@@ -420,7 +526,7 @@ declare namespace Resiliencehub {
420
526
  */
421
527
  name: EntityName;
422
528
  /**
423
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
529
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
424
530
  */
425
531
  policyArn?: Arn;
426
532
  /**
@@ -438,7 +544,7 @@ declare namespace Resiliencehub {
438
544
  }
439
545
  export interface AppAssessment {
440
546
  /**
441
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
547
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
442
548
  */
443
549
  appArn?: Arn;
444
550
  /**
@@ -446,7 +552,7 @@ declare namespace Resiliencehub {
446
552
  */
447
553
  appVersion?: EntityVersion;
448
554
  /**
449
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
555
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
450
556
  */
451
557
  assessmentArn: Arn;
452
558
  /**
@@ -505,7 +611,7 @@ declare namespace Resiliencehub {
505
611
  export type AppAssessmentScheduleType = "Disabled"|"Daily"|string;
506
612
  export interface AppAssessmentSummary {
507
613
  /**
508
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
614
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
509
615
  */
510
616
  appArn?: Arn;
511
617
  /**
@@ -513,7 +619,7 @@ declare namespace Resiliencehub {
513
619
  */
514
620
  appVersion?: EntityVersion;
515
621
  /**
516
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
622
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
517
623
  */
518
624
  assessmentArn: Arn;
519
625
  /**
@@ -557,21 +663,29 @@ declare namespace Resiliencehub {
557
663
  export type AppComplianceStatusType = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|string;
558
664
  export interface AppComponent {
559
665
  /**
560
- * The name of the application component.
666
+ * Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]"
667
+ */
668
+ additionalInfo?: AdditionalInfoMap;
669
+ /**
670
+ * Unique identifier of the Application Component.
671
+ */
672
+ id?: String255;
673
+ /**
674
+ * The name of the Application Component.
561
675
  */
562
676
  name: String255;
563
677
  /**
564
- * The type of application component.
678
+ * The type of Application Component.
565
679
  */
566
680
  type: String255;
567
681
  }
568
682
  export interface AppComponentCompliance {
569
683
  /**
570
- * The name of the application component.
684
+ * The name of the Application Component.
571
685
  */
572
686
  appComponentName?: EntityId;
573
687
  /**
574
- * The compliance of the application component against the resiliency policy.
688
+ * The compliance of the Application Component against the resiliency policy.
575
689
  */
576
690
  compliance?: AssessmentCompliance;
577
691
  /**
@@ -592,10 +706,34 @@ declare namespace Resiliencehub {
592
706
  status?: ComplianceStatus;
593
707
  }
594
708
  export type AppComponentList = AppComponent[];
709
+ export type AppComponentNameList = String255[];
710
+ export interface AppInputSource {
711
+ /**
712
+ * The resource type of the input source.
713
+ */
714
+ importType: ResourceMappingType;
715
+ /**
716
+ * The number of resources that were imported.
717
+ */
718
+ resourceCount?: Integer;
719
+ /**
720
+ * The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
721
+ */
722
+ sourceArn?: Arn;
723
+ /**
724
+ * The name of the input source.
725
+ */
726
+ sourceName?: String255;
727
+ /**
728
+ * The name of the Terraform s3 state file.
729
+ */
730
+ terraformSource?: TerraformSource;
731
+ }
732
+ export type AppInputSourceList = AppInputSource[];
595
733
  export type AppStatusType = "Active"|"Deleting"|string;
596
734
  export interface AppSummary {
597
735
  /**
598
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
736
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
599
737
  */
600
738
  appArn: Arn;
601
739
  /**
@@ -649,7 +787,7 @@ declare namespace Resiliencehub {
649
787
  export type ComponentCompliancesList = AppComponentCompliance[];
650
788
  export interface ComponentRecommendation {
651
789
  /**
652
- * The name of the application component.
790
+ * The name of the Application Component.
653
791
  */
654
792
  appComponentName: EntityId;
655
793
  /**
@@ -664,7 +802,7 @@ declare namespace Resiliencehub {
664
802
  export type ComponentRecommendationList = ComponentRecommendation[];
665
803
  export interface ConfigRecommendation {
666
804
  /**
667
- * The application component name.
805
+ * The name of the Application Component.
668
806
  */
669
807
  appComponentName?: EntityId;
670
808
  /**
@@ -739,7 +877,7 @@ declare namespace Resiliencehub {
739
877
  */
740
878
  name: EntityName;
741
879
  /**
742
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
880
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
743
881
  */
744
882
  policyArn?: Arn;
745
883
  /**
@@ -753,9 +891,102 @@ declare namespace Resiliencehub {
753
891
  */
754
892
  app: App;
755
893
  }
894
+ export interface CreateAppVersionAppComponentRequest {
895
+ /**
896
+ * Currently, there is no supported additional information for Application Components.
897
+ */
898
+ additionalInfo?: AdditionalInfoMap;
899
+ /**
900
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
901
+ */
902
+ appArn: Arn;
903
+ /**
904
+ * Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
905
+ */
906
+ clientToken?: ClientToken;
907
+ /**
908
+ * The identifier of the Application Component.
909
+ */
910
+ id?: String255;
911
+ /**
912
+ * The name of the Application Component.
913
+ */
914
+ name: String255;
915
+ /**
916
+ * The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
917
+ */
918
+ type: String255;
919
+ }
920
+ export interface CreateAppVersionAppComponentResponse {
921
+ /**
922
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
923
+ */
924
+ appArn: Arn;
925
+ appComponent?: AppComponent;
926
+ /**
927
+ * The AWS Resilience Hub application version.
928
+ */
929
+ appVersion: EntityVersion;
930
+ }
931
+ export interface CreateAppVersionResourceRequest {
932
+ /**
933
+ * Currently, there is no supported additional information for resources.
934
+ */
935
+ additionalInfo?: AdditionalInfoMap;
936
+ /**
937
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
938
+ */
939
+ appArn: Arn;
940
+ /**
941
+ * The list of Application Components that this resource belongs to. If an Application Component is not part of the AWS Resilience Hub application, it will be added.
942
+ */
943
+ appComponents: AppComponentNameList;
944
+ /**
945
+ * The Amazon Web Services account that owns the physical resource.
946
+ */
947
+ awsAccountId?: CustomerId;
948
+ /**
949
+ * The Amazon Web Services region that owns the physical resource.
950
+ */
951
+ awsRegion?: AwsRegion;
952
+ /**
953
+ * Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
954
+ */
955
+ clientToken?: ClientToken;
956
+ /**
957
+ * The logical identifier of the resource.
958
+ */
959
+ logicalResourceId: LogicalResourceId;
960
+ /**
961
+ * The physical identifier of the resource.
962
+ */
963
+ physicalResourceId: String2048;
964
+ /**
965
+ * The name of the resource.
966
+ */
967
+ resourceName: EntityName;
968
+ /**
969
+ * The type of resource.
970
+ */
971
+ resourceType: String255;
972
+ }
973
+ export interface CreateAppVersionResourceResponse {
974
+ /**
975
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
976
+ */
977
+ appArn: Arn;
978
+ /**
979
+ * The AWS Resilience Hub application version.
980
+ */
981
+ appVersion: EntityVersion;
982
+ /**
983
+ * Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
984
+ */
985
+ physicalResource?: PhysicalResource;
986
+ }
756
987
  export interface CreateRecommendationTemplateRequest {
757
988
  /**
758
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
989
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
759
990
  */
760
991
  assessmentArn: Arn;
761
992
  /**
@@ -834,7 +1065,7 @@ declare namespace Resiliencehub {
834
1065
  export type DataLocationConstraint = "AnyLocation"|"SameContinent"|"SameCountry"|string;
835
1066
  export interface DeleteAppAssessmentRequest {
836
1067
  /**
837
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1068
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
838
1069
  */
839
1070
  assessmentArn: Arn;
840
1071
  /**
@@ -844,7 +1075,7 @@ declare namespace Resiliencehub {
844
1075
  }
845
1076
  export interface DeleteAppAssessmentResponse {
846
1077
  /**
847
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1078
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
848
1079
  */
849
1080
  assessmentArn: Arn;
850
1081
  /**
@@ -852,9 +1083,37 @@ declare namespace Resiliencehub {
852
1083
  */
853
1084
  assessmentStatus: AssessmentStatus;
854
1085
  }
1086
+ export interface DeleteAppInputSourceRequest {
1087
+ /**
1088
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1089
+ */
1090
+ appArn: Arn;
1091
+ /**
1092
+ * Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
1093
+ */
1094
+ clientToken?: ClientToken;
1095
+ /**
1096
+ * The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1097
+ */
1098
+ sourceArn?: Arn;
1099
+ /**
1100
+ * The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
1101
+ */
1102
+ terraformSource?: TerraformSource;
1103
+ }
1104
+ export interface DeleteAppInputSourceResponse {
1105
+ /**
1106
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1107
+ */
1108
+ appArn?: Arn;
1109
+ /**
1110
+ * The name of the input source from where the application resource is imported from.
1111
+ */
1112
+ appInputSource?: AppInputSource;
1113
+ }
855
1114
  export interface DeleteAppRequest {
856
1115
  /**
857
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1116
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
858
1117
  */
859
1118
  appArn: Arn;
860
1119
  /**
@@ -862,15 +1121,84 @@ declare namespace Resiliencehub {
862
1121
  */
863
1122
  clientToken?: ClientToken;
864
1123
  /**
865
- * A boolean option to force the deletion of a Resilience Hub application.
1124
+ * A boolean option to force the deletion of an AWS Resilience Hub application.
866
1125
  */
867
1126
  forceDelete?: BooleanOptional;
868
1127
  }
869
1128
  export interface DeleteAppResponse {
870
1129
  /**
871
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1130
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1131
+ */
1132
+ appArn: Arn;
1133
+ }
1134
+ export interface DeleteAppVersionAppComponentRequest {
1135
+ /**
1136
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1137
+ */
1138
+ appArn: Arn;
1139
+ /**
1140
+ * Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
1141
+ */
1142
+ clientToken?: ClientToken;
1143
+ /**
1144
+ * The identifier of the Application Component.
1145
+ */
1146
+ id: String255;
1147
+ }
1148
+ export interface DeleteAppVersionAppComponentResponse {
1149
+ /**
1150
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1151
+ */
1152
+ appArn: Arn;
1153
+ appComponent?: AppComponent;
1154
+ /**
1155
+ * The AWS Resilience Hub application version.
1156
+ */
1157
+ appVersion: EntityVersion;
1158
+ }
1159
+ export interface DeleteAppVersionResourceRequest {
1160
+ /**
1161
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1162
+ */
1163
+ appArn: Arn;
1164
+ /**
1165
+ * The Amazon Web Services account that owns the physical resource.
1166
+ */
1167
+ awsAccountId?: CustomerId;
1168
+ /**
1169
+ * The Amazon Web Services region that owns the physical resource.
1170
+ */
1171
+ awsRegion?: AwsRegion;
1172
+ /**
1173
+ * Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
1174
+ */
1175
+ clientToken?: ClientToken;
1176
+ /**
1177
+ * The logical identifier of the resource.
1178
+ */
1179
+ logicalResourceId?: LogicalResourceId;
1180
+ /**
1181
+ * The physical identifier of the resource.
1182
+ */
1183
+ physicalResourceId?: String2048;
1184
+ /**
1185
+ * The name of the resource.
1186
+ */
1187
+ resourceName?: EntityName;
1188
+ }
1189
+ export interface DeleteAppVersionResourceResponse {
1190
+ /**
1191
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
872
1192
  */
873
1193
  appArn: Arn;
1194
+ /**
1195
+ * The AWS Resilience Hub application version.
1196
+ */
1197
+ appVersion: EntityVersion;
1198
+ /**
1199
+ * Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
1200
+ */
1201
+ physicalResource?: PhysicalResource;
874
1202
  }
875
1203
  export interface DeleteRecommendationTemplateRequest {
876
1204
  /**
@@ -898,19 +1226,19 @@ declare namespace Resiliencehub {
898
1226
  */
899
1227
  clientToken?: ClientToken;
900
1228
  /**
901
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1229
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
902
1230
  */
903
1231
  policyArn: Arn;
904
1232
  }
905
1233
  export interface DeleteResiliencyPolicyResponse {
906
1234
  /**
907
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1235
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
908
1236
  */
909
1237
  policyArn: Arn;
910
1238
  }
911
1239
  export interface DescribeAppAssessmentRequest {
912
1240
  /**
913
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1241
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
914
1242
  */
915
1243
  assessmentArn: Arn;
916
1244
  }
@@ -922,7 +1250,7 @@ declare namespace Resiliencehub {
922
1250
  }
923
1251
  export interface DescribeAppRequest {
924
1252
  /**
925
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1253
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
926
1254
  */
927
1255
  appArn: Arn;
928
1256
  }
@@ -932,9 +1260,88 @@ declare namespace Resiliencehub {
932
1260
  */
933
1261
  app: App;
934
1262
  }
1263
+ export interface DescribeAppVersionAppComponentRequest {
1264
+ /**
1265
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1266
+ */
1267
+ appArn: Arn;
1268
+ /**
1269
+ * The AWS Resilience Hub application version.
1270
+ */
1271
+ appVersion: EntityVersion;
1272
+ /**
1273
+ * The identifier of the Application Component.
1274
+ */
1275
+ id: String255;
1276
+ }
1277
+ export interface DescribeAppVersionAppComponentResponse {
1278
+ /**
1279
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1280
+ */
1281
+ appArn: Arn;
1282
+ appComponent?: AppComponent;
1283
+ /**
1284
+ * The AWS Resilience Hub application version.
1285
+ */
1286
+ appVersion: EntityVersion;
1287
+ }
1288
+ export interface DescribeAppVersionRequest {
1289
+ /**
1290
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1291
+ */
1292
+ appArn: Arn;
1293
+ /**
1294
+ * The AWS Resilience Hub application version.
1295
+ */
1296
+ appVersion: EntityVersion;
1297
+ }
1298
+ export interface DescribeAppVersionResourceRequest {
1299
+ /**
1300
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1301
+ */
1302
+ appArn: Arn;
1303
+ /**
1304
+ * The AWS Resilience Hub application version.
1305
+ */
1306
+ appVersion: EntityVersion;
1307
+ /**
1308
+ * The Amazon Web Services account that owns the physical resource.
1309
+ */
1310
+ awsAccountId?: CustomerId;
1311
+ /**
1312
+ * The Amazon Web Services region that owns the physical resource.
1313
+ */
1314
+ awsRegion?: AwsRegion;
1315
+ /**
1316
+ * The logical identifier of the resource.
1317
+ */
1318
+ logicalResourceId?: LogicalResourceId;
1319
+ /**
1320
+ * The physical identifier of the resource.
1321
+ */
1322
+ physicalResourceId?: String2048;
1323
+ /**
1324
+ * The name of the resource.
1325
+ */
1326
+ resourceName?: EntityName;
1327
+ }
1328
+ export interface DescribeAppVersionResourceResponse {
1329
+ /**
1330
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1331
+ */
1332
+ appArn: Arn;
1333
+ /**
1334
+ * The AWS Resilience Hub application version.
1335
+ */
1336
+ appVersion: EntityVersion;
1337
+ /**
1338
+ * Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
1339
+ */
1340
+ physicalResource?: PhysicalResource;
1341
+ }
935
1342
  export interface DescribeAppVersionResourcesResolutionStatusRequest {
936
1343
  /**
937
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1344
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
938
1345
  */
939
1346
  appArn: Arn;
940
1347
  /**
@@ -948,7 +1355,7 @@ declare namespace Resiliencehub {
948
1355
  }
949
1356
  export interface DescribeAppVersionResourcesResolutionStatusResponse {
950
1357
  /**
951
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1358
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
952
1359
  */
953
1360
  appArn: Arn;
954
1361
  /**
@@ -968,9 +1375,23 @@ declare namespace Resiliencehub {
968
1375
  */
969
1376
  status: ResourceResolutionStatusType;
970
1377
  }
1378
+ export interface DescribeAppVersionResponse {
1379
+ /**
1380
+ * Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter supports only failover region and account.
1381
+ */
1382
+ additionalInfo?: AdditionalInfoMap;
1383
+ /**
1384
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1385
+ */
1386
+ appArn: Arn;
1387
+ /**
1388
+ * The AWS Resilience Hub application version.
1389
+ */
1390
+ appVersion: EntityVersion;
1391
+ }
971
1392
  export interface DescribeAppVersionTemplateRequest {
972
1393
  /**
973
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1394
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
974
1395
  */
975
1396
  appArn: Arn;
976
1397
  /**
@@ -980,11 +1401,11 @@ declare namespace Resiliencehub {
980
1401
  }
981
1402
  export interface DescribeAppVersionTemplateResponse {
982
1403
  /**
983
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1404
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
984
1405
  */
985
1406
  appArn: Arn;
986
1407
  /**
987
- * The body of the template.
1408
+ * A JSON string that provides information about your application structure. To learn more about the appTemplateBody template, see the sample template provided in the Examples section. The appTemplateBody JSON string has the following structure: resources The list of logical resources that needs to be included in the application. Type: Array Don't add the resources that you want to exclude. Each resources array item includes the following fields: logicalResourceId The logical identifier of the resource. Type: Object Each logicalResourceId object includes the following fields: identifier The identifier of the resource. Type: String logicalStackName The name of the CloudFormation stack this resource belongs to. Type: String resourceGroupName The name of the resource group this resource belongs to. Type: String terraformSourceName The name of the Terraform S3 state file this resource belongs to. Type: String type The type of resource. Type: string name The name of the resource. Type: String appComponents The list of Application Components that this resource belongs to. If an Application Component is not part of the AWS Resilience Hub application, it will be added. Type: Array Each appComponents array item includes the following fields: name The name of the Application Component. Type: String type The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent. Type: String resourceNames The list of included resources that are assigned to the Application Component. Type: Array of strings additionalInfo Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]" excludedResources The list of logical resource identifiers to be excluded from the application. Type: Array Don't add the resources that you want to include. Each excludedResources array item includes the following fields: logicalResourceIds The logical identifier of the resource. Type: Object You can configure only one of the following fields: logicalStackName resourceGroupName terraformSourceName Each logicalResourceIds object includes the following fields: identifier The identifier of the resource. Type: String logicalStackName The name of the CloudFormation stack this resource belongs to. Type: String resourceGroupName The name of the resource group this resource belongs to. Type: String terraformSourceName The name of the Terraform S3 state file this resource belongs to. Type: String
988
1409
  */
989
1410
  appTemplateBody: AppTemplateBody;
990
1411
  /**
@@ -994,13 +1415,13 @@ declare namespace Resiliencehub {
994
1415
  }
995
1416
  export interface DescribeDraftAppVersionResourcesImportStatusRequest {
996
1417
  /**
997
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1418
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
998
1419
  */
999
1420
  appArn: Arn;
1000
1421
  }
1001
1422
  export interface DescribeDraftAppVersionResourcesImportStatusResponse {
1002
1423
  /**
1003
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1424
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1004
1425
  */
1005
1426
  appArn: Arn;
1006
1427
  /**
@@ -1022,7 +1443,7 @@ declare namespace Resiliencehub {
1022
1443
  }
1023
1444
  export interface DescribeResiliencyPolicyRequest {
1024
1445
  /**
1025
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1446
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1026
1447
  */
1027
1448
  policyArn: Arn;
1028
1449
  }
@@ -1099,9 +1520,13 @@ declare namespace Resiliencehub {
1099
1520
  export type HaArchitecture = "MultiSite"|"WarmStandby"|"PilotLight"|"BackupAndRestore"|"NoRecoveryPlan"|string;
1100
1521
  export interface ImportResourcesToDraftAppVersionRequest {
1101
1522
  /**
1102
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1523
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1103
1524
  */
1104
1525
  appArn: Arn;
1526
+ /**
1527
+ * The import strategy you would like to set to import resources into AWS Resilience Hub application.
1528
+ */
1529
+ importStrategy?: ResourceImportStrategyType;
1105
1530
  /**
1106
1531
  * The Amazon Resource Names (ARNs) for the resources that you want to import.
1107
1532
  */
@@ -1113,7 +1538,7 @@ declare namespace Resiliencehub {
1113
1538
  }
1114
1539
  export interface ImportResourcesToDraftAppVersionResponse {
1115
1540
  /**
1116
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1541
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1117
1542
  */
1118
1543
  appArn: Arn;
1119
1544
  /**
@@ -1133,9 +1558,10 @@ declare namespace Resiliencehub {
1133
1558
  */
1134
1559
  terraformSources?: TerraformSourceList;
1135
1560
  }
1561
+ export type Integer = number;
1136
1562
  export interface ListAlarmRecommendationsRequest {
1137
1563
  /**
1138
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1564
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1139
1565
  */
1140
1566
  assessmentArn: Arn;
1141
1567
  /**
@@ -1149,7 +1575,7 @@ declare namespace Resiliencehub {
1149
1575
  }
1150
1576
  export interface ListAlarmRecommendationsResponse {
1151
1577
  /**
1152
- * The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes application component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
1578
+ * The alarm recommendations for an AWS Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more.
1153
1579
  */
1154
1580
  alarmRecommendations: AlarmRecommendationList;
1155
1581
  /**
@@ -1159,7 +1585,7 @@ declare namespace Resiliencehub {
1159
1585
  }
1160
1586
  export interface ListAppAssessmentsRequest {
1161
1587
  /**
1162
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1588
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1163
1589
  */
1164
1590
  appArn?: Arn;
1165
1591
  /**
@@ -1203,7 +1629,7 @@ declare namespace Resiliencehub {
1203
1629
  }
1204
1630
  export interface ListAppComponentCompliancesRequest {
1205
1631
  /**
1206
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1632
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1207
1633
  */
1208
1634
  assessmentArn: Arn;
1209
1635
  /**
@@ -1217,7 +1643,7 @@ declare namespace Resiliencehub {
1217
1643
  }
1218
1644
  export interface ListAppComponentCompliancesResponse {
1219
1645
  /**
1220
- * The compliances for an AWS Resilience Hub application component, returned as an object. This object contains component names, compliances, costs, resiliency scores, outage scores, and more.
1646
+ * The compliances for an AWS Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.
1221
1647
  */
1222
1648
  componentCompliances: ComponentCompliancesList;
1223
1649
  /**
@@ -1227,7 +1653,7 @@ declare namespace Resiliencehub {
1227
1653
  }
1228
1654
  export interface ListAppComponentRecommendationsRequest {
1229
1655
  /**
1230
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1656
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1231
1657
  */
1232
1658
  assessmentArn: Arn;
1233
1659
  /**
@@ -1241,7 +1667,7 @@ declare namespace Resiliencehub {
1241
1667
  }
1242
1668
  export interface ListAppComponentRecommendationsResponse {
1243
1669
  /**
1244
- * The recommendations for an Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
1670
+ * The recommendations for an AWS Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
1245
1671
  */
1246
1672
  componentRecommendations: ComponentRecommendationList;
1247
1673
  /**
@@ -1249,9 +1675,73 @@ declare namespace Resiliencehub {
1249
1675
  */
1250
1676
  nextToken?: NextToken;
1251
1677
  }
1678
+ export interface ListAppInputSourcesRequest {
1679
+ /**
1680
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1681
+ */
1682
+ appArn: Arn;
1683
+ /**
1684
+ * The AWS Resilience Hub application version.
1685
+ */
1686
+ appVersion: EntityVersion;
1687
+ /**
1688
+ * Maximum number of input sources to be displayed per AWS Resilience Hub application.
1689
+ */
1690
+ maxResults?: MaxResults;
1691
+ /**
1692
+ * Null, or the token from a previous call to get the next set of results.
1693
+ */
1694
+ nextToken?: NextToken;
1695
+ }
1696
+ export interface ListAppInputSourcesResponse {
1697
+ /**
1698
+ * The list of AWS Resilience Hub application input sources.
1699
+ */
1700
+ appInputSources: AppInputSourceList;
1701
+ /**
1702
+ * The token for the next set of results, or null if there are no more results.
1703
+ */
1704
+ nextToken?: NextToken;
1705
+ }
1706
+ export interface ListAppVersionAppComponentsRequest {
1707
+ /**
1708
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1709
+ */
1710
+ appArn: Arn;
1711
+ /**
1712
+ * The version of the Application Component.
1713
+ */
1714
+ appVersion: EntityVersion;
1715
+ /**
1716
+ * Maximum number of Application Components to be displayed per AWS Resilience Hub application version.
1717
+ */
1718
+ maxResults?: MaxResults;
1719
+ /**
1720
+ * Null, or the token from a previous call to get the next set of results.
1721
+ */
1722
+ nextToken?: NextToken;
1723
+ }
1724
+ export interface ListAppVersionAppComponentsResponse {
1725
+ /**
1726
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1727
+ */
1728
+ appArn: Arn;
1729
+ /**
1730
+ * Defines an Application Component.
1731
+ */
1732
+ appComponents?: AppComponentList;
1733
+ /**
1734
+ * The AWS Resilience Hub application version.
1735
+ */
1736
+ appVersion: EntityVersion;
1737
+ /**
1738
+ * The token for the next set of results, or null if there are no more results.
1739
+ */
1740
+ nextToken?: NextToken;
1741
+ }
1252
1742
  export interface ListAppVersionResourceMappingsRequest {
1253
1743
  /**
1254
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1744
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1255
1745
  */
1256
1746
  appArn: Arn;
1257
1747
  /**
@@ -1279,7 +1769,7 @@ declare namespace Resiliencehub {
1279
1769
  }
1280
1770
  export interface ListAppVersionResourcesRequest {
1281
1771
  /**
1282
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1772
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1283
1773
  */
1284
1774
  appArn: Arn;
1285
1775
  /**
@@ -1309,13 +1799,13 @@ declare namespace Resiliencehub {
1309
1799
  */
1310
1800
  physicalResources: PhysicalResourceList;
1311
1801
  /**
1312
- * The identifier for a specific resolution.
1802
+ * The ID for a specific resolution.
1313
1803
  */
1314
1804
  resolutionId: String255;
1315
1805
  }
1316
1806
  export interface ListAppVersionsRequest {
1317
1807
  /**
1318
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1808
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1319
1809
  */
1320
1810
  appArn: Arn;
1321
1811
  /**
@@ -1339,7 +1829,7 @@ declare namespace Resiliencehub {
1339
1829
  }
1340
1830
  export interface ListAppsRequest {
1341
1831
  /**
1342
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1832
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1343
1833
  */
1344
1834
  appArn?: Arn;
1345
1835
  /**
@@ -1357,7 +1847,7 @@ declare namespace Resiliencehub {
1357
1847
  }
1358
1848
  export interface ListAppsResponse {
1359
1849
  /**
1360
- * Summaries for the Resilience Hub application.
1850
+ * Summaries for the AWS Resilience Hub application.
1361
1851
  */
1362
1852
  appSummaries: AppSummaryList;
1363
1853
  /**
@@ -1367,7 +1857,7 @@ declare namespace Resiliencehub {
1367
1857
  }
1368
1858
  export interface ListRecommendationTemplatesRequest {
1369
1859
  /**
1370
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1860
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1371
1861
  */
1372
1862
  assessmentArn: Arn;
1373
1863
  /**
@@ -1401,7 +1891,7 @@ declare namespace Resiliencehub {
1401
1891
  */
1402
1892
  nextToken?: NextToken;
1403
1893
  /**
1404
- * The recommendation templates for the Resilience Hub applications.
1894
+ * The recommendation templates for the AWS Resilience Hub applications.
1405
1895
  */
1406
1896
  recommendationTemplates?: RecommendationTemplateList;
1407
1897
  }
@@ -1425,13 +1915,13 @@ declare namespace Resiliencehub {
1425
1915
  */
1426
1916
  nextToken?: NextToken;
1427
1917
  /**
1428
- * The resiliency policies for the Resilience Hub applications.
1918
+ * The resiliency policies for the AWS Resilience Hub applications.
1429
1919
  */
1430
1920
  resiliencyPolicies: ResiliencyPolicies;
1431
1921
  }
1432
1922
  export interface ListSopRecommendationsRequest {
1433
1923
  /**
1434
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1924
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1435
1925
  */
1436
1926
  assessmentArn: Arn;
1437
1927
  /**
@@ -1449,7 +1939,7 @@ declare namespace Resiliencehub {
1449
1939
  */
1450
1940
  nextToken?: NextToken;
1451
1941
  /**
1452
- * The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
1942
+ * The standard operating procedure (SOP) recommendations for the AWS Resilience Hub applications.
1453
1943
  */
1454
1944
  sopRecommendations: SopRecommendationList;
1455
1945
  }
@@ -1469,13 +1959,13 @@ declare namespace Resiliencehub {
1469
1959
  */
1470
1960
  nextToken?: NextToken;
1471
1961
  /**
1472
- * The suggested resiliency policies for the Resilience Hub applications.
1962
+ * The suggested resiliency policies for the AWS Resilience Hub applications.
1473
1963
  */
1474
1964
  resiliencyPolicies: ResiliencyPolicies;
1475
1965
  }
1476
1966
  export interface ListTagsForResourceRequest {
1477
1967
  /**
1478
- * The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.
1968
+ * The Amazon Resource Name (ARN) for a specific resource in your AWS Resilience Hub application.
1479
1969
  */
1480
1970
  resourceArn: Arn;
1481
1971
  }
@@ -1487,7 +1977,7 @@ declare namespace Resiliencehub {
1487
1977
  }
1488
1978
  export interface ListTestRecommendationsRequest {
1489
1979
  /**
1490
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
1980
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1491
1981
  */
1492
1982
  assessmentArn: Arn;
1493
1983
  /**
@@ -1505,13 +1995,13 @@ declare namespace Resiliencehub {
1505
1995
  */
1506
1996
  nextToken?: NextToken;
1507
1997
  /**
1508
- * The test recommendations for the Resilience Hub application.
1998
+ * The test recommendations for the AWS Resilience Hub application.
1509
1999
  */
1510
2000
  testRecommendations: TestRecommendationList;
1511
2001
  }
1512
2002
  export interface ListUnsupportedAppVersionResourcesRequest {
1513
2003
  /**
1514
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2004
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1515
2005
  */
1516
2006
  appArn: Arn;
1517
2007
  /**
@@ -1567,10 +2057,18 @@ declare namespace Resiliencehub {
1567
2057
  export type NextToken = string;
1568
2058
  export type PhysicalIdentifierType = "Arn"|"Native"|string;
1569
2059
  export interface PhysicalResource {
2060
+ /**
2061
+ * Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]"
2062
+ */
2063
+ additionalInfo?: AdditionalInfoMap;
1570
2064
  /**
1571
2065
  * The application components that belong to this resource.
1572
2066
  */
1573
2067
  appComponents?: AppComponentList;
2068
+ /**
2069
+ * Indicates if a resource is included or excluded from the assessment.
2070
+ */
2071
+ excluded?: BooleanOptional;
1574
2072
  /**
1575
2073
  * The logical identifier of the resource.
1576
2074
  */
@@ -1602,20 +2100,20 @@ declare namespace Resiliencehub {
1602
2100
  */
1603
2101
  identifier: String255;
1604
2102
  /**
1605
- * Specifies the type of physical resource identifier. Arn The resource identifier is an Amazon Resource Name (ARN) . Native The resource identifier is a Resilience Hub-native identifier.
2103
+ * Specifies the type of physical resource identifier. Arn The resource identifier is an Amazon Resource Name (ARN) . Native The resource identifier is an AWS Resilience Hub-native identifier.
1606
2104
  */
1607
2105
  type: PhysicalIdentifierType;
1608
2106
  }
1609
2107
  export type PhysicalResourceList = PhysicalResource[];
1610
2108
  export interface PublishAppVersionRequest {
1611
2109
  /**
1612
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2110
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1613
2111
  */
1614
2112
  appArn: Arn;
1615
2113
  }
1616
2114
  export interface PublishAppVersionResponse {
1617
2115
  /**
1618
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2116
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1619
2117
  */
1620
2118
  appArn: Arn;
1621
2119
  /**
@@ -1625,17 +2123,17 @@ declare namespace Resiliencehub {
1625
2123
  }
1626
2124
  export interface PutDraftAppVersionTemplateRequest {
1627
2125
  /**
1628
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2126
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1629
2127
  */
1630
2128
  appArn: Arn;
1631
2129
  /**
1632
- * A JSON string that contains the body of the app template.
2130
+ * A JSON string that provides information about your application structure. To learn more about the appTemplateBody template, see the sample template provided in the Examples section. The appTemplateBody JSON string has the following structure: resources The list of logical resources that needs to be included in the application. Type: Array Don't add the resources that you want to exclude. Each resources array item includes the following fields: logicalResourceId The logical identifier of the resource. Type: Object Each logicalResourceId object includes the following fields: identifier The identifier of the resource. Type: String logicalStackName The name of the CloudFormation stack this resource belongs to. Type: String resourceGroupName The name of the resource group this resource belongs to. Type: String terraformSourceName The name of the Terraform S3 state file this resource belongs to. Type: String type The type of resource. Type: string name The name of the resource. Type: String appComponents The list of Application Components that this resource belongs to. If an Application Component is not part of the AWS Resilience Hub application, it will be added. Type: Array Each appComponents array item includes the following fields: name The name of the Application Component. Type: String type The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent. Type: String resourceNames The list of included resources that are assigned to the Application Component. Type: Array of strings additionalInfo Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]" excludedResources The list of logical resource identifiers to be excluded from the application. Type: Array Don't add the resources that you want to include. Each excludedResources array item includes the following fields: logicalResourceIds The logical identifier of the resource. Type: Object You can configure only one of the following fields: logicalStackName resourceGroupName terraformSourceName Each logicalResourceIds object includes the following fields: identifier The identifier of the resource. Type: String logicalStackName The name of the CloudFormation stack this resource belongs to. Type: String resourceGroupName The name of the resource group this resource belongs to. Type: String terraformSourceName The name of the Terraform S3 state file this resource belongs to. Type: String
1633
2131
  */
1634
2132
  appTemplateBody: AppTemplateBody;
1635
2133
  }
1636
2134
  export interface PutDraftAppVersionTemplateResponse {
1637
2135
  /**
1638
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2136
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1639
2137
  */
1640
2138
  appArn?: Arn;
1641
2139
  /**
@@ -1689,11 +2187,11 @@ declare namespace Resiliencehub {
1689
2187
  export type RecommendationItemList = RecommendationItem[];
1690
2188
  export interface RecommendationTemplate {
1691
2189
  /**
1692
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2190
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1693
2191
  */
1694
2192
  appArn?: Arn;
1695
2193
  /**
1696
- * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2194
+ * The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1697
2195
  */
1698
2196
  assessmentArn: Arn;
1699
2197
  /**
@@ -1750,33 +2248,33 @@ declare namespace Resiliencehub {
1750
2248
  export type RecommendationTemplateStatusList = RecommendationTemplateStatus[];
1751
2249
  export interface RemoveDraftAppVersionResourceMappingsRequest {
1752
2250
  /**
1753
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2251
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1754
2252
  */
1755
2253
  appArn: Arn;
1756
2254
  /**
1757
- * The names of the registered applications to remove from the resource mappings.
2255
+ * The names of the registered applications you want to remove from the resource mappings.
1758
2256
  */
1759
2257
  appRegistryAppNames?: EntityNameList;
1760
2258
  /**
1761
- * The names of the CloudFormation stacks to remove from the resource mappings.
2259
+ * The names of the CloudFormation stacks you want to remove from the resource mappings.
1762
2260
  */
1763
2261
  logicalStackNames?: String255List;
1764
2262
  /**
1765
- * The names of the resource groups to remove from the resource mappings.
2263
+ * The names of the resource groups you want to remove from the resource mappings.
1766
2264
  */
1767
2265
  resourceGroupNames?: EntityNameList;
1768
2266
  /**
1769
- * The names of the resources to remove from the resource mappings.
2267
+ * The names of the resources you want to remove from the resource mappings.
1770
2268
  */
1771
2269
  resourceNames?: EntityNameList;
1772
2270
  /**
1773
- * &lt;/p&gt;
2271
+ * The names of the Terraform sources you want to remove from the resource mappings.
1774
2272
  */
1775
2273
  terraformSourceNames?: String255List;
1776
2274
  }
1777
2275
  export interface RemoveDraftAppVersionResourceMappingsResponse {
1778
2276
  /**
1779
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2277
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1780
2278
  */
1781
2279
  appArn?: Arn;
1782
2280
  /**
@@ -1805,7 +2303,7 @@ declare namespace Resiliencehub {
1805
2303
  */
1806
2304
  policy?: DisruptionPolicy;
1807
2305
  /**
1808
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2306
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1809
2307
  */
1810
2308
  policyArn?: Arn;
1811
2309
  /**
@@ -1838,7 +2336,7 @@ declare namespace Resiliencehub {
1838
2336
  }
1839
2337
  export interface ResolveAppVersionResourcesRequest {
1840
2338
  /**
1841
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2339
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1842
2340
  */
1843
2341
  appArn: Arn;
1844
2342
  /**
@@ -1848,7 +2346,7 @@ declare namespace Resiliencehub {
1848
2346
  }
1849
2347
  export interface ResolveAppVersionResourcesResponse {
1850
2348
  /**
1851
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2349
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1852
2350
  */
1853
2351
  appArn: Arn;
1854
2352
  /**
@@ -1890,6 +2388,7 @@ declare namespace Resiliencehub {
1890
2388
  resourceErrors?: ResourceErrorList;
1891
2389
  }
1892
2390
  export type ResourceImportStatusType = "Pending"|"InProgress"|"Failed"|"Success"|string;
2391
+ export type ResourceImportStrategyType = "AddOnly"|"ReplaceAll"|string;
1893
2392
  export interface ResourceMapping {
1894
2393
  /**
1895
2394
  * The name of the application this resource is mapped to.
@@ -1937,7 +2436,7 @@ declare namespace Resiliencehub {
1937
2436
  export type Seconds = number;
1938
2437
  export interface SopRecommendation {
1939
2438
  /**
1940
- * The application component name.
2439
+ * The name of the Application Component.
1941
2440
  */
1942
2441
  appComponentName?: EntityId;
1943
2442
  /**
@@ -1974,7 +2473,7 @@ declare namespace Resiliencehub {
1974
2473
  export type SpecReferenceId = string;
1975
2474
  export interface StartAppAssessmentRequest {
1976
2475
  /**
1977
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2476
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1978
2477
  */
1979
2478
  appArn: Arn;
1980
2479
  /**
@@ -2000,6 +2499,9 @@ declare namespace Resiliencehub {
2000
2499
  */
2001
2500
  assessment: AppAssessment;
2002
2501
  }
2502
+ export type String1024 = string;
2503
+ export type String128WithoutWhitespace = string;
2504
+ export type String2048 = string;
2003
2505
  export type String255 = string;
2004
2506
  export type String255List = String255[];
2005
2507
  export type String500 = string;
@@ -2030,7 +2532,7 @@ declare namespace Resiliencehub {
2030
2532
  export type TerraformSourceList = TerraformSource[];
2031
2533
  export interface TestRecommendation {
2032
2534
  /**
2033
- * The name of the application component.
2535
+ * The name of the Application Component.
2034
2536
  */
2035
2537
  appComponentName?: EntityId;
2036
2538
  /**
@@ -2099,7 +2601,7 @@ declare namespace Resiliencehub {
2099
2601
  */
2100
2602
  resourceArn: Arn;
2101
2603
  /**
2102
- * The keys of the tags to remove.
2604
+ * The keys of the tags you want to remove.
2103
2605
  */
2104
2606
  tagKeys: TagKeyList;
2105
2607
  }
@@ -2107,7 +2609,7 @@ declare namespace Resiliencehub {
2107
2609
  }
2108
2610
  export interface UpdateAppRequest {
2109
2611
  /**
2110
- * The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2612
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2111
2613
  */
2112
2614
  appArn: Arn;
2113
2615
  /**
@@ -2123,7 +2625,7 @@ declare namespace Resiliencehub {
2123
2625
  */
2124
2626
  description?: EntityDescription;
2125
2627
  /**
2126
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2628
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2127
2629
  */
2128
2630
  policyArn?: Arn;
2129
2631
  }
@@ -2133,6 +2635,119 @@ declare namespace Resiliencehub {
2133
2635
  */
2134
2636
  app: App;
2135
2637
  }
2638
+ export interface UpdateAppVersionAppComponentRequest {
2639
+ /**
2640
+ * Currently, there is no supported additional information for Application Components.
2641
+ */
2642
+ additionalInfo?: AdditionalInfoMap;
2643
+ /**
2644
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2645
+ */
2646
+ appArn: Arn;
2647
+ /**
2648
+ * The identifier of the Application Component.
2649
+ */
2650
+ id: String255;
2651
+ /**
2652
+ * The name of the Application Component.
2653
+ */
2654
+ name?: String255;
2655
+ /**
2656
+ * The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
2657
+ */
2658
+ type?: String255;
2659
+ }
2660
+ export interface UpdateAppVersionAppComponentResponse {
2661
+ /**
2662
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2663
+ */
2664
+ appArn: Arn;
2665
+ appComponent?: AppComponent;
2666
+ /**
2667
+ * The AWS Resilience Hub application version.
2668
+ */
2669
+ appVersion: EntityVersion;
2670
+ }
2671
+ export interface UpdateAppVersionRequest {
2672
+ /**
2673
+ * Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account. Key: "failover-regions" Value: "[{"region":"&lt;REGION&gt;", "accounts":[{"id":"&lt;ACCOUNT_ID&gt;"}]}]"
2674
+ */
2675
+ additionalInfo?: AdditionalInfoMap;
2676
+ /**
2677
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2678
+ */
2679
+ appArn: Arn;
2680
+ }
2681
+ export interface UpdateAppVersionResourceRequest {
2682
+ /**
2683
+ * Currently, there is no supported additional information for resources.
2684
+ */
2685
+ additionalInfo?: AdditionalInfoMap;
2686
+ /**
2687
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2688
+ */
2689
+ appArn: Arn;
2690
+ /**
2691
+ * The list of Application Components that this resource belongs to. If an Application Component is not part of the AWS Resilience Hub application, it will be added.
2692
+ */
2693
+ appComponents?: AppComponentNameList;
2694
+ /**
2695
+ * The Amazon Web Services account that owns the physical resource.
2696
+ */
2697
+ awsAccountId?: CustomerId;
2698
+ /**
2699
+ * The Amazon Web Services region that owns the physical resource.
2700
+ */
2701
+ awsRegion?: AwsRegion;
2702
+ /**
2703
+ * Indicates if a resource is excluded from an AWS Resilience Hub application. You can exclude only imported resources from an AWS Resilience Hub application.
2704
+ */
2705
+ excluded?: BooleanOptional;
2706
+ /**
2707
+ * The logical identifier of the resource.
2708
+ */
2709
+ logicalResourceId?: LogicalResourceId;
2710
+ /**
2711
+ * The physical identifier of the resource.
2712
+ */
2713
+ physicalResourceId?: String2048;
2714
+ /**
2715
+ * The name of the resource.
2716
+ */
2717
+ resourceName?: EntityName;
2718
+ /**
2719
+ * The type of resource.
2720
+ */
2721
+ resourceType?: String255;
2722
+ }
2723
+ export interface UpdateAppVersionResourceResponse {
2724
+ /**
2725
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2726
+ */
2727
+ appArn: Arn;
2728
+ /**
2729
+ * The AWS Resilience Hub application version.
2730
+ */
2731
+ appVersion: EntityVersion;
2732
+ /**
2733
+ * Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
2734
+ */
2735
+ physicalResource?: PhysicalResource;
2736
+ }
2737
+ export interface UpdateAppVersionResponse {
2738
+ /**
2739
+ * Additional configuration parameters for an AWS Resilience Hub application. Currently, this parameter supports only failover region and account.
2740
+ */
2741
+ additionalInfo?: AdditionalInfoMap;
2742
+ /**
2743
+ * The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2744
+ */
2745
+ appArn: Arn;
2746
+ /**
2747
+ * The AWS Resilience Hub application version.
2748
+ */
2749
+ appVersion: EntityVersion;
2750
+ }
2136
2751
  export interface UpdateResiliencyPolicyRequest {
2137
2752
  /**
2138
2753
  * Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
@@ -2143,7 +2758,7 @@ declare namespace Resiliencehub {
2143
2758
  */
2144
2759
  policy?: DisruptionPolicy;
2145
2760
  /**
2146
- * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
2761
+ * The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2147
2762
  */
2148
2763
  policyArn: Arn;
2149
2764
  /**