@aws-sdk/client-scheduler 3.928.0 → 3.929.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 (33) hide show
  1. package/dist-cjs/index.js +641 -611
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SchedulerClient.js +2 -0
  4. package/dist-es/commands/CreateScheduleCommand.js +3 -9
  5. package/dist-es/commands/CreateScheduleGroupCommand.js +3 -9
  6. package/dist-es/commands/DeleteScheduleCommand.js +3 -9
  7. package/dist-es/commands/DeleteScheduleGroupCommand.js +3 -9
  8. package/dist-es/commands/GetScheduleCommand.js +3 -9
  9. package/dist-es/commands/GetScheduleGroupCommand.js +3 -9
  10. package/dist-es/commands/ListScheduleGroupsCommand.js +3 -9
  11. package/dist-es/commands/ListSchedulesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/TagResourceCommand.js +3 -9
  14. package/dist-es/commands/UntagResourceCommand.js +3 -9
  15. package/dist-es/commands/UpdateScheduleCommand.js +3 -9
  16. package/dist-es/runtimeConfig.shared.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +610 -0
  18. package/dist-types/SchedulerClient.d.ts +10 -1
  19. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  20. package/dist-types/runtimeConfig.d.ts +1 -0
  21. package/dist-types/runtimeConfig.native.d.ts +1 -0
  22. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  23. package/dist-types/schemas/schemas_0.d.ts +75 -0
  24. package/dist-types/ts3.4/SchedulerClient.d.ts +4 -0
  25. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  29. package/dist-types/ts3.4/schemas/schemas_0.d.ts +80 -0
  30. package/package.json +2 -3
  31. package/dist-es/protocols/Aws_restJson1.js +0 -518
  32. package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
  33. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
@@ -1,149 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateScheduleCommandInput,
8
- CreateScheduleCommandOutput,
9
- } from "../commands/CreateScheduleCommand";
10
- import {
11
- CreateScheduleGroupCommandInput,
12
- CreateScheduleGroupCommandOutput,
13
- } from "../commands/CreateScheduleGroupCommand";
14
- import {
15
- DeleteScheduleCommandInput,
16
- DeleteScheduleCommandOutput,
17
- } from "../commands/DeleteScheduleCommand";
18
- import {
19
- DeleteScheduleGroupCommandInput,
20
- DeleteScheduleGroupCommandOutput,
21
- } from "../commands/DeleteScheduleGroupCommand";
22
- import {
23
- GetScheduleCommandInput,
24
- GetScheduleCommandOutput,
25
- } from "../commands/GetScheduleCommand";
26
- import {
27
- GetScheduleGroupCommandInput,
28
- GetScheduleGroupCommandOutput,
29
- } from "../commands/GetScheduleGroupCommand";
30
- import {
31
- ListScheduleGroupsCommandInput,
32
- ListScheduleGroupsCommandOutput,
33
- } from "../commands/ListScheduleGroupsCommand";
34
- import {
35
- ListSchedulesCommandInput,
36
- ListSchedulesCommandOutput,
37
- } from "../commands/ListSchedulesCommand";
38
- import {
39
- ListTagsForResourceCommandInput,
40
- ListTagsForResourceCommandOutput,
41
- } from "../commands/ListTagsForResourceCommand";
42
- import {
43
- TagResourceCommandInput,
44
- TagResourceCommandOutput,
45
- } from "../commands/TagResourceCommand";
46
- import {
47
- UntagResourceCommandInput,
48
- UntagResourceCommandOutput,
49
- } from "../commands/UntagResourceCommand";
50
- import {
51
- UpdateScheduleCommandInput,
52
- UpdateScheduleCommandOutput,
53
- } from "../commands/UpdateScheduleCommand";
54
- export declare const se_CreateScheduleCommand: (
55
- input: CreateScheduleCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_CreateScheduleGroupCommand: (
59
- input: CreateScheduleGroupCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_DeleteScheduleCommand: (
63
- input: DeleteScheduleCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteScheduleGroupCommand: (
67
- input: DeleteScheduleGroupCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetScheduleCommand: (
71
- input: GetScheduleCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GetScheduleGroupCommand: (
75
- input: GetScheduleGroupCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_ListScheduleGroupsCommand: (
79
- input: ListScheduleGroupsCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListSchedulesCommand: (
83
- input: ListSchedulesCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListTagsForResourceCommand: (
87
- input: ListTagsForResourceCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_TagResourceCommand: (
91
- input: TagResourceCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_UntagResourceCommand: (
95
- input: UntagResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_UpdateScheduleCommand: (
99
- input: UpdateScheduleCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const de_CreateScheduleCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<CreateScheduleCommandOutput>;
106
- export declare const de_CreateScheduleGroupCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<CreateScheduleGroupCommandOutput>;
110
- export declare const de_DeleteScheduleCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<DeleteScheduleCommandOutput>;
114
- export declare const de_DeleteScheduleGroupCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<DeleteScheduleGroupCommandOutput>;
118
- export declare const de_GetScheduleCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<GetScheduleCommandOutput>;
122
- export declare const de_GetScheduleGroupCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<GetScheduleGroupCommandOutput>;
126
- export declare const de_ListScheduleGroupsCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<ListScheduleGroupsCommandOutput>;
130
- export declare const de_ListSchedulesCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<ListSchedulesCommandOutput>;
134
- export declare const de_ListTagsForResourceCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ListTagsForResourceCommandOutput>;
138
- export declare const de_TagResourceCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<TagResourceCommandOutput>;
142
- export declare const de_UntagResourceCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<UntagResourceCommandOutput>;
146
- export declare const de_UpdateScheduleCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<UpdateScheduleCommandOutput>;