@aws-sdk/client-resiliencehub 3.670.0 → 3.672.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/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +4 -4
- package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppCommand.d.ts +11 -9
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +2 -2
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +5 -5
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAppCommand.d.ts +7 -6
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -1
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +1 -1
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -2
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -5
- package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +8 -8
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +3 -3
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -6
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -2
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListAppsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +4 -4
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +9 -9
- package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppCommand.d.ts +10 -9
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +56 -6
- package/dist-types/ts3.4/models/models_0.d.ts +10 -2
- package/package.json +1 -1
|
@@ -877,6 +877,14 @@ export interface App {
|
|
|
877
877
|
* @public
|
|
878
878
|
*/
|
|
879
879
|
rpoInSecs?: number;
|
|
880
|
+
/**
|
|
881
|
+
* <p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs,
|
|
882
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
883
|
+
* Amazon Resource Names (ARNs)</a> in the
|
|
884
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
885
|
+
* @public
|
|
886
|
+
*/
|
|
887
|
+
awsApplicationArn?: string;
|
|
880
888
|
}
|
|
881
889
|
/**
|
|
882
890
|
* @public
|
|
@@ -1453,7 +1461,10 @@ export interface AppAssessment {
|
|
|
1453
1461
|
*/
|
|
1454
1462
|
driftStatus?: DriftStatus;
|
|
1455
1463
|
/**
|
|
1456
|
-
* <p>Indicates
|
|
1464
|
+
* <p>Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.</p>
|
|
1465
|
+
* <note>
|
|
1466
|
+
* <p>This property is available only in the US East (N. Virginia) Region.</p>
|
|
1467
|
+
* </note>
|
|
1457
1468
|
* @public
|
|
1458
1469
|
*/
|
|
1459
1470
|
summary?: AssessmentSummary;
|
|
@@ -1754,6 +1765,14 @@ export interface AppSummary {
|
|
|
1754
1765
|
* @public
|
|
1755
1766
|
*/
|
|
1756
1767
|
rpoInSecs?: number;
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs,
|
|
1770
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
1771
|
+
* Amazon Resource Names (ARNs)</a> in the
|
|
1772
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1775
|
+
awsApplicationArn?: string;
|
|
1757
1776
|
}
|
|
1758
1777
|
/**
|
|
1759
1778
|
* <p>Version of an application.</p>
|
|
@@ -1824,7 +1843,7 @@ export interface UpdateRecommendationStatusRequestEntry {
|
|
|
1824
1843
|
* <p>The operational recommendation item.</p>
|
|
1825
1844
|
* @public
|
|
1826
1845
|
*/
|
|
1827
|
-
item
|
|
1846
|
+
item?: UpdateRecommendationStatusItem;
|
|
1828
1847
|
/**
|
|
1829
1848
|
* <p>Indicates if the operational recommendation needs to be excluded. If set to True, the
|
|
1830
1849
|
* operational recommendation will be excluded.</p>
|
|
@@ -1898,7 +1917,7 @@ export interface BatchUpdateRecommendationStatusSuccessfulEntry {
|
|
|
1898
1917
|
* <p>The operational recommendation item.</p>
|
|
1899
1918
|
* @public
|
|
1900
1919
|
*/
|
|
1901
|
-
item
|
|
1920
|
+
item?: UpdateRecommendationStatusItem;
|
|
1902
1921
|
/**
|
|
1903
1922
|
* <p>Indicates if the operational recommendation was successfully excluded.</p>
|
|
1904
1923
|
* @public
|
|
@@ -1988,6 +2007,14 @@ export interface CreateAppRequest {
|
|
|
1988
2007
|
* @public
|
|
1989
2008
|
*/
|
|
1990
2009
|
eventSubscriptions?: EventSubscription[];
|
|
2010
|
+
/**
|
|
2011
|
+
* <p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs,
|
|
2012
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2013
|
+
* Amazon Resource Names (ARNs)</a> in the
|
|
2014
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
2015
|
+
* @public
|
|
2016
|
+
*/
|
|
2017
|
+
awsApplicationArn?: string;
|
|
1991
2018
|
}
|
|
1992
2019
|
/**
|
|
1993
2020
|
* @public
|
|
@@ -3481,6 +3508,17 @@ export interface DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
|
3481
3508
|
*/
|
|
3482
3509
|
appArn: string | undefined;
|
|
3483
3510
|
}
|
|
3511
|
+
/**
|
|
3512
|
+
* <p>Indicates the error that was encountered while importing a resource.</p>
|
|
3513
|
+
* @public
|
|
3514
|
+
*/
|
|
3515
|
+
export interface ErrorDetail {
|
|
3516
|
+
/**
|
|
3517
|
+
* <p>Provides additional information about the error.</p>
|
|
3518
|
+
* @public
|
|
3519
|
+
*/
|
|
3520
|
+
errorMessage?: string;
|
|
3521
|
+
}
|
|
3484
3522
|
/**
|
|
3485
3523
|
* @public
|
|
3486
3524
|
* @enum
|
|
@@ -3524,10 +3562,15 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
|
|
|
3524
3562
|
*/
|
|
3525
3563
|
statusChangeTime: Date | undefined;
|
|
3526
3564
|
/**
|
|
3527
|
-
* <p>The
|
|
3565
|
+
* <p>The error message returned for the resource request.</p>
|
|
3528
3566
|
* @public
|
|
3529
3567
|
*/
|
|
3530
3568
|
errorMessage?: string;
|
|
3569
|
+
/**
|
|
3570
|
+
* <p>List of errors that were encountered while importing resources.</p>
|
|
3571
|
+
* @public
|
|
3572
|
+
*/
|
|
3573
|
+
errorDetails?: ErrorDetail[];
|
|
3531
3574
|
}
|
|
3532
3575
|
/**
|
|
3533
3576
|
* @public
|
|
@@ -4381,6 +4424,14 @@ export interface ListAppsRequest {
|
|
|
4381
4424
|
* @public
|
|
4382
4425
|
*/
|
|
4383
4426
|
reverseOrder?: boolean;
|
|
4427
|
+
/**
|
|
4428
|
+
* <p>Amazon Resource Name (ARN) of Resource Groups group that is integrated with an AppRegistry application. For more information about ARNs,
|
|
4429
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
4430
|
+
* Amazon Resource Names (ARNs)</a> in the
|
|
4431
|
+
* <i>Amazon Web Services General Reference</i> guide.</p>
|
|
4432
|
+
* @public
|
|
4433
|
+
*/
|
|
4434
|
+
awsApplicationArn?: string;
|
|
4384
4435
|
}
|
|
4385
4436
|
/**
|
|
4386
4437
|
* @public
|
|
@@ -5940,8 +5991,7 @@ export interface UpdateAppRequest {
|
|
|
5940
5991
|
*/
|
|
5941
5992
|
assessmentSchedule?: AppAssessmentScheduleType;
|
|
5942
5993
|
/**
|
|
5943
|
-
* <p>Defines the roles and credentials that Resilience Hub would use while creating
|
|
5944
|
-
* an
|
|
5994
|
+
* <p>Defines the roles and credentials that Resilience Hub would use while creating an
|
|
5945
5995
|
* application, importing its resources, and running an assessment.</p>
|
|
5946
5996
|
* @public
|
|
5947
5997
|
*/
|
|
@@ -219,6 +219,7 @@ export interface App {
|
|
|
219
219
|
lastDriftEvaluationTime?: Date;
|
|
220
220
|
rtoInSecs?: number;
|
|
221
221
|
rpoInSecs?: number;
|
|
222
|
+
awsApplicationArn?: string;
|
|
222
223
|
}
|
|
223
224
|
export declare const AssessmentStatus: {
|
|
224
225
|
readonly FAILED: "Failed";
|
|
@@ -438,6 +439,7 @@ export interface AppSummary {
|
|
|
438
439
|
lastAppComplianceEvaluationTime?: Date;
|
|
439
440
|
rtoInSecs?: number;
|
|
440
441
|
rpoInSecs?: number;
|
|
442
|
+
awsApplicationArn?: string;
|
|
441
443
|
}
|
|
442
444
|
export interface AppVersionSummary {
|
|
443
445
|
appVersion: string | undefined;
|
|
@@ -453,7 +455,7 @@ export interface UpdateRecommendationStatusItem {
|
|
|
453
455
|
export interface UpdateRecommendationStatusRequestEntry {
|
|
454
456
|
entryId: string | undefined;
|
|
455
457
|
referenceId: string | undefined;
|
|
456
|
-
item
|
|
458
|
+
item?: UpdateRecommendationStatusItem;
|
|
457
459
|
excluded: boolean | undefined;
|
|
458
460
|
excludeReason?: ExcludeRecommendationReason;
|
|
459
461
|
}
|
|
@@ -468,7 +470,7 @@ export interface BatchUpdateRecommendationStatusFailedEntry {
|
|
|
468
470
|
export interface BatchUpdateRecommendationStatusSuccessfulEntry {
|
|
469
471
|
entryId: string | undefined;
|
|
470
472
|
referenceId: string | undefined;
|
|
471
|
-
item
|
|
473
|
+
item?: UpdateRecommendationStatusItem;
|
|
472
474
|
excluded: boolean | undefined;
|
|
473
475
|
excludeReason?: ExcludeRecommendationReason;
|
|
474
476
|
}
|
|
@@ -488,6 +490,7 @@ export interface CreateAppRequest {
|
|
|
488
490
|
assessmentSchedule?: AppAssessmentScheduleType;
|
|
489
491
|
permissionModel?: PermissionModel;
|
|
490
492
|
eventSubscriptions?: EventSubscription[];
|
|
493
|
+
awsApplicationArn?: string;
|
|
491
494
|
}
|
|
492
495
|
export interface CreateAppResponse {
|
|
493
496
|
app: App | undefined;
|
|
@@ -755,6 +758,9 @@ export interface DescribeAppVersionTemplateResponse {
|
|
|
755
758
|
export interface DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
756
759
|
appArn: string | undefined;
|
|
757
760
|
}
|
|
761
|
+
export interface ErrorDetail {
|
|
762
|
+
errorMessage?: string;
|
|
763
|
+
}
|
|
758
764
|
export declare const ResourceImportStatusType: {
|
|
759
765
|
readonly FAILED: "Failed";
|
|
760
766
|
readonly IN_PROGRESS: "InProgress";
|
|
@@ -769,6 +775,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
|
|
|
769
775
|
status: ResourceImportStatusType | undefined;
|
|
770
776
|
statusChangeTime: Date | undefined;
|
|
771
777
|
errorMessage?: string;
|
|
778
|
+
errorDetails?: ErrorDetail[];
|
|
772
779
|
}
|
|
773
780
|
export interface DescribeResiliencyPolicyRequest {
|
|
774
781
|
policyArn: string | undefined;
|
|
@@ -983,6 +990,7 @@ export interface ListAppsRequest {
|
|
|
983
990
|
fromLastAssessmentTime?: Date;
|
|
984
991
|
toLastAssessmentTime?: Date;
|
|
985
992
|
reverseOrder?: boolean;
|
|
993
|
+
awsApplicationArn?: string;
|
|
986
994
|
}
|
|
987
995
|
export interface ListAppsResponse {
|
|
988
996
|
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.672.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resiliencehub",
|