@aws-sdk/client-scheduler 3.649.0 → 3.651.1
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 +12 -36
- package/dist-es/commands/CreateScheduleCommand.js +1 -3
- package/dist-es/commands/CreateScheduleGroupCommand.js +1 -3
- package/dist-es/commands/DeleteScheduleCommand.js +1 -3
- package/dist-es/commands/DeleteScheduleGroupCommand.js +1 -3
- package/dist-es/commands/GetScheduleCommand.js +1 -3
- package/dist-es/commands/GetScheduleGroupCommand.js +1 -3
- package/dist-es/commands/ListScheduleGroupsCommand.js +1 -3
- package/dist-es/commands/ListSchedulesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateScheduleCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -890,9 +890,7 @@ var _cT = "clientToken";
|
|
|
890
890
|
var _gN = "groupName";
|
|
891
891
|
|
|
892
892
|
// src/commands/CreateScheduleCommand.ts
|
|
893
|
-
var _CreateScheduleCommand = class _CreateScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
894
|
-
...commonParams
|
|
895
|
-
}).m(function(Command, cs, config, o) {
|
|
893
|
+
var _CreateScheduleCommand = class _CreateScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
896
894
|
return [
|
|
897
895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
898
896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -906,9 +904,7 @@ var CreateScheduleCommand = _CreateScheduleCommand;
|
|
|
906
904
|
|
|
907
905
|
|
|
908
906
|
|
|
909
|
-
var _CreateScheduleGroupCommand = class _CreateScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
910
|
-
...commonParams
|
|
911
|
-
}).m(function(Command, cs, config, o) {
|
|
907
|
+
var _CreateScheduleGroupCommand = class _CreateScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
912
908
|
return [
|
|
913
909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
914
910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -922,9 +918,7 @@ var CreateScheduleGroupCommand = _CreateScheduleGroupCommand;
|
|
|
922
918
|
|
|
923
919
|
|
|
924
920
|
|
|
925
|
-
var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
926
|
-
...commonParams
|
|
927
|
-
}).m(function(Command, cs, config, o) {
|
|
921
|
+
var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
928
922
|
return [
|
|
929
923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
930
924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -938,9 +932,7 @@ var DeleteScheduleCommand = _DeleteScheduleCommand;
|
|
|
938
932
|
|
|
939
933
|
|
|
940
934
|
|
|
941
|
-
var _DeleteScheduleGroupCommand = class _DeleteScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
942
|
-
...commonParams
|
|
943
|
-
}).m(function(Command, cs, config, o) {
|
|
935
|
+
var _DeleteScheduleGroupCommand = class _DeleteScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
944
936
|
return [
|
|
945
937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
946
938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -954,9 +946,7 @@ var DeleteScheduleGroupCommand = _DeleteScheduleGroupCommand;
|
|
|
954
946
|
|
|
955
947
|
|
|
956
948
|
|
|
957
|
-
var _GetScheduleCommand = class _GetScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
958
|
-
...commonParams
|
|
959
|
-
}).m(function(Command, cs, config, o) {
|
|
949
|
+
var _GetScheduleCommand = class _GetScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
960
950
|
return [
|
|
961
951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
962
952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -970,9 +960,7 @@ var GetScheduleCommand = _GetScheduleCommand;
|
|
|
970
960
|
|
|
971
961
|
|
|
972
962
|
|
|
973
|
-
var _GetScheduleGroupCommand = class _GetScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
974
|
-
...commonParams
|
|
975
|
-
}).m(function(Command, cs, config, o) {
|
|
963
|
+
var _GetScheduleGroupCommand = class _GetScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
976
964
|
return [
|
|
977
965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
978
966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -986,9 +974,7 @@ var GetScheduleGroupCommand = _GetScheduleGroupCommand;
|
|
|
986
974
|
|
|
987
975
|
|
|
988
976
|
|
|
989
|
-
var _ListScheduleGroupsCommand = class _ListScheduleGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
990
|
-
...commonParams
|
|
991
|
-
}).m(function(Command, cs, config, o) {
|
|
977
|
+
var _ListScheduleGroupsCommand = class _ListScheduleGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
992
978
|
return [
|
|
993
979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
994
980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1002,9 +988,7 @@ var ListScheduleGroupsCommand = _ListScheduleGroupsCommand;
|
|
|
1002
988
|
|
|
1003
989
|
|
|
1004
990
|
|
|
1005
|
-
var _ListSchedulesCommand = class _ListSchedulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1006
|
-
...commonParams
|
|
1007
|
-
}).m(function(Command, cs, config, o) {
|
|
991
|
+
var _ListSchedulesCommand = class _ListSchedulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1008
992
|
return [
|
|
1009
993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1010
994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1018,9 +1002,7 @@ var ListSchedulesCommand = _ListSchedulesCommand;
|
|
|
1018
1002
|
|
|
1019
1003
|
|
|
1020
1004
|
|
|
1021
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1022
|
-
...commonParams
|
|
1023
|
-
}).m(function(Command, cs, config, o) {
|
|
1005
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1024
1006
|
return [
|
|
1025
1007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1026
1008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1034,9 +1016,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1034
1016
|
|
|
1035
1017
|
|
|
1036
1018
|
|
|
1037
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1038
|
-
...commonParams
|
|
1039
|
-
}).m(function(Command, cs, config, o) {
|
|
1019
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1040
1020
|
return [
|
|
1041
1021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1042
1022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1050,9 +1030,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1050
1030
|
|
|
1051
1031
|
|
|
1052
1032
|
|
|
1053
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1054
|
-
...commonParams
|
|
1055
|
-
}).m(function(Command, cs, config, o) {
|
|
1033
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1056
1034
|
return [
|
|
1057
1035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1058
1036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1066,9 +1044,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1066
1044
|
|
|
1067
1045
|
|
|
1068
1046
|
|
|
1069
|
-
var _UpdateScheduleCommand = class _UpdateScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1070
|
-
...commonParams
|
|
1071
|
-
}).m(function(Command, cs, config, o) {
|
|
1047
|
+
var _UpdateScheduleCommand = class _UpdateScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1072
1048
|
return [
|
|
1073
1049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1074
1050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateScheduleCommand, se_CreateScheduleCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateScheduleGroupCommand, se_CreateScheduleGroupCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateScheduleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteScheduleGroupCommand, se_DeleteScheduleGroupCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteScheduleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetScheduleCommand, se_GetScheduleCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetScheduleGroupCommand, se_GetScheduleGroupCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetScheduleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListScheduleGroupsCommand, se_ListScheduleGroupsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListScheduleGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSchedulesCommand, se_ListSchedulesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSchedulesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateScheduleCommand, se_UpdateScheduleCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateScheduleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|