@aws-sdk/client-fis 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Fis.d.ts +292 -85
- package/dist-types/ts3.4/FisClient.d.ts +224 -89
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FisServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +821 -751
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperimentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetResourceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from "./CreateExperimentTemplateCommand";
|
|
2
|
-
export * from "./DeleteExperimentTemplateCommand";
|
|
3
|
-
export * from "./GetActionCommand";
|
|
4
|
-
export * from "./GetExperimentCommand";
|
|
5
|
-
export * from "./GetExperimentTemplateCommand";
|
|
6
|
-
export * from "./GetTargetResourceTypeCommand";
|
|
7
|
-
export * from "./ListActionsCommand";
|
|
8
|
-
export * from "./ListExperimentTemplatesCommand";
|
|
9
|
-
export * from "./ListExperimentsCommand";
|
|
10
|
-
export * from "./ListTagsForResourceCommand";
|
|
11
|
-
export * from "./ListTargetResourceTypesCommand";
|
|
12
|
-
export * from "./StartExperimentCommand";
|
|
13
|
-
export * from "./StopExperimentCommand";
|
|
14
|
-
export * from "./TagResourceCommand";
|
|
15
|
-
export * from "./UntagResourceCommand";
|
|
16
|
-
export * from "./UpdateExperimentTemplateCommand";
|
|
1
|
+
export * from "./CreateExperimentTemplateCommand";
|
|
2
|
+
export * from "./DeleteExperimentTemplateCommand";
|
|
3
|
+
export * from "./GetActionCommand";
|
|
4
|
+
export * from "./GetExperimentCommand";
|
|
5
|
+
export * from "./GetExperimentTemplateCommand";
|
|
6
|
+
export * from "./GetTargetResourceTypeCommand";
|
|
7
|
+
export * from "./ListActionsCommand";
|
|
8
|
+
export * from "./ListExperimentTemplatesCommand";
|
|
9
|
+
export * from "./ListExperimentsCommand";
|
|
10
|
+
export * from "./ListTagsForResourceCommand";
|
|
11
|
+
export * from "./ListTargetResourceTypesCommand";
|
|
12
|
+
export * from "./StartExperimentCommand";
|
|
13
|
+
export * from "./StopExperimentCommand";
|
|
14
|
+
export * from "./TagResourceCommand";
|
|
15
|
+
export * from "./UntagResourceCommand";
|
|
16
|
+
export * from "./UpdateExperimentTemplateCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Fis";
|
|
2
|
-
export * from "./FisClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { FisServiceException } from "./models/FisServiceException";
|
|
1
|
+
export * from "./Fis";
|
|
2
|
+
export * from "./FisClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { FisServiceException } from "./models/FisServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class FisServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|