@aws-sdk/client-scheduler 3.296.0 → 3.298.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.
- package/dist-cjs/commands/CreateScheduleCommand.js +2 -3
- package/dist-cjs/commands/CreateScheduleGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -3
- package/dist-cjs/commands/DeleteScheduleGroupCommand.js +2 -3
- package/dist-cjs/commands/GetScheduleCommand.js +2 -3
- package/dist-cjs/commands/GetScheduleGroupCommand.js +2 -3
- package/dist-cjs/commands/ListScheduleGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListSchedulesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateScheduleCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -174
- package/dist-es/commands/CreateScheduleCommand.js +2 -3
- package/dist-es/commands/CreateScheduleGroupCommand.js +2 -3
- package/dist-es/commands/DeleteScheduleCommand.js +2 -3
- package/dist-es/commands/DeleteScheduleGroupCommand.js +2 -3
- package/dist-es/commands/GetScheduleCommand.js +2 -3
- package/dist-es/commands/GetScheduleGroupCommand.js +2 -3
- package/dist-es/commands/ListScheduleGroupsCommand.js +2 -3
- package/dist-es/commands/ListSchedulesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateScheduleCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -129
- package/dist-types/Scheduler.d.ts +13 -0
- package/dist-types/SchedulerClient.d.ts +24 -4
- package/dist-types/commands/CreateScheduleCommand.d.ts +16 -0
- package/dist-types/commands/CreateScheduleGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduleGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetScheduleCommand.d.ts +16 -0
- package/dist-types/commands/GetScheduleGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListScheduleGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchedulesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScheduleCommand.d.ts +16 -0
- package/dist-types/models/SchedulerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +121 -172
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListScheduleGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchedulesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -123
- package/package.json +4 -3
|
@@ -298,126 +298,3 @@ export interface UntagResourceInput {
|
|
|
298
298
|
TagKeys: string[] | undefined;
|
|
299
299
|
}
|
|
300
300
|
export interface UntagResourceOutput {}
|
|
301
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
302
|
-
obj: ListTagsForResourceInput
|
|
303
|
-
) => any;
|
|
304
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
305
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
306
|
-
obj: ListTagsForResourceOutput
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const FlexibleTimeWindowFilterSensitiveLog: (
|
|
309
|
-
obj: FlexibleTimeWindow
|
|
310
|
-
) => any;
|
|
311
|
-
export declare const DeadLetterConfigFilterSensitiveLog: (
|
|
312
|
-
obj: DeadLetterConfig
|
|
313
|
-
) => any;
|
|
314
|
-
export declare const CapacityProviderStrategyItemFilterSensitiveLog: (
|
|
315
|
-
obj: CapacityProviderStrategyItem
|
|
316
|
-
) => any;
|
|
317
|
-
export declare const AwsVpcConfigurationFilterSensitiveLog: (
|
|
318
|
-
obj: AwsVpcConfiguration
|
|
319
|
-
) => any;
|
|
320
|
-
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
321
|
-
obj: NetworkConfiguration
|
|
322
|
-
) => any;
|
|
323
|
-
export declare const PlacementConstraintFilterSensitiveLog: (
|
|
324
|
-
obj: PlacementConstraint
|
|
325
|
-
) => any;
|
|
326
|
-
export declare const PlacementStrategyFilterSensitiveLog: (
|
|
327
|
-
obj: PlacementStrategy
|
|
328
|
-
) => any;
|
|
329
|
-
export declare const EcsParametersFilterSensitiveLog: (
|
|
330
|
-
obj: EcsParameters
|
|
331
|
-
) => any;
|
|
332
|
-
export declare const EventBridgeParametersFilterSensitiveLog: (
|
|
333
|
-
obj: EventBridgeParameters
|
|
334
|
-
) => any;
|
|
335
|
-
export declare const KinesisParametersFilterSensitiveLog: (
|
|
336
|
-
obj: KinesisParameters
|
|
337
|
-
) => any;
|
|
338
|
-
export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
|
|
339
|
-
export declare const SageMakerPipelineParameterFilterSensitiveLog: (
|
|
340
|
-
obj: SageMakerPipelineParameter
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const SageMakerPipelineParametersFilterSensitiveLog: (
|
|
343
|
-
obj: SageMakerPipelineParameters
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const SqsParametersFilterSensitiveLog: (
|
|
346
|
-
obj: SqsParameters
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
349
|
-
export declare const CreateScheduleInputFilterSensitiveLog: (
|
|
350
|
-
obj: CreateScheduleInput
|
|
351
|
-
) => any;
|
|
352
|
-
export declare const CreateScheduleOutputFilterSensitiveLog: (
|
|
353
|
-
obj: CreateScheduleOutput
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const DeleteScheduleInputFilterSensitiveLog: (
|
|
356
|
-
obj: DeleteScheduleInput
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const DeleteScheduleOutputFilterSensitiveLog: (
|
|
359
|
-
obj: DeleteScheduleOutput
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const GetScheduleInputFilterSensitiveLog: (
|
|
362
|
-
obj: GetScheduleInput
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const GetScheduleOutputFilterSensitiveLog: (
|
|
365
|
-
obj: GetScheduleOutput
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const ListSchedulesInputFilterSensitiveLog: (
|
|
368
|
-
obj: ListSchedulesInput
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const TargetSummaryFilterSensitiveLog: (
|
|
371
|
-
obj: TargetSummary
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const ScheduleSummaryFilterSensitiveLog: (
|
|
374
|
-
obj: ScheduleSummary
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const ListSchedulesOutputFilterSensitiveLog: (
|
|
377
|
-
obj: ListSchedulesOutput
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const UpdateScheduleInputFilterSensitiveLog: (
|
|
380
|
-
obj: UpdateScheduleInput
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const UpdateScheduleOutputFilterSensitiveLog: (
|
|
383
|
-
obj: UpdateScheduleOutput
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const CreateScheduleGroupInputFilterSensitiveLog: (
|
|
386
|
-
obj: CreateScheduleGroupInput
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const CreateScheduleGroupOutputFilterSensitiveLog: (
|
|
389
|
-
obj: CreateScheduleGroupOutput
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const DeleteScheduleGroupInputFilterSensitiveLog: (
|
|
392
|
-
obj: DeleteScheduleGroupInput
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const DeleteScheduleGroupOutputFilterSensitiveLog: (
|
|
395
|
-
obj: DeleteScheduleGroupOutput
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const GetScheduleGroupInputFilterSensitiveLog: (
|
|
398
|
-
obj: GetScheduleGroupInput
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const GetScheduleGroupOutputFilterSensitiveLog: (
|
|
401
|
-
obj: GetScheduleGroupOutput
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const ListScheduleGroupsInputFilterSensitiveLog: (
|
|
404
|
-
obj: ListScheduleGroupsInput
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const ScheduleGroupSummaryFilterSensitiveLog: (
|
|
407
|
-
obj: ScheduleGroupSummary
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const ListScheduleGroupsOutputFilterSensitiveLog: (
|
|
410
|
-
obj: ListScheduleGroupsOutput
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
413
|
-
obj: TagResourceInput
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
416
|
-
obj: TagResourceOutput
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
419
|
-
obj: UntagResourceInput
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
422
|
-
obj: UntagResourceOutput
|
|
423
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo scheduler"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|