@aws-sdk/client-scheduler 3.987.0 → 3.989.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.
@@ -130,14 +130,58 @@ const _h = "http";
130
130
  const _hE = "httpError";
131
131
  const _hQ = "httpQuery";
132
132
  const _iT = "idempotencyToken";
133
- const _s = "server";
134
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.scheduler";
133
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.scheduler";
134
+ const _se = "server";
135
135
  const _t = "type";
136
136
  const _w = "weight";
137
137
  const n0 = "com.amazonaws.scheduler";
138
138
  import { TypeRegistry } from "@smithy/core/schema";
139
139
  import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
140
140
  import { SchedulerServiceException } from "../models/SchedulerServiceException";
141
+ const _s_registry = TypeRegistry.for(_s);
142
+ export var SchedulerServiceException$ = [-3, _s, "SchedulerServiceException", 0, [], []];
143
+ _s_registry.registerError(SchedulerServiceException$, SchedulerServiceException);
144
+ const n0_registry = TypeRegistry.for(n0);
145
+ export var ConflictException$ = [-3, n0, _CE,
146
+ { [_e]: _c, [_hE]: 409 },
147
+ [_M],
148
+ [0], 1
149
+ ];
150
+ n0_registry.registerError(ConflictException$, ConflictException);
151
+ export var InternalServerException$ = [-3, n0, _ISE,
152
+ { [_e]: _se, [_hE]: 500 },
153
+ [_M],
154
+ [0], 1
155
+ ];
156
+ n0_registry.registerError(InternalServerException$, InternalServerException);
157
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
158
+ { [_e]: _c, [_hE]: 404 },
159
+ [_M],
160
+ [0], 1
161
+ ];
162
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
163
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
164
+ { [_e]: _c, [_hE]: 402 },
165
+ [_M],
166
+ [0], 1
167
+ ];
168
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
169
+ export var ThrottlingException$ = [-3, n0, _TE,
170
+ { [_e]: _c, [_hE]: 429 },
171
+ [_M],
172
+ [0], 1
173
+ ];
174
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
175
+ export var ValidationException$ = [-3, n0, _VE,
176
+ { [_e]: _c, [_hE]: 400 },
177
+ [_M],
178
+ [0], 1
179
+ ];
180
+ n0_registry.registerError(ValidationException$, ValidationException);
181
+ export const errorTypeRegistries = [
182
+ _s_registry,
183
+ n0_registry,
184
+ ];
141
185
  export var AwsVpcConfiguration$ = [3, n0, _AVC,
142
186
  0,
143
187
  [_S, _SG, _API],
@@ -148,12 +192,6 @@ export var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
148
192
  [_cP, _w, _b],
149
193
  [0, 1, 1], 1
150
194
  ];
151
- export var ConflictException$ = [-3, n0, _CE,
152
- { [_e]: _c, [_hE]: 409 },
153
- [_M],
154
- [0], 1
155
- ];
156
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
157
195
  export var CreateScheduleGroupInput$ = [3, n0, _CSGI,
158
196
  0,
159
197
  [_N, _T, _CT],
@@ -234,12 +272,6 @@ export var GetScheduleOutput$ = [3, n0, _GSO,
234
272
  [_A, _GN, _N, _SE, _SD, _ED, _D, _SET, _St, _CD, _LMD, _KKA, _Ta, _FTW, _AAC],
235
273
  [0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => Target$, () => FlexibleTimeWindow$, 0]
236
274
  ];
237
- export var InternalServerException$ = [-3, n0, _ISE,
238
- { [_e]: _s, [_hE]: 500 },
239
- [_M],
240
- [0], 1
241
- ];
242
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
243
275
  export var KinesisParameters$ = [3, n0, _KP,
244
276
  0,
245
277
  [_PK],
@@ -290,12 +322,6 @@ export var PlacementStrategy$ = [3, n0, _PS,
290
322
  [_t, _f],
291
323
  [0, 0]
292
324
  ];
293
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
294
- { [_e]: _c, [_hE]: 404 },
295
- [_M],
296
- [0], 1
297
- ];
298
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
299
325
  export var RetryPolicy$ = [3, n0, _RP,
300
326
  0,
301
327
  [_MEAIS, _MRA],
@@ -321,12 +347,6 @@ export var ScheduleSummary$ = [3, n0, _SS,
321
347
  [_A, _N, _GN, _St, _CD, _LMD, _Ta],
322
348
  [0, 0, 0, 0, 4, 4, () => TargetSummary$]
323
349
  ];
324
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
325
- { [_e]: _c, [_hE]: 402 },
326
- [_M],
327
- [0], 1
328
- ];
329
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
330
350
  export var SqsParameters$ = [3, n0, _SP,
331
351
  0,
332
352
  [_MGI],
@@ -357,12 +377,6 @@ export var TargetSummary$ = [3, n0, _TS,
357
377
  [_A],
358
378
  [0], 1
359
379
  ];
360
- export var ThrottlingException$ = [-3, n0, _TE,
361
- { [_e]: _c, [_hE]: 429 },
362
- [_M],
363
- [0], 1
364
- ];
365
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
366
380
  export var UntagResourceInput$ = [3, n0, _URI,
367
381
  0,
368
382
  [_RA, _TK],
@@ -383,14 +397,6 @@ export var UpdateScheduleOutput$ = [3, n0, _USO,
383
397
  [_SA],
384
398
  [0], 1
385
399
  ];
386
- export var ValidationException$ = [-3, n0, _VE,
387
- { [_e]: _c, [_hE]: 400 },
388
- [_M],
389
- [0], 1
390
- ];
391
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
392
- export var SchedulerServiceException$ = [-3, _sm, "SchedulerServiceException", 0, [], []];
393
- TypeRegistry.for(_sm).registerError(SchedulerServiceException$, SchedulerServiceException);
394
400
  var CapacityProviderStrategy = [1, n0, _CPS,
395
401
  0, () => CapacityProviderStrategyItem$
396
402
  ];
@@ -1,7 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SchedulerServiceException$: StaticErrorSchema;
4
+ export declare var ConflictException$: StaticErrorSchema;
5
+ export declare var InternalServerException$: StaticErrorSchema;
6
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
7
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
8
+ export declare var ThrottlingException$: StaticErrorSchema;
9
+ export declare var ValidationException$: StaticErrorSchema;
10
+ /**
11
+ * TypeRegistry instances containing modeled errors.
12
+ * @internal
13
+ *
14
+ */
15
+ export declare const errorTypeRegistries: TypeRegistry[];
2
16
  export declare var AwsVpcConfiguration$: StaticStructureSchema;
3
17
  export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
4
- export declare var ConflictException$: StaticErrorSchema;
5
18
  export declare var CreateScheduleGroupInput$: StaticStructureSchema;
6
19
  export declare var CreateScheduleGroupOutput$: StaticStructureSchema;
7
20
  export declare var CreateScheduleInput$: StaticStructureSchema;
@@ -18,7 +31,6 @@ export declare var GetScheduleGroupInput$: StaticStructureSchema;
18
31
  export declare var GetScheduleGroupOutput$: StaticStructureSchema;
19
32
  export declare var GetScheduleInput$: StaticStructureSchema;
20
33
  export declare var GetScheduleOutput$: StaticStructureSchema;
21
- export declare var InternalServerException$: StaticErrorSchema;
22
34
  export declare var KinesisParameters$: StaticStructureSchema;
23
35
  export declare var ListScheduleGroupsInput$: StaticStructureSchema;
24
36
  export declare var ListScheduleGroupsOutput$: StaticStructureSchema;
@@ -29,26 +41,21 @@ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
29
41
  export declare var NetworkConfiguration$: StaticStructureSchema;
30
42
  export declare var PlacementConstraint$: StaticStructureSchema;
31
43
  export declare var PlacementStrategy$: StaticStructureSchema;
32
- export declare var ResourceNotFoundException$: StaticErrorSchema;
33
44
  export declare var RetryPolicy$: StaticStructureSchema;
34
45
  export declare var SageMakerPipelineParameter$: StaticStructureSchema;
35
46
  export declare var SageMakerPipelineParameters$: StaticStructureSchema;
36
47
  export declare var ScheduleGroupSummary$: StaticStructureSchema;
37
48
  export declare var ScheduleSummary$: StaticStructureSchema;
38
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
39
49
  export declare var SqsParameters$: StaticStructureSchema;
40
50
  export declare var Tag$: StaticStructureSchema;
41
51
  export declare var TagResourceInput$: StaticStructureSchema;
42
52
  export declare var TagResourceOutput$: StaticStructureSchema;
43
53
  export declare var Target$: StaticStructureSchema;
44
54
  export declare var TargetSummary$: StaticStructureSchema;
45
- export declare var ThrottlingException$: StaticErrorSchema;
46
55
  export declare var UntagResourceInput$: StaticStructureSchema;
47
56
  export declare var UntagResourceOutput$: StaticStructureSchema;
48
57
  export declare var UpdateScheduleInput$: StaticStructureSchema;
49
58
  export declare var UpdateScheduleOutput$: StaticStructureSchema;
50
- export declare var ValidationException$: StaticErrorSchema;
51
- export declare var SchedulerServiceException$: StaticErrorSchema;
52
59
  export declare var CreateSchedule$: StaticOperationSchema;
53
60
  export declare var CreateScheduleGroup$: StaticOperationSchema;
54
61
  export declare var DeleteSchedule$: StaticOperationSchema;
@@ -1,11 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var SchedulerServiceException$: StaticErrorSchema;
8
+ export declare var ConflictException$: StaticErrorSchema;
9
+ export declare var InternalServerException$: StaticErrorSchema;
10
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
11
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ export declare const errorTypeRegistries: TypeRegistry[];
6
15
  export declare var AwsVpcConfiguration$: StaticStructureSchema;
7
16
  export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
8
- export declare var ConflictException$: StaticErrorSchema;
9
17
  export declare var CreateScheduleGroupInput$: StaticStructureSchema;
10
18
  export declare var CreateScheduleGroupOutput$: StaticStructureSchema;
11
19
  export declare var CreateScheduleInput$: StaticStructureSchema;
@@ -22,7 +30,6 @@ export declare var GetScheduleGroupInput$: StaticStructureSchema;
22
30
  export declare var GetScheduleGroupOutput$: StaticStructureSchema;
23
31
  export declare var GetScheduleInput$: StaticStructureSchema;
24
32
  export declare var GetScheduleOutput$: StaticStructureSchema;
25
- export declare var InternalServerException$: StaticErrorSchema;
26
33
  export declare var KinesisParameters$: StaticStructureSchema;
27
34
  export declare var ListScheduleGroupsInput$: StaticStructureSchema;
28
35
  export declare var ListScheduleGroupsOutput$: StaticStructureSchema;
@@ -33,26 +40,21 @@ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
33
40
  export declare var NetworkConfiguration$: StaticStructureSchema;
34
41
  export declare var PlacementConstraint$: StaticStructureSchema;
35
42
  export declare var PlacementStrategy$: StaticStructureSchema;
36
- export declare var ResourceNotFoundException$: StaticErrorSchema;
37
43
  export declare var RetryPolicy$: StaticStructureSchema;
38
44
  export declare var SageMakerPipelineParameter$: StaticStructureSchema;
39
45
  export declare var SageMakerPipelineParameters$: StaticStructureSchema;
40
46
  export declare var ScheduleGroupSummary$: StaticStructureSchema;
41
47
  export declare var ScheduleSummary$: StaticStructureSchema;
42
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
43
48
  export declare var SqsParameters$: StaticStructureSchema;
44
49
  export declare var Tag$: StaticStructureSchema;
45
50
  export declare var TagResourceInput$: StaticStructureSchema;
46
51
  export declare var TagResourceOutput$: StaticStructureSchema;
47
52
  export declare var Target$: StaticStructureSchema;
48
53
  export declare var TargetSummary$: StaticStructureSchema;
49
- export declare var ThrottlingException$: StaticErrorSchema;
50
54
  export declare var UntagResourceInput$: StaticStructureSchema;
51
55
  export declare var UntagResourceOutput$: StaticStructureSchema;
52
56
  export declare var UpdateScheduleInput$: StaticStructureSchema;
53
57
  export declare var UpdateScheduleOutput$: StaticStructureSchema;
54
- export declare var ValidationException$: StaticErrorSchema;
55
- export declare var SchedulerServiceException$: StaticErrorSchema;
56
58
  export declare var CreateSchedule$: StaticOperationSchema;
57
59
  export declare var CreateScheduleGroup$: StaticOperationSchema;
58
60
  export declare var DeleteSchedule$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.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 client-scheduler",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",