@aws-sdk/client-arc-zonal-shift 3.496.0 → 3.499.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 +20 -19
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1469,38 +1469,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1469
1469
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1470
1470
|
|
|
1471
1471
|
0 && (module.exports = {
|
|
1472
|
-
ARCZonalShift,
|
|
1473
|
-
ARCZonalShiftClient,
|
|
1474
1472
|
ARCZonalShiftServiceException,
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1473
|
+
__Client,
|
|
1474
|
+
ARCZonalShiftClient,
|
|
1475
|
+
ARCZonalShift,
|
|
1476
|
+
$Command,
|
|
1479
1477
|
CancelZonalShiftCommand,
|
|
1480
|
-
ConflictException,
|
|
1481
|
-
ConflictExceptionReason,
|
|
1482
|
-
ControlConditionType,
|
|
1483
1478
|
CreatePracticeRunConfigurationCommand,
|
|
1484
1479
|
DeletePracticeRunConfigurationCommand,
|
|
1485
1480
|
GetManagedResourceCommand,
|
|
1486
|
-
InternalServerException,
|
|
1487
1481
|
ListAutoshiftsCommand,
|
|
1488
1482
|
ListManagedResourcesCommand,
|
|
1489
1483
|
ListZonalShiftsCommand,
|
|
1490
|
-
PracticeRunOutcome,
|
|
1491
|
-
ResourceNotFoundException,
|
|
1492
1484
|
StartZonalShiftCommand,
|
|
1493
|
-
ThrottlingException,
|
|
1494
1485
|
UpdatePracticeRunConfigurationCommand,
|
|
1495
1486
|
UpdateZonalAutoshiftConfigurationCommand,
|
|
1496
1487
|
UpdateZonalShiftCommand,
|
|
1497
|
-
ValidationException,
|
|
1498
|
-
ValidationExceptionReason,
|
|
1499
|
-
ZonalAutoshiftStatus,
|
|
1500
|
-
ZonalShiftStatus,
|
|
1501
|
-
__Client,
|
|
1502
1488
|
paginateListAutoshifts,
|
|
1503
1489
|
paginateListManagedResources,
|
|
1504
|
-
paginateListZonalShifts
|
|
1490
|
+
paginateListZonalShifts,
|
|
1491
|
+
AccessDeniedException,
|
|
1492
|
+
AppliedStatus,
|
|
1493
|
+
InternalServerException,
|
|
1494
|
+
AutoshiftExecutionStatus,
|
|
1495
|
+
ThrottlingException,
|
|
1496
|
+
ValidationExceptionReason,
|
|
1497
|
+
ValidationException,
|
|
1498
|
+
AutoshiftAppliedStatus,
|
|
1499
|
+
ConflictExceptionReason,
|
|
1500
|
+
ConflictException,
|
|
1501
|
+
ResourceNotFoundException,
|
|
1502
|
+
ZonalShiftStatus,
|
|
1503
|
+
ControlConditionType,
|
|
1504
|
+
ZonalAutoshiftStatus,
|
|
1505
|
+
PracticeRunOutcome
|
|
1505
1506
|
});
|
|
1506
1507
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-arc-zonal-shift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-arc-zonal-shift",
|
|
@@ -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.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|