@aws-sdk/client-scheduler 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 +21 -20
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1435,38 +1435,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1435
1435
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1436
1436
|
|
|
1437
1437
|
0 && (module.exports = {
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1438
|
+
SchedulerServiceException,
|
|
1439
|
+
__Client,
|
|
1440
|
+
SchedulerClient,
|
|
1441
|
+
Scheduler,
|
|
1442
|
+
$Command,
|
|
1441
1443
|
CreateScheduleCommand,
|
|
1442
1444
|
CreateScheduleGroupCommand,
|
|
1443
1445
|
DeleteScheduleCommand,
|
|
1444
1446
|
DeleteScheduleGroupCommand,
|
|
1445
|
-
FlexibleTimeWindowMode,
|
|
1446
1447
|
GetScheduleCommand,
|
|
1447
1448
|
GetScheduleGroupCommand,
|
|
1448
|
-
InternalServerException,
|
|
1449
|
-
LaunchType,
|
|
1450
1449
|
ListScheduleGroupsCommand,
|
|
1451
1450
|
ListSchedulesCommand,
|
|
1452
1451
|
ListTagsForResourceCommand,
|
|
1453
|
-
PlacementConstraintType,
|
|
1454
|
-
PlacementStrategyType,
|
|
1455
|
-
PropagateTags,
|
|
1456
|
-
ResourceNotFoundException,
|
|
1457
|
-
ScheduleGroupState,
|
|
1458
|
-
ScheduleState,
|
|
1459
|
-
Scheduler,
|
|
1460
|
-
SchedulerClient,
|
|
1461
|
-
SchedulerServiceException,
|
|
1462
|
-
ServiceQuotaExceededException,
|
|
1463
1452
|
TagResourceCommand,
|
|
1464
|
-
ThrottlingException,
|
|
1465
1453
|
UntagResourceCommand,
|
|
1466
1454
|
UpdateScheduleCommand,
|
|
1467
|
-
ValidationException,
|
|
1468
|
-
__Client,
|
|
1469
1455
|
paginateListScheduleGroups,
|
|
1470
|
-
paginateListSchedules
|
|
1456
|
+
paginateListSchedules,
|
|
1457
|
+
ActionAfterCompletion,
|
|
1458
|
+
AssignPublicIp,
|
|
1459
|
+
InternalServerException,
|
|
1460
|
+
ResourceNotFoundException,
|
|
1461
|
+
ThrottlingException,
|
|
1462
|
+
ValidationException,
|
|
1463
|
+
ConflictException,
|
|
1464
|
+
FlexibleTimeWindowMode,
|
|
1465
|
+
ScheduleState,
|
|
1466
|
+
LaunchType,
|
|
1467
|
+
PlacementConstraintType,
|
|
1468
|
+
PlacementStrategyType,
|
|
1469
|
+
PropagateTags,
|
|
1470
|
+
ServiceQuotaExceededException,
|
|
1471
|
+
ScheduleGroupState
|
|
1471
1472
|
});
|
|
1472
1473
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-scheduler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Scheduler 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-scheduler",
|
|
@@ -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",
|