aws-sdk 2.1346.0 → 2.1348.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +72 -0
- package/apis/autoscaling-2011-01-01.min.json +13 -5
- package/apis/autoscaling-2011-01-01.paginators.json +5 -0
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +15 -11
- package/apis/drs-2020-02-26.min.json +21 -2
- package/apis/ec2-2016-11-15.min.json +754 -660
- package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
- package/apis/glue-2017-03-31.min.json +0 -1
- package/apis/guardduty-2017-11-28.min.json +590 -111
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/imagebuilder-2019-12-02.min.json +546 -75
- package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
- package/apis/internetmonitor-2021-06-03.min.json +41 -19
- package/apis/ivs-2020-07-14.min.json +58 -46
- package/apis/kendra-2019-02-03.min.json +494 -240
- package/apis/metadata.json +4 -0
- package/apis/network-firewall-2020-11-12.min.json +238 -9
- package/apis/network-firewall-2020-11-12.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +97 -97
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +4 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
- package/apis/sms-2016-10-24.min.json +3 -1
- package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
- package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
- package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
- package/apis/wellarchitected-2020-03-31.min.json +125 -21
- package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/autoscaling.d.ts +63 -36
- package/clients/batch.d.ts +13 -0
- package/clients/computeoptimizer.d.ts +13 -3
- package/clients/drs.d.ts +25 -5
- package/clients/ec2.d.ts +115 -4
- package/clients/emr.d.ts +20 -0
- package/clients/glue.d.ts +0 -4
- package/clients/guardduty.d.ts +491 -8
- package/clients/imagebuilder.d.ts +931 -128
- package/clients/internetmonitor.d.ts +50 -16
- package/clients/ivs.d.ts +17 -0
- package/clients/kendra.d.ts +424 -75
- package/clients/networkfirewall.d.ts +289 -0
- package/clients/resiliencehub.d.ts +88 -88
- package/clients/s3.d.ts +115 -115
- package/clients/sagemakerfeaturestoreruntime.d.ts +10 -5
- package/clients/sagemakergeospatial.d.ts +183 -147
- package/clients/vpclattice.d.ts +2772 -0
- package/clients/vpclattice.js +18 -0
- package/clients/wellarchitected.d.ts +125 -34
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +63 -26
- package/dist/aws-sdk.js +861 -734
- package/dist/aws-sdk.min.js +97 -96
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -20,11 +20,11 @@ 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 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
|
|
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 20–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 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
|
|
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 20–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
|
/**
|
|
@@ -431,7 +431,7 @@ declare class Resiliencehub extends Service {
|
|
|
431
431
|
declare namespace Resiliencehub {
|
|
432
432
|
export interface AddDraftAppVersionResourceMappingsRequest {
|
|
433
433
|
/**
|
|
434
|
-
* The Amazon Resource Name (ARN) of the
|
|
434
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
435
435
|
*/
|
|
436
436
|
appArn: Arn;
|
|
437
437
|
/**
|
|
@@ -441,7 +441,7 @@ declare namespace Resiliencehub {
|
|
|
441
441
|
}
|
|
442
442
|
export interface AddDraftAppVersionResourceMappingsResponse {
|
|
443
443
|
/**
|
|
444
|
-
* The Amazon Resource Name (ARN) of the
|
|
444
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
445
445
|
*/
|
|
446
446
|
appArn: Arn;
|
|
447
447
|
/**
|
|
@@ -494,7 +494,7 @@ declare namespace Resiliencehub {
|
|
|
494
494
|
export type AlarmType = "Metric"|"Composite"|"Canary"|"Logs"|"Event"|string;
|
|
495
495
|
export interface App {
|
|
496
496
|
/**
|
|
497
|
-
* The Amazon Resource Name (ARN) of the
|
|
497
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
498
498
|
*/
|
|
499
499
|
appArn: Arn;
|
|
500
500
|
/**
|
|
@@ -544,7 +544,7 @@ declare namespace Resiliencehub {
|
|
|
544
544
|
}
|
|
545
545
|
export interface AppAssessment {
|
|
546
546
|
/**
|
|
547
|
-
* The Amazon Resource Name (ARN) of the
|
|
547
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
548
548
|
*/
|
|
549
549
|
appArn?: Arn;
|
|
550
550
|
/**
|
|
@@ -611,7 +611,7 @@ declare namespace Resiliencehub {
|
|
|
611
611
|
export type AppAssessmentScheduleType = "Disabled"|"Daily"|string;
|
|
612
612
|
export interface AppAssessmentSummary {
|
|
613
613
|
/**
|
|
614
|
-
* The Amazon Resource Name (ARN) of the
|
|
614
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
615
615
|
*/
|
|
616
616
|
appArn?: Arn;
|
|
617
617
|
/**
|
|
@@ -663,7 +663,7 @@ declare namespace Resiliencehub {
|
|
|
663
663
|
export type AppComplianceStatusType = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|string;
|
|
664
664
|
export interface AppComponent {
|
|
665
665
|
/**
|
|
666
|
-
* Additional configuration parameters for an
|
|
666
|
+
* Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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>"}]}]"
|
|
667
667
|
*/
|
|
668
668
|
additionalInfo?: AdditionalInfoMap;
|
|
669
669
|
/**
|
|
@@ -737,7 +737,7 @@ declare namespace Resiliencehub {
|
|
|
737
737
|
export type AppStatusType = "Active"|"Deleting"|string;
|
|
738
738
|
export interface AppSummary {
|
|
739
739
|
/**
|
|
740
|
-
* The Amazon Resource Name (ARN) of the
|
|
740
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
741
741
|
*/
|
|
742
742
|
appArn: Arn;
|
|
743
743
|
/**
|
|
@@ -901,7 +901,7 @@ declare namespace Resiliencehub {
|
|
|
901
901
|
*/
|
|
902
902
|
additionalInfo?: AdditionalInfoMap;
|
|
903
903
|
/**
|
|
904
|
-
* The Amazon Resource Name (ARN) of the
|
|
904
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
905
905
|
*/
|
|
906
906
|
appArn: Arn;
|
|
907
907
|
/**
|
|
@@ -923,7 +923,7 @@ declare namespace Resiliencehub {
|
|
|
923
923
|
}
|
|
924
924
|
export interface CreateAppVersionAppComponentResponse {
|
|
925
925
|
/**
|
|
926
|
-
* The Amazon Resource Name (ARN) of the
|
|
926
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
927
927
|
*/
|
|
928
928
|
appArn: Arn;
|
|
929
929
|
/**
|
|
@@ -931,7 +931,7 @@ declare namespace Resiliencehub {
|
|
|
931
931
|
*/
|
|
932
932
|
appComponent?: AppComponent;
|
|
933
933
|
/**
|
|
934
|
-
* The
|
|
934
|
+
* The Resilience Hub application version.
|
|
935
935
|
*/
|
|
936
936
|
appVersion: EntityVersion;
|
|
937
937
|
}
|
|
@@ -941,11 +941,11 @@ declare namespace Resiliencehub {
|
|
|
941
941
|
*/
|
|
942
942
|
additionalInfo?: AdditionalInfoMap;
|
|
943
943
|
/**
|
|
944
|
-
* The Amazon Resource Name (ARN) of the
|
|
944
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
945
945
|
*/
|
|
946
946
|
appArn: Arn;
|
|
947
947
|
/**
|
|
948
|
-
* The list of Application Components that this resource belongs to. If an Application Component is not part of the
|
|
948
|
+
* The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
|
|
949
949
|
*/
|
|
950
950
|
appComponents: AppComponentNameList;
|
|
951
951
|
/**
|
|
@@ -979,11 +979,11 @@ declare namespace Resiliencehub {
|
|
|
979
979
|
}
|
|
980
980
|
export interface CreateAppVersionResourceResponse {
|
|
981
981
|
/**
|
|
982
|
-
* The Amazon Resource Name (ARN) of the
|
|
982
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
983
983
|
*/
|
|
984
984
|
appArn: Arn;
|
|
985
985
|
/**
|
|
986
|
-
* The
|
|
986
|
+
* The Resilience Hub application version.
|
|
987
987
|
*/
|
|
988
988
|
appVersion: EntityVersion;
|
|
989
989
|
/**
|
|
@@ -1092,7 +1092,7 @@ declare namespace Resiliencehub {
|
|
|
1092
1092
|
}
|
|
1093
1093
|
export interface DeleteAppInputSourceRequest {
|
|
1094
1094
|
/**
|
|
1095
|
-
* The Amazon Resource Name (ARN) of the
|
|
1095
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1096
1096
|
*/
|
|
1097
1097
|
appArn: Arn;
|
|
1098
1098
|
/**
|
|
@@ -1114,7 +1114,7 @@ declare namespace Resiliencehub {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
export interface DeleteAppInputSourceResponse {
|
|
1116
1116
|
/**
|
|
1117
|
-
* The Amazon Resource Name (ARN) of the
|
|
1117
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1118
1118
|
*/
|
|
1119
1119
|
appArn?: Arn;
|
|
1120
1120
|
/**
|
|
@@ -1124,7 +1124,7 @@ declare namespace Resiliencehub {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
export interface DeleteAppRequest {
|
|
1126
1126
|
/**
|
|
1127
|
-
* The Amazon Resource Name (ARN) of the
|
|
1127
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1128
1128
|
*/
|
|
1129
1129
|
appArn: Arn;
|
|
1130
1130
|
/**
|
|
@@ -1138,13 +1138,13 @@ declare namespace Resiliencehub {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
export interface DeleteAppResponse {
|
|
1140
1140
|
/**
|
|
1141
|
-
* The Amazon Resource Name (ARN) of the
|
|
1141
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1142
1142
|
*/
|
|
1143
1143
|
appArn: Arn;
|
|
1144
1144
|
}
|
|
1145
1145
|
export interface DeleteAppVersionAppComponentRequest {
|
|
1146
1146
|
/**
|
|
1147
|
-
* The Amazon Resource Name (ARN) of the
|
|
1147
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1148
1148
|
*/
|
|
1149
1149
|
appArn: Arn;
|
|
1150
1150
|
/**
|
|
@@ -1158,7 +1158,7 @@ declare namespace Resiliencehub {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
export interface DeleteAppVersionAppComponentResponse {
|
|
1160
1160
|
/**
|
|
1161
|
-
* The Amazon Resource Name (ARN) of the
|
|
1161
|
+
* The Amazon Resource Name (ARN) of the 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
1162
|
*/
|
|
1163
1163
|
appArn: Arn;
|
|
1164
1164
|
/**
|
|
@@ -1166,13 +1166,13 @@ declare namespace Resiliencehub {
|
|
|
1166
1166
|
*/
|
|
1167
1167
|
appComponent?: AppComponent;
|
|
1168
1168
|
/**
|
|
1169
|
-
* The
|
|
1169
|
+
* The Resilience Hub application version.
|
|
1170
1170
|
*/
|
|
1171
1171
|
appVersion: EntityVersion;
|
|
1172
1172
|
}
|
|
1173
1173
|
export interface DeleteAppVersionResourceRequest {
|
|
1174
1174
|
/**
|
|
1175
|
-
* The Amazon Resource Name (ARN) of the
|
|
1175
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1176
1176
|
*/
|
|
1177
1177
|
appArn: Arn;
|
|
1178
1178
|
/**
|
|
@@ -1202,11 +1202,11 @@ declare namespace Resiliencehub {
|
|
|
1202
1202
|
}
|
|
1203
1203
|
export interface DeleteAppVersionResourceResponse {
|
|
1204
1204
|
/**
|
|
1205
|
-
* The Amazon Resource Name (ARN) of the
|
|
1205
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1206
1206
|
*/
|
|
1207
1207
|
appArn: Arn;
|
|
1208
1208
|
/**
|
|
1209
|
-
* The
|
|
1209
|
+
* The Resilience Hub application version.
|
|
1210
1210
|
*/
|
|
1211
1211
|
appVersion: EntityVersion;
|
|
1212
1212
|
/**
|
|
@@ -1264,7 +1264,7 @@ declare namespace Resiliencehub {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
export interface DescribeAppRequest {
|
|
1266
1266
|
/**
|
|
1267
|
-
* The Amazon Resource Name (ARN) of the
|
|
1267
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1268
1268
|
*/
|
|
1269
1269
|
appArn: Arn;
|
|
1270
1270
|
}
|
|
@@ -1276,11 +1276,11 @@ declare namespace Resiliencehub {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
export interface DescribeAppVersionAppComponentRequest {
|
|
1278
1278
|
/**
|
|
1279
|
-
* The Amazon Resource Name (ARN) of the
|
|
1279
|
+
* The Amazon Resource Name (ARN) of the 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
1280
|
*/
|
|
1281
1281
|
appArn: Arn;
|
|
1282
1282
|
/**
|
|
1283
|
-
* The
|
|
1283
|
+
* The Resilience Hub application version.
|
|
1284
1284
|
*/
|
|
1285
1285
|
appVersion: EntityVersion;
|
|
1286
1286
|
/**
|
|
@@ -1290,7 +1290,7 @@ declare namespace Resiliencehub {
|
|
|
1290
1290
|
}
|
|
1291
1291
|
export interface DescribeAppVersionAppComponentResponse {
|
|
1292
1292
|
/**
|
|
1293
|
-
* The Amazon Resource Name (ARN) of the
|
|
1293
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1294
1294
|
*/
|
|
1295
1295
|
appArn: Arn;
|
|
1296
1296
|
/**
|
|
@@ -1298,27 +1298,27 @@ declare namespace Resiliencehub {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
appComponent?: AppComponent;
|
|
1300
1300
|
/**
|
|
1301
|
-
* The
|
|
1301
|
+
* The Resilience Hub application version.
|
|
1302
1302
|
*/
|
|
1303
1303
|
appVersion: EntityVersion;
|
|
1304
1304
|
}
|
|
1305
1305
|
export interface DescribeAppVersionRequest {
|
|
1306
1306
|
/**
|
|
1307
|
-
* The Amazon Resource Name (ARN) of the
|
|
1307
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1308
1308
|
*/
|
|
1309
1309
|
appArn: Arn;
|
|
1310
1310
|
/**
|
|
1311
|
-
* The
|
|
1311
|
+
* The Resilience Hub application version.
|
|
1312
1312
|
*/
|
|
1313
1313
|
appVersion: EntityVersion;
|
|
1314
1314
|
}
|
|
1315
1315
|
export interface DescribeAppVersionResourceRequest {
|
|
1316
1316
|
/**
|
|
1317
|
-
* The Amazon Resource Name (ARN) of the
|
|
1317
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1318
1318
|
*/
|
|
1319
1319
|
appArn: Arn;
|
|
1320
1320
|
/**
|
|
1321
|
-
* The
|
|
1321
|
+
* The Resilience Hub application version.
|
|
1322
1322
|
*/
|
|
1323
1323
|
appVersion: EntityVersion;
|
|
1324
1324
|
/**
|
|
@@ -1344,11 +1344,11 @@ declare namespace Resiliencehub {
|
|
|
1344
1344
|
}
|
|
1345
1345
|
export interface DescribeAppVersionResourceResponse {
|
|
1346
1346
|
/**
|
|
1347
|
-
* The Amazon Resource Name (ARN) of the
|
|
1347
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1348
1348
|
*/
|
|
1349
1349
|
appArn: Arn;
|
|
1350
1350
|
/**
|
|
1351
|
-
* The
|
|
1351
|
+
* The Resilience Hub application version.
|
|
1352
1352
|
*/
|
|
1353
1353
|
appVersion: EntityVersion;
|
|
1354
1354
|
/**
|
|
@@ -1358,7 +1358,7 @@ declare namespace Resiliencehub {
|
|
|
1358
1358
|
}
|
|
1359
1359
|
export interface DescribeAppVersionResourcesResolutionStatusRequest {
|
|
1360
1360
|
/**
|
|
1361
|
-
* The Amazon Resource Name (ARN) of the
|
|
1361
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1362
1362
|
*/
|
|
1363
1363
|
appArn: Arn;
|
|
1364
1364
|
/**
|
|
@@ -1372,7 +1372,7 @@ declare namespace Resiliencehub {
|
|
|
1372
1372
|
}
|
|
1373
1373
|
export interface DescribeAppVersionResourcesResolutionStatusResponse {
|
|
1374
1374
|
/**
|
|
1375
|
-
* The Amazon Resource Name (ARN) of the
|
|
1375
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1376
1376
|
*/
|
|
1377
1377
|
appArn: Arn;
|
|
1378
1378
|
/**
|
|
@@ -1394,21 +1394,21 @@ declare namespace Resiliencehub {
|
|
|
1394
1394
|
}
|
|
1395
1395
|
export interface DescribeAppVersionResponse {
|
|
1396
1396
|
/**
|
|
1397
|
-
* Additional configuration parameters for an
|
|
1397
|
+
* Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. Currently, this parameter supports only failover region and account.
|
|
1398
1398
|
*/
|
|
1399
1399
|
additionalInfo?: AdditionalInfoMap;
|
|
1400
1400
|
/**
|
|
1401
|
-
* The Amazon Resource Name (ARN) of the
|
|
1401
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1402
1402
|
*/
|
|
1403
1403
|
appArn: Arn;
|
|
1404
1404
|
/**
|
|
1405
|
-
* The
|
|
1405
|
+
* The Resilience Hub application version.
|
|
1406
1406
|
*/
|
|
1407
1407
|
appVersion: EntityVersion;
|
|
1408
1408
|
}
|
|
1409
1409
|
export interface DescribeAppVersionTemplateRequest {
|
|
1410
1410
|
/**
|
|
1411
|
-
* The Amazon Resource Name (ARN) of the
|
|
1411
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1412
1412
|
*/
|
|
1413
1413
|
appArn: Arn;
|
|
1414
1414
|
/**
|
|
@@ -1418,11 +1418,11 @@ declare namespace Resiliencehub {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
export interface DescribeAppVersionTemplateResponse {
|
|
1420
1420
|
/**
|
|
1421
|
-
* The Amazon Resource Name (ARN) of the
|
|
1421
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1422
1422
|
*/
|
|
1423
1423
|
appArn: Arn;
|
|
1424
1424
|
/**
|
|
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
|
|
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 must 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 eksSourceName The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format. Type: String type The type of resource. Type: string name The name of the resource. Type: String additionalInfo Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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 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 Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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 eksSourceName 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 eksSourceName The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format. Type: String version The Resilience Hub application version. additionalInfo Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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>"}]}]"
|
|
1426
1426
|
*/
|
|
1427
1427
|
appTemplateBody: AppTemplateBody;
|
|
1428
1428
|
/**
|
|
@@ -1432,13 +1432,13 @@ declare namespace Resiliencehub {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
export interface DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
1434
1434
|
/**
|
|
1435
|
-
* The Amazon Resource Name (ARN) of the
|
|
1435
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1436
1436
|
*/
|
|
1437
1437
|
appArn: Arn;
|
|
1438
1438
|
}
|
|
1439
1439
|
export interface DescribeDraftAppVersionResourcesImportStatusResponse {
|
|
1440
1440
|
/**
|
|
1441
|
-
* The Amazon Resource Name (ARN) of the
|
|
1441
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1442
1442
|
*/
|
|
1443
1443
|
appArn: Arn;
|
|
1444
1444
|
/**
|
|
@@ -1560,7 +1560,7 @@ declare namespace Resiliencehub {
|
|
|
1560
1560
|
export type HaArchitecture = "MultiSite"|"WarmStandby"|"PilotLight"|"BackupAndRestore"|"NoRecoveryPlan"|string;
|
|
1561
1561
|
export interface ImportResourcesToDraftAppVersionRequest {
|
|
1562
1562
|
/**
|
|
1563
|
-
* The Amazon Resource Name (ARN) of the
|
|
1563
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1564
1564
|
*/
|
|
1565
1565
|
appArn: Arn;
|
|
1566
1566
|
/**
|
|
@@ -1582,7 +1582,7 @@ declare namespace Resiliencehub {
|
|
|
1582
1582
|
}
|
|
1583
1583
|
export interface ImportResourcesToDraftAppVersionResponse {
|
|
1584
1584
|
/**
|
|
1585
|
-
* The Amazon Resource Name (ARN) of the
|
|
1585
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1586
1586
|
*/
|
|
1587
1587
|
appArn: Arn;
|
|
1588
1588
|
/**
|
|
@@ -1633,7 +1633,7 @@ declare namespace Resiliencehub {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
export interface ListAppAssessmentsRequest {
|
|
1635
1635
|
/**
|
|
1636
|
-
* The Amazon Resource Name (ARN) of the
|
|
1636
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1637
1637
|
*/
|
|
1638
1638
|
appArn?: Arn;
|
|
1639
1639
|
/**
|
|
@@ -1725,11 +1725,11 @@ declare namespace Resiliencehub {
|
|
|
1725
1725
|
}
|
|
1726
1726
|
export interface ListAppInputSourcesRequest {
|
|
1727
1727
|
/**
|
|
1728
|
-
* The Amazon Resource Name (ARN) of the
|
|
1728
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1729
1729
|
*/
|
|
1730
1730
|
appArn: Arn;
|
|
1731
1731
|
/**
|
|
1732
|
-
* The
|
|
1732
|
+
* The Resilience Hub application version.
|
|
1733
1733
|
*/
|
|
1734
1734
|
appVersion: EntityVersion;
|
|
1735
1735
|
/**
|
|
@@ -1753,7 +1753,7 @@ declare namespace Resiliencehub {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
export interface ListAppVersionAppComponentsRequest {
|
|
1755
1755
|
/**
|
|
1756
|
-
* The Amazon Resource Name (ARN) of the
|
|
1756
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1757
1757
|
*/
|
|
1758
1758
|
appArn: Arn;
|
|
1759
1759
|
/**
|
|
@@ -1761,7 +1761,7 @@ declare namespace Resiliencehub {
|
|
|
1761
1761
|
*/
|
|
1762
1762
|
appVersion: EntityVersion;
|
|
1763
1763
|
/**
|
|
1764
|
-
* Maximum number of Application Components to be displayed per
|
|
1764
|
+
* Maximum number of Application Components to be displayed per Resilience Hub application version.
|
|
1765
1765
|
*/
|
|
1766
1766
|
maxResults?: MaxResults;
|
|
1767
1767
|
/**
|
|
@@ -1771,7 +1771,7 @@ declare namespace Resiliencehub {
|
|
|
1771
1771
|
}
|
|
1772
1772
|
export interface ListAppVersionAppComponentsResponse {
|
|
1773
1773
|
/**
|
|
1774
|
-
* The Amazon Resource Name (ARN) of the
|
|
1774
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1775
1775
|
*/
|
|
1776
1776
|
appArn: Arn;
|
|
1777
1777
|
/**
|
|
@@ -1779,7 +1779,7 @@ declare namespace Resiliencehub {
|
|
|
1779
1779
|
*/
|
|
1780
1780
|
appComponents?: AppComponentList;
|
|
1781
1781
|
/**
|
|
1782
|
-
* The
|
|
1782
|
+
* The Resilience Hub application version.
|
|
1783
1783
|
*/
|
|
1784
1784
|
appVersion: EntityVersion;
|
|
1785
1785
|
/**
|
|
@@ -1789,7 +1789,7 @@ declare namespace Resiliencehub {
|
|
|
1789
1789
|
}
|
|
1790
1790
|
export interface ListAppVersionResourceMappingsRequest {
|
|
1791
1791
|
/**
|
|
1792
|
-
* The Amazon Resource Name (ARN) of the
|
|
1792
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1793
1793
|
*/
|
|
1794
1794
|
appArn: Arn;
|
|
1795
1795
|
/**
|
|
@@ -1817,7 +1817,7 @@ declare namespace Resiliencehub {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
export interface ListAppVersionResourcesRequest {
|
|
1819
1819
|
/**
|
|
1820
|
-
* The Amazon Resource Name (ARN) of the
|
|
1820
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1821
1821
|
*/
|
|
1822
1822
|
appArn: Arn;
|
|
1823
1823
|
/**
|
|
@@ -1853,7 +1853,7 @@ declare namespace Resiliencehub {
|
|
|
1853
1853
|
}
|
|
1854
1854
|
export interface ListAppVersionsRequest {
|
|
1855
1855
|
/**
|
|
1856
|
-
* The Amazon Resource Name (ARN) of the
|
|
1856
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1857
1857
|
*/
|
|
1858
1858
|
appArn: Arn;
|
|
1859
1859
|
/**
|
|
@@ -1877,7 +1877,7 @@ declare namespace Resiliencehub {
|
|
|
1877
1877
|
}
|
|
1878
1878
|
export interface ListAppsRequest {
|
|
1879
1879
|
/**
|
|
1880
|
-
* The Amazon Resource Name (ARN) of the
|
|
1880
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
1881
1881
|
*/
|
|
1882
1882
|
appArn?: Arn;
|
|
1883
1883
|
/**
|
|
@@ -2049,7 +2049,7 @@ declare namespace Resiliencehub {
|
|
|
2049
2049
|
}
|
|
2050
2050
|
export interface ListUnsupportedAppVersionResourcesRequest {
|
|
2051
2051
|
/**
|
|
2052
|
-
* The Amazon Resource Name (ARN) of the
|
|
2052
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2053
2053
|
*/
|
|
2054
2054
|
appArn: Arn;
|
|
2055
2055
|
/**
|
|
@@ -2110,7 +2110,7 @@ declare namespace Resiliencehub {
|
|
|
2110
2110
|
export type PhysicalIdentifierType = "Arn"|"Native"|string;
|
|
2111
2111
|
export interface PhysicalResource {
|
|
2112
2112
|
/**
|
|
2113
|
-
* Additional configuration parameters for an
|
|
2113
|
+
* Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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>"}]}]"
|
|
2114
2114
|
*/
|
|
2115
2115
|
additionalInfo?: AdditionalInfoMap;
|
|
2116
2116
|
/**
|
|
@@ -2159,13 +2159,13 @@ declare namespace Resiliencehub {
|
|
|
2159
2159
|
export type PhysicalResourceList = PhysicalResource[];
|
|
2160
2160
|
export interface PublishAppVersionRequest {
|
|
2161
2161
|
/**
|
|
2162
|
-
* The Amazon Resource Name (ARN) of the
|
|
2162
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2163
2163
|
*/
|
|
2164
2164
|
appArn: Arn;
|
|
2165
2165
|
}
|
|
2166
2166
|
export interface PublishAppVersionResponse {
|
|
2167
2167
|
/**
|
|
2168
|
-
* The Amazon Resource Name (ARN) of the
|
|
2168
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2169
2169
|
*/
|
|
2170
2170
|
appArn: Arn;
|
|
2171
2171
|
/**
|
|
@@ -2175,17 +2175,17 @@ declare namespace Resiliencehub {
|
|
|
2175
2175
|
}
|
|
2176
2176
|
export interface PutDraftAppVersionTemplateRequest {
|
|
2177
2177
|
/**
|
|
2178
|
-
* The Amazon Resource Name (ARN) of the
|
|
2178
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2179
2179
|
*/
|
|
2180
2180
|
appArn: Arn;
|
|
2181
2181
|
/**
|
|
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
|
|
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 must 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 eksSourceName The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format. Type: String type The type of resource. Type: string name The name of the resource. Type: String additionalInfo Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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 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 Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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 eksSourceName 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 eksSourceName The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to. This parameter accepts values in "eks-cluster/namespace" format. Type: String version The Resilience Hub application version. additionalInfo Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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>"}]}]"
|
|
2183
2183
|
*/
|
|
2184
2184
|
appTemplateBody: AppTemplateBody;
|
|
2185
2185
|
}
|
|
2186
2186
|
export interface PutDraftAppVersionTemplateResponse {
|
|
2187
2187
|
/**
|
|
2188
|
-
* The Amazon Resource Name (ARN) of the
|
|
2188
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2189
2189
|
*/
|
|
2190
2190
|
appArn?: Arn;
|
|
2191
2191
|
/**
|
|
@@ -2239,7 +2239,7 @@ declare namespace Resiliencehub {
|
|
|
2239
2239
|
export type RecommendationItemList = RecommendationItem[];
|
|
2240
2240
|
export interface RecommendationTemplate {
|
|
2241
2241
|
/**
|
|
2242
|
-
* The Amazon Resource Name (ARN) of the
|
|
2242
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2243
2243
|
*/
|
|
2244
2244
|
appArn?: Arn;
|
|
2245
2245
|
/**
|
|
@@ -2300,7 +2300,7 @@ declare namespace Resiliencehub {
|
|
|
2300
2300
|
export type RecommendationTemplateStatusList = RecommendationTemplateStatus[];
|
|
2301
2301
|
export interface RemoveDraftAppVersionResourceMappingsRequest {
|
|
2302
2302
|
/**
|
|
2303
|
-
* The Amazon Resource Name (ARN) of the
|
|
2303
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2304
2304
|
*/
|
|
2305
2305
|
appArn: Arn;
|
|
2306
2306
|
/**
|
|
@@ -2330,7 +2330,7 @@ declare namespace Resiliencehub {
|
|
|
2330
2330
|
}
|
|
2331
2331
|
export interface RemoveDraftAppVersionResourceMappingsResponse {
|
|
2332
2332
|
/**
|
|
2333
|
-
* The Amazon Resource Name (ARN) of the
|
|
2333
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2334
2334
|
*/
|
|
2335
2335
|
appArn?: Arn;
|
|
2336
2336
|
/**
|
|
@@ -2392,7 +2392,7 @@ declare namespace Resiliencehub {
|
|
|
2392
2392
|
}
|
|
2393
2393
|
export interface ResolveAppVersionResourcesRequest {
|
|
2394
2394
|
/**
|
|
2395
|
-
* The Amazon Resource Name (ARN) of the
|
|
2395
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2396
2396
|
*/
|
|
2397
2397
|
appArn: Arn;
|
|
2398
2398
|
/**
|
|
@@ -2402,7 +2402,7 @@ declare namespace Resiliencehub {
|
|
|
2402
2402
|
}
|
|
2403
2403
|
export interface ResolveAppVersionResourcesResponse {
|
|
2404
2404
|
/**
|
|
2405
|
-
* The Amazon Resource Name (ARN) of the
|
|
2405
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2406
2406
|
*/
|
|
2407
2407
|
appArn: Arn;
|
|
2408
2408
|
/**
|
|
@@ -2459,7 +2459,7 @@ declare namespace Resiliencehub {
|
|
|
2459
2459
|
*/
|
|
2460
2460
|
logicalStackName?: String255;
|
|
2461
2461
|
/**
|
|
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
|
|
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 Resource Groups. The name of the resource group is contained in the resourceGroupName property.
|
|
2463
2463
|
*/
|
|
2464
2464
|
mappingType: ResourceMappingType;
|
|
2465
2465
|
/**
|
|
@@ -2533,7 +2533,7 @@ declare namespace Resiliencehub {
|
|
|
2533
2533
|
export type SpecReferenceId = string;
|
|
2534
2534
|
export interface StartAppAssessmentRequest {
|
|
2535
2535
|
/**
|
|
2536
|
-
* The Amazon Resource Name (ARN) of the
|
|
2536
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2537
2537
|
*/
|
|
2538
2538
|
appArn: Arn;
|
|
2539
2539
|
/**
|
|
@@ -2654,7 +2654,7 @@ declare namespace Resiliencehub {
|
|
|
2654
2654
|
*/
|
|
2655
2655
|
resourceType: String255;
|
|
2656
2656
|
/**
|
|
2657
|
-
* The status of unsupported resource.
|
|
2657
|
+
* The status of the unsupported resource.
|
|
2658
2658
|
*/
|
|
2659
2659
|
unsupportedResourceStatus?: String255;
|
|
2660
2660
|
}
|
|
@@ -2673,7 +2673,7 @@ declare namespace Resiliencehub {
|
|
|
2673
2673
|
}
|
|
2674
2674
|
export interface UpdateAppRequest {
|
|
2675
2675
|
/**
|
|
2676
|
-
* The Amazon Resource Name (ARN) of the
|
|
2676
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2677
2677
|
*/
|
|
2678
2678
|
appArn: Arn;
|
|
2679
2679
|
/**
|
|
@@ -2705,7 +2705,7 @@ declare namespace Resiliencehub {
|
|
|
2705
2705
|
*/
|
|
2706
2706
|
additionalInfo?: AdditionalInfoMap;
|
|
2707
2707
|
/**
|
|
2708
|
-
* The Amazon Resource Name (ARN) of the
|
|
2708
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2709
2709
|
*/
|
|
2710
2710
|
appArn: Arn;
|
|
2711
2711
|
/**
|
|
@@ -2723,7 +2723,7 @@ declare namespace Resiliencehub {
|
|
|
2723
2723
|
}
|
|
2724
2724
|
export interface UpdateAppVersionAppComponentResponse {
|
|
2725
2725
|
/**
|
|
2726
|
-
* The Amazon Resource Name (ARN) of the
|
|
2726
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2727
2727
|
*/
|
|
2728
2728
|
appArn: Arn;
|
|
2729
2729
|
/**
|
|
@@ -2731,17 +2731,17 @@ declare namespace Resiliencehub {
|
|
|
2731
2731
|
*/
|
|
2732
2732
|
appComponent?: AppComponent;
|
|
2733
2733
|
/**
|
|
2734
|
-
* The
|
|
2734
|
+
* The Resilience Hub application version.
|
|
2735
2735
|
*/
|
|
2736
2736
|
appVersion: EntityVersion;
|
|
2737
2737
|
}
|
|
2738
2738
|
export interface UpdateAppVersionRequest {
|
|
2739
2739
|
/**
|
|
2740
|
-
* Additional configuration parameters for an
|
|
2740
|
+
* Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. 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>"}]}]"
|
|
2741
2741
|
*/
|
|
2742
2742
|
additionalInfo?: AdditionalInfoMap;
|
|
2743
2743
|
/**
|
|
2744
|
-
* The Amazon Resource Name (ARN) of the
|
|
2744
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2745
2745
|
*/
|
|
2746
2746
|
appArn: Arn;
|
|
2747
2747
|
}
|
|
@@ -2751,11 +2751,11 @@ declare namespace Resiliencehub {
|
|
|
2751
2751
|
*/
|
|
2752
2752
|
additionalInfo?: AdditionalInfoMap;
|
|
2753
2753
|
/**
|
|
2754
|
-
* The Amazon Resource Name (ARN) of the
|
|
2754
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2755
2755
|
*/
|
|
2756
2756
|
appArn: Arn;
|
|
2757
2757
|
/**
|
|
2758
|
-
* The list of Application Components that this resource belongs to. If an Application Component is not part of the
|
|
2758
|
+
* The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
|
|
2759
2759
|
*/
|
|
2760
2760
|
appComponents?: AppComponentNameList;
|
|
2761
2761
|
/**
|
|
@@ -2789,11 +2789,11 @@ declare namespace Resiliencehub {
|
|
|
2789
2789
|
}
|
|
2790
2790
|
export interface UpdateAppVersionResourceResponse {
|
|
2791
2791
|
/**
|
|
2792
|
-
* The Amazon Resource Name (ARN) of the
|
|
2792
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2793
2793
|
*/
|
|
2794
2794
|
appArn: Arn;
|
|
2795
2795
|
/**
|
|
2796
|
-
* The
|
|
2796
|
+
* The Resilience Hub application version.
|
|
2797
2797
|
*/
|
|
2798
2798
|
appVersion: EntityVersion;
|
|
2799
2799
|
/**
|
|
@@ -2803,15 +2803,15 @@ declare namespace Resiliencehub {
|
|
|
2803
2803
|
}
|
|
2804
2804
|
export interface UpdateAppVersionResponse {
|
|
2805
2805
|
/**
|
|
2806
|
-
* Additional configuration parameters for an
|
|
2806
|
+
* Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters. Currently, this parameter supports only failover region and account.
|
|
2807
2807
|
*/
|
|
2808
2808
|
additionalInfo?: AdditionalInfoMap;
|
|
2809
2809
|
/**
|
|
2810
|
-
* The Amazon Resource Name (ARN) of the
|
|
2810
|
+
* The Amazon Resource Name (ARN) of the 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.
|
|
2811
2811
|
*/
|
|
2812
2812
|
appArn: Arn;
|
|
2813
2813
|
/**
|
|
2814
|
-
* The
|
|
2814
|
+
* The Resilience Hub application version.
|
|
2815
2815
|
*/
|
|
2816
2816
|
appVersion: EntityVersion;
|
|
2817
2817
|
}
|