@aws-sdk/client-resiliencehub 3.185.0 → 3.186.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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resiliencehub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -58,7 +58,6 @@ export declare class Resiliencehub extends ResiliencehubClient {
|
|
|
58
58
|
* resources structured to prevent and recover Amazon Web Services application disruptions. To describe a
|
|
59
59
|
* Resilience Hub application, you provide an application name, resources from one or more–up to
|
|
60
60
|
* five–CloudFormation stacks, and an appropriate resiliency policy.</p>
|
|
61
|
-
*
|
|
62
61
|
* <p>After you create a Resilience Hub application, you publish it so that you can run a resiliency
|
|
63
62
|
* assessment on it. You can then use recommendations from the assessment to improve resiliency
|
|
64
63
|
* by running another assessment, comparing results, and then iterating the process until you
|
|
@@ -11,7 +11,6 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
11
11
|
* resources structured to prevent and recover Amazon Web Services application disruptions. To describe a
|
|
12
12
|
* Resilience Hub application, you provide an application name, resources from one or more–up to
|
|
13
13
|
* five–CloudFormation stacks, and an appropriate resiliency policy.</p>
|
|
14
|
-
*
|
|
15
14
|
* <p>After you create a Resilience Hub application, you publish it so that you can run a resiliency
|
|
16
15
|
* assessment on it. You can then use recommendations from the assessment to improve resiliency
|
|
17
16
|
* by running another assessment, comparing results, and then iterating the process until you
|
|
@@ -2494,6 +2494,10 @@ export interface UpdateResiliencyPolicyRequest {
|
|
|
2494
2494
|
/**
|
|
2495
2495
|
* <p>The type of resiliency policy to be created, including the recovery time objective (RTO)
|
|
2496
2496
|
* and recovery point objective (RPO) in seconds.</p>
|
|
2497
|
+
* <note>
|
|
2498
|
+
* <p>If you do not want to specify regional targets for a regional policy, you must set the
|
|
2499
|
+
* values of <code>rpoInSecs</code> and <code>rtoInSecs</code> to <code>-1</code>.</p>
|
|
2500
|
+
* </note>
|
|
2497
2501
|
*/
|
|
2498
2502
|
policy?: Record<string, FailurePolicy>;
|
|
2499
2503
|
}
|
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.186.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",
|
|
@@ -19,42 +19,42 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.186.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.186.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.186.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.186.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.186.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.186.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.186.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.186.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.186.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.186.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.186.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.186.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.186.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.186.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.186.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.186.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.186.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.186.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.186.0",
|
|
41
|
+
"@aws-sdk/types": "3.186.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.186.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.186.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.186.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.186.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.186.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.186.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.186.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.186.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.186.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.186.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.186.0",
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.186.0",
|
|
58
58
|
"@tsconfig/recommended": "1.0.1",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"@types/uuid": "^8.3.0",
|