diff --git a/index.html b/index.html index 6038b97..f4f00b0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-1.7.1
1.8.0
AWS SchedulerClient client.
+ +(Object)
+
+ Name | +Description | +
---|---|
parameters.groupName string
+
+ (default default )
+ |
+ Schedule group name. + | +
parameters.name string
+
+ (default scheduler )
+ |
+ Client name. + | +
parameters.reqId string
+
+ (default <uuid> )
+ |
+ Request id. + | +
parameters.log Object
+
+ (default <logger> )
+ |
+ Pino compatible logger. + | +
parameters.AwsSdkSchedulerClient Constructor
+
+ (default SchedulerClient )
+ |
+ Constructor for a SchedulerClient from the AWS SDK. + | +
parameters.params Object
+
+ (default {} )
+ |
+ Additional params to pass to the AwsSdkSchedulerClient constructor. + | +
Get a schedule.
+ + + + + + + + + + + + + +(Object
+ = []
)
+ Additional params to pass to the GetScheduleCommand.
+
+ Promise<Object>
:
+ Response normalized to camel case.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Create a schedule.
+ + + + + + + + + + + + + +(Object
+ = []
)
+ Additional params to pass to the CreateScheduleCommand.
+
+ Promise<Object>
:
+ Response normalized to camel case.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Delete a schedule.
+ + + + + + + + + + + + + +(Object
+ = []
)
+ Additional params to pass to the DeleteScheduleCommand.
+
+ Promise<Object>
:
+ Response normalized to camel case.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Update a schedule. +AWS uses a replace all attributes strategy when updating schedules. +AWS schedules
+ + + + + + + + + + + + + +(Object
+ = []
)
+ Additional params to pass to the UpdateScheduleCommand.
+
+ Promise<Object>
:
+ Response normalized to camel case.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+