@aws-sdk/client-fis 3.496.0 → 3.501.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/dist-cjs/index.js +14 -13
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2086,18 +2086,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2086
2086
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2087
2087
|
|
|
2088
2088
|
0 && (module.exports = {
|
|
2089
|
-
|
|
2090
|
-
|
|
2089
|
+
FisServiceException,
|
|
2090
|
+
__Client,
|
|
2091
|
+
FisClient,
|
|
2092
|
+
Fis,
|
|
2093
|
+
$Command,
|
|
2091
2094
|
CreateExperimentTemplateCommand,
|
|
2092
2095
|
CreateTargetAccountConfigurationCommand,
|
|
2093
2096
|
DeleteExperimentTemplateCommand,
|
|
2094
2097
|
DeleteTargetAccountConfigurationCommand,
|
|
2095
|
-
EmptyTargetResolutionMode,
|
|
2096
|
-
ExperimentActionStatus,
|
|
2097
|
-
ExperimentStatus,
|
|
2098
|
-
Fis,
|
|
2099
|
-
FisClient,
|
|
2100
|
-
FisServiceException,
|
|
2101
2098
|
GetActionCommand,
|
|
2102
2099
|
GetExperimentCommand,
|
|
2103
2100
|
GetExperimentTargetAccountConfigurationCommand,
|
|
@@ -2112,21 +2109,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2112
2109
|
ListTagsForResourceCommand,
|
|
2113
2110
|
ListTargetAccountConfigurationsCommand,
|
|
2114
2111
|
ListTargetResourceTypesCommand,
|
|
2115
|
-
ResourceNotFoundException,
|
|
2116
|
-
ServiceQuotaExceededException,
|
|
2117
2112
|
StartExperimentCommand,
|
|
2118
2113
|
StopExperimentCommand,
|
|
2119
2114
|
TagResourceCommand,
|
|
2120
2115
|
UntagResourceCommand,
|
|
2121
2116
|
UpdateExperimentTemplateCommand,
|
|
2122
2117
|
UpdateTargetAccountConfigurationCommand,
|
|
2123
|
-
ValidationException,
|
|
2124
|
-
__Client,
|
|
2125
2118
|
paginateListActions,
|
|
2126
2119
|
paginateListExperimentResolvedTargets,
|
|
2127
2120
|
paginateListExperimentTemplates,
|
|
2128
2121
|
paginateListExperiments,
|
|
2129
2122
|
paginateListTargetAccountConfigurations,
|
|
2130
|
-
paginateListTargetResourceTypes
|
|
2123
|
+
paginateListTargetResourceTypes,
|
|
2124
|
+
AccountTargeting,
|
|
2125
|
+
ConflictException,
|
|
2126
|
+
EmptyTargetResolutionMode,
|
|
2127
|
+
ResourceNotFoundException,
|
|
2128
|
+
ServiceQuotaExceededException,
|
|
2129
|
+
ValidationException,
|
|
2130
|
+
ExperimentActionStatus,
|
|
2131
|
+
ExperimentStatus
|
|
2131
2132
|
});
|
|
2132
2133
|
|
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.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fis",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|