@aws-sdk/client-scheduler 3.590.0 → 3.592.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.
Files changed (29) hide show
  1. package/dist-cjs/index.js +0 -12
  2. package/dist-types/commands/CreateScheduleCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateScheduleGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteScheduleGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/GetScheduleCommand.d.ts +2 -1
  7. package/dist-types/commands/GetScheduleGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/ListScheduleGroupsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListSchedulesCommand.d.ts +2 -1
  10. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -1
  14. package/dist-types/index.d.ts +2 -2
  15. package/dist-types/models/SchedulerServiceException.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/CreateScheduleGroupCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/DeleteScheduleGroupCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/GetScheduleCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/GetScheduleGroupCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/ListScheduleGroupsCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/models/SchedulerServiceException.d.ts +2 -1
  29. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -207,7 +207,6 @@ var SchedulerClient = _SchedulerClient;
207
207
 
208
208
  var import_middleware_serde = require("@smithy/middleware-serde");
209
209
 
210
- var import_types = require("@smithy/types");
211
210
 
212
211
  // src/protocols/Aws_restJson1.ts
213
212
  var import_core2 = require("@aws-sdk/core");
@@ -913,7 +912,6 @@ var CreateScheduleCommand = _CreateScheduleCommand;
913
912
 
914
913
 
915
914
 
916
-
917
915
  var _CreateScheduleGroupCommand = class _CreateScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
918
916
  ...commonParams
919
917
  }).m(function(Command, cs, config, o) {
@@ -930,7 +928,6 @@ var CreateScheduleGroupCommand = _CreateScheduleGroupCommand;
930
928
 
931
929
 
932
930
 
933
-
934
931
  var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
935
932
  ...commonParams
936
933
  }).m(function(Command, cs, config, o) {
@@ -947,7 +944,6 @@ var DeleteScheduleCommand = _DeleteScheduleCommand;
947
944
 
948
945
 
949
946
 
950
-
951
947
  var _DeleteScheduleGroupCommand = class _DeleteScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
952
948
  ...commonParams
953
949
  }).m(function(Command, cs, config, o) {
@@ -964,7 +960,6 @@ var DeleteScheduleGroupCommand = _DeleteScheduleGroupCommand;
964
960
 
965
961
 
966
962
 
967
-
968
963
  var _GetScheduleCommand = class _GetScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
969
964
  ...commonParams
970
965
  }).m(function(Command, cs, config, o) {
@@ -981,7 +976,6 @@ var GetScheduleCommand = _GetScheduleCommand;
981
976
 
982
977
 
983
978
 
984
-
985
979
  var _GetScheduleGroupCommand = class _GetScheduleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
986
980
  ...commonParams
987
981
  }).m(function(Command, cs, config, o) {
@@ -998,7 +992,6 @@ var GetScheduleGroupCommand = _GetScheduleGroupCommand;
998
992
 
999
993
 
1000
994
 
1001
-
1002
995
  var _ListScheduleGroupsCommand = class _ListScheduleGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1003
996
  ...commonParams
1004
997
  }).m(function(Command, cs, config, o) {
@@ -1015,7 +1008,6 @@ var ListScheduleGroupsCommand = _ListScheduleGroupsCommand;
1015
1008
 
1016
1009
 
1017
1010
 
1018
-
1019
1011
  var _ListSchedulesCommand = class _ListSchedulesCommand extends import_smithy_client.Command.classBuilder().ep({
1020
1012
  ...commonParams
1021
1013
  }).m(function(Command, cs, config, o) {
@@ -1032,7 +1024,6 @@ var ListSchedulesCommand = _ListSchedulesCommand;
1032
1024
 
1033
1025
 
1034
1026
 
1035
-
1036
1027
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1037
1028
  ...commonParams
1038
1029
  }).m(function(Command, cs, config, o) {
@@ -1049,7 +1040,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1049
1040
 
1050
1041
 
1051
1042
 
1052
-
1053
1043
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1054
1044
  ...commonParams
1055
1045
  }).m(function(Command, cs, config, o) {
@@ -1066,7 +1056,6 @@ var TagResourceCommand = _TagResourceCommand;
1066
1056
 
1067
1057
 
1068
1058
 
1069
-
1070
1059
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1071
1060
  ...commonParams
1072
1061
  }).m(function(Command, cs, config, o) {
@@ -1083,7 +1072,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1083
1072
 
1084
1073
 
1085
1074
 
1086
-
1087
1075
  var _UpdateScheduleCommand = class _UpdateScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
1088
1076
  ...commonParams
1089
1077
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -10,8 +10,8 @@
10
10
  export * from "./SchedulerClient";
11
11
  export * from "./Scheduler";
12
12
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
13
- export { RuntimeExtension } from "./runtimeExtensions";
14
- export { SchedulerExtensionConfiguration } from "./extensionConfiguration";
13
+ export type { RuntimeExtension } from "./runtimeExtensions";
14
+ export type { SchedulerExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
17
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateScheduleCommandInput extends CreateScheduleInput {}
11
12
  export interface CreateScheduleCommandOutput
12
13
  extends CreateScheduleOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchedulerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateScheduleGroupCommandInput
14
15
  extends CreateScheduleGroupInput {}
15
16
  export interface CreateScheduleGroupCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteScheduleCommandInput extends DeleteScheduleInput {}
11
12
  export interface DeleteScheduleCommandOutput
12
13
  extends DeleteScheduleOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchedulerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteScheduleGroupCommandInput
14
15
  extends DeleteScheduleGroupInput {}
15
16
  export interface DeleteScheduleGroupCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetScheduleCommandInput extends GetScheduleInput {}
11
12
  export interface GetScheduleCommandOutput
12
13
  extends GetScheduleOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchedulerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetScheduleGroupCommandInput extends GetScheduleGroupInput {}
14
15
  export interface GetScheduleGroupCommandOutput
15
16
  extends GetScheduleGroupOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchedulerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListScheduleGroupsCommandInput
14
15
  extends ListScheduleGroupsInput {}
15
16
  export interface ListScheduleGroupsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListSchedulesCommandInput extends ListSchedulesInput {}
11
12
  export interface ListSchedulesCommandOutput
12
13
  extends ListSchedulesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchedulerClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchedulerClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateScheduleCommandInput extends UpdateScheduleInput {}
11
12
  export interface UpdateScheduleCommandOutput
12
13
  extends UpdateScheduleOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SchedulerServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",