@aws-sdk/client-fis 3.428.0 → 3.429.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.
|
@@ -608,7 +608,7 @@ export interface ExperimentActionState {
|
|
|
608
608
|
* @public
|
|
609
609
|
* <p>The state of the action.</p>
|
|
610
610
|
*/
|
|
611
|
-
status?: ExperimentActionStatus
|
|
611
|
+
status?: ExperimentActionStatus;
|
|
612
612
|
/**
|
|
613
613
|
* @public
|
|
614
614
|
* <p>The reason for the state.</p>
|
|
@@ -735,7 +735,7 @@ export interface ExperimentState {
|
|
|
735
735
|
* @public
|
|
736
736
|
* <p>The state of the experiment.</p>
|
|
737
737
|
*/
|
|
738
|
-
status?: ExperimentStatus
|
|
738
|
+
status?: ExperimentStatus;
|
|
739
739
|
/**
|
|
740
740
|
* @public
|
|
741
741
|
* <p>The reason for the state.</p>
|
|
@@ -160,7 +160,7 @@ export declare const ExperimentActionStatus: {
|
|
|
160
160
|
export type ExperimentActionStatus =
|
|
161
161
|
(typeof ExperimentActionStatus)[keyof typeof ExperimentActionStatus];
|
|
162
162
|
export interface ExperimentActionState {
|
|
163
|
-
status?: ExperimentActionStatus
|
|
163
|
+
status?: ExperimentActionStatus;
|
|
164
164
|
reason?: string;
|
|
165
165
|
}
|
|
166
166
|
export interface ExperimentAction {
|
|
@@ -197,7 +197,7 @@ export declare const ExperimentStatus: {
|
|
|
197
197
|
export type ExperimentStatus =
|
|
198
198
|
(typeof ExperimentStatus)[keyof typeof ExperimentStatus];
|
|
199
199
|
export interface ExperimentState {
|
|
200
|
-
status?: ExperimentStatus
|
|
200
|
+
status?: ExperimentStatus;
|
|
201
201
|
reason?: string;
|
|
202
202
|
}
|
|
203
203
|
export interface ExperimentStopCondition {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fis",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.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/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|