cdk-docker-image-deployment 0.0.199 → 0.0.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
- package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -20,35 +20,35 @@ declare class Resiliencehub extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
addDraftAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates an
|
|
23
|
+
* Creates an Resilience Hub application. An 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 an 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 an
|
|
27
|
+
* Creates an Resilience Hub application. An 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 an 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 Application Component in the
|
|
31
|
+
* Creates a new Application Component in the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
32
32
|
*/
|
|
33
33
|
createAppVersionAppComponent(params: Resiliencehub.Types.CreateAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.CreateAppVersionAppComponentResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates a new Application Component in the
|
|
35
|
+
* Creates a new Application Component in the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
36
36
|
*/
|
|
37
37
|
createAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.CreateAppVersionAppComponentResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Adds a resource to the
|
|
39
|
+
* Adds a resource to the Resilience Hub application and assigns it to the specified Application Components. If you specify a new Application Component, Resilience Hub will automatically create the Application Component. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
|
|
40
40
|
*/
|
|
41
41
|
createAppVersionResource(params: Resiliencehub.Types.CreateAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.CreateAppVersionResourceResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Adds a resource to the
|
|
43
|
+
* Adds a resource to the Resilience Hub application and assigns it to the specified Application Components. If you specify a new Application Component, Resilience Hub will automatically create the Application Component. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
|
|
44
44
|
*/
|
|
45
45
|
createAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.CreateAppVersionResourceResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a new recommendation template for the
|
|
47
|
+
* Creates a new recommendation template for the Resilience Hub application.
|
|
48
48
|
*/
|
|
49
49
|
createRecommendationTemplate(params: Resiliencehub.Types.CreateRecommendationTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateRecommendationTemplateResponse) => void): Request<Resiliencehub.Types.CreateRecommendationTemplateResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a new recommendation template for the
|
|
51
|
+
* Creates a new recommendation template for the Resilience Hub application.
|
|
52
52
|
*/
|
|
53
53
|
createRecommendationTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.CreateRecommendationTemplateResponse) => void): Request<Resiliencehub.Types.CreateRecommendationTemplateResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -60,43 +60,43 @@ declare class Resiliencehub extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
createResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.CreateResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.CreateResiliencyPolicyResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Deletes an
|
|
63
|
+
* Deletes an Resilience Hub application. This is a destructive action that can't be undone.
|
|
64
64
|
*/
|
|
65
65
|
deleteApp(params: Resiliencehub.Types.DeleteAppRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppResponse) => void): Request<Resiliencehub.Types.DeleteAppResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Deletes an
|
|
67
|
+
* Deletes an Resilience Hub application. This is a destructive action that can't be undone.
|
|
68
68
|
*/
|
|
69
69
|
deleteApp(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppResponse) => void): Request<Resiliencehub.Types.DeleteAppResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Deletes an
|
|
71
|
+
* Deletes an Resilience Hub application assessment. This is a destructive action that can't be undone.
|
|
72
72
|
*/
|
|
73
73
|
deleteAppAssessment(params: Resiliencehub.Types.DeleteAppAssessmentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppAssessmentResponse) => void): Request<Resiliencehub.Types.DeleteAppAssessmentResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Deletes an
|
|
75
|
+
* Deletes an Resilience Hub application assessment. This is a destructive action that can't be undone.
|
|
76
76
|
*/
|
|
77
77
|
deleteAppAssessment(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppAssessmentResponse) => void): Request<Resiliencehub.Types.DeleteAppAssessmentResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Deletes the input source and all of its imported resources from the
|
|
79
|
+
* Deletes the input source and all of its imported resources from the Resilience Hub application.
|
|
80
80
|
*/
|
|
81
81
|
deleteAppInputSource(params: Resiliencehub.Types.DeleteAppInputSourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppInputSourceResponse) => void): Request<Resiliencehub.Types.DeleteAppInputSourceResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Deletes the input source and all of its imported resources from the
|
|
83
|
+
* Deletes the input source and all of its imported resources from the Resilience Hub application.
|
|
84
84
|
*/
|
|
85
85
|
deleteAppInputSource(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppInputSourceResponse) => void): Request<Resiliencehub.Types.DeleteAppInputSourceResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Deletes an Application Component from the
|
|
87
|
+
* Deletes an Application Component from the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API. You will not be able to delete an Application Component if it has resources associated with it.
|
|
88
88
|
*/
|
|
89
89
|
deleteAppVersionAppComponent(params: Resiliencehub.Types.DeleteAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionAppComponentResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Deletes an Application Component from the
|
|
91
|
+
* Deletes an Application Component from the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API. You will not be able to delete an Application Component if it has resources associated with it.
|
|
92
92
|
*/
|
|
93
93
|
deleteAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionAppComponentResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Deletes a resource from the
|
|
95
|
+
* Deletes a resource from the 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 Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
96
96
|
*/
|
|
97
97
|
deleteAppVersionResource(params: Resiliencehub.Types.DeleteAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionResourceResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Deletes a resource from the
|
|
99
|
+
* Deletes a resource from the 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 Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
100
100
|
*/
|
|
101
101
|
deleteAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DeleteAppVersionResourceResponse, AWSError>;
|
|
102
102
|
/**
|
|
@@ -116,43 +116,43 @@ declare class Resiliencehub extends Service {
|
|
|
116
116
|
*/
|
|
117
117
|
deleteResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.DeleteResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.DeleteResiliencyPolicyResponse, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
* Describes an
|
|
119
|
+
* Describes an Resilience Hub application.
|
|
120
120
|
*/
|
|
121
121
|
describeApp(params: Resiliencehub.Types.DescribeAppRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppResponse) => void): Request<Resiliencehub.Types.DescribeAppResponse, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
* Describes an
|
|
123
|
+
* Describes an Resilience Hub application.
|
|
124
124
|
*/
|
|
125
125
|
describeApp(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppResponse) => void): Request<Resiliencehub.Types.DescribeAppResponse, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
* Describes an assessment for an
|
|
127
|
+
* Describes an assessment for an Resilience Hub application.
|
|
128
128
|
*/
|
|
129
129
|
describeAppAssessment(params: Resiliencehub.Types.DescribeAppAssessmentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppAssessmentResponse) => void): Request<Resiliencehub.Types.DescribeAppAssessmentResponse, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
* Describes an assessment for an
|
|
131
|
+
* Describes an assessment for an Resilience Hub application.
|
|
132
132
|
*/
|
|
133
133
|
describeAppAssessment(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppAssessmentResponse) => void): Request<Resiliencehub.Types.DescribeAppAssessmentResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Describes the
|
|
135
|
+
* Describes the Resilience Hub application version.
|
|
136
136
|
*/
|
|
137
137
|
describeAppVersion(params: Resiliencehub.Types.DescribeAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Describes the
|
|
139
|
+
* Describes the Resilience Hub application version.
|
|
140
140
|
*/
|
|
141
141
|
describeAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResponse, AWSError>;
|
|
142
142
|
/**
|
|
143
|
-
* Describes an Application Component in the
|
|
143
|
+
* Describes an Application Component in the Resilience Hub application.
|
|
144
144
|
*/
|
|
145
145
|
describeAppVersionAppComponent(params: Resiliencehub.Types.DescribeAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionAppComponentResponse, AWSError>;
|
|
146
146
|
/**
|
|
147
|
-
* Describes an Application Component in the
|
|
147
|
+
* Describes an Application Component in the Resilience Hub application.
|
|
148
148
|
*/
|
|
149
149
|
describeAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionAppComponentResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
* Describes a resource of the
|
|
151
|
+
* Describes a resource of the 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
152
|
*/
|
|
153
153
|
describeAppVersionResource(params: Resiliencehub.Types.DescribeAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourceResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
* Describes a resource of the
|
|
155
|
+
* Describes a resource of the 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
156
|
*/
|
|
157
157
|
describeAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourceResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourceResponse, AWSError>;
|
|
158
158
|
/**
|
|
@@ -164,11 +164,11 @@ declare class Resiliencehub extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
describeAppVersionResourcesResolutionStatus(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionResourcesResolutionStatusResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionResourcesResolutionStatusResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Describes details about an
|
|
167
|
+
* Describes details about an Resilience Hub application.
|
|
168
168
|
*/
|
|
169
169
|
describeAppVersionTemplate(params: Resiliencehub.Types.DescribeAppVersionTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionTemplateResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Describes details about an
|
|
171
|
+
* Describes details about an Resilience Hub application.
|
|
172
172
|
*/
|
|
173
173
|
describeAppVersionTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.DescribeAppVersionTemplateResponse, AWSError>;
|
|
174
174
|
/**
|
|
@@ -180,67 +180,67 @@ declare class Resiliencehub extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
describeDraftAppVersionResourcesImportStatus(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse) => void): Request<Resiliencehub.Types.DescribeDraftAppVersionResourcesImportStatusResponse, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Describes a specified resiliency policy for an
|
|
183
|
+
* Describes a specified resiliency policy for an Resilience Hub application. The returned policy object includes creation time, data location constraints, the Amazon Resource Name (ARN) for the policy, tags, tier, and more.
|
|
184
184
|
*/
|
|
185
185
|
describeResiliencyPolicy(params: Resiliencehub.Types.DescribeResiliencyPolicyRequest, callback?: (err: AWSError, data: Resiliencehub.Types.DescribeResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.DescribeResiliencyPolicyResponse, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Describes a specified resiliency policy for an
|
|
187
|
+
* Describes a specified resiliency policy for an Resilience Hub application. The returned policy object includes creation time, data location constraints, the Amazon Resource Name (ARN) for the policy, tags, tier, and more.
|
|
188
188
|
*/
|
|
189
189
|
describeResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.DescribeResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.DescribeResiliencyPolicyResponse, AWSError>;
|
|
190
190
|
/**
|
|
191
|
-
* Imports resources to
|
|
191
|
+
* Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your Resilience Hub application.
|
|
192
192
|
*/
|
|
193
193
|
importResourcesToDraftAppVersion(params: Resiliencehub.Types.ImportResourcesToDraftAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse) => void): Request<Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse, AWSError>;
|
|
194
194
|
/**
|
|
195
|
-
* Imports resources to
|
|
195
|
+
* Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your Resilience Hub application.
|
|
196
196
|
*/
|
|
197
197
|
importResourcesToDraftAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse) => void): Request<Resiliencehub.Types.ImportResourcesToDraftAppVersionResponse, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
* Lists the alarm recommendations for an
|
|
199
|
+
* Lists the alarm recommendations for an Resilience Hub application.
|
|
200
200
|
*/
|
|
201
201
|
listAlarmRecommendations(params: Resiliencehub.Types.ListAlarmRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAlarmRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAlarmRecommendationsResponse, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
* Lists the alarm recommendations for an
|
|
203
|
+
* Lists the alarm recommendations for an Resilience Hub application.
|
|
204
204
|
*/
|
|
205
205
|
listAlarmRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListAlarmRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAlarmRecommendationsResponse, AWSError>;
|
|
206
206
|
/**
|
|
207
|
-
* Lists the assessments for an
|
|
207
|
+
* Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for the response object.
|
|
208
208
|
*/
|
|
209
209
|
listAppAssessments(params: Resiliencehub.Types.ListAppAssessmentsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppAssessmentsResponse) => void): Request<Resiliencehub.Types.ListAppAssessmentsResponse, AWSError>;
|
|
210
210
|
/**
|
|
211
|
-
* Lists the assessments for an
|
|
211
|
+
* Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for the response object.
|
|
212
212
|
*/
|
|
213
213
|
listAppAssessments(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppAssessmentsResponse) => void): Request<Resiliencehub.Types.ListAppAssessmentsResponse, AWSError>;
|
|
214
214
|
/**
|
|
215
|
-
* Lists the compliances for an
|
|
215
|
+
* Lists the compliances for an Resilience Hub Application Component.
|
|
216
216
|
*/
|
|
217
217
|
listAppComponentCompliances(params: Resiliencehub.Types.ListAppComponentCompliancesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentCompliancesResponse) => void): Request<Resiliencehub.Types.ListAppComponentCompliancesResponse, AWSError>;
|
|
218
218
|
/**
|
|
219
|
-
* Lists the compliances for an
|
|
219
|
+
* Lists the compliances for an Resilience Hub Application Component.
|
|
220
220
|
*/
|
|
221
221
|
listAppComponentCompliances(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentCompliancesResponse) => void): Request<Resiliencehub.Types.ListAppComponentCompliancesResponse, AWSError>;
|
|
222
222
|
/**
|
|
223
|
-
* Lists the recommendations for an
|
|
223
|
+
* Lists the recommendations for an Resilience Hub Application Component.
|
|
224
224
|
*/
|
|
225
225
|
listAppComponentRecommendations(params: Resiliencehub.Types.ListAppComponentRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAppComponentRecommendationsResponse, AWSError>;
|
|
226
226
|
/**
|
|
227
|
-
* Lists the recommendations for an
|
|
227
|
+
* Lists the recommendations for an Resilience Hub Application Component.
|
|
228
228
|
*/
|
|
229
229
|
listAppComponentRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppComponentRecommendationsResponse) => void): Request<Resiliencehub.Types.ListAppComponentRecommendationsResponse, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Lists all the input sources of the
|
|
231
|
+
* Lists all the input sources of the Resilience Hub application. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your Resilience Hub application.
|
|
232
232
|
*/
|
|
233
233
|
listAppInputSources(params: Resiliencehub.Types.ListAppInputSourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppInputSourcesResponse) => void): Request<Resiliencehub.Types.ListAppInputSourcesResponse, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Lists all the input sources of the
|
|
235
|
+
* Lists all the input sources of the Resilience Hub application. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your Resilience Hub application.
|
|
236
236
|
*/
|
|
237
237
|
listAppInputSources(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppInputSourcesResponse) => void): Request<Resiliencehub.Types.ListAppInputSourcesResponse, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Lists all the Application Components in the
|
|
239
|
+
* Lists all the Application Components in the Resilience Hub application.
|
|
240
240
|
*/
|
|
241
241
|
listAppVersionAppComponents(params: Resiliencehub.Types.ListAppVersionAppComponentsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionAppComponentsResponse) => void): Request<Resiliencehub.Types.ListAppVersionAppComponentsResponse, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Lists all the Application Components in the
|
|
243
|
+
* Lists all the Application Components in the Resilience Hub application.
|
|
244
244
|
*/
|
|
245
245
|
listAppVersionAppComponents(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionAppComponentsResponse) => void): Request<Resiliencehub.Types.ListAppVersionAppComponentsResponse, AWSError>;
|
|
246
246
|
/**
|
|
@@ -252,99 +252,99 @@ declare class Resiliencehub extends Service {
|
|
|
252
252
|
*/
|
|
253
253
|
listAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourceMappingsResponse, AWSError>;
|
|
254
254
|
/**
|
|
255
|
-
* Lists all the resources in an
|
|
255
|
+
* Lists all the resources in an Resilience Hub application.
|
|
256
256
|
*/
|
|
257
257
|
listAppVersionResources(params: Resiliencehub.Types.ListAppVersionResourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourcesResponse, AWSError>;
|
|
258
258
|
/**
|
|
259
|
-
* Lists all the resources in an
|
|
259
|
+
* Lists all the resources in an Resilience Hub application.
|
|
260
260
|
*/
|
|
261
261
|
listAppVersionResources(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListAppVersionResourcesResponse, AWSError>;
|
|
262
262
|
/**
|
|
263
|
-
* Lists the different versions for the
|
|
263
|
+
* Lists the different versions for the Resilience Hub applications.
|
|
264
264
|
*/
|
|
265
265
|
listAppVersions(params: Resiliencehub.Types.ListAppVersionsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionsResponse) => void): Request<Resiliencehub.Types.ListAppVersionsResponse, AWSError>;
|
|
266
266
|
/**
|
|
267
|
-
* Lists the different versions for the
|
|
267
|
+
* Lists the different versions for the Resilience Hub applications.
|
|
268
268
|
*/
|
|
269
269
|
listAppVersions(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppVersionsResponse) => void): Request<Resiliencehub.Types.ListAppVersionsResponse, AWSError>;
|
|
270
270
|
/**
|
|
271
|
-
* Lists your
|
|
271
|
+
* Lists your 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.
|
|
272
272
|
*/
|
|
273
273
|
listApps(params: Resiliencehub.Types.ListAppsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListAppsResponse) => void): Request<Resiliencehub.Types.ListAppsResponse, AWSError>;
|
|
274
274
|
/**
|
|
275
|
-
* Lists your
|
|
275
|
+
* Lists your 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.
|
|
276
276
|
*/
|
|
277
277
|
listApps(callback?: (err: AWSError, data: Resiliencehub.Types.ListAppsResponse) => void): Request<Resiliencehub.Types.ListAppsResponse, AWSError>;
|
|
278
278
|
/**
|
|
279
|
-
* Lists the recommendation templates for the
|
|
279
|
+
* Lists the recommendation templates for the Resilience Hub applications.
|
|
280
280
|
*/
|
|
281
281
|
listRecommendationTemplates(params: Resiliencehub.Types.ListRecommendationTemplatesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListRecommendationTemplatesResponse) => void): Request<Resiliencehub.Types.ListRecommendationTemplatesResponse, AWSError>;
|
|
282
282
|
/**
|
|
283
|
-
* Lists the recommendation templates for the
|
|
283
|
+
* Lists the recommendation templates for the Resilience Hub applications.
|
|
284
284
|
*/
|
|
285
285
|
listRecommendationTemplates(callback?: (err: AWSError, data: Resiliencehub.Types.ListRecommendationTemplatesResponse) => void): Request<Resiliencehub.Types.ListRecommendationTemplatesResponse, AWSError>;
|
|
286
286
|
/**
|
|
287
|
-
* Lists the resiliency policies for the
|
|
287
|
+
* Lists the resiliency policies for the Resilience Hub applications.
|
|
288
288
|
*/
|
|
289
289
|
listResiliencyPolicies(params: Resiliencehub.Types.ListResiliencyPoliciesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListResiliencyPoliciesResponse, AWSError>;
|
|
290
290
|
/**
|
|
291
|
-
* Lists the resiliency policies for the
|
|
291
|
+
* Lists the resiliency policies for the Resilience Hub applications.
|
|
292
292
|
*/
|
|
293
293
|
listResiliencyPolicies(callback?: (err: AWSError, data: Resiliencehub.Types.ListResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListResiliencyPoliciesResponse, AWSError>;
|
|
294
294
|
/**
|
|
295
|
-
* Lists the standard operating procedure (SOP) recommendations for the
|
|
295
|
+
* Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
|
296
296
|
*/
|
|
297
297
|
listSopRecommendations(params: Resiliencehub.Types.ListSopRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListSopRecommendationsResponse) => void): Request<Resiliencehub.Types.ListSopRecommendationsResponse, AWSError>;
|
|
298
298
|
/**
|
|
299
|
-
* Lists the standard operating procedure (SOP) recommendations for the
|
|
299
|
+
* Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
|
300
300
|
*/
|
|
301
301
|
listSopRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListSopRecommendationsResponse) => void): Request<Resiliencehub.Types.ListSopRecommendationsResponse, AWSError>;
|
|
302
302
|
/**
|
|
303
|
-
* Lists the suggested resiliency policies for the
|
|
303
|
+
* Lists the suggested resiliency policies for the Resilience Hub applications.
|
|
304
304
|
*/
|
|
305
305
|
listSuggestedResiliencyPolicies(params: Resiliencehub.Types.ListSuggestedResiliencyPoliciesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse, AWSError>;
|
|
306
306
|
/**
|
|
307
|
-
* Lists the suggested resiliency policies for the
|
|
307
|
+
* Lists the suggested resiliency policies for the Resilience Hub applications.
|
|
308
308
|
*/
|
|
309
309
|
listSuggestedResiliencyPolicies(callback?: (err: AWSError, data: Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse) => void): Request<Resiliencehub.Types.ListSuggestedResiliencyPoliciesResponse, AWSError>;
|
|
310
310
|
/**
|
|
311
|
-
* Lists the tags for your resources in your
|
|
311
|
+
* Lists the tags for your resources in your Resilience Hub applications.
|
|
312
312
|
*/
|
|
313
313
|
listTagsForResource(params: Resiliencehub.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListTagsForResourceResponse) => void): Request<Resiliencehub.Types.ListTagsForResourceResponse, AWSError>;
|
|
314
314
|
/**
|
|
315
|
-
* Lists the tags for your resources in your
|
|
315
|
+
* Lists the tags for your resources in your Resilience Hub applications.
|
|
316
316
|
*/
|
|
317
317
|
listTagsForResource(callback?: (err: AWSError, data: Resiliencehub.Types.ListTagsForResourceResponse) => void): Request<Resiliencehub.Types.ListTagsForResourceResponse, AWSError>;
|
|
318
318
|
/**
|
|
319
|
-
* Lists the test recommendations for the
|
|
319
|
+
* Lists the test recommendations for the Resilience Hub application.
|
|
320
320
|
*/
|
|
321
321
|
listTestRecommendations(params: Resiliencehub.Types.ListTestRecommendationsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListTestRecommendationsResponse) => void): Request<Resiliencehub.Types.ListTestRecommendationsResponse, AWSError>;
|
|
322
322
|
/**
|
|
323
|
-
* Lists the test recommendations for the
|
|
323
|
+
* Lists the test recommendations for the Resilience Hub application.
|
|
324
324
|
*/
|
|
325
325
|
listTestRecommendations(callback?: (err: AWSError, data: Resiliencehub.Types.ListTestRecommendationsResponse) => void): Request<Resiliencehub.Types.ListTestRecommendationsResponse, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Lists the resources that are not currently supported in
|
|
327
|
+
* Lists the resources that are not currently supported in 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.
|
|
328
328
|
*/
|
|
329
329
|
listUnsupportedAppVersionResources(params: Resiliencehub.Types.ListUnsupportedAppVersionResourcesRequest, callback?: (err: AWSError, data: Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
* Lists the resources that are not currently supported in
|
|
331
|
+
* Lists the resources that are not currently supported in 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.
|
|
332
332
|
*/
|
|
333
333
|
listUnsupportedAppVersionResources(callback?: (err: AWSError, data: Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse) => void): Request<Resiliencehub.Types.ListUnsupportedAppVersionResourcesResponse, AWSError>;
|
|
334
334
|
/**
|
|
335
|
-
* Publishes a new version of a specific
|
|
335
|
+
* Publishes a new version of a specific Resilience Hub application.
|
|
336
336
|
*/
|
|
337
337
|
publishAppVersion(params: Resiliencehub.Types.PublishAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.PublishAppVersionResponse) => void): Request<Resiliencehub.Types.PublishAppVersionResponse, AWSError>;
|
|
338
338
|
/**
|
|
339
|
-
* Publishes a new version of a specific
|
|
339
|
+
* Publishes a new version of a specific Resilience Hub application.
|
|
340
340
|
*/
|
|
341
341
|
publishAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.PublishAppVersionResponse) => void): Request<Resiliencehub.Types.PublishAppVersionResponse, AWSError>;
|
|
342
342
|
/**
|
|
343
|
-
* Adds or updates the app template for an
|
|
343
|
+
* Adds or updates the app template for an Resilience Hub application draft version.
|
|
344
344
|
*/
|
|
345
345
|
putDraftAppVersionTemplate(params: Resiliencehub.Types.PutDraftAppVersionTemplateRequest, callback?: (err: AWSError, data: Resiliencehub.Types.PutDraftAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.PutDraftAppVersionTemplateResponse, AWSError>;
|
|
346
346
|
/**
|
|
347
|
-
* Adds or updates the app template for an
|
|
347
|
+
* Adds or updates the app template for an Resilience Hub application draft version.
|
|
348
348
|
*/
|
|
349
349
|
putDraftAppVersionTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.PutDraftAppVersionTemplateResponse) => void): Request<Resiliencehub.Types.PutDraftAppVersionTemplateResponse, AWSError>;
|
|
350
350
|
/**
|
|
@@ -396,27 +396,27 @@ declare class Resiliencehub extends Service {
|
|
|
396
396
|
*/
|
|
397
397
|
updateApp(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppResponse) => void): Request<Resiliencehub.Types.UpdateAppResponse, AWSError>;
|
|
398
398
|
/**
|
|
399
|
-
* Updates the
|
|
399
|
+
* Updates the Resilience Hub application version. This API updates the Resilience Hub application draft version. To use this information for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
400
400
|
*/
|
|
401
401
|
updateAppVersion(params: Resiliencehub.Types.UpdateAppVersionRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResponse, AWSError>;
|
|
402
402
|
/**
|
|
403
|
-
* Updates the
|
|
403
|
+
* Updates the Resilience Hub application version. This API updates the Resilience Hub application draft version. To use this information for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
404
404
|
*/
|
|
405
405
|
updateAppVersion(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResponse, AWSError>;
|
|
406
406
|
/**
|
|
407
|
-
* Updates an existing Application Component in the
|
|
407
|
+
* Updates an existing Application Component in the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
408
408
|
*/
|
|
409
409
|
updateAppVersionAppComponent(params: Resiliencehub.Types.UpdateAppVersionAppComponentRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionAppComponentResponse, AWSError>;
|
|
410
410
|
/**
|
|
411
|
-
* Updates an existing Application Component in the
|
|
411
|
+
* Updates an existing Application Component in the Resilience Hub application. This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the PublishAppVersion API.
|
|
412
412
|
*/
|
|
413
413
|
updateAppVersionAppComponent(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionAppComponentResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionAppComponentResponse, AWSError>;
|
|
414
414
|
/**
|
|
415
|
-
* Updates the resource details in the
|
|
415
|
+
* Updates the resource details in the Resilience Hub application. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
|
|
416
416
|
*/
|
|
417
417
|
updateAppVersionResource(params: Resiliencehub.Types.UpdateAppVersionResourceRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResourceResponse, AWSError>;
|
|
418
418
|
/**
|
|
419
|
-
* Updates the resource details in the
|
|
419
|
+
* Updates the resource details in the Resilience Hub application. This action has no effect outside Resilience Hub. This API updates the Resilience Hub application draft version. To use this resource for running resiliency assessments, you must publish the Resilience Hub application using the PublishAppVersion API. To update application version with new physicalResourceID, you must call ResolveAppVersionResources API.
|
|
420
420
|
*/
|
|
421
421
|
updateAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResourceResponse, AWSError>;
|
|
422
422
|
/**
|
|
@@ -708,12 +708,16 @@ declare namespace Resiliencehub {
|
|
|
708
708
|
export type AppComponentList = AppComponent[];
|
|
709
709
|
export type AppComponentNameList = String255[];
|
|
710
710
|
export interface AppInputSource {
|
|
711
|
+
/**
|
|
712
|
+
* The namespace on your Amazon Elastic Kubernetes Service cluster.
|
|
713
|
+
*/
|
|
714
|
+
eksSourceClusterNamespace?: EksSourceClusterNamespace;
|
|
711
715
|
/**
|
|
712
716
|
* The resource type of the input source.
|
|
713
717
|
*/
|
|
714
718
|
importType: ResourceMappingType;
|
|
715
719
|
/**
|
|
716
|
-
* The number of resources
|
|
720
|
+
* The number of resources.
|
|
717
721
|
*/
|
|
718
722
|
resourceCount?: Integer;
|
|
719
723
|
/**
|
|
@@ -922,6 +926,9 @@ declare namespace Resiliencehub {
|
|
|
922
926
|
* 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
927
|
*/
|
|
924
928
|
appArn: Arn;
|
|
929
|
+
/**
|
|
930
|
+
* The list of Application Components that belong to this resource.
|
|
931
|
+
*/
|
|
925
932
|
appComponent?: AppComponent;
|
|
926
933
|
/**
|
|
927
934
|
* The AWS Resilience Hub application version.
|
|
@@ -1093,11 +1100,15 @@ declare namespace Resiliencehub {
|
|
|
1093
1100
|
*/
|
|
1094
1101
|
clientToken?: ClientToken;
|
|
1095
1102
|
/**
|
|
1096
|
-
* The
|
|
1103
|
+
* The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
|
|
1104
|
+
*/
|
|
1105
|
+
eksSourceClusterNamespace?: EksSourceClusterNamespace;
|
|
1106
|
+
/**
|
|
1107
|
+
* The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
|
|
1097
1108
|
*/
|
|
1098
1109
|
sourceArn?: Arn;
|
|
1099
1110
|
/**
|
|
1100
|
-
* The imported Terraform s3 state file you want to remove from the
|
|
1111
|
+
* The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
|
1101
1112
|
*/
|
|
1102
1113
|
terraformSource?: TerraformSource;
|
|
1103
1114
|
}
|
|
@@ -1121,7 +1132,7 @@ declare namespace Resiliencehub {
|
|
|
1121
1132
|
*/
|
|
1122
1133
|
clientToken?: ClientToken;
|
|
1123
1134
|
/**
|
|
1124
|
-
* A boolean option to force the deletion of an
|
|
1135
|
+
* A boolean option to force the deletion of an Resilience Hub application.
|
|
1125
1136
|
*/
|
|
1126
1137
|
forceDelete?: BooleanOptional;
|
|
1127
1138
|
}
|
|
@@ -1150,6 +1161,9 @@ declare namespace Resiliencehub {
|
|
|
1150
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.
|
|
1151
1162
|
*/
|
|
1152
1163
|
appArn: Arn;
|
|
1164
|
+
/**
|
|
1165
|
+
* The list of Application Components that belong to this resource.
|
|
1166
|
+
*/
|
|
1153
1167
|
appComponent?: AppComponent;
|
|
1154
1168
|
/**
|
|
1155
1169
|
* The AWS Resilience Hub application version.
|
|
@@ -1244,7 +1258,7 @@ declare namespace Resiliencehub {
|
|
|
1244
1258
|
}
|
|
1245
1259
|
export interface DescribeAppAssessmentResponse {
|
|
1246
1260
|
/**
|
|
1247
|
-
* The assessment for an
|
|
1261
|
+
* The assessment for an Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more.
|
|
1248
1262
|
*/
|
|
1249
1263
|
assessment: AppAssessment;
|
|
1250
1264
|
}
|
|
@@ -1279,6 +1293,9 @@ declare namespace Resiliencehub {
|
|
|
1279
1293
|
* 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
1294
|
*/
|
|
1281
1295
|
appArn: Arn;
|
|
1296
|
+
/**
|
|
1297
|
+
* The list of Application Components that belong to this resource.
|
|
1298
|
+
*/
|
|
1282
1299
|
appComponent?: AppComponent;
|
|
1283
1300
|
/**
|
|
1284
1301
|
* The AWS Resilience Hub application version.
|
|
@@ -1405,7 +1422,7 @@ declare namespace Resiliencehub {
|
|
|
1405
1422
|
*/
|
|
1406
1423
|
appArn: Arn;
|
|
1407
1424
|
/**
|
|
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
|
|
1425
|
+
* 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 Resilience Hub 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 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]" 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]" 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 version The AWS Resilience Hub application version. 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"
|
|
1409
1426
|
*/
|
|
1410
1427
|
appTemplateBody: AppTemplateBody;
|
|
1411
1428
|
/**
|
|
@@ -1500,6 +1517,29 @@ declare namespace Resiliencehub {
|
|
|
1500
1517
|
export type DisruptionType = "Software"|"Hardware"|"AZ"|"Region"|string;
|
|
1501
1518
|
export type DocumentName = string;
|
|
1502
1519
|
export type Double = number;
|
|
1520
|
+
export type EksNamespace = string;
|
|
1521
|
+
export type EksNamespaceList = EksNamespace[];
|
|
1522
|
+
export interface EksSource {
|
|
1523
|
+
/**
|
|
1524
|
+
* The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
|
|
1525
|
+
*/
|
|
1526
|
+
eksClusterArn: Arn;
|
|
1527
|
+
/**
|
|
1528
|
+
* The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
|
1529
|
+
*/
|
|
1530
|
+
namespaces: EksNamespaceList;
|
|
1531
|
+
}
|
|
1532
|
+
export interface EksSourceClusterNamespace {
|
|
1533
|
+
/**
|
|
1534
|
+
* The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
|
|
1535
|
+
*/
|
|
1536
|
+
eksClusterArn: Arn;
|
|
1537
|
+
/**
|
|
1538
|
+
* Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
|
1539
|
+
*/
|
|
1540
|
+
namespace: EksNamespace;
|
|
1541
|
+
}
|
|
1542
|
+
export type EksSourceList = EksSource[];
|
|
1503
1543
|
export type EntityDescription = string;
|
|
1504
1544
|
export type EntityId = string;
|
|
1505
1545
|
export type EntityName = string;
|
|
@@ -1524,11 +1564,15 @@ declare namespace Resiliencehub {
|
|
|
1524
1564
|
*/
|
|
1525
1565
|
appArn: Arn;
|
|
1526
1566
|
/**
|
|
1527
|
-
* The
|
|
1567
|
+
* The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
|
1568
|
+
*/
|
|
1569
|
+
eksSources?: EksSourceList;
|
|
1570
|
+
/**
|
|
1571
|
+
* The import strategy you would like to set to import resources into Resilience Hub application.
|
|
1528
1572
|
*/
|
|
1529
1573
|
importStrategy?: ResourceImportStrategyType;
|
|
1530
1574
|
/**
|
|
1531
|
-
* The Amazon Resource Names (ARNs) for the resources
|
|
1575
|
+
* The Amazon Resource Names (ARNs) for the resources.
|
|
1532
1576
|
*/
|
|
1533
1577
|
sourceArns?: ArnList;
|
|
1534
1578
|
/**
|
|
@@ -1546,7 +1590,11 @@ declare namespace Resiliencehub {
|
|
|
1546
1590
|
*/
|
|
1547
1591
|
appVersion: EntityVersion;
|
|
1548
1592
|
/**
|
|
1549
|
-
* The
|
|
1593
|
+
* The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
|
1594
|
+
*/
|
|
1595
|
+
eksSources?: EksSourceList;
|
|
1596
|
+
/**
|
|
1597
|
+
* The Amazon Resource Names (ARNs) for the resources you have imported.
|
|
1550
1598
|
*/
|
|
1551
1599
|
sourceArns?: ArnList;
|
|
1552
1600
|
/**
|
|
@@ -1554,7 +1602,7 @@ declare namespace Resiliencehub {
|
|
|
1554
1602
|
*/
|
|
1555
1603
|
status: ResourceImportStatusType;
|
|
1556
1604
|
/**
|
|
1557
|
-
* A list of terraform file s3 URLs you
|
|
1605
|
+
* A list of terraform file s3 URLs you have imported.
|
|
1558
1606
|
*/
|
|
1559
1607
|
terraformSources?: TerraformSourceList;
|
|
1560
1608
|
}
|
|
@@ -1575,7 +1623,7 @@ declare namespace Resiliencehub {
|
|
|
1575
1623
|
}
|
|
1576
1624
|
export interface ListAlarmRecommendationsResponse {
|
|
1577
1625
|
/**
|
|
1578
|
-
* The alarm recommendations for an
|
|
1626
|
+
* The alarm recommendations for an 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.
|
|
1579
1627
|
*/
|
|
1580
1628
|
alarmRecommendations: AlarmRecommendationList;
|
|
1581
1629
|
/**
|
|
@@ -1643,7 +1691,7 @@ declare namespace Resiliencehub {
|
|
|
1643
1691
|
}
|
|
1644
1692
|
export interface ListAppComponentCompliancesResponse {
|
|
1645
1693
|
/**
|
|
1646
|
-
* The compliances for an
|
|
1694
|
+
* The compliances for an 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.
|
|
1647
1695
|
*/
|
|
1648
1696
|
componentCompliances: ComponentCompliancesList;
|
|
1649
1697
|
/**
|
|
@@ -1667,7 +1715,7 @@ declare namespace Resiliencehub {
|
|
|
1667
1715
|
}
|
|
1668
1716
|
export interface ListAppComponentRecommendationsResponse {
|
|
1669
1717
|
/**
|
|
1670
|
-
* The recommendations for an
|
|
1718
|
+
* The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses.
|
|
1671
1719
|
*/
|
|
1672
1720
|
componentRecommendations: ComponentRecommendationList;
|
|
1673
1721
|
/**
|
|
@@ -1685,7 +1733,7 @@ declare namespace Resiliencehub {
|
|
|
1685
1733
|
*/
|
|
1686
1734
|
appVersion: EntityVersion;
|
|
1687
1735
|
/**
|
|
1688
|
-
* Maximum number of input sources to be displayed per
|
|
1736
|
+
* Maximum number of input sources to be displayed per Resilience Hub application.
|
|
1689
1737
|
*/
|
|
1690
1738
|
maxResults?: MaxResults;
|
|
1691
1739
|
/**
|
|
@@ -1695,7 +1743,7 @@ declare namespace Resiliencehub {
|
|
|
1695
1743
|
}
|
|
1696
1744
|
export interface ListAppInputSourcesResponse {
|
|
1697
1745
|
/**
|
|
1698
|
-
* The list of
|
|
1746
|
+
* The list of Resilience Hub application input sources.
|
|
1699
1747
|
*/
|
|
1700
1748
|
appInputSources: AppInputSourceList;
|
|
1701
1749
|
/**
|
|
@@ -1847,7 +1895,7 @@ declare namespace Resiliencehub {
|
|
|
1847
1895
|
}
|
|
1848
1896
|
export interface ListAppsResponse {
|
|
1849
1897
|
/**
|
|
1850
|
-
* Summaries for the
|
|
1898
|
+
* Summaries for the Resilience Hub application.
|
|
1851
1899
|
*/
|
|
1852
1900
|
appSummaries: AppSummaryList;
|
|
1853
1901
|
/**
|
|
@@ -1891,7 +1939,7 @@ declare namespace Resiliencehub {
|
|
|
1891
1939
|
*/
|
|
1892
1940
|
nextToken?: NextToken;
|
|
1893
1941
|
/**
|
|
1894
|
-
* The recommendation templates for the
|
|
1942
|
+
* The recommendation templates for the Resilience Hub applications.
|
|
1895
1943
|
*/
|
|
1896
1944
|
recommendationTemplates?: RecommendationTemplateList;
|
|
1897
1945
|
}
|
|
@@ -1915,7 +1963,7 @@ declare namespace Resiliencehub {
|
|
|
1915
1963
|
*/
|
|
1916
1964
|
nextToken?: NextToken;
|
|
1917
1965
|
/**
|
|
1918
|
-
* The resiliency policies for the
|
|
1966
|
+
* The resiliency policies for the Resilience Hub applications.
|
|
1919
1967
|
*/
|
|
1920
1968
|
resiliencyPolicies: ResiliencyPolicies;
|
|
1921
1969
|
}
|
|
@@ -1939,7 +1987,7 @@ declare namespace Resiliencehub {
|
|
|
1939
1987
|
*/
|
|
1940
1988
|
nextToken?: NextToken;
|
|
1941
1989
|
/**
|
|
1942
|
-
* The standard operating procedure (SOP) recommendations for the
|
|
1990
|
+
* The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
|
|
1943
1991
|
*/
|
|
1944
1992
|
sopRecommendations: SopRecommendationList;
|
|
1945
1993
|
}
|
|
@@ -1959,13 +2007,13 @@ declare namespace Resiliencehub {
|
|
|
1959
2007
|
*/
|
|
1960
2008
|
nextToken?: NextToken;
|
|
1961
2009
|
/**
|
|
1962
|
-
* The suggested resiliency policies for the
|
|
2010
|
+
* The suggested resiliency policies for the Resilience Hub applications.
|
|
1963
2011
|
*/
|
|
1964
2012
|
resiliencyPolicies: ResiliencyPolicies;
|
|
1965
2013
|
}
|
|
1966
2014
|
export interface ListTagsForResourceRequest {
|
|
1967
2015
|
/**
|
|
1968
|
-
* The Amazon Resource Name (ARN) for a specific resource in your
|
|
2016
|
+
* The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.
|
|
1969
2017
|
*/
|
|
1970
2018
|
resourceArn: Arn;
|
|
1971
2019
|
}
|
|
@@ -1995,7 +2043,7 @@ declare namespace Resiliencehub {
|
|
|
1995
2043
|
*/
|
|
1996
2044
|
nextToken?: NextToken;
|
|
1997
2045
|
/**
|
|
1998
|
-
* The test recommendations for the
|
|
2046
|
+
* The test recommendations for the Resilience Hub application.
|
|
1999
2047
|
*/
|
|
2000
2048
|
testRecommendations: TestRecommendationList;
|
|
2001
2049
|
}
|
|
@@ -2036,6 +2084,10 @@ declare namespace Resiliencehub {
|
|
|
2036
2084
|
unsupportedResources: UnsupportedResourceList;
|
|
2037
2085
|
}
|
|
2038
2086
|
export interface LogicalResourceId {
|
|
2087
|
+
/**
|
|
2088
|
+
* The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format.
|
|
2089
|
+
*/
|
|
2090
|
+
eksSourceName?: String255;
|
|
2039
2091
|
/**
|
|
2040
2092
|
* The identifier of the resource.
|
|
2041
2093
|
*/
|
|
@@ -2100,7 +2152,7 @@ declare namespace Resiliencehub {
|
|
|
2100
2152
|
*/
|
|
2101
2153
|
identifier: String255;
|
|
2102
2154
|
/**
|
|
2103
|
-
* Specifies the type of physical resource identifier. Arn The resource identifier is an Amazon Resource Name (ARN) . Native The resource identifier is an
|
|
2155
|
+
* Specifies the type of physical resource identifier. Arn The resource identifier is an Amazon Resource Name (ARN) . Native The resource identifier is an Resilience Hub-native identifier.
|
|
2104
2156
|
*/
|
|
2105
2157
|
type: PhysicalIdentifierType;
|
|
2106
2158
|
}
|
|
@@ -2127,7 +2179,7 @@ declare namespace Resiliencehub {
|
|
|
2127
2179
|
*/
|
|
2128
2180
|
appArn: Arn;
|
|
2129
2181
|
/**
|
|
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
|
|
2182
|
+
* 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 Resilience Hub 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 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]" 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]" 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 version The AWS Resilience Hub application version. 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":"<REGION>", "accounts":[{"id":"<ACCOUNT_ID>"}]}]"
|
|
2131
2183
|
*/
|
|
2132
2184
|
appTemplateBody: AppTemplateBody;
|
|
2133
2185
|
}
|
|
@@ -2255,6 +2307,10 @@ declare namespace Resiliencehub {
|
|
|
2255
2307
|
* The names of the registered applications you want to remove from the resource mappings.
|
|
2256
2308
|
*/
|
|
2257
2309
|
appRegistryAppNames?: EntityNameList;
|
|
2310
|
+
/**
|
|
2311
|
+
* The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings. This parameter accepts values in "eks-cluster/namespace" format.
|
|
2312
|
+
*/
|
|
2313
|
+
eksSourceNames?: String255List;
|
|
2258
2314
|
/**
|
|
2259
2315
|
* The names of the CloudFormation stacks you want to remove from the resource mappings.
|
|
2260
2316
|
*/
|
|
@@ -2394,12 +2450,16 @@ declare namespace Resiliencehub {
|
|
|
2394
2450
|
* The name of the application this resource is mapped to.
|
|
2395
2451
|
*/
|
|
2396
2452
|
appRegistryAppName?: EntityName;
|
|
2453
|
+
/**
|
|
2454
|
+
* The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format.
|
|
2455
|
+
*/
|
|
2456
|
+
eksSourceName?: String255;
|
|
2397
2457
|
/**
|
|
2398
2458
|
* The name of the CloudFormation stack this resource is mapped to.
|
|
2399
2459
|
*/
|
|
2400
2460
|
logicalStackName?: String255;
|
|
2401
2461
|
/**
|
|
2402
|
-
* Specifies the type of resource mapping. AppRegistryApp The resource is mapped to another application. The name of the application is contained in the appRegistryAppName property. CfnStack The resource is mapped to a CloudFormation stack. The name of the CloudFormation stack is contained in the logicalStackName property. Resource The resource is mapped to another resource. The name of the resource is contained in the resourceName property. ResourceGroup The resource is mapped to
|
|
2462
|
+
* Specifies the type of resource mapping. AppRegistryApp The resource is mapped to another application. The name of the application is contained in the appRegistryAppName property. CfnStack The resource is mapped to a CloudFormation stack. The name of the CloudFormation stack is contained in the logicalStackName property. Resource The resource is mapped to another resource. The name of the resource is contained in the resourceName property. ResourceGroup The resource is mapped to an Resource Groups. The name of the resource group is contained in the resourceGroupName property.
|
|
2403
2463
|
*/
|
|
2404
2464
|
mappingType: ResourceMappingType;
|
|
2405
2465
|
/**
|
|
@@ -2420,7 +2480,7 @@ declare namespace Resiliencehub {
|
|
|
2420
2480
|
terraformSourceName?: String255;
|
|
2421
2481
|
}
|
|
2422
2482
|
export type ResourceMappingList = ResourceMapping[];
|
|
2423
|
-
export type ResourceMappingType = "CfnStack"|"Resource"|"AppRegistryApp"|"ResourceGroup"|"Terraform"|string;
|
|
2483
|
+
export type ResourceMappingType = "CfnStack"|"Resource"|"AppRegistryApp"|"ResourceGroup"|"Terraform"|"EKS"|string;
|
|
2424
2484
|
export type ResourceResolutionStatusType = "Pending"|"InProgress"|"Failed"|"Success"|string;
|
|
2425
2485
|
export interface S3Location {
|
|
2426
2486
|
/**
|
|
@@ -2525,7 +2585,7 @@ declare namespace Resiliencehub {
|
|
|
2525
2585
|
export type TemplateFormat = "CfnYaml"|"CfnJson"|string;
|
|
2526
2586
|
export interface TerraformSource {
|
|
2527
2587
|
/**
|
|
2528
|
-
* The Terraform s3 state file you need to import.
|
|
2588
|
+
* The URL of the Terraform s3 state file you need to import.
|
|
2529
2589
|
*/
|
|
2530
2590
|
s3StateFileUrl: S3Url;
|
|
2531
2591
|
}
|
|
@@ -2593,6 +2653,10 @@ declare namespace Resiliencehub {
|
|
|
2593
2653
|
* The type of resource.
|
|
2594
2654
|
*/
|
|
2595
2655
|
resourceType: String255;
|
|
2656
|
+
/**
|
|
2657
|
+
* The status of unsupported resource.
|
|
2658
|
+
*/
|
|
2659
|
+
unsupportedResourceStatus?: String255;
|
|
2596
2660
|
}
|
|
2597
2661
|
export type UnsupportedResourceList = UnsupportedResource[];
|
|
2598
2662
|
export interface UntagResourceRequest {
|
|
@@ -2662,6 +2726,9 @@ declare namespace Resiliencehub {
|
|
|
2662
2726
|
* 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
2727
|
*/
|
|
2664
2728
|
appArn: Arn;
|
|
2729
|
+
/**
|
|
2730
|
+
* The list of Application Components that belong to this resource.
|
|
2731
|
+
*/
|
|
2665
2732
|
appComponent?: AppComponent;
|
|
2666
2733
|
/**
|
|
2667
2734
|
* The AWS Resilience Hub application version.
|
|
@@ -2700,7 +2767,7 @@ declare namespace Resiliencehub {
|
|
|
2700
2767
|
*/
|
|
2701
2768
|
awsRegion?: AwsRegion;
|
|
2702
2769
|
/**
|
|
2703
|
-
* Indicates if a resource is excluded from an
|
|
2770
|
+
* Indicates if a resource is excluded from an Resilience Hub application. You can exclude only imported resources from an Resilience Hub application.
|
|
2704
2771
|
*/
|
|
2705
2772
|
excluded?: BooleanOptional;
|
|
2706
2773
|
/**
|