@aws-sdk/client-scheduler 3.1077.0 → 3.1079.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 (44) hide show
  1. package/dist-cjs/index.js +20 -123
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateScheduleCommand.js +2 -14
  4. package/dist-es/commands/CreateScheduleGroupCommand.js +2 -14
  5. package/dist-es/commands/DeleteScheduleCommand.js +2 -14
  6. package/dist-es/commands/DeleteScheduleGroupCommand.js +2 -14
  7. package/dist-es/commands/GetScheduleCommand.js +2 -14
  8. package/dist-es/commands/GetScheduleGroupCommand.js +2 -14
  9. package/dist-es/commands/ListScheduleGroupsCommand.js +2 -14
  10. package/dist-es/commands/ListSchedulesCommand.js +2 -14
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  12. package/dist-es/commands/TagResourceCommand.js +2 -14
  13. package/dist-es/commands/UntagResourceCommand.js +2 -14
  14. package/dist-es/commands/UpdateScheduleCommand.js +2 -14
  15. package/dist-es/index.js +1 -0
  16. package/dist-types/commandBuilder.d.ts +18 -0
  17. package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
  18. package/dist-types/commands/CreateScheduleGroupCommand.d.ts +3 -8
  19. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
  20. package/dist-types/commands/DeleteScheduleGroupCommand.d.ts +3 -8
  21. package/dist-types/commands/GetScheduleCommand.d.ts +3 -8
  22. package/dist-types/commands/GetScheduleGroupCommand.d.ts +3 -8
  23. package/dist-types/commands/ListScheduleGroupsCommand.d.ts +3 -8
  24. package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  26. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  27. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  28. package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
  29. package/dist-types/index.d.ts +1 -0
  30. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  31. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
  32. package/dist-types/ts3.4/commands/CreateScheduleGroupCommand.d.ts +7 -16
  33. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/DeleteScheduleGroupCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/GetScheduleCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/GetScheduleGroupCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/ListScheduleGroupsCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/index.d.ts +1 -0
  44. package/package.json +8 -8
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import {
5
- SchedulerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SchedulerClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- SchedulerClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SchedulerClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- SchedulerClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SchedulerClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import {
5
- SchedulerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SchedulerClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput
13
6
  extends UntagResourceOutput,
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagResourceCommandInput,
20
13
  UntagResourceCommandOutput,
21
- SchedulerClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SchedulerClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagResourceCommandInput,
29
22
  UntagResourceCommandOutput,
30
- SchedulerClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SchedulerClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UpdateScheduleInput, UpdateScheduleOutput } from "../models/models_0";
4
- import {
5
- SchedulerClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SchedulerClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateScheduleCommandInput extends UpdateScheduleInput {}
12
5
  export interface UpdateScheduleCommandOutput
13
6
  extends UpdateScheduleOutput,
@@ -18,22 +11,20 @@ declare const UpdateScheduleCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateScheduleCommandInput,
20
13
  UpdateScheduleCommandOutput,
21
- SchedulerClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SchedulerClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateScheduleCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateScheduleCommandInput,
29
22
  UpdateScheduleCommandOutput,
30
- SchedulerClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SchedulerClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateScheduleCommand extends UpdateScheduleCommand_base {
39
30
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SchedulerExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
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.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {