'2.0', 'service' => '
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. EventBridge Scheduler delivers your tasks reliably, with built-in mechanisms that adjust your schedules based on the availability of downstream targets. The following reference lists the available API actions, and data types for EventBridge Scheduler.
', 'operations' => [ 'CreateSchedule' => 'Creates the specified schedule.
', 'CreateScheduleGroup' => 'Creates the specified schedule group.
', 'DeleteSchedule' => 'Deletes the specified schedule.
', 'DeleteScheduleGroup' => 'Deletes the specified schedule group. Deleting a schedule group results in EventBridge Scheduler deleting all schedules associated with the group. When you delete a group, it remains in a DELETING
state until all of its associated schedules are deleted. Schedules associated with the group that are set to run while the schedule group is in the process of being deleted might continue to invoke their targets until the schedule group and its associated schedules are deleted.
This operation is eventually consistent.
Retrieves the specified schedule.
', 'GetScheduleGroup' => 'Retrieves the specified schedule group.
', 'ListScheduleGroups' => 'Returns a paginated list of your schedule groups.
', 'ListSchedules' => 'Returns a paginated list of your EventBridge Scheduler schedules.
', 'ListTagsForResource' => 'Lists the tags associated with the Scheduler resource.
', 'TagResource' => 'Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource. You can only assign tags to schedule groups.
', 'UntagResource' => 'Removes one or more tags from the specified EventBridge Scheduler schedule group.
', 'UpdateSchedule' => ' Updates the specified schedule. When you call UpdateSchedule
, EventBridge Scheduler uses all values, including empty values, specified in the request and overrides the existing schedule. This is by design. This means that if you do not set an optional field in your request, that field will be set to its system-default value after the update.
Before calling this operation, we recommend that you call the GetSchedule
API operation and make a note of all optional parameters for your UpdateSchedule
call.
Specifies whether the task\'s elastic network interface receives a public IP address. You can specify ENABLED
only when LaunchType
in EcsParameters
is set to FARGATE
.
This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
', 'refs' => [ 'NetworkConfiguration$awsvpcConfiguration' => 'Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
', ], ], 'CapacityProvider' => [ 'base' => NULL, 'refs' => [ 'CapacityProviderStrategyItem$capacityProvider' => 'The short name of the capacity provider.
', ], ], 'CapacityProviderStrategy' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$CapacityProviderStrategy' => 'The capacity provider strategy to use for the task.
', ], ], 'CapacityProviderStrategyItem' => [ 'base' => 'The details of a capacity provider strategy.
', 'refs' => [ 'CapacityProviderStrategy$member' => NULL, ], ], 'CapacityProviderStrategyItemBase' => [ 'base' => NULL, 'refs' => [ 'CapacityProviderStrategyItem$base' => 'The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0
is used.
The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.
', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleGroupInput$ClientToken' => 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
', 'CreateScheduleInput$ClientToken' => 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
', 'DeleteScheduleGroupInput$ClientToken' => 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
', 'DeleteScheduleInput$ClientToken' => 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
', 'UpdateScheduleInput$ClientToken' => 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
', ], ], 'ConflictException' => [ 'base' => 'Updating or deleting the resource can cause an inconsistent state.
', 'refs' => [], ], 'CreateScheduleGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduleGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduleInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateScheduleOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreationDate' => [ 'base' => NULL, 'refs' => [ 'GetScheduleGroupOutput$CreationDate' => 'The time at which the schedule group was created.
', 'GetScheduleOutput$CreationDate' => 'The time at which the schedule was created.
', 'ScheduleGroupSummary$CreationDate' => 'The time at which the schedule group was created.
', 'ScheduleSummary$CreationDate' => 'The time at which the schedule was created.
', ], ], 'DeadLetterConfig' => [ 'base' => 'An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.
', 'refs' => [ 'Target$DeadLetterConfig' => 'An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.
', ], ], 'DeadLetterConfigArnString' => [ 'base' => NULL, 'refs' => [ 'DeadLetterConfig$Arn' => 'The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.
', ], ], 'DeleteScheduleGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteScheduleGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteScheduleInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteScheduleOutput' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$Description' => 'The description you specify for the schedule.
', 'GetScheduleOutput$Description' => 'The description of the schedule.
', 'UpdateScheduleInput$Description' => 'The description you specify for the schedule.
', ], ], 'DetailType' => [ 'base' => NULL, 'refs' => [ 'EventBridgeParameters$DetailType' => 'A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
', ], ], 'EcsParameters' => [ 'base' => 'The templated target type for the Amazon ECS RunTask
API operation.
The templated target type for the Amazon ECS RunTask
API operation.
Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon ECS Developer Guide.
', ], ], 'EnableExecuteCommand' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$EnableExecuteCommand' => 'Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.
', ], ], 'EndDate' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$EndDate' => 'The date, in UTC, before which the schedule can invoke its target. Depending on the schedule\'s recurrence expression, invocations might stop on, or before, the EndDate
you specify. EventBridge Scheduler ignores EndDate
for one-time schedules.
The date, in UTC, before which the schedule can invoke its target. Depending on the schedule\'s recurrence expression, invocations might stop on, or before, the EndDate
you specify. EventBridge Scheduler ignores EndDate
for one-time schedules.
The date, in UTC, before which the schedule can invoke its target. Depending on the schedule\'s recurrence expression, invocations might stop on, or before, the EndDate
you specify. EventBridge Scheduler ignores EndDate
for one-time schedules.
The templated target type for the EventBridge PutEvents
API operation.
The templated target type for the EventBridge PutEvents
API operation.
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
', 'refs' => [ 'CreateScheduleInput$FlexibleTimeWindow' => 'Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
', 'GetScheduleOutput$FlexibleTimeWindow' => 'Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
', 'UpdateScheduleInput$FlexibleTimeWindow' => 'Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
', ], ], 'FlexibleTimeWindowMode' => [ 'base' => NULL, 'refs' => [ 'FlexibleTimeWindow$Mode' => 'Determines whether the schedule is invoked within a flexible time window.
', ], ], 'GetScheduleGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'GetScheduleGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetScheduleInput' => [ 'base' => NULL, 'refs' => [], ], 'GetScheduleOutput' => [ 'base' => NULL, 'refs' => [], ], 'Group' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$Group' => 'Specifies an ECS task group for the task. The maximum length is 255 characters.
', ], ], 'InternalServerException' => [ 'base' => 'Unexpected error encountered while processing the request.
', 'refs' => [], ], 'KinesisParameters' => [ 'base' => 'The templated target type for the Amazon Kinesis PutRecord
API operation.
The templated target type for the Amazon Kinesis PutRecord
API operation.
The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.
', 'GetScheduleOutput$KmsKeyArn' => 'The ARN for a customer managed KMS Key that is be used to encrypt and decrypt your data.
', 'UpdateScheduleInput$KmsKeyArn' => 'The ARN for the customer managed KMS key that that you want EventBridge Scheduler to use to encrypt and decrypt your data.
', ], ], 'LastModificationDate' => [ 'base' => NULL, 'refs' => [ 'GetScheduleGroupOutput$LastModificationDate' => 'The time at which the schedule group was last modified.
', 'GetScheduleOutput$LastModificationDate' => 'The time at which the schedule was last modified.
', 'ScheduleGroupSummary$LastModificationDate' => 'The time at which the schedule group was last modified.
', 'ScheduleSummary$LastModificationDate' => 'The time at which the schedule was last modified.
', ], ], 'LaunchType' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$LaunchType' => 'Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon ECS Developer Guide.
If specified, limits the number of results returned by this operation. The operation also returns a NextToken
which you can use in a subsequent operation to retrieve the next set of results.
If specified, limits the number of results returned by this operation. The operation also returns a NextToken
which you can use in a subsequent operation to retrieve the next set of results.
The maximum amount of time, in seconds, to continue to make retry attempts.
', ], ], 'MaximumRetryAttempts' => [ 'base' => NULL, 'refs' => [ 'RetryPolicy$MaximumRetryAttempts' => 'The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds
is reached.
The maximum time window during which a schedule can be invoked.
', ], ], 'MessageGroupId' => [ 'base' => NULL, 'refs' => [ 'SqsParameters$MessageGroupId' => 'The FIFO message group ID to use as the target.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$Name' => 'The name of the schedule that you are creating.
', 'DeleteScheduleInput$Name' => 'The name of the schedule to delete.
', 'GetScheduleInput$Name' => 'The name of the schedule to retrieve.
', 'GetScheduleOutput$Name' => 'The name of the schedule.
', 'ScheduleSummary$Name' => 'The name of the schedule.
', 'UpdateScheduleInput$Name' => 'The name of the schedule that you are updating.
', ], ], 'NamePrefix' => [ 'base' => NULL, 'refs' => [ 'ListSchedulesInput$NamePrefix' => 'Schedule name prefix to return the filtered list of resources.
', ], ], 'NetworkConfiguration' => [ 'base' => 'Specifies the network configuration for an ECS task.
', 'refs' => [ 'EcsParameters$NetworkConfiguration' => 'This structure specifies the network configuration for an ECS task.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListScheduleGroupsInput$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListScheduleGroupsOutput$NextToken' => 'Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
', 'ListSchedulesInput$NextToken' => 'The token returned by a previous call to retrieve the next set of results.
', 'ListSchedulesOutput$NextToken' => 'Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
', ], ], 'PlacementConstraint' => [ 'base' => 'An object representing a constraint on task placement.
', 'refs' => [ 'PlacementConstraints$member' => NULL, ], ], 'PlacementConstraintExpression' => [ 'base' => NULL, 'refs' => [ 'PlacementConstraint$expression' => 'A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance
. For more information, see Cluster query language in the Amazon ECS Developer Guide.
The type of constraint. Use distinctInstance
to ensure that each task in a particular group is running on a different container instance. Use memberOf
to restrict the selection to a group of valid candidates.
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
', ], ], 'PlacementStrategies' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$PlacementStrategy' => 'The task placement strategy for a task or service.
', ], ], 'PlacementStrategy' => [ 'base' => 'The task placement strategy for a task or service.
', 'refs' => [ 'PlacementStrategies$member' => NULL, ], ], 'PlacementStrategyField' => [ 'base' => NULL, 'refs' => [ 'PlacementStrategy$field' => 'The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId
(or instanceId
, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone
. For the binpack placement strategy, valid values are cpu
and memory
. For the random placement strategy, this field is not used.
The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).
', ], ], 'PlatformVersion' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$PlatformVersion' => 'Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0
.
Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use Amazon ECS\'s TagResource
API action.
The reference ID to use for the task.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The request references a resource which does not exist.
', 'refs' => [], ], 'RetryPolicy' => [ 'base' => 'A RetryPolicy
object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.
A RetryPolicy
object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.
The Amazon Resource Name (ARN) of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.
', ], ], 'SageMakerPipelineParameter' => [ 'base' => 'The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.
', 'refs' => [ 'SageMakerPipelineParameterList$member' => NULL, ], ], 'SageMakerPipelineParameterList' => [ 'base' => NULL, 'refs' => [ 'SageMakerPipelineParameters$PipelineParameterList' => 'List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
', ], ], 'SageMakerPipelineParameterName' => [ 'base' => NULL, 'refs' => [ 'SageMakerPipelineParameter$Name' => 'Name of parameter to start execution of a SageMaker Model Building Pipeline.
', ], ], 'SageMakerPipelineParameterValue' => [ 'base' => NULL, 'refs' => [ 'SageMakerPipelineParameter$Value' => 'Value of parameter to start execution of a SageMaker Model Building Pipeline.
', ], ], 'SageMakerPipelineParameters' => [ 'base' => 'The templated target type for the Amazon SageMaker StartPipelineExecution
API operation.
The templated target type for the Amazon SageMaker StartPipelineExecution
API operation.
The Amazon Resource Name (ARN) of the schedule.
', 'GetScheduleOutput$Arn' => 'The Amazon Resource Name (ARN) of the schedule.
', 'ScheduleSummary$Arn' => 'The Amazon Resource Name (ARN) of the schedule.
', 'UpdateScheduleOutput$ScheduleArn' => 'The Amazon Resource Name (ARN) of the schedule that you updated.
', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$ScheduleExpression' => 'The expression that defines when the schedule runs. The following formats are supported.
at
expression - at(yyyy-mm-ddThh:mm:ss)
rate
expression - rate(unit value)
cron
expression - cron(fields)
You can use at
expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate
and cron
expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.
A cron
expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year)
.
A rate
expression consists of a value as a positive integer, and a unit with the following options: minute
| minutes
| hour
| hours
| day
| days
For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
', 'GetScheduleOutput$ScheduleExpression' => 'The expression that defines when the schedule runs. The following formats are supported.
at
expression - at(yyyy-mm-ddThh:mm:ss)
rate
expression - rate(unit value)
cron
expression - cron(fields)
You can use at
expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate
and cron
expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.
A cron
expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year)
.
A rate
expression consists of a value as a positive integer, and a unit with the following options: minute
| minutes
| hour
| hours
| day
| days
For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
', 'UpdateScheduleInput$ScheduleExpression' => 'The expression that defines when the schedule runs. The following formats are supported.
at
expression - at(yyyy-mm-ddThh:mm:ss)
rate
expression - rate(unit value)
cron
expression - cron(fields)
You can use at
expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate
and cron
expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.
A cron
expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year)
.
A rate
expression consists of a value as a positive integer, and a unit with the following options: minute
| minutes
| hour
| hours
| day
| days
For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.
', ], ], 'ScheduleExpressionTimezone' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$ScheduleExpressionTimezone' => 'The timezone in which the scheduling expression is evaluated.
', 'GetScheduleOutput$ScheduleExpressionTimezone' => 'The timezone in which the scheduling expression is evaluated.
', 'UpdateScheduleInput$ScheduleExpressionTimezone' => 'The timezone in which the scheduling expression is evaluated.
', ], ], 'ScheduleGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleGroupOutput$ScheduleGroupArn' => 'The Amazon Resource Name (ARN) of the schedule group.
', 'GetScheduleGroupOutput$Arn' => 'The Amazon Resource Name (ARN) of the schedule group.
', 'ScheduleGroupSummary$Arn' => 'The Amazon Resource Name (ARN) of the schedule group.
', ], ], 'ScheduleGroupList' => [ 'base' => NULL, 'refs' => [ 'ListScheduleGroupsOutput$ScheduleGroups' => 'The schedule groups that match the specified criteria.
', ], ], 'ScheduleGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleGroupInput$Name' => 'The name of the schedule group that you are creating.
', 'CreateScheduleInput$GroupName' => 'The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.
', 'DeleteScheduleGroupInput$Name' => 'The name of the schedule group to delete.
', 'DeleteScheduleInput$GroupName' => 'The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
', 'GetScheduleGroupInput$Name' => 'The name of the schedule group to retrieve.
', 'GetScheduleGroupOutput$Name' => 'The name of the schedule group.
', 'GetScheduleInput$GroupName' => 'The name of the schedule group associated with this schedule. If you omit this, EventBridge Scheduler assumes that the schedule is associated with the default group.
', 'GetScheduleOutput$GroupName' => 'The name of the schedule group associated with this schedule.
', 'ListSchedulesInput$GroupName' => 'If specified, only lists the schedules whose associated schedule group matches the given filter.
', 'ScheduleGroupSummary$Name' => 'The name of the schedule group.
', 'ScheduleSummary$GroupName' => 'The name of the schedule group associated with this schedule.
', 'UpdateScheduleInput$GroupName' => 'The name of the schedule group with which the schedule is associated. You must provide this value in order for EventBridge Scheduler to find the schedule you want to update. If you omit this value, EventBridge Scheduler assumes the group is associated to the default group.
', ], ], 'ScheduleGroupNamePrefix' => [ 'base' => NULL, 'refs' => [ 'ListScheduleGroupsInput$NamePrefix' => 'The name prefix that you can use to return a filtered list of your schedule groups.
', ], ], 'ScheduleGroupState' => [ 'base' => NULL, 'refs' => [ 'GetScheduleGroupOutput$State' => 'Specifies the state of the schedule group.
', 'ScheduleGroupSummary$State' => 'Specifies the state of the schedule group.
', ], ], 'ScheduleGroupSummary' => [ 'base' => 'The details of a schedule group.
', 'refs' => [ 'ScheduleGroupList$member' => NULL, ], ], 'ScheduleList' => [ 'base' => NULL, 'refs' => [ 'ListSchedulesOutput$Schedules' => 'The schedules that match the specified criteria.
', ], ], 'ScheduleState' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleInput$State' => 'Specifies whether the schedule is enabled or disabled.
', 'GetScheduleOutput$State' => 'Specifies whether the schedule is enabled or disabled.
', 'ListSchedulesInput$State' => 'If specified, only lists the schedules whose current state matches the given filter.
', 'ScheduleSummary$State' => 'Specifies whether the schedule is enabled or disabled.
', 'UpdateScheduleInput$State' => 'Specifies whether the schedule is enabled or disabled.
', ], ], 'ScheduleSummary' => [ 'base' => 'The details of a schedule.
', 'refs' => [ 'ScheduleList$member' => NULL, ], ], 'SecurityGroup' => [ 'base' => NULL, 'refs' => [ 'SecurityGroups$member' => NULL, ], ], 'SecurityGroups' => [ 'base' => NULL, 'refs' => [ 'AwsVpcConfiguration$SecurityGroups' => 'Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The request exceeds a service quota.
', 'refs' => [], ], 'Source' => [ 'base' => NULL, 'refs' => [ 'EventBridgeParameters$Source' => 'The source of the event.
', ], ], 'SqsParameters' => [ 'base' => 'The templated target type for the Amazon SQS SendMessage
API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.
The templated target type for the Amazon SQS SendMessage
API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.
The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule\'s recurrence expression, invocations might occur on, or after, the StartDate
you specify. EventBridge Scheduler ignores StartDate
for one-time schedules.
The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule\'s recurrence expression, invocations might occur on, or after, the StartDate
you specify. EventBridge Scheduler ignores StartDate
for one-time schedules.
The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule\'s recurrence expression, invocations might occur on, or after, the StartDate
you specify. EventBridge Scheduler ignores StartDate
for one-time schedules.
Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
', ], ], 'Tag' => [ 'base' => 'Tag to associate with a schedule group.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => 'The key for the tag.
', 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$TagKeys' => 'The list of tag keys to remove from the resource.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateScheduleGroupInput$Tags' => 'The list of tags to associate with the schedule group.
', 'ListTagsForResourceOutput$Tags' => 'The list of tags associated with the specified resource.
', 'TagResourceInput$Tags' => 'The list of tags to associate with the schedule group.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'Tags$member' => NULL, ], ], 'TagResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceInput$ResourceArn' => 'The ARN of the EventBridge Scheduler resource for which you want to view tags.
', 'TagResourceInput$ResourceArn' => 'The Amazon Resource Name (ARN) of the schedule group that you are adding tags to.
', 'UntagResourceInput$ResourceArn' => 'The Amazon Resource Name (ARN) of the schedule group from which you are removing tags.
', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'The value for the tag.
', 'TagMap$value' => NULL, ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$Tags' => 'The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. For more information, see RunTask
in the Amazon ECS API Reference.
The schedule\'s target. EventBridge Scheduler supports templated target that invoke common API operations, as well as universal targets that you can customize to invoke over 6,000 API operations across more than 270 services. You can only specify one templated or universal target for a schedule.
', 'refs' => [ 'CreateScheduleInput$Target' => 'The schedule\'s target.
', 'GetScheduleOutput$Target' => 'The schedule target.
', 'UpdateScheduleInput$Target' => 'The schedule target. You can use this operation to change the target that your schedule invokes.
', ], ], 'TargetArn' => [ 'base' => NULL, 'refs' => [ 'Target$Arn' => 'The Amazon Resource Name (ARN) of the target.
', 'TargetSummary$Arn' => 'The Amazon Resource Name (ARN) of the target.
', ], ], 'TargetInput' => [ 'base' => NULL, 'refs' => [ 'Target$Input' => 'The text, or well-formed JSON, passed to the target. If you are configuring a templated Lambda, AWS Step Functions, or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, EventBridge Scheduler delivers a default notification to the target.
', ], ], 'TargetPartitionKey' => [ 'base' => NULL, 'refs' => [ 'KinesisParameters$PartitionKey' => 'Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
', ], ], 'TargetSummary' => [ 'base' => 'The details of a target.
', 'refs' => [ 'ScheduleSummary$Target' => 'The schedule\'s target details.
', ], ], 'TaskCount' => [ 'base' => NULL, 'refs' => [ 'EcsParameters$TaskCount' => 'The number of tasks to create based on TaskDefinition
. The default is 1
.
The Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.
', ], ], 'ThrottlingException' => [ 'base' => 'The request was denied due to request throttling.
', 'refs' => [], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateScheduleInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateScheduleOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'The input fails to satisfy the constraints specified by an AWS service.
', 'refs' => [], ], ],];