You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-fis): This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
Copy file name to clipboardExpand all lines: clients/client-fis/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native.
8
8
9
-
<p>Fault Injection Simulator is a managed service that enables you to perform fault injection
10
-
experiments on your Amazon Web Services workloads. For more information, see the <ahref="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Simulator User Guide</a>.</p>
9
+
<p>Fault Injection Service is a managed service that enables you to perform fault injection
10
+
experiments on your Amazon Web Services workloads. For more information, see the <ahref="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
Copy file name to clipboardExpand all lines: clients/client-fis/src/Fis.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -512,8 +512,8 @@ export interface Fis {
512
512
513
513
/**
514
514
* @public
515
-
* <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
516
-
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Simulator User Guide</a>.</p>
515
+
* <p>Fault Injection Service is a managed service that enables you to perform fault injection
516
+
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
* <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
371
-
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Simulator User Guide</a>.</p>
370
+
* <p>Fault Injection Service is a managed service that enables you to perform fault injection
371
+
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
Copy file name to clipboardExpand all lines: clients/client-fis/src/index.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
// smithy-typescript generated code
2
2
/* eslint-disable */
3
3
/**
4
-
* <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
5
-
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Simulator User Guide</a>.</p>
4
+
* <p>Fault Injection Service is a managed service that enables you to perform fault injection
5
+
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
0 commit comments