@aws-sdk/client-resiliencehub 3.437.0 → 3.439.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.
@@ -4,4 +4,5 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export * from "./commands";
5
5
  export * from "./pagination";
6
6
  export * from "./models";
7
+ import "@aws-sdk/util-endpoints";
7
8
  export { ResiliencehubServiceException } from "./models/ResiliencehubServiceException";
@@ -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.437.0",
4
+ "version": "3.439.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,17 +21,17 @@
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.437.0",
24
+ "@aws-sdk/client-sts": "3.438.0",
25
25
  "@aws-sdk/core": "3.436.0",
26
- "@aws-sdk/credential-provider-node": "3.437.0",
26
+ "@aws-sdk/credential-provider-node": "3.438.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",
30
30
  "@aws-sdk/middleware-signing": "3.433.0",
31
- "@aws-sdk/middleware-user-agent": "3.433.0",
31
+ "@aws-sdk/middleware-user-agent": "3.438.0",
32
32
  "@aws-sdk/region-config-resolver": "3.433.0",
33
33
  "@aws-sdk/types": "3.433.0",
34
- "@aws-sdk/util-endpoints": "3.433.0",
34
+ "@aws-sdk/util-endpoints": "3.438.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.433.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.437.0",
37
37
  "@smithy/config-resolver": "^2.0.16",
@@ -54,6 +54,7 @@
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
55
  "@smithy/util-defaults-mode-browser": "^2.0.16",
56
56
  "@smithy/util-defaults-mode-node": "^2.0.21",
57
+ "@smithy/util-endpoints": "^1.0.2",
57
58
  "@smithy/util-retry": "^2.0.5",
58
59
  "@smithy/util-utf8": "^2.0.0",
59
60
  "tslib": "^2.5.0",