@aws-sdk/client-resiliencehub 3.438.0 → 3.441.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/dist-cjs/protocols/Aws_restJson1.js +14 -0
- package/dist-es/protocols/Aws_restJson1.js +14 -0
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -2
- package/dist-types/commands/CreateAppCommand.d.ts +5 -4
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +3 -3
- package/dist-types/commands/ListAppsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +150 -102
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +4 -4
|
@@ -738,6 +738,15 @@ const se_ListAppsCommand = async (input, context) => {
|
|
|
738
738
|
maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
|
|
739
739
|
name: [, input.name],
|
|
740
740
|
appArn: [, input.appArn],
|
|
741
|
+
fromLastAssessmentTime: [
|
|
742
|
+
() => input.fromLastAssessmentTime !== void 0,
|
|
743
|
+
() => (input.fromLastAssessmentTime.toISOString().split(".")[0] + "Z").toString(),
|
|
744
|
+
],
|
|
745
|
+
toLastAssessmentTime: [
|
|
746
|
+
() => input.toLastAssessmentTime !== void 0,
|
|
747
|
+
() => (input.toLastAssessmentTime.toISOString().split(".")[0] + "Z").toString(),
|
|
748
|
+
],
|
|
749
|
+
reverseOrder: [() => input.reverseOrder !== void 0, () => input.reverseOrder.toString()],
|
|
741
750
|
});
|
|
742
751
|
let body;
|
|
743
752
|
return new protocol_http_1.HttpRequest({
|
|
@@ -4058,6 +4067,8 @@ const de_App = (output, context) => {
|
|
|
4058
4067
|
permissionModel: smithy_client_1._json,
|
|
4059
4068
|
policyArn: smithy_client_1.expectString,
|
|
4060
4069
|
resiliencyScore: smithy_client_1.limitedParseDouble,
|
|
4070
|
+
rpoInSecs: smithy_client_1.expectInt32,
|
|
4071
|
+
rtoInSecs: smithy_client_1.expectInt32,
|
|
4061
4072
|
status: smithy_client_1.expectString,
|
|
4062
4073
|
tags: smithy_client_1._json,
|
|
4063
4074
|
});
|
|
@@ -4128,8 +4139,11 @@ const de_AppSummary = (output, context) => {
|
|
|
4128
4139
|
creationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4129
4140
|
description: smithy_client_1.expectString,
|
|
4130
4141
|
driftStatus: smithy_client_1.expectString,
|
|
4142
|
+
lastAppComplianceEvaluationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4131
4143
|
name: smithy_client_1.expectString,
|
|
4132
4144
|
resiliencyScore: smithy_client_1.limitedParseDouble,
|
|
4145
|
+
rpoInSecs: smithy_client_1.expectInt32,
|
|
4146
|
+
rtoInSecs: smithy_client_1.expectInt32,
|
|
4133
4147
|
status: smithy_client_1.expectString,
|
|
4134
4148
|
});
|
|
4135
4149
|
};
|
|
@@ -703,6 +703,15 @@ export const se_ListAppsCommand = async (input, context) => {
|
|
|
703
703
|
maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
|
|
704
704
|
name: [, input.name],
|
|
705
705
|
appArn: [, input.appArn],
|
|
706
|
+
fromLastAssessmentTime: [
|
|
707
|
+
() => input.fromLastAssessmentTime !== void 0,
|
|
708
|
+
() => (input.fromLastAssessmentTime.toISOString().split(".")[0] + "Z").toString(),
|
|
709
|
+
],
|
|
710
|
+
toLastAssessmentTime: [
|
|
711
|
+
() => input.toLastAssessmentTime !== void 0,
|
|
712
|
+
() => (input.toLastAssessmentTime.toISOString().split(".")[0] + "Z").toString(),
|
|
713
|
+
],
|
|
714
|
+
reverseOrder: [() => input.reverseOrder !== void 0, () => input.reverseOrder.toString()],
|
|
706
715
|
});
|
|
707
716
|
let body;
|
|
708
717
|
return new __HttpRequest({
|
|
@@ -3945,6 +3954,8 @@ const de_App = (output, context) => {
|
|
|
3945
3954
|
permissionModel: _json,
|
|
3946
3955
|
policyArn: __expectString,
|
|
3947
3956
|
resiliencyScore: __limitedParseDouble,
|
|
3957
|
+
rpoInSecs: __expectInt32,
|
|
3958
|
+
rtoInSecs: __expectInt32,
|
|
3948
3959
|
status: __expectString,
|
|
3949
3960
|
tags: _json,
|
|
3950
3961
|
});
|
|
@@ -4015,8 +4026,11 @@ const de_AppSummary = (output, context) => {
|
|
|
4015
4026
|
creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
4016
4027
|
description: __expectString,
|
|
4017
4028
|
driftStatus: __expectString,
|
|
4029
|
+
lastAppComplianceEvaluationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
4018
4030
|
name: __expectString,
|
|
4019
4031
|
resiliencyScore: __limitedParseDouble,
|
|
4032
|
+
rpoInSecs: __expectInt32,
|
|
4033
|
+
rtoInSecs: __expectInt32,
|
|
4020
4034
|
status: __expectString,
|
|
4021
4035
|
});
|
|
4022
4036
|
};
|
|
@@ -23,8 +23,7 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Adds the resource
|
|
27
|
-
* existing resource mapping to a new physical resource.</p>
|
|
26
|
+
* <p>Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources suported by Resilience Hub and how to add them in your application, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html">Step 2: How is your application managed?</a> in the Resilience Hub User Guide.</p>
|
|
28
27
|
* @example
|
|
29
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
29
|
* ```javascript
|
|
@@ -24,10 +24,9 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates an Resilience Hub application. An Resilience Hub application is a
|
|
27
|
-
* collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application,
|
|
28
|
-
* application name, resources from one or more CloudFormation stacks, Resource Groups, Terraform state files, AppRegistry applications, and an appropriate
|
|
29
|
-
* resiliency policy. In addition, you can also add resources that are located on Amazon Elastic Kubernetes Service (Amazon EKS) clusters as optional resources. For more information
|
|
30
|
-
* about the number of resources supported per application, see <a href="https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub">Service
|
|
27
|
+
* collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application,
|
|
28
|
+
* you provide an application name, resources from one or more CloudFormation stacks, Resource Groups, Terraform state files, AppRegistry applications, and an appropriate
|
|
29
|
+
* resiliency policy. In addition, you can also add resources that are located on Amazon Elastic Kubernetes Service (Amazon EKS) clusters as optional resources. For more information about the number of resources supported per application, see <a href="https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub">Service
|
|
31
30
|
* quotas</a>.</p>
|
|
32
31
|
* <p>After you create an Resilience Hub application, you publish it so that you can run a resiliency
|
|
33
32
|
* assessment on it. You can then use recommendations from the assessment to improve resiliency
|
|
@@ -98,6 +97,8 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
98
97
|
* // ],
|
|
99
98
|
* // driftStatus: "STRING_VALUE",
|
|
100
99
|
* // lastDriftEvaluationTime: new Date("TIMESTAMP"),
|
|
100
|
+
* // rtoInSecs: Number("int"),
|
|
101
|
+
* // rpoInSecs: Number("int"),
|
|
101
102
|
* // },
|
|
102
103
|
* // };
|
|
103
104
|
*
|
|
@@ -24,6 +24,13 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a resiliency policy for an application.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>Resilience Hub allows you to provide a value of zero for <code>rtoInSecs</code> and
|
|
29
|
+
* <code>rpoInSecs</code> of your resiliency policy. But, while assessing your application, the lowest possible assessment result is near zero. Hence, if you provide value
|
|
30
|
+
* zero for <code>rtoInSecs</code> and <code>rpoInSecs</code>, the estimated workload RTO and estimated workload RPO result will be near zero and the <b>Compliance
|
|
31
|
+
* status</b> for your application will be set to <b>Policy
|
|
32
|
+
* breached</b>.</p>
|
|
33
|
+
* </note>
|
|
27
34
|
* @example
|
|
28
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
36
|
* ```javascript
|
|
@@ -67,6 +67,8 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
|
|
|
67
67
|
* // ],
|
|
68
68
|
* // driftStatus: "STRING_VALUE",
|
|
69
69
|
* // lastDriftEvaluationTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // rtoInSecs: Number("int"),
|
|
71
|
+
* // rpoInSecs: Number("int"),
|
|
70
72
|
* // },
|
|
71
73
|
* // };
|
|
72
74
|
*
|
|
@@ -23,9 +23,9 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Describes a specified resiliency policy for an Resilience Hub application. The
|
|
27
|
-
* policy object includes creation time, data location constraints, the Amazon Resource
|
|
28
|
-
* (ARN) for the policy, tags, tier, and more.</p>
|
|
26
|
+
* <p>Describes a specified resiliency policy for an Resilience Hub application. The
|
|
27
|
+
* returned policy object includes creation time, data location constraints, the Amazon Resource
|
|
28
|
+
* Name (ARN) for the policy, tags, tier, and more.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -44,6 +44,9 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
|
|
|
44
44
|
* maxResults: Number("int"),
|
|
45
45
|
* name: "STRING_VALUE",
|
|
46
46
|
* appArn: "STRING_VALUE",
|
|
47
|
+
* fromLastAssessmentTime: new Date("TIMESTAMP"),
|
|
48
|
+
* toLastAssessmentTime: new Date("TIMESTAMP"),
|
|
49
|
+
* reverseOrder: true || false,
|
|
47
50
|
* };
|
|
48
51
|
* const command = new ListAppsCommand(input);
|
|
49
52
|
* const response = await client.send(command);
|
|
@@ -59,6 +62,9 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
|
|
|
59
62
|
* // assessmentSchedule: "STRING_VALUE",
|
|
60
63
|
* // status: "STRING_VALUE",
|
|
61
64
|
* // driftStatus: "STRING_VALUE",
|
|
65
|
+
* // lastAppComplianceEvaluationTime: new Date("TIMESTAMP"),
|
|
66
|
+
* // rtoInSecs: Number("int"),
|
|
67
|
+
* // rpoInSecs: Number("int"),
|
|
62
68
|
* // },
|
|
63
69
|
* // ],
|
|
64
70
|
* // nextToken: "STRING_VALUE",
|
|
@@ -85,6 +85,8 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
|
|
|
85
85
|
* // ],
|
|
86
86
|
* // driftStatus: "STRING_VALUE",
|
|
87
87
|
* // lastDriftEvaluationTime: new Date("TIMESTAMP"),
|
|
88
|
+
* // rtoInSecs: Number("int"),
|
|
89
|
+
* // rpoInSecs: Number("int"),
|
|
88
90
|
* // },
|
|
89
91
|
* // };
|
|
90
92
|
*
|
|
@@ -24,6 +24,15 @@ export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPol
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates a resiliency policy.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>Resilience Hub allows you to provide a value of zero for <code>rtoInSecs</code> and
|
|
29
|
+
* <code>rpoInSecs</code> of your resiliency policy. But, while assessing your application,
|
|
30
|
+
* the lowest possible assessment result is near zero. Hence, if you provide value
|
|
31
|
+
* zero for <code>rtoInSecs</code> and <code>rpoInSecs</code>, the estimated workload RTO and
|
|
32
|
+
* estimated workload RPO result will be near zero and the <b>Compliance
|
|
33
|
+
* status</b> for your application will be set to <b>Policy
|
|
34
|
+
* breached</b>.</p>
|
|
35
|
+
* </note>
|
|
27
36
|
* @example
|
|
28
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
38
|
* ```javascript
|
|
@@ -294,7 +294,7 @@ export interface AddDraftAppVersionResourceMappingsRequest {
|
|
|
294
294
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
295
295
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
296
296
|
* Amazon Resource Names (ARNs)</a> in the
|
|
297
|
-
* <i>
|
|
297
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
298
298
|
*/
|
|
299
299
|
appArn: string | undefined;
|
|
300
300
|
/**
|
|
@@ -317,7 +317,7 @@ export interface AddDraftAppVersionResourceMappingsResponse {
|
|
|
317
317
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
318
318
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
319
319
|
* Amazon Resource Names (ARNs)</a> in the
|
|
320
|
-
* <i>
|
|
320
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
321
321
|
*/
|
|
322
322
|
appArn: string | undefined;
|
|
323
323
|
/**
|
|
@@ -620,12 +620,11 @@ export interface EventSubscription {
|
|
|
620
620
|
eventType: EventType | undefined;
|
|
621
621
|
/**
|
|
622
622
|
* @public
|
|
623
|
-
* <p>Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is:
|
|
624
|
-
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>.
|
|
623
|
+
* <p>Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is: <code>arn:partition:sns:region:account:topic-name</code>.
|
|
625
624
|
* For more information about ARNs,
|
|
626
625
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
627
626
|
* Amazon Resource Names (ARNs)</a> in the
|
|
628
|
-
* <i>
|
|
627
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
629
628
|
*/
|
|
630
629
|
snsTopicArn?: string;
|
|
631
630
|
}
|
|
@@ -710,7 +709,7 @@ export interface App {
|
|
|
710
709
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
711
710
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
712
711
|
* Amazon Resource Names (ARNs)</a> in the
|
|
713
|
-
* <i>
|
|
712
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
714
713
|
*/
|
|
715
714
|
appArn: string | undefined;
|
|
716
715
|
/**
|
|
@@ -732,13 +731,13 @@ export interface App {
|
|
|
732
731
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
733
732
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
734
733
|
* Amazon Resource Names (ARNs)</a> in the
|
|
735
|
-
* <i>
|
|
734
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
736
735
|
*/
|
|
737
736
|
policyArn?: string;
|
|
738
737
|
/**
|
|
739
738
|
* @public
|
|
740
|
-
* <p>
|
|
741
|
-
*
|
|
739
|
+
* <p>Date
|
|
740
|
+
* and time when the app was created.</p>
|
|
742
741
|
*/
|
|
743
742
|
creationTime: Date | undefined;
|
|
744
743
|
/**
|
|
@@ -754,8 +753,8 @@ export interface App {
|
|
|
754
753
|
complianceStatus?: AppComplianceStatusType;
|
|
755
754
|
/**
|
|
756
755
|
* @public
|
|
757
|
-
* <p>
|
|
758
|
-
*
|
|
756
|
+
* <p>Date
|
|
757
|
+
* and time the most recent compliance evaluation.</p>
|
|
759
758
|
*/
|
|
760
759
|
lastAppComplianceEvaluationTime?: Date;
|
|
761
760
|
/**
|
|
@@ -766,8 +765,8 @@ export interface App {
|
|
|
766
765
|
resiliencyScore?: number;
|
|
767
766
|
/**
|
|
768
767
|
* @public
|
|
769
|
-
* <p>
|
|
770
|
-
*
|
|
768
|
+
* <p>Date
|
|
769
|
+
* and time the most recent resiliency score evaluation.</p>
|
|
771
770
|
*/
|
|
772
771
|
lastResiliencyScoreEvaluationTime?: Date;
|
|
773
772
|
/**
|
|
@@ -809,6 +808,16 @@ export interface App {
|
|
|
809
808
|
* a drift was evaluated.</p>
|
|
810
809
|
*/
|
|
811
810
|
lastDriftEvaluationTime?: Date;
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
* <p>Recovery Time Objective (RTO) in seconds.</p>
|
|
814
|
+
*/
|
|
815
|
+
rtoInSecs?: number;
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
* <p>Recovery Point Objective (RPO) in seconds.</p>
|
|
819
|
+
*/
|
|
820
|
+
rpoInSecs?: number;
|
|
812
821
|
}
|
|
813
822
|
/**
|
|
814
823
|
* @public
|
|
@@ -1005,12 +1014,12 @@ export type EstimatedCostTier = (typeof EstimatedCostTier)[keyof typeof Estimate
|
|
|
1005
1014
|
export interface FailurePolicy {
|
|
1006
1015
|
/**
|
|
1007
1016
|
* @public
|
|
1008
|
-
* <p>
|
|
1017
|
+
* <p>Recovery Time Objective (RTO) in seconds.</p>
|
|
1009
1018
|
*/
|
|
1010
1019
|
rtoInSecs: number | undefined;
|
|
1011
1020
|
/**
|
|
1012
1021
|
* @public
|
|
1013
|
-
* <p>
|
|
1022
|
+
* <p>Recovery Point Objective (RPO) in seconds.</p>
|
|
1014
1023
|
*/
|
|
1015
1024
|
rpoInSecs: number | undefined;
|
|
1016
1025
|
}
|
|
@@ -1033,6 +1042,12 @@ export type ResiliencyPolicyTier = (typeof ResiliencyPolicyTier)[keyof typeof Re
|
|
|
1033
1042
|
/**
|
|
1034
1043
|
* @public
|
|
1035
1044
|
* <p>Defines a resiliency policy.</p>
|
|
1045
|
+
* <note>
|
|
1046
|
+
* <p>Resilience Hub allows you to provide a value of zero for <code>rtoInSecs</code> and <code>rpoInSecs</code> of your resiliency policy. But, while assessing
|
|
1047
|
+
* your application, the lowest possible assessment result is near zero. Hence,
|
|
1048
|
+
* if you provide value zero for <code>rtoInSecs</code> and <code>rpoInSecs</code>, the estimated workload RTO and estimated
|
|
1049
|
+
* workload RPO result will be near zero and the <b>Compliance status</b> for your application will be set to <b>Policy breached</b>.</p>
|
|
1050
|
+
* </note>
|
|
1036
1051
|
*/
|
|
1037
1052
|
export interface ResiliencyPolicy {
|
|
1038
1053
|
/**
|
|
@@ -1041,7 +1056,7 @@ export interface ResiliencyPolicy {
|
|
|
1041
1056
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
1042
1057
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1043
1058
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1044
|
-
* <i>
|
|
1059
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1045
1060
|
*/
|
|
1046
1061
|
policyArn?: string;
|
|
1047
1062
|
/**
|
|
@@ -1078,7 +1093,8 @@ export interface ResiliencyPolicy {
|
|
|
1078
1093
|
policy?: Partial<Record<DisruptionType, FailurePolicy>>;
|
|
1079
1094
|
/**
|
|
1080
1095
|
* @public
|
|
1081
|
-
* <p>
|
|
1096
|
+
* <p>Date
|
|
1097
|
+
* and time when the resiliency policy was created.</p>
|
|
1082
1098
|
*/
|
|
1083
1099
|
creationTime?: Date;
|
|
1084
1100
|
/**
|
|
@@ -1156,7 +1172,7 @@ export interface AppAssessment {
|
|
|
1156
1172
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1157
1173
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1158
1174
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1159
|
-
* <i>
|
|
1175
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1160
1176
|
*/
|
|
1161
1177
|
appArn?: string;
|
|
1162
1178
|
/**
|
|
@@ -1221,7 +1237,7 @@ export interface AppAssessment {
|
|
|
1221
1237
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
1222
1238
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1223
1239
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1224
|
-
* <i>
|
|
1240
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1225
1241
|
*/
|
|
1226
1242
|
assessmentArn: string | undefined;
|
|
1227
1243
|
/**
|
|
@@ -1264,7 +1280,7 @@ export interface AppAssessmentSummary {
|
|
|
1264
1280
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1265
1281
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1266
1282
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1267
|
-
* <i>
|
|
1283
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1268
1284
|
*/
|
|
1269
1285
|
appArn?: string;
|
|
1270
1286
|
/**
|
|
@@ -1308,7 +1324,7 @@ export interface AppAssessmentSummary {
|
|
|
1308
1324
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
1309
1325
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1310
1326
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1311
|
-
* <i>
|
|
1327
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1312
1328
|
*/
|
|
1313
1329
|
assessmentArn: string | undefined;
|
|
1314
1330
|
/**
|
|
@@ -1420,7 +1436,7 @@ export interface EksSourceClusterNamespace {
|
|
|
1420
1436
|
* arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs,
|
|
1421
1437
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1422
1438
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1423
|
-
* <i>
|
|
1439
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1424
1440
|
*/
|
|
1425
1441
|
eksClusterArn: string | undefined;
|
|
1426
1442
|
/**
|
|
@@ -1460,7 +1476,7 @@ export interface AppInputSource {
|
|
|
1460
1476
|
* <p>The Amazon Resource Name (ARN) of the input source. For more information about ARNs,
|
|
1461
1477
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1462
1478
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1463
|
-
* <i>
|
|
1479
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1464
1480
|
*/
|
|
1465
1481
|
sourceArn?: string;
|
|
1466
1482
|
/**
|
|
@@ -1490,7 +1506,7 @@ export interface AppSummary {
|
|
|
1490
1506
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1491
1507
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1492
1508
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1493
|
-
* <i>
|
|
1509
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1494
1510
|
*/
|
|
1495
1511
|
appArn: string | undefined;
|
|
1496
1512
|
/**
|
|
@@ -1505,7 +1521,8 @@ export interface AppSummary {
|
|
|
1505
1521
|
description?: string;
|
|
1506
1522
|
/**
|
|
1507
1523
|
* @public
|
|
1508
|
-
* <p>
|
|
1524
|
+
* <p>Date
|
|
1525
|
+
* and time when the app was created.</p>
|
|
1509
1526
|
*/
|
|
1510
1527
|
creationTime: Date | undefined;
|
|
1511
1528
|
/**
|
|
@@ -1534,6 +1551,22 @@ export interface AppSummary {
|
|
|
1534
1551
|
* your application.</p>
|
|
1535
1552
|
*/
|
|
1536
1553
|
driftStatus?: AppDriftStatusType;
|
|
1554
|
+
/**
|
|
1555
|
+
* @public
|
|
1556
|
+
* <p>Date
|
|
1557
|
+
* and time of the most recent compliance evaluation.</p>
|
|
1558
|
+
*/
|
|
1559
|
+
lastAppComplianceEvaluationTime?: Date;
|
|
1560
|
+
/**
|
|
1561
|
+
* @public
|
|
1562
|
+
* <p>Recovery Time Objective (RTO) in seconds.</p>
|
|
1563
|
+
*/
|
|
1564
|
+
rtoInSecs?: number;
|
|
1565
|
+
/**
|
|
1566
|
+
* @public
|
|
1567
|
+
* <p>Recovery Point Objective (RPO) in seconds.</p>
|
|
1568
|
+
*/
|
|
1569
|
+
rpoInSecs?: number;
|
|
1537
1570
|
}
|
|
1538
1571
|
/**
|
|
1539
1572
|
* @public
|
|
@@ -1627,7 +1660,7 @@ export interface BatchUpdateRecommendationStatusRequest {
|
|
|
1627
1660
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1628
1661
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1629
1662
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1630
|
-
* <i>
|
|
1663
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1631
1664
|
*/
|
|
1632
1665
|
appArn: string | undefined;
|
|
1633
1666
|
/**
|
|
@@ -1703,7 +1736,7 @@ export interface BatchUpdateRecommendationStatusResponse {
|
|
|
1703
1736
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1704
1737
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1705
1738
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1706
|
-
* <i>
|
|
1739
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1707
1740
|
*/
|
|
1708
1741
|
appArn: string | undefined;
|
|
1709
1742
|
/**
|
|
@@ -1737,7 +1770,7 @@ export interface CreateAppRequest {
|
|
|
1737
1770
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
1738
1771
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1739
1772
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1740
|
-
* <i>
|
|
1773
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1741
1774
|
*/
|
|
1742
1775
|
policyArn?: string;
|
|
1743
1776
|
/**
|
|
@@ -1805,7 +1838,7 @@ export interface CreateAppVersionAppComponentRequest {
|
|
|
1805
1838
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1806
1839
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1807
1840
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1808
|
-
* <i>
|
|
1841
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1809
1842
|
*/
|
|
1810
1843
|
appArn: string | undefined;
|
|
1811
1844
|
/**
|
|
@@ -1845,7 +1878,7 @@ export interface CreateAppVersionAppComponentResponse {
|
|
|
1845
1878
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1846
1879
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1847
1880
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1848
|
-
* <i>
|
|
1881
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1849
1882
|
*/
|
|
1850
1883
|
appArn: string | undefined;
|
|
1851
1884
|
/**
|
|
@@ -1904,7 +1937,7 @@ export interface CreateAppVersionResourceRequest {
|
|
|
1904
1937
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
1905
1938
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1906
1939
|
* Amazon Resource Names (ARNs)</a> in the
|
|
1907
|
-
* <i>
|
|
1940
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1908
1941
|
*/
|
|
1909
1942
|
appArn: string | undefined;
|
|
1910
1943
|
/**
|
|
@@ -1992,7 +2025,7 @@ export interface PhysicalResource {
|
|
|
1992
2025
|
physicalResourceId: PhysicalResourceId | undefined;
|
|
1993
2026
|
/**
|
|
1994
2027
|
* @public
|
|
1995
|
-
* <p>
|
|
2028
|
+
* <p>Type of resource.</p>
|
|
1996
2029
|
*/
|
|
1997
2030
|
resourceType: string | undefined;
|
|
1998
2031
|
/**
|
|
@@ -2038,7 +2071,7 @@ export interface CreateAppVersionResourceResponse {
|
|
|
2038
2071
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2039
2072
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2040
2073
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2041
|
-
* <i>
|
|
2074
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2042
2075
|
*/
|
|
2043
2076
|
appArn: string | undefined;
|
|
2044
2077
|
/**
|
|
@@ -2126,7 +2159,7 @@ export interface CreateRecommendationTemplateRequest {
|
|
|
2126
2159
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
2127
2160
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2128
2161
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2129
|
-
* <i>
|
|
2162
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2130
2163
|
*/
|
|
2131
2164
|
assessmentArn: string | undefined;
|
|
2132
2165
|
/**
|
|
@@ -2198,7 +2231,7 @@ export interface RecommendationTemplate {
|
|
|
2198
2231
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
2199
2232
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2200
2233
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2201
|
-
* <i>
|
|
2234
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2202
2235
|
*/
|
|
2203
2236
|
assessmentArn: string | undefined;
|
|
2204
2237
|
/**
|
|
@@ -2207,7 +2240,7 @@ export interface RecommendationTemplate {
|
|
|
2207
2240
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2208
2241
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2209
2242
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2210
|
-
* <i>
|
|
2243
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2211
2244
|
*/
|
|
2212
2245
|
appArn?: string;
|
|
2213
2246
|
/**
|
|
@@ -2368,7 +2401,7 @@ export interface DeleteAppRequest {
|
|
|
2368
2401
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2369
2402
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2370
2403
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2371
|
-
* <i>
|
|
2404
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2372
2405
|
*/
|
|
2373
2406
|
appArn: string | undefined;
|
|
2374
2407
|
/**
|
|
@@ -2393,7 +2426,7 @@ export interface DeleteAppResponse {
|
|
|
2393
2426
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2394
2427
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2395
2428
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2396
|
-
* <i>
|
|
2429
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2397
2430
|
*/
|
|
2398
2431
|
appArn: string | undefined;
|
|
2399
2432
|
}
|
|
@@ -2407,7 +2440,7 @@ export interface DeleteAppAssessmentRequest {
|
|
|
2407
2440
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
2408
2441
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2409
2442
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2410
|
-
* <i>
|
|
2443
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2411
2444
|
*/
|
|
2412
2445
|
assessmentArn: string | undefined;
|
|
2413
2446
|
/**
|
|
@@ -2427,7 +2460,7 @@ export interface DeleteAppAssessmentResponse {
|
|
|
2427
2460
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
2428
2461
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2429
2462
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2430
|
-
* <i>
|
|
2463
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2431
2464
|
*/
|
|
2432
2465
|
assessmentArn: string | undefined;
|
|
2433
2466
|
/**
|
|
@@ -2446,7 +2479,7 @@ export interface DeleteAppInputSourceRequest {
|
|
|
2446
2479
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2447
2480
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2448
2481
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2449
|
-
* <i>
|
|
2482
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2450
2483
|
*/
|
|
2451
2484
|
appArn: string | undefined;
|
|
2452
2485
|
/**
|
|
@@ -2455,7 +2488,7 @@ export interface DeleteAppInputSourceRequest {
|
|
|
2455
2488
|
* Resilience Hub application. For more information about ARNs,
|
|
2456
2489
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2457
2490
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2458
|
-
* <i>
|
|
2491
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2459
2492
|
*/
|
|
2460
2493
|
sourceArn?: string;
|
|
2461
2494
|
/**
|
|
@@ -2485,7 +2518,7 @@ export interface DeleteAppInputSourceResponse {
|
|
|
2485
2518
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2486
2519
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2487
2520
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2488
|
-
* <i>
|
|
2521
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2489
2522
|
*/
|
|
2490
2523
|
appArn?: string;
|
|
2491
2524
|
/**
|
|
@@ -2504,7 +2537,7 @@ export interface DeleteAppVersionAppComponentRequest {
|
|
|
2504
2537
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2505
2538
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2506
2539
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2507
|
-
* <i>
|
|
2540
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2508
2541
|
*/
|
|
2509
2542
|
appArn: string | undefined;
|
|
2510
2543
|
/**
|
|
@@ -2529,7 +2562,7 @@ export interface DeleteAppVersionAppComponentResponse {
|
|
|
2529
2562
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2530
2563
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2531
2564
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2532
|
-
* <i>
|
|
2565
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2533
2566
|
*/
|
|
2534
2567
|
appArn: string | undefined;
|
|
2535
2568
|
/**
|
|
@@ -2553,7 +2586,7 @@ export interface DeleteAppVersionResourceRequest {
|
|
|
2553
2586
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2554
2587
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2555
2588
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2556
|
-
* <i>
|
|
2589
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2557
2590
|
*/
|
|
2558
2591
|
appArn: string | undefined;
|
|
2559
2592
|
/**
|
|
@@ -2598,7 +2631,7 @@ export interface DeleteAppVersionResourceResponse {
|
|
|
2598
2631
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2599
2632
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2600
2633
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2601
|
-
* <i>
|
|
2634
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2602
2635
|
*/
|
|
2603
2636
|
appArn: string | undefined;
|
|
2604
2637
|
/**
|
|
@@ -2653,7 +2686,7 @@ export interface DeleteResiliencyPolicyRequest {
|
|
|
2653
2686
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
2654
2687
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2655
2688
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2656
|
-
* <i>
|
|
2689
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2657
2690
|
*/
|
|
2658
2691
|
policyArn: string | undefined;
|
|
2659
2692
|
/**
|
|
@@ -2673,7 +2706,7 @@ export interface DeleteResiliencyPolicyResponse {
|
|
|
2673
2706
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
2674
2707
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2675
2708
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2676
|
-
* <i>
|
|
2709
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2677
2710
|
*/
|
|
2678
2711
|
policyArn: string | undefined;
|
|
2679
2712
|
}
|
|
@@ -2687,7 +2720,7 @@ export interface DescribeAppRequest {
|
|
|
2687
2720
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2688
2721
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2689
2722
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2690
|
-
* <i>
|
|
2723
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2691
2724
|
*/
|
|
2692
2725
|
appArn: string | undefined;
|
|
2693
2726
|
}
|
|
@@ -2712,7 +2745,7 @@ export interface DescribeAppAssessmentRequest {
|
|
|
2712
2745
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
2713
2746
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2714
2747
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2715
|
-
* <i>
|
|
2748
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2716
2749
|
*/
|
|
2717
2750
|
assessmentArn: string | undefined;
|
|
2718
2751
|
}
|
|
@@ -2738,7 +2771,7 @@ export interface DescribeAppVersionRequest {
|
|
|
2738
2771
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2739
2772
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2740
2773
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2741
|
-
* <i>
|
|
2774
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2742
2775
|
*/
|
|
2743
2776
|
appArn: string | undefined;
|
|
2744
2777
|
/**
|
|
@@ -2757,7 +2790,7 @@ export interface DescribeAppVersionResponse {
|
|
|
2757
2790
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2758
2791
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2759
2792
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2760
|
-
* <i>
|
|
2793
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2761
2794
|
*/
|
|
2762
2795
|
appArn: string | undefined;
|
|
2763
2796
|
/**
|
|
@@ -2784,7 +2817,7 @@ export interface DescribeAppVersionAppComponentRequest {
|
|
|
2784
2817
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2785
2818
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2786
2819
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2787
|
-
* <i>
|
|
2820
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2788
2821
|
*/
|
|
2789
2822
|
appArn: string | undefined;
|
|
2790
2823
|
/**
|
|
@@ -2808,7 +2841,7 @@ export interface DescribeAppVersionAppComponentResponse {
|
|
|
2808
2841
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2809
2842
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2810
2843
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2811
|
-
* <i>
|
|
2844
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2812
2845
|
*/
|
|
2813
2846
|
appArn: string | undefined;
|
|
2814
2847
|
/**
|
|
@@ -2832,7 +2865,7 @@ export interface DescribeAppVersionResourceRequest {
|
|
|
2832
2865
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2833
2866
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2834
2867
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2835
|
-
* <i>
|
|
2868
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2836
2869
|
*/
|
|
2837
2870
|
appArn: string | undefined;
|
|
2838
2871
|
/**
|
|
@@ -2876,7 +2909,7 @@ export interface DescribeAppVersionResourceResponse {
|
|
|
2876
2909
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2877
2910
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2878
2911
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2879
|
-
* <i>
|
|
2912
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2880
2913
|
*/
|
|
2881
2914
|
appArn: string | undefined;
|
|
2882
2915
|
/**
|
|
@@ -2900,7 +2933,7 @@ export interface DescribeAppVersionResourcesResolutionStatusRequest {
|
|
|
2900
2933
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2901
2934
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2902
2935
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2903
|
-
* <i>
|
|
2936
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2904
2937
|
*/
|
|
2905
2938
|
appArn: string | undefined;
|
|
2906
2939
|
/**
|
|
@@ -2938,7 +2971,7 @@ export interface DescribeAppVersionResourcesResolutionStatusResponse {
|
|
|
2938
2971
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2939
2972
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2940
2973
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2941
|
-
* <i>
|
|
2974
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2942
2975
|
*/
|
|
2943
2976
|
appArn: string | undefined;
|
|
2944
2977
|
/**
|
|
@@ -2972,7 +3005,7 @@ export interface DescribeAppVersionTemplateRequest {
|
|
|
2972
3005
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2973
3006
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2974
3007
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2975
|
-
* <i>
|
|
3008
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2976
3009
|
*/
|
|
2977
3010
|
appArn: string | undefined;
|
|
2978
3011
|
/**
|
|
@@ -2991,7 +3024,7 @@ export interface DescribeAppVersionTemplateResponse {
|
|
|
2991
3024
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
2992
3025
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2993
3026
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2994
|
-
* <i>
|
|
3027
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2995
3028
|
*/
|
|
2996
3029
|
appArn: string | undefined;
|
|
2997
3030
|
/**
|
|
@@ -3274,7 +3307,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
|
3274
3307
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3275
3308
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3276
3309
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3277
|
-
* <i>
|
|
3310
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3278
3311
|
*/
|
|
3279
3312
|
appArn: string | undefined;
|
|
3280
3313
|
}
|
|
@@ -3302,7 +3335,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
|
|
|
3302
3335
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3303
3336
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3304
3337
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3305
|
-
* <i>
|
|
3338
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3306
3339
|
*/
|
|
3307
3340
|
appArn: string | undefined;
|
|
3308
3341
|
/**
|
|
@@ -3317,7 +3350,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
|
|
|
3317
3350
|
status: ResourceImportStatusType | undefined;
|
|
3318
3351
|
/**
|
|
3319
3352
|
* @public
|
|
3320
|
-
* <p>The
|
|
3353
|
+
* <p>The time when the status last changed.</p>
|
|
3321
3354
|
*/
|
|
3322
3355
|
statusChangeTime: Date | undefined;
|
|
3323
3356
|
/**
|
|
@@ -3336,7 +3369,7 @@ export interface DescribeResiliencyPolicyRequest {
|
|
|
3336
3369
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
3337
3370
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3338
3371
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3339
|
-
* <i>
|
|
3372
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3340
3373
|
*/
|
|
3341
3374
|
policyArn: string | undefined;
|
|
3342
3375
|
}
|
|
@@ -3363,7 +3396,7 @@ export interface EksSource {
|
|
|
3363
3396
|
* arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs,
|
|
3364
3397
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3365
3398
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3366
|
-
* <i>
|
|
3399
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3367
3400
|
*/
|
|
3368
3401
|
eksClusterArn: string | undefined;
|
|
3369
3402
|
/**
|
|
@@ -3394,7 +3427,7 @@ export interface ImportResourcesToDraftAppVersionRequest {
|
|
|
3394
3427
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3395
3428
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3396
3429
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3397
|
-
* <i>
|
|
3430
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3398
3431
|
*/
|
|
3399
3432
|
appArn: string | undefined;
|
|
3400
3433
|
/**
|
|
@@ -3429,7 +3462,7 @@ export interface ImportResourcesToDraftAppVersionResponse {
|
|
|
3429
3462
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3430
3463
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3431
3464
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3432
|
-
* <i>
|
|
3465
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3433
3466
|
*/
|
|
3434
3467
|
appArn: string | undefined;
|
|
3435
3468
|
/**
|
|
@@ -3470,7 +3503,7 @@ export interface ListAlarmRecommendationsRequest {
|
|
|
3470
3503
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
3471
3504
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3472
3505
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3473
|
-
* <i>
|
|
3506
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3474
3507
|
*/
|
|
3475
3508
|
assessmentArn: string | undefined;
|
|
3476
3509
|
/**
|
|
@@ -3512,7 +3545,7 @@ export interface ListAppAssessmentComplianceDriftsRequest {
|
|
|
3512
3545
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
3513
3546
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3514
3547
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3515
|
-
* <i>
|
|
3548
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3516
3549
|
*/
|
|
3517
3550
|
assessmentArn: string | undefined;
|
|
3518
3551
|
/**
|
|
@@ -3646,7 +3679,7 @@ export interface ListAppAssessmentsRequest {
|
|
|
3646
3679
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3647
3680
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3648
3681
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3649
|
-
* <i>
|
|
3682
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3650
3683
|
*/
|
|
3651
3684
|
appArn?: string;
|
|
3652
3685
|
/**
|
|
@@ -3726,7 +3759,7 @@ export interface ListAppComponentCompliancesRequest {
|
|
|
3726
3759
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
3727
3760
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3728
3761
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3729
|
-
* <i>
|
|
3762
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3730
3763
|
*/
|
|
3731
3764
|
assessmentArn: string | undefined;
|
|
3732
3765
|
}
|
|
@@ -3757,7 +3790,7 @@ export interface ListAppComponentRecommendationsRequest {
|
|
|
3757
3790
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
3758
3791
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3759
3792
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3760
|
-
* <i>
|
|
3793
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3761
3794
|
*/
|
|
3762
3795
|
assessmentArn: string | undefined;
|
|
3763
3796
|
/**
|
|
@@ -3958,7 +3991,7 @@ export interface ListAppInputSourcesRequest {
|
|
|
3958
3991
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
3959
3992
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
3960
3993
|
* Amazon Resource Names (ARNs)</a> in the
|
|
3961
|
-
* <i>
|
|
3994
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
3962
3995
|
*/
|
|
3963
3996
|
appArn: string | undefined;
|
|
3964
3997
|
/**
|
|
@@ -4018,9 +4051,24 @@ export interface ListAppsRequest {
|
|
|
4018
4051
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4019
4052
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4020
4053
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4021
|
-
* <i>
|
|
4054
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4022
4055
|
*/
|
|
4023
4056
|
appArn?: string;
|
|
4057
|
+
/**
|
|
4058
|
+
* @public
|
|
4059
|
+
* <p>Indicates the lower limit of the range that is used to filter applications based on their last assessment times.</p>
|
|
4060
|
+
*/
|
|
4061
|
+
fromLastAssessmentTime?: Date;
|
|
4062
|
+
/**
|
|
4063
|
+
* @public
|
|
4064
|
+
* <p>Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.</p>
|
|
4065
|
+
*/
|
|
4066
|
+
toLastAssessmentTime?: Date;
|
|
4067
|
+
/**
|
|
4068
|
+
* @public
|
|
4069
|
+
* <p>The application list is sorted based on the values of <code>lastAppComplianceEvaluationTime</code> field. By default, application list is sorted in ascending order. To sort the appliation list in descending order, set this field to <code>True</code>.</p>
|
|
4070
|
+
*/
|
|
4071
|
+
reverseOrder?: boolean;
|
|
4024
4072
|
}
|
|
4025
4073
|
/**
|
|
4026
4074
|
* @public
|
|
@@ -4047,7 +4095,7 @@ export interface ListAppVersionAppComponentsRequest {
|
|
|
4047
4095
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4048
4096
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4049
4097
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4050
|
-
* <i>
|
|
4098
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4051
4099
|
*/
|
|
4052
4100
|
appArn: string | undefined;
|
|
4053
4101
|
/**
|
|
@@ -4076,7 +4124,7 @@ export interface ListAppVersionAppComponentsResponse {
|
|
|
4076
4124
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4077
4125
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4078
4126
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4079
|
-
* <i>
|
|
4127
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4080
4128
|
*/
|
|
4081
4129
|
appArn: string | undefined;
|
|
4082
4130
|
/**
|
|
@@ -4105,7 +4153,7 @@ export interface ListAppVersionResourceMappingsRequest {
|
|
|
4105
4153
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4106
4154
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4107
4155
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4108
|
-
* <i>
|
|
4156
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4109
4157
|
*/
|
|
4110
4158
|
appArn: string | undefined;
|
|
4111
4159
|
/**
|
|
@@ -4154,7 +4202,7 @@ export interface ListAppVersionResourcesRequest {
|
|
|
4154
4202
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4155
4203
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4156
4204
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4157
|
-
* <i>
|
|
4205
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4158
4206
|
*/
|
|
4159
4207
|
appArn: string | undefined;
|
|
4160
4208
|
/**
|
|
@@ -4209,7 +4257,7 @@ export interface ListAppVersionsRequest {
|
|
|
4209
4257
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4210
4258
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4211
4259
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4212
|
-
* <i>
|
|
4260
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4213
4261
|
*/
|
|
4214
4262
|
appArn: string | undefined;
|
|
4215
4263
|
/**
|
|
@@ -4259,7 +4307,7 @@ export interface ListRecommendationTemplatesRequest {
|
|
|
4259
4307
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
4260
4308
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4261
4309
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4262
|
-
* <i>
|
|
4310
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4263
4311
|
*/
|
|
4264
4312
|
assessmentArn: string | undefined;
|
|
4265
4313
|
/**
|
|
@@ -4367,7 +4415,7 @@ export interface ListSopRecommendationsRequest {
|
|
|
4367
4415
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
4368
4416
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4369
4417
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4370
|
-
* <i>
|
|
4418
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4371
4419
|
*/
|
|
4372
4420
|
assessmentArn: string | undefined;
|
|
4373
4421
|
}
|
|
@@ -4519,7 +4567,7 @@ export interface ListTestRecommendationsRequest {
|
|
|
4519
4567
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
|
|
4520
4568
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4521
4569
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4522
|
-
* <i>
|
|
4570
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4523
4571
|
*/
|
|
4524
4572
|
assessmentArn: string | undefined;
|
|
4525
4573
|
}
|
|
@@ -4638,7 +4686,7 @@ export interface ListUnsupportedAppVersionResourcesRequest {
|
|
|
4638
4686
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4639
4687
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4640
4688
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4641
|
-
* <i>
|
|
4689
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4642
4690
|
*/
|
|
4643
4691
|
appArn: string | undefined;
|
|
4644
4692
|
/**
|
|
@@ -4722,7 +4770,7 @@ export interface PublishAppVersionRequest {
|
|
|
4722
4770
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4723
4771
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4724
4772
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4725
|
-
* <i>
|
|
4773
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4726
4774
|
*/
|
|
4727
4775
|
appArn: string | undefined;
|
|
4728
4776
|
/**
|
|
@@ -4741,7 +4789,7 @@ export interface PublishAppVersionResponse {
|
|
|
4741
4789
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4742
4790
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4743
4791
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4744
|
-
* <i>
|
|
4792
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4745
4793
|
*/
|
|
4746
4794
|
appArn: string | undefined;
|
|
4747
4795
|
/**
|
|
@@ -4770,7 +4818,7 @@ export interface PutDraftAppVersionTemplateRequest {
|
|
|
4770
4818
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
4771
4819
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4772
4820
|
* Amazon Resource Names (ARNs)</a> in the
|
|
4773
|
-
* <i>
|
|
4821
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4774
4822
|
*/
|
|
4775
4823
|
appArn: string | undefined;
|
|
4776
4824
|
/**
|
|
@@ -5048,7 +5096,7 @@ export interface PutDraftAppVersionTemplateResponse {
|
|
|
5048
5096
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5049
5097
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5050
5098
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5051
|
-
* <i>
|
|
5099
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5052
5100
|
*/
|
|
5053
5101
|
appArn?: string;
|
|
5054
5102
|
/**
|
|
@@ -5067,7 +5115,7 @@ export interface RemoveDraftAppVersionResourceMappingsRequest {
|
|
|
5067
5115
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5068
5116
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5069
5117
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5070
|
-
* <i>
|
|
5118
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5071
5119
|
*/
|
|
5072
5120
|
appArn: string | undefined;
|
|
5073
5121
|
/**
|
|
@@ -5114,7 +5162,7 @@ export interface RemoveDraftAppVersionResourceMappingsResponse {
|
|
|
5114
5162
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5115
5163
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5116
5164
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5117
|
-
* <i>
|
|
5165
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5118
5166
|
*/
|
|
5119
5167
|
appArn?: string;
|
|
5120
5168
|
/**
|
|
@@ -5133,7 +5181,7 @@ export interface ResolveAppVersionResourcesRequest {
|
|
|
5133
5181
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5134
5182
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5135
5183
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5136
|
-
* <i>
|
|
5184
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5137
5185
|
*/
|
|
5138
5186
|
appArn: string | undefined;
|
|
5139
5187
|
/**
|
|
@@ -5152,7 +5200,7 @@ export interface ResolveAppVersionResourcesResponse {
|
|
|
5152
5200
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5153
5201
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5154
5202
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5155
|
-
* <i>
|
|
5203
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5156
5204
|
*/
|
|
5157
5205
|
appArn: string | undefined;
|
|
5158
5206
|
/**
|
|
@@ -5181,7 +5229,7 @@ export interface StartAppAssessmentRequest {
|
|
|
5181
5229
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5182
5230
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5183
5231
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5184
|
-
* <i>
|
|
5232
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5185
5233
|
*/
|
|
5186
5234
|
appArn: string | undefined;
|
|
5187
5235
|
/**
|
|
@@ -5267,7 +5315,7 @@ export interface UpdateAppRequest {
|
|
|
5267
5315
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5268
5316
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5269
5317
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5270
|
-
* <i>
|
|
5318
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5271
5319
|
*/
|
|
5272
5320
|
appArn: string | undefined;
|
|
5273
5321
|
/**
|
|
@@ -5281,7 +5329,7 @@ export interface UpdateAppRequest {
|
|
|
5281
5329
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
5282
5330
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5283
5331
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5284
|
-
* <i>
|
|
5332
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5285
5333
|
*/
|
|
5286
5334
|
policyArn?: string;
|
|
5287
5335
|
/**
|
|
@@ -5333,7 +5381,7 @@ export interface UpdateAppVersionRequest {
|
|
|
5333
5381
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5334
5382
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5335
5383
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5336
|
-
* <i>
|
|
5384
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5337
5385
|
*/
|
|
5338
5386
|
appArn: string | undefined;
|
|
5339
5387
|
/**
|
|
@@ -5359,7 +5407,7 @@ export interface UpdateAppVersionResponse {
|
|
|
5359
5407
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5360
5408
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5361
5409
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5362
|
-
* <i>
|
|
5410
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5363
5411
|
*/
|
|
5364
5412
|
appArn: string | undefined;
|
|
5365
5413
|
/**
|
|
@@ -5386,7 +5434,7 @@ export interface UpdateAppVersionAppComponentRequest {
|
|
|
5386
5434
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5387
5435
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5388
5436
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5389
|
-
* <i>
|
|
5437
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5390
5438
|
*/
|
|
5391
5439
|
appArn: string | undefined;
|
|
5392
5440
|
/**
|
|
@@ -5420,7 +5468,7 @@ export interface UpdateAppVersionAppComponentResponse {
|
|
|
5420
5468
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5421
5469
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5422
5470
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5423
|
-
* <i>
|
|
5471
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5424
5472
|
*/
|
|
5425
5473
|
appArn: string | undefined;
|
|
5426
5474
|
/**
|
|
@@ -5444,7 +5492,7 @@ export interface UpdateAppVersionResourceRequest {
|
|
|
5444
5492
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5445
5493
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5446
5494
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5447
|
-
* <i>
|
|
5495
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5448
5496
|
*/
|
|
5449
5497
|
appArn: string | undefined;
|
|
5450
5498
|
/**
|
|
@@ -5506,7 +5554,7 @@ export interface UpdateAppVersionResourceResponse {
|
|
|
5506
5554
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
|
|
5507
5555
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5508
5556
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5509
|
-
* <i>
|
|
5557
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5510
5558
|
*/
|
|
5511
5559
|
appArn: string | undefined;
|
|
5512
5560
|
/**
|
|
@@ -5530,7 +5578,7 @@ export interface UpdateResiliencyPolicyRequest {
|
|
|
5530
5578
|
* arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
|
|
5531
5579
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
5532
5580
|
* Amazon Resource Names (ARNs)</a> in the
|
|
5533
|
-
* <i>
|
|
5581
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
5534
5582
|
*/
|
|
5535
5583
|
policyArn: string | undefined;
|
|
5536
5584
|
/**
|
|
@@ -184,6 +184,8 @@ export interface App {
|
|
|
184
184
|
eventSubscriptions?: EventSubscription[];
|
|
185
185
|
driftStatus?: AppDriftStatusType;
|
|
186
186
|
lastDriftEvaluationTime?: Date;
|
|
187
|
+
rtoInSecs?: number;
|
|
188
|
+
rpoInSecs?: number;
|
|
187
189
|
}
|
|
188
190
|
export declare const AssessmentStatus: {
|
|
189
191
|
readonly FAILED: "Failed";
|
|
@@ -371,6 +373,9 @@ export interface AppSummary {
|
|
|
371
373
|
assessmentSchedule?: AppAssessmentScheduleType;
|
|
372
374
|
status?: AppStatusType;
|
|
373
375
|
driftStatus?: AppDriftStatusType;
|
|
376
|
+
lastAppComplianceEvaluationTime?: Date;
|
|
377
|
+
rtoInSecs?: number;
|
|
378
|
+
rpoInSecs?: number;
|
|
374
379
|
}
|
|
375
380
|
export interface AppVersionSummary {
|
|
376
381
|
appVersion: string | undefined;
|
|
@@ -879,6 +884,9 @@ export interface ListAppsRequest {
|
|
|
879
884
|
maxResults?: number;
|
|
880
885
|
name?: string;
|
|
881
886
|
appArn?: string;
|
|
887
|
+
fromLastAssessmentTime?: Date;
|
|
888
|
+
toLastAssessmentTime?: Date;
|
|
889
|
+
reverseOrder?: boolean;
|
|
882
890
|
}
|
|
883
891
|
export interface ListAppsResponse {
|
|
884
892
|
appSummaries: AppSummary[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resiliencehub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.441.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.441.0",
|
|
25
|
+
"@aws-sdk/core": "3.441.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.441.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|