{ "version": "2.0", "metadata": { "apiVersion": "2015-10-07", "endpointPrefix": "events", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceFullName": "Amazon EventBridge", "serviceId": "EventBridge", "signatureVersion": "v4", "targetPrefix": "AWSEvents", "uid": "eventbridge-2015-10-07", "auth": [ "aws.auth#sigv4" ] }, "operations": { "ActivateEventSource": { "name": "ActivateEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ActivateEventSourceRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InvalidStateException" }, { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "
Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.
" }, "CancelReplay": { "name": "CancelReplay", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelReplayRequest" }, "output": { "shape": "CancelReplayResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "IllegalStatusException" }, { "shape": "InternalException" } ], "documentation": "Cancels the specified replay.
" }, "CreateApiDestination": { "name": "CreateApiDestination", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateApiDestinationRequest" }, "output": { "shape": "CreateApiDestinationResponse" }, "errors": [ { "shape": "ResourceAlreadyExistsException" }, { "shape": "ResourceNotFoundException" }, { "shape": "LimitExceededException" }, { "shape": "InternalException" } ], "documentation": "Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
API destinations do not support private destinations, such as interface VPC endpoints.
For more information, see API destinations in the EventBridge User Guide.
" }, "CreateArchive": { "name": "CreateArchive", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateArchiveRequest" }, "output": { "shape": "CreateArchiveResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidEventPatternException" } ], "documentation": "Creates an archive of events with the specified settings. When you create an archive, incoming events might not immediately start being sent to the archive. Allow a short period of time for changes to take effect. If you do not specify a pattern to filter events sent to the archive, all events are sent to the archive except replayed events. Replayed events are not sent to an archive.
Archives and schema discovery are not supported for event buses encrypted using a customer managed key. EventBridge returns an error if:
You call CreateArchive
on an event bus set to use a customer managed key for encryption.
You call CreateDiscoverer
on an event bus set to use a customer managed key for encryption.
You call UpdatedEventBus
to set a customer managed key on an event bus with an archives or schema discovery enabled.
To enable archives or schema discovery on an event bus, choose to use an Amazon Web Services owned key. For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
Creates a connection. A connection defines the authorization type and credentials to use for authorization with an API destination HTTP endpoint.
" }, "CreateEndpoint": { "name": "CreateEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateEndpointRequest" }, "output": { "shape": "CreateEndpointResponse" }, "errors": [ { "shape": "ResourceAlreadyExistsException" }, { "shape": "LimitExceededException" }, { "shape": "InternalException" } ], "documentation": "Creates a global endpoint. Global endpoints improve your application's availability by making it regional-fault tolerant. To do this, you define a primary and secondary Region with event buses in each Region. You also create a Amazon RouteĀ 53 health check that will tell EventBridge to route events to the secondary Region when an \"unhealthy\" state is encountered and events will be routed back to the primary Region when the health check reports a \"healthy\" state.
" }, "CreateEventBus": { "name": "CreateEventBus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateEventBusRequest" }, "output": { "shape": "CreateEventBusResponse" }, "errors": [ { "shape": "ResourceAlreadyExistsException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidStateException" }, { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "LimitExceededException" }, { "shape": "OperationDisabledException" } ], "documentation": "Creates a new event bus within your account. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.
" }, "CreatePartnerEventSource": { "name": "CreatePartnerEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreatePartnerEventSourceRequest" }, "output": { "shape": "CreatePartnerEventSourceResponse" }, "errors": [ { "shape": "ResourceAlreadyExistsException" }, { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "LimitExceededException" }, { "shape": "OperationDisabledException" } ], "documentation": "Called by an SaaS partner to create a partner event source. This operation is not used by Amazon Web Services customers.
Each partner event source can be used by one Amazon Web Services account to create a matching partner event bus in that Amazon Web Services account. A SaaS partner must create one partner event source for each Amazon Web Services account that wants to receive those event types.
A partner event source creates events based on resources within the SaaS partner's service or application.
An Amazon Web Services account that creates a partner event bus that matches the partner event source can use that event bus to receive events from the partner, and then process them using Amazon Web Services Events rules and targets.
Partner event source names follow this format:
partner_name/event_namespace/event_name
partner_name is determined during partner registration, and identifies the partner to Amazon Web Services customers.
event_namespace is determined by the partner, and is a way for the partner to categorize their events.
event_name is determined by the partner, and should uniquely identify an event-generating resource within the partner system.
The event_name must be unique across all Amazon Web Services customers. This is because the event source is a shared resource between the partner and customer accounts, and each partner event source unique in the partner account.
The combination of event_namespace and event_name should help Amazon Web Services customers decide whether to create an event bus to receive these events.
" }, "DeactivateEventSource": { "name": "DeactivateEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeactivateEventSourceRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InvalidStateException" }, { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "You can use this operation to temporarily stop receiving events from the specified partner event source. The matching event bus is not deleted.
When you deactivate a partner event source, the source goes into PENDING state. If it remains in PENDING state for more than two weeks, it is deleted.
To activate a deactivated partner event source, use ActivateEventSource.
" }, "DeauthorizeConnection": { "name": "DeauthorizeConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeauthorizeConnectionRequest" }, "output": { "shape": "DeauthorizeConnectionResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Removes all authorization parameters from the connection. This lets you remove the secret from the connection so you can reuse it without having to create a new connection.
" }, "DeleteApiDestination": { "name": "DeleteApiDestination", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteApiDestinationRequest" }, "output": { "shape": "DeleteApiDestinationResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Deletes the specified API destination.
" }, "DeleteArchive": { "name": "DeleteArchive", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteArchiveRequest" }, "output": { "shape": "DeleteArchiveResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Deletes the specified archive.
" }, "DeleteConnection": { "name": "DeleteConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteConnectionRequest" }, "output": { "shape": "DeleteConnectionResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Deletes a connection.
" }, "DeleteEndpoint": { "name": "DeleteEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteEndpointRequest" }, "output": { "shape": "DeleteEndpointResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Delete an existing global endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
" }, "DeleteEventBus": { "name": "DeleteEventBus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteEventBusRequest" }, "errors": [ { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "Deletes the specified custom event bus or partner event bus. All rules associated with this event bus need to be deleted. You can't delete your account's default event bus.
" }, "DeletePartnerEventSource": { "name": "DeletePartnerEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeletePartnerEventSourceRequest" }, "errors": [ { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "OperationDisabledException" } ], "documentation": "This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers.
When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.
" }, "DeleteRule": { "name": "DeleteRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRuleRequest" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ManagedRuleException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Deletes the specified rule.
Before you can delete the rule, you must remove all targets, using RemoveTargets.
When you delete a rule, incoming events might continue to match to the deleted rule. Allow a short period of time for changes to take effect.
If you call delete rule multiple times for the same rule, all calls will succeed. When you call delete rule for a non-existent custom eventbus, ResourceNotFoundException
is returned.
Managed rules are rules created and managed by another Amazon Web Services service on your behalf. These rules are created by those other Amazon Web Services services to support functionality in those services. You can delete these rules using the Force
option, but you should do so only if you are sure the other service is not still using that rule.
Retrieves details about an API destination.
" }, "DescribeArchive": { "name": "DescribeArchive", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeArchiveRequest" }, "output": { "shape": "DescribeArchiveResponse" }, "errors": [ { "shape": "ResourceAlreadyExistsException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Retrieves details about an archive.
" }, "DescribeConnection": { "name": "DescribeConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeConnectionRequest" }, "output": { "shape": "DescribeConnectionResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Retrieves details about a connection.
" }, "DescribeEndpoint": { "name": "DescribeEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEndpointRequest" }, "output": { "shape": "DescribeEndpointResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Get the information about an existing global endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
" }, "DescribeEventBus": { "name": "DescribeEventBus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEventBusRequest" }, "output": { "shape": "DescribeEventBusResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Displays details about an event bus in your account. This can include the external Amazon Web Services accounts that are permitted to write events to your default event bus, and the associated policy. For custom event buses and partner event buses, it displays the name, ARN, policy, state, and creation time.
To enable your account to receive events from other accounts on its default event bus, use PutPermission.
For more information about partner event buses, see CreateEventBus.
" }, "DescribeEventSource": { "name": "DescribeEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeEventSourceRequest" }, "output": { "shape": "DescribeEventSourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "This operation lists details about a partner event source that is shared with your account.
" }, "DescribePartnerEventSource": { "name": "DescribePartnerEventSource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribePartnerEventSourceRequest" }, "output": { "shape": "DescribePartnerEventSourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
" }, "DescribeReplay": { "name": "DescribeReplay", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeReplayRequest" }, "output": { "shape": "DescribeReplayResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Retrieves details about a replay. Use DescribeReplay
to determine the progress of a running replay. A replay processes events to replay based on the time in the event, and replays them using 1 minute intervals. If you use StartReplay
and specify an EventStartTime
and an EventEndTime
that covers a 20 minute time range, the events are replayed from the first minute of that 20 minute range first. Then the events from the second minute are replayed. You can use DescribeReplay
to determine the progress of a replay. The value returned for EventLastReplayedTime
indicates the time within the specified time range associated with the last event replayed.
Describes the specified rule.
DescribeRule does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.
" }, "DisableRule": { "name": "DisableRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DisableRuleRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ManagedRuleException" }, { "shape": "InternalException" } ], "documentation": "Disables the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression.
When you disable a rule, incoming events might continue to match to the disabled rule. Allow a short period of time for changes to take effect.
" }, "EnableRule": { "name": "EnableRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "EnableRuleRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ManagedRuleException" }, { "shape": "InternalException" } ], "documentation": "Enables the specified rule. If the rule does not exist, the operation fails.
When you enable a rule, incoming events might not immediately start matching to a newly enabled rule. Allow a short period of time for changes to take effect.
" }, "ListApiDestinations": { "name": "ListApiDestinations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListApiDestinationsRequest" }, "output": { "shape": "ListApiDestinationsResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "Retrieves a list of API destination in the account in the current Region.
" }, "ListArchives": { "name": "ListArchives", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListArchivesRequest" }, "output": { "shape": "ListArchivesResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Lists your archives. You can either list all the archives or you can provide a prefix to match to the archive names. Filter parameters are exclusive.
" }, "ListConnections": { "name": "ListConnections", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListConnectionsRequest" }, "output": { "shape": "ListConnectionsResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "Retrieves a list of connections from the account.
" }, "ListEndpoints": { "name": "ListEndpoints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListEndpointsRequest" }, "output": { "shape": "ListEndpointsResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "List the global endpoints associated with this account. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
" }, "ListEventBuses": { "name": "ListEventBuses", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListEventBusesRequest" }, "output": { "shape": "ListEventBusesResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "Lists all the event buses in your account, including the default event bus, custom event buses, and partner event buses.
" }, "ListEventSources": { "name": "ListEventSources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListEventSourcesRequest" }, "output": { "shape": "ListEventSourcesResponse" }, "errors": [ { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "You can use this to see all the partner event sources that have been shared with your Amazon Web Services account. For more information about partner event sources, see CreateEventBus.
" }, "ListPartnerEventSourceAccounts": { "name": "ListPartnerEventSourceAccounts", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListPartnerEventSourceAccountsRequest" }, "output": { "shape": "ListPartnerEventSourceAccountsResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with. This operation is not used by Amazon Web Services customers.
" }, "ListPartnerEventSources": { "name": "ListPartnerEventSources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListPartnerEventSourcesRequest" }, "output": { "shape": "ListPartnerEventSourcesResponse" }, "errors": [ { "shape": "InternalException" }, { "shape": "OperationDisabledException" } ], "documentation": "An SaaS partner can use this operation to list all the partner event source names that they have created. This operation is not used by Amazon Web Services customers.
" }, "ListReplays": { "name": "ListReplays", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListReplaysRequest" }, "output": { "shape": "ListReplaysResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "Lists your replays. You can either list all the replays or you can provide a prefix to match to the replay names. Filter parameters are exclusive.
" }, "ListRuleNamesByTarget": { "name": "ListRuleNamesByTarget", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRuleNamesByTargetRequest" }, "output": { "shape": "ListRuleNamesByTargetResponse" }, "errors": [ { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Lists the rules for the specified target. You can see which of the rules in Amazon EventBridge can invoke a specific target in your account.
The maximum number of results per page for requests is 100.
" }, "ListRules": { "name": "ListRules", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRulesRequest" }, "output": { "shape": "ListRulesResponse" }, "errors": [ { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Lists your Amazon EventBridge rules. You can either list all the rules or you can provide a prefix to match to the rule names.
The maximum number of results per page for requests is 100.
ListRules does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.
" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Displays the tags associated with an EventBridge resource. In EventBridge, rules and event buses can be tagged.
" }, "ListTargetsByRule": { "name": "ListTargetsByRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTargetsByRuleRequest" }, "output": { "shape": "ListTargetsByRuleResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" } ], "documentation": "Lists the targets assigned to the specified rule.
The maximum number of results per page for requests is 100.
" }, "PutEvents": { "name": "PutEvents", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutEventsRequest" }, "output": { "shape": "PutEventsResponse" }, "errors": [ { "shape": "InternalException" } ], "documentation": "Sends custom events to Amazon EventBridge so that they can be matched to rules.
The maximum size for a PutEvents event entry is 256 KB. Entry size is calculated including the event and any necessary characters and keys of the JSON representation of the event. To learn more, see Calculating PutEvents event entry size in the Amazon EventBridge User Guide
PutEvents accepts the data in JSON format. For the JSON number (integer) data type, the constraints are: a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807.
PutEvents will only process nested JSON up to 1100 levels deep.
This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services customers do not use this operation.
For information on calculating event batch size, see Calculating EventBridge PutEvents event entry size in the EventBridge User Guide.
" }, "PutPermission": { "name": "PutPermission", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutPermissionRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "PolicyLengthExceededException" }, { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "OperationDisabledException" } ], "documentation": "Running PutPermission
permits the specified Amazon Web Services account or Amazon Web Services organization to put events to the specified event bus. Amazon EventBridge (CloudWatch Events) rules in your account are triggered by these events arriving to an event bus in your account.
For another account to send events to your account, that external account must have an EventBridge rule with your account's event bus as a target.
To enable multiple Amazon Web Services accounts to put events to your event bus, run PutPermission
once for each of these accounts. Or, if all the accounts are members of the same Amazon Web Services organization, you can run PutPermission
once specifying Principal
as \"*\" and specifying the Amazon Web Services organization ID in Condition
, to grant permissions to all accounts in that organization.
If you grant permissions using an organization, then accounts in that organization must specify a RoleArn
with proper permissions when they use PutTarget
to add your account's event bus as a target. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide.
The permission policy on the event bus cannot exceed 10 KB in size.
" }, "PutRule": { "name": "PutRule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutRuleRequest" }, "output": { "shape": "PutRuleResponse" }, "errors": [ { "shape": "InvalidEventPatternException" }, { "shape": "LimitExceededException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ManagedRuleException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "Creates or updates the specified rule. Rules are enabled by default, or based on value of the state. You can disable a rule using DisableRule.
A single rule watches for events from a single event bus. Events generated by Amazon Web Services services go to your account's default event bus. Events generated by SaaS partner services or applications go to the matching partner event bus. If you have custom applications or services, you can specify whether their events go to your default event bus or a custom event bus that you have created. For more information, see CreateEventBus.
If you are updating an existing rule, the rule is replaced with what you specify in this PutRule
command. If you omit arguments in PutRule
, the old values for those arguments are not kept. Instead, they are replaced with null values.
When you create or update a rule, incoming events might not immediately start matching to new or updated rules. Allow a short period of time for changes to take effect.
A rule must contain at least an EventPattern or ScheduleExpression. Rules with EventPatterns are triggered when a matching event is observed. Rules with ScheduleExpressions self-trigger based on the given schedule. A rule can have both an EventPattern and a ScheduleExpression, in which case the rule triggers on matching events as well as on a schedule.
When you initially create a rule, you can optionally assign one or more tags to the rule. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only rules with certain tag values. To use the PutRule
operation and assign tags, you must have both the events:PutRule
and events:TagResource
permissions.
If you are updating an existing rule, any tags you specify in the PutRule
operation are ignored. To update the tags of an existing rule, use TagResource and UntagResource.
Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs). However, EventBridge uses an exact match in event patterns and rules. Be sure to use the correct ARN characters when creating event patterns so that they match the ARN syntax in the event you want to match.
In EventBridge, it is possible to create rules that lead to infinite loops, where a rule is fired repeatedly. For example, a rule might detect that ACLs have changed on an S3 bucket, and trigger software to change them to the desired state. If the rule is not written carefully, the subsequent change to the ACLs fires the rule again, creating an infinite loop.
To prevent this, write the rules so that the triggered actions do not re-fire the same rule. For example, your rule could fire only if ACLs are found to be in a bad state, instead of after any change.
An infinite loop can quickly cause higher than expected charges. We recommend that you use budgeting, which alerts you when charges exceed your specified limit. For more information, see Managing Your Costs with Budgets.
" }, "PutTargets": { "name": "PutTargets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutTargetsRequest" }, "output": { "shape": "PutTargetsResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "LimitExceededException" }, { "shape": "ManagedRuleException" }, { "shape": "InternalException" } ], "documentation": "Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
Targets are the resources that are invoked when a rule is triggered.
The maximum number of entries per request is 10.
Each rule can have up to five (5) targets associated with it at one time.
For a list of services you can configure as targets for events, see EventBridge targets in the Amazon EventBridge User Guide .
Creating rules with built-in targets is supported only in the Amazon Web Services Management Console. The built-in targets are:
Amazon EBS CreateSnapshot API call
Amazon EC2 RebootInstances API call
Amazon EC2 StopInstances API call
Amazon EC2 TerminateInstances API call
For some target types, PutTargets
provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the KinesisParameters
argument. To invoke a command on multiple EC2 instances with one rule, you can use the RunCommandParameters
field.
To be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions:
For Lambda and Amazon SNS resources, EventBridge relies on resource-based policies.
For EC2 instances, Kinesis Data Streams, Step Functions state machines and API Gateway APIs, EventBridge relies on IAM roles that you specify in the RoleARN
argument in PutTargets
.
For more information, see Authentication and Access Control in the Amazon EventBridge User Guide .
If another Amazon Web Services account is in the same region and has granted you permission (using PutPermission
), you can send events to that account. Set that account's event bus as a target of the rules in your account. To send the matched events to the other account, specify that account's event bus as the Arn
value when you run PutTargets
. If your account sends events to another account, your account is charged for each sent event. Each event sent to another account is charged as a custom event. The account receiving the event is not charged. For more information, see Amazon EventBridge Pricing.
Input
, InputPath
, and InputTransformer
are not available with PutTarget
if the target is an event bus of a different Amazon Web Services account.
If you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a RoleArn
with proper permissions in the Target
structure. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide.
If you have an IAM role on a cross-account event bus target, a PutTargets
call without a role on the same target (same Id
and Arn
) will not remove the role.
For more information about enabling cross-account events, see PutPermission.
Input, InputPath, and InputTransformer are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event:
If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON format (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target).
If Input is specified in the form of valid JSON, then the matched event is overridden with this constant.
If InputPath is specified in the form of JSONPath (for example, $.detail
), then only the part of the event specified in the path is passed to the target (for example, only the detail part of the event is passed).
If InputTransformer is specified, then one or more specified JSONPaths are extracted from the event and used as values in a template that you specify as the input to the target.
When you specify InputPath
or InputTransformer
, you must use JSON dot notation, not bracket notation.
When you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Allow a short period of time for changes to take effect.
This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount
is non-zero in the response and each entry in FailedEntries
provides the ID of the failed target and the error code.
Revokes the permission of another Amazon Web Services account to be able to put events to the specified event bus. Specify the account to revoke by the StatementId
value that you associated with the account when you granted it permission with PutPermission
. You can find the StatementId
by using DescribeEventBus.
Removes the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked.
A successful execution of RemoveTargets
doesn't guarantee all targets are removed from the rule, it means that the target(s) listed in the request are removed.
When you remove a target, when the associated rule triggers, removed targets might continue to be invoked. Allow a short period of time for changes to take effect.
This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount
is non-zero in the response and each entry in FailedEntries
provides the ID of the failed target and the error code.
The maximum number of entries per request is 10.
" }, "StartReplay": { "name": "StartReplay", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartReplayRequest" }, "output": { "shape": "StartReplayResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "InvalidEventPatternException" }, { "shape": "LimitExceededException" }, { "shape": "InternalException" } ], "documentation": "Starts the specified replay. Events are not necessarily replayed in the exact same order that they were added to the archive. A replay processes events to replay based on the time in the event, and replays them using 1 minute intervals. If you specify an EventStartTime
and an EventEndTime
that covers a 20 minute time range, the events are replayed from the first minute of that 20 minute range first. Then the events from the second minute are replayed. You can use DescribeReplay
to determine the progress of a replay. The value returned for EventLastReplayedTime
indicates the time within the specified time range associated with the last event replayed.
Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In EventBridge, rules and event buses can be tagged.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can use the TagResource
action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a resource.
" }, "TestEventPattern": { "name": "TestEventPattern", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TestEventPatternRequest" }, "output": { "shape": "TestEventPatternResponse" }, "errors": [ { "shape": "InvalidEventPatternException" }, { "shape": "InternalException" } ], "documentation": "Tests whether the specified event pattern matches the provided event.
Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs). However, EventBridge uses an exact match in event patterns and rules. Be sure to use the correct ARN characters when creating event patterns so that they match the ARN syntax in the event you want to match.
" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ManagedRuleException" } ], "documentation": "Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge (CloudWatch Events), rules and event buses can be tagged.
" }, "UpdateApiDestination": { "name": "UpdateApiDestination", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateApiDestinationRequest" }, "output": { "shape": "UpdateApiDestinationResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" } ], "documentation": "Updates an API destination.
" }, "UpdateArchive": { "name": "UpdateArchive", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateArchiveRequest" }, "output": { "shape": "UpdateArchiveResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidEventPatternException" } ], "documentation": "Updates the specified archive.
" }, "UpdateConnection": { "name": "UpdateConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateConnectionRequest" }, "output": { "shape": "UpdateConnectionResponse" }, "errors": [ { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" } ], "documentation": "Updates settings for a connection.
" }, "UpdateEndpoint": { "name": "UpdateEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateEndpointRequest" }, "output": { "shape": "UpdateEndpointResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalException" } ], "documentation": "Update an existing endpoint. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
" }, "UpdateEventBus": { "name": "UpdateEventBus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateEventBusRequest" }, "output": { "shape": "UpdateEventBusResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalException" }, { "shape": "ConcurrentModificationException" }, { "shape": "OperationDisabledException" } ], "documentation": "Updates the specified event bus.
" } }, "shapes": { "AccountId": { "type": "string", "max": 12, "min": 12, "pattern": "\\d{12}" }, "Action": { "type": "string", "max": 64, "min": 1, "pattern": "events:[a-zA-Z]+" }, "ActivateEventSourceRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the partner event source to activate.
" } } }, "ApiDestination": { "type": "structure", "members": { "ApiDestinationArn": { "shape": "ApiDestinationArn", "documentation": "The ARN of the API destination.
" }, "Name": { "shape": "ApiDestinationName", "documentation": "The name of the API destination.
" }, "ApiDestinationState": { "shape": "ApiDestinationState", "documentation": "The state of the API destination.
" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection specified for the API destination.
" }, "InvocationEndpoint": { "shape": "HttpsEndpoint", "documentation": "The URL to the endpoint for the API destination.
" }, "HttpMethod": { "shape": "ApiDestinationHttpMethod", "documentation": "The method to use to connect to the HTTP endpoint.
" }, "InvocationRateLimitPerSecond": { "shape": "ApiDestinationInvocationRateLimitPerSecond", "documentation": "The maximum number of invocations per second to send to the HTTP endpoint.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was last modified.
" } }, "documentation": "Contains details about an API destination.
" }, "ApiDestinationArn": { "type": "string", "max": 1600, "min": 1, "pattern": "^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:api-destination\\/[\\.\\-_A-Za-z0-9]+\\/[\\-A-Za-z0-9]+$" }, "ApiDestinationDescription": { "type": "string", "max": 512, "pattern": ".*" }, "ApiDestinationHttpMethod": { "type": "string", "enum": [ "POST", "GET", "HEAD", "OPTIONS", "PUT", "PATCH", "DELETE" ] }, "ApiDestinationInvocationRateLimitPerSecond": { "type": "integer", "min": 1 }, "ApiDestinationName": { "type": "string", "max": 64, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "ApiDestinationResponseList": { "type": "list", "member": { "shape": "ApiDestination" } }, "ApiDestinationState": { "type": "string", "enum": [ "ACTIVE", "INACTIVE" ] }, "AppSyncParameters": { "type": "structure", "members": { "GraphQLOperation": { "shape": "GraphQLOperation", "documentation": "The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
For more information, see Operations in the AppSync User Guide.
" } }, "documentation": "Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
" }, "Archive": { "type": "structure", "members": { "ArchiveName": { "shape": "ArchiveName", "documentation": "The name of the archive.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.
" }, "State": { "shape": "ArchiveState", "documentation": "The current state of the archive.
" }, "StateReason": { "shape": "ArchiveStateReason", "documentation": "A description for the reason that the archive is in the current state.
" }, "RetentionDays": { "shape": "RetentionDays", "documentation": "The number of days to retain events in the archive before they are deleted.
" }, "SizeBytes": { "shape": "Long", "documentation": "The size of the archive, in bytes.
" }, "EventCount": { "shape": "Long", "documentation": "The number of events in the archive.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time stamp for the time that the archive was created.
" } }, "documentation": "An Archive
object that contains details about an archive.
Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
" }, "SecurityGroups": { "shape": "StringList", "documentation": "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.
" }, "AssignPublicIp": { "shape": "AssignPublicIp", "documentation": "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.
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
" } }, "documentation": "The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.
" }, "BatchParameters": { "type": "structure", "required": [ "JobDefinition", "JobName" ], "members": { "JobDefinition": { "shape": "String", "documentation": "The ARN or name of the job definition to use if the event target is an Batch job. This job definition must already exist.
" }, "JobName": { "shape": "String", "documentation": "The name to use for this execution of the job, if the target is an Batch job.
" }, "ArrayProperties": { "shape": "BatchArrayProperties", "documentation": "The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.
" }, "RetryStrategy": { "shape": "BatchRetryStrategy", "documentation": "The retry strategy to use for failed jobs, if the target is an Batch job. The retry strategy is the number of times to retry the failed job execution. Valid values are 1ā10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.
" } }, "documentation": "The custom parameters to be used when the target is an Batch job.
" }, "BatchRetryStrategy": { "type": "structure", "members": { "Attempts": { "shape": "Integer", "documentation": "The number of times to attempt to retry, if the job fails. Valid values are 1ā10.
" } }, "documentation": "The retry strategy to use for failed jobs, if the target is an Batch job. If you specify a retry strategy here, it overrides the retry strategy defined in the job definition.
" }, "Boolean": { "type": "boolean" }, "CancelReplayRequest": { "type": "structure", "required": [ "ReplayName" ], "members": { "ReplayName": { "shape": "ReplayName", "documentation": "The name of the replay to cancel.
" } } }, "CancelReplayResponse": { "type": "structure", "members": { "ReplayArn": { "shape": "ReplayArn", "documentation": "The ARN of the replay to cancel.
" }, "State": { "shape": "ReplayState", "documentation": "The current state of the replay.
" }, "StateReason": { "shape": "ReplayStateReason", "documentation": "The reason that the replay is in the current state.
" } } }, "CapacityProvider": { "type": "string", "max": 255, "min": 1 }, "CapacityProviderStrategy": { "type": "list", "member": { "shape": "CapacityProviderStrategyItem" }, "max": 6 }, "CapacityProviderStrategyItem": { "type": "structure", "required": [ "capacityProvider" ], "members": { "capacityProvider": { "shape": "CapacityProvider", "documentation": "The short name of the capacity provider.
" }, "weight": { "shape": "CapacityProviderStrategyItemWeight", "documentation": "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.
" }, "base": { "shape": "CapacityProviderStrategyItemBase", "documentation": "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.
" } }, "documentation": "The details of a capacity provider strategy. To learn more, see CapacityProviderStrategyItem in the Amazon ECS API Reference.
" }, "CapacityProviderStrategyItemBase": { "type": "integer", "max": 100000, "min": 0 }, "CapacityProviderStrategyItemWeight": { "type": "integer", "max": 1000, "min": 0 }, "Condition": { "type": "structure", "required": [ "Type", "Key", "Value" ], "members": { "Type": { "shape": "String", "documentation": "Specifies the type of condition. Currently the only supported value is StringEquals
.
Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID
.
Specifies the value for the key. Currently, this must be the ID of the organization.
" } }, "documentation": "A JSON string which you can use to limit the event bus permissions you are granting to only accounts that fulfill the condition. Currently, the only supported condition is membership in a certain Amazon Web Services organization. The string must contain Type
, Key
, and Value
fields. The Value
field specifies the ID of the Amazon Web Services organization. Following is an example value for Condition
:
'{\"Type\" : \"StringEquals\", \"Key\": \"aws:PrincipalOrgID\", \"Value\": \"o-1234567890\"}'
The ARN of the connection.
" }, "Name": { "shape": "ConnectionName", "documentation": "The name of the connection.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection.
" }, "StateReason": { "shape": "ConnectionStateReason", "documentation": "The reason that the connection is in the connection state.
" }, "AuthorizationType": { "shape": "ConnectionAuthorizationType", "documentation": "The authorization type specified for the connection.
OAUTH tokens are refreshed when a 401 or 407 response is returned.
A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last modified.
" }, "LastAuthorizedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last authorized.
" } }, "documentation": "Contains information about a connection.
" }, "ConnectionApiKeyAuthResponseParameters": { "type": "structure", "members": { "ApiKeyName": { "shape": "AuthHeaderParameters", "documentation": "The name of the header to use for the APIKeyValue
used for authorization.
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
" }, "ConnectionArn": { "type": "string", "max": 1600, "min": 1, "pattern": "^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:connection\\/[\\.\\-_A-Za-z0-9]+\\/[\\-A-Za-z0-9]+$" }, "ConnectionAuthResponseParameters": { "type": "structure", "members": { "BasicAuthParameters": { "shape": "ConnectionBasicAuthResponseParameters", "documentation": "The authorization parameters for Basic authorization.
" }, "OAuthParameters": { "shape": "ConnectionOAuthResponseParameters", "documentation": "The OAuth parameters to use for authorization.
" }, "ApiKeyAuthParameters": { "shape": "ConnectionApiKeyAuthResponseParameters", "documentation": "The API Key parameters to use for authorization.
" }, "InvocationHttpParameters": { "shape": "ConnectionHttpParameters", "documentation": "Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
" } }, "documentation": "Contains the authorization parameters to use for the connection.
" }, "ConnectionAuthorizationType": { "type": "string", "enum": [ "BASIC", "OAUTH_CLIENT_CREDENTIALS", "API_KEY" ] }, "ConnectionBasicAuthResponseParameters": { "type": "structure", "members": { "Username": { "shape": "AuthHeaderParameters", "documentation": "The user name to use for Basic authorization.
" } }, "documentation": "Contains the authorization parameters for the connection if Basic is specified as the authorization type.
" }, "ConnectionBodyParameter": { "type": "structure", "members": { "Key": { "shape": "String", "documentation": "The key for the parameter.
" }, "Value": { "shape": "SensitiveString", "documentation": "The value associated with the key.
" }, "IsValueSecret": { "shape": "Boolean", "documentation": "Specified whether the value is secret.
" } }, "documentation": "Additional parameter included in the body. You can include up to 100 additional body parameters per request. An event payload cannot exceed 64 KB.
" }, "ConnectionBodyParametersList": { "type": "list", "member": { "shape": "ConnectionBodyParameter" }, "max": 100, "min": 0 }, "ConnectionDescription": { "type": "string", "max": 512, "pattern": ".*" }, "ConnectionHeaderParameter": { "type": "structure", "members": { "Key": { "shape": "HeaderKey", "documentation": "The key for the parameter.
" }, "Value": { "shape": "HeaderValueSensitive", "documentation": "The value associated with the key.
" }, "IsValueSecret": { "shape": "Boolean", "documentation": "Specified whether the value is a secret.
" } }, "documentation": "Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.
" }, "ConnectionHeaderParametersList": { "type": "list", "member": { "shape": "ConnectionHeaderParameter" }, "max": 100, "min": 0 }, "ConnectionHttpParameters": { "type": "structure", "members": { "HeaderParameters": { "shape": "ConnectionHeaderParametersList", "documentation": "Contains additional header parameters for the connection.
" }, "QueryStringParameters": { "shape": "ConnectionQueryStringParametersList", "documentation": "Contains additional query string parameters for the connection.
" }, "BodyParameters": { "shape": "ConnectionBodyParametersList", "documentation": "Contains additional body string parameters for the connection.
" } }, "documentation": "Contains additional parameters for the connection.
" }, "ConnectionName": { "type": "string", "max": 64, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "ConnectionOAuthClientResponseParameters": { "type": "structure", "members": { "ClientID": { "shape": "AuthHeaderParameters", "documentation": "The client ID associated with the response to the connection request.
" } }, "documentation": "Contains the client response parameters for the connection when OAuth is specified as the authorization type.
" }, "ConnectionOAuthHttpMethod": { "type": "string", "enum": [ "GET", "POST", "PUT" ] }, "ConnectionOAuthResponseParameters": { "type": "structure", "members": { "ClientParameters": { "shape": "ConnectionOAuthClientResponseParameters", "documentation": "A ConnectionOAuthClientResponseParameters
object that contains details about the client parameters returned when OAuth is specified as the authorization type.
The URL to the HTTP endpoint that authorized the request.
" }, "HttpMethod": { "shape": "ConnectionOAuthHttpMethod", "documentation": "The method used to connect to the HTTP endpoint.
" }, "OAuthHttpParameters": { "shape": "ConnectionHttpParameters", "documentation": "The additional HTTP parameters used for the OAuth authorization request.
" } }, "documentation": "Contains the response parameters when OAuth is specified as the authorization type.
" }, "ConnectionQueryStringParameter": { "type": "structure", "members": { "Key": { "shape": "QueryStringKey", "documentation": "The key for a query string parameter.
" }, "Value": { "shape": "QueryStringValueSensitive", "documentation": "The value associated with the key for the query string parameter.
" }, "IsValueSecret": { "shape": "Boolean", "documentation": "Specifies whether the value is secret.
" } }, "documentation": "Additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.
" }, "ConnectionQueryStringParametersList": { "type": "list", "member": { "shape": "ConnectionQueryStringParameter" }, "max": 100, "min": 0 }, "ConnectionResponseList": { "type": "list", "member": { "shape": "Connection" } }, "ConnectionState": { "type": "string", "enum": [ "CREATING", "UPDATING", "DELETING", "AUTHORIZED", "DEAUTHORIZED", "AUTHORIZING", "DEAUTHORIZING" ] }, "ConnectionStateReason": { "type": "string", "max": 512, "pattern": ".*" }, "CreateApiDestinationRequest": { "type": "structure", "required": [ "Name", "ConnectionArn", "InvocationEndpoint", "HttpMethod" ], "members": { "Name": { "shape": "ApiDestinationName", "documentation": "The name for the API destination to create.
" }, "Description": { "shape": "ApiDestinationDescription", "documentation": "A description for the API destination to create.
" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.
" }, "InvocationEndpoint": { "shape": "HttpsEndpoint", "documentation": "The URL to the HTTP invocation endpoint for the API destination.
" }, "HttpMethod": { "shape": "ApiDestinationHttpMethod", "documentation": "The method to use for the request to the HTTP invocation endpoint.
" }, "InvocationRateLimitPerSecond": { "shape": "ApiDestinationInvocationRateLimitPerSecond", "documentation": "The maximum number of requests per second to send to the HTTP invocation endpoint.
" } } }, "CreateApiDestinationResponse": { "type": "structure", "members": { "ApiDestinationArn": { "shape": "ApiDestinationArn", "documentation": "The ARN of the API destination that was created by the request.
" }, "ApiDestinationState": { "shape": "ApiDestinationState", "documentation": "The state of the API destination that was created by the request.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp indicating the time that the API destination was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp indicating the time that the API destination was last modified.
" } } }, "CreateArchiveRequest": { "type": "structure", "required": [ "ArchiveName", "EventSourceArn" ], "members": { "ArchiveName": { "shape": "ArchiveName", "documentation": "The name for the archive to create.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the event bus that sends events to the archive.
" }, "Description": { "shape": "ArchiveDescription", "documentation": "A description for the archive.
" }, "EventPattern": { "shape": "EventPattern", "documentation": "An event pattern to use to filter events sent to the archive.
" }, "RetentionDays": { "shape": "RetentionDays", "documentation": "The number of days to retain events for. Default value is 0. If set to 0, events are retained indefinitely
" } } }, "CreateArchiveResponse": { "type": "structure", "members": { "ArchiveArn": { "shape": "ArchiveArn", "documentation": "The ARN of the archive that was created.
" }, "State": { "shape": "ArchiveState", "documentation": "The state of the archive that was created.
" }, "StateReason": { "shape": "ArchiveStateReason", "documentation": "The reason that the archive is in the state.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time at which the archive was created.
" } } }, "CreateConnectionApiKeyAuthRequestParameters": { "type": "structure", "required": [ "ApiKeyName", "ApiKeyValue" ], "members": { "ApiKeyName": { "shape": "AuthHeaderParameters", "documentation": "The name of the API key to use for authorization.
" }, "ApiKeyValue": { "shape": "AuthHeaderParametersSensitive", "documentation": "The value for the API key to use for authorization.
" } }, "documentation": "Contains the API key authorization parameters for the connection.
" }, "CreateConnectionAuthRequestParameters": { "type": "structure", "members": { "BasicAuthParameters": { "shape": "CreateConnectionBasicAuthRequestParameters", "documentation": "A CreateConnectionBasicAuthRequestParameters
object that contains the Basic authorization parameters to use for the connection.
A CreateConnectionOAuthRequestParameters
object that contains the OAuth authorization parameters to use for the connection.
A CreateConnectionApiKeyAuthRequestParameters
object that contains the API key authorization parameters to use for the connection.
A ConnectionHttpParameters
object that contains the API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule via HttpParameters
, including query strings, the parameters added for the connection take precedence.
Contains the authorization parameters for the connection.
" }, "CreateConnectionBasicAuthRequestParameters": { "type": "structure", "required": [ "Username", "Password" ], "members": { "Username": { "shape": "AuthHeaderParameters", "documentation": "The user name to use for Basic authorization.
" }, "Password": { "shape": "AuthHeaderParametersSensitive", "documentation": "The password associated with the user name to use for Basic authorization.
" } }, "documentation": "Contains the Basic authorization parameters to use for the connection.
" }, "CreateConnectionOAuthClientRequestParameters": { "type": "structure", "required": [ "ClientID", "ClientSecret" ], "members": { "ClientID": { "shape": "AuthHeaderParameters", "documentation": "The client ID to use for OAuth authorization for the connection.
" }, "ClientSecret": { "shape": "AuthHeaderParametersSensitive", "documentation": "The client secret associated with the client ID to use for OAuth authorization for the connection.
" } }, "documentation": "Contains the Basic authorization parameters to use for the connection.
" }, "CreateConnectionOAuthRequestParameters": { "type": "structure", "required": [ "ClientParameters", "AuthorizationEndpoint", "HttpMethod" ], "members": { "ClientParameters": { "shape": "CreateConnectionOAuthClientRequestParameters", "documentation": "A CreateConnectionOAuthClientRequestParameters
object that contains the client parameters for OAuth authorization.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
" }, "HttpMethod": { "shape": "ConnectionOAuthHttpMethod", "documentation": "The method to use for the authorization request.
" }, "OAuthHttpParameters": { "shape": "ConnectionHttpParameters", "documentation": "A ConnectionHttpParameters
object that contains details about the additional parameters to use for the connection.
Contains the OAuth authorization parameters to use for the connection.
" }, "CreateConnectionRequest": { "type": "structure", "required": [ "Name", "AuthorizationType", "AuthParameters" ], "members": { "Name": { "shape": "ConnectionName", "documentation": "The name for the connection to create.
" }, "Description": { "shape": "ConnectionDescription", "documentation": "A description for the connection to create.
" }, "AuthorizationType": { "shape": "ConnectionAuthorizationType", "documentation": "The type of authorization to use for the connection.
OAUTH tokens are refreshed when a 401 or 407 response is returned.
A CreateConnectionAuthRequestParameters
object that contains the authorization parameters to use to authorize with the endpoint.
The ARN of the connection that was created by the request.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection that was created by the request.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last updated.
" } } }, "CreateEndpointRequest": { "type": "structure", "required": [ "Name", "RoutingConfig", "EventBuses" ], "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the global endpoint. For example, \"Name\":\"us-east-2-custom_bus_A-endpoint\"
.
A description of the global endpoint.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "Configure the routing policy, including the health check and secondary Region..
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Enable or disable event replication. The default state is ENABLED
which means you must supply a RoleArn
. If you don't have a RoleArn
or you don't want event replication enabled, set the state to DISABLED
.
Define the event buses used.
The names of the event buses must be identical in each Region.
The ARN of the role used for replication.
" } } }, "CreateEndpointResponse": { "type": "structure", "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint that was created by this request.
" }, "Arn": { "shape": "EndpointArn", "documentation": "The ARN of the endpoint that was created by this request.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "The routing configuration defined by this request.
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Whether event replication was enabled or disabled by this request.
" }, "EventBuses": { "shape": "EndpointEventBusList", "documentation": "The event buses used by this request.
" }, "RoleArn": { "shape": "IamRoleArn", "documentation": "The ARN of the role used by event replication for this request.
" }, "State": { "shape": "EndpointState", "documentation": "The state of the endpoint that was created by this request.
" } } }, "CreateEventBusRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EventBusName", "documentation": "The name of the new event bus.
Custom event bus names can't contain the /
character, but you can use the /
character in partner event bus names. In addition, for partner event buses, the name must exactly match the name of the partner event source that this event bus is matched to.
You can't use the name default
for a custom event bus, as this name is already used for your account's default event bus.
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
" }, "Description": { "shape": "EventBusDescription", "documentation": "The event bus description.
" }, "KmsKeyIdentifier": { "shape": "KmsKeyIdentifier", "documentation": "The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt events on the event bus.
For more information, see Managing keys in the Key Management Service Developer Guide.
Archives and schema discovery are not supported for event buses encrypted using a customer managed key. EventBridge returns an error if:
You call CreateArchive
on an event bus set to use a customer managed key for encryption.
You call CreateDiscoverer
on an event bus set to use a customer managed key for encryption.
You call UpdatedEventBus
to set a customer managed key on an event bus with an archives or schema discovery enabled.
To enable archives or schema discovery on an event bus, choose to use an Amazon Web Services owned key. For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
Tags to associate with the event bus.
" } } }, "CreateEventBusResponse": { "type": "structure", "members": { "EventBusArn": { "shape": "String", "documentation": "The ARN of the new event bus.
" }, "Description": { "shape": "EventBusDescription", "documentation": "The event bus description.
" }, "KmsKeyIdentifier": { "shape": "KmsKeyIdentifier", "documentation": "The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
" }, "DeadLetterConfig": { "shape": "DeadLetterConfig" } } }, "CreatePartnerEventSourceRequest": { "type": "structure", "required": [ "Name", "Account" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name
. The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.
The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.
" } } }, "CreatePartnerEventSourceResponse": { "type": "structure", "members": { "EventSourceArn": { "shape": "String", "documentation": "The ARN of the partner event source.
" } } }, "CreatedBy": { "type": "string", "max": 128, "min": 1 }, "Database": { "type": "string", "documentation": "Redshift Database", "max": 64, "min": 1 }, "DbUser": { "type": "string", "documentation": "Database user name", "max": 128, "min": 1 }, "DeactivateEventSourceRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the partner event source to deactivate.
" } } }, "DeadLetterConfig": { "type": "structure", "members": { "Arn": { "shape": "ResourceArn", "documentation": "The ARN of the SQS queue specified as the target for the dead-letter queue.
" } }, "documentation": "Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Event retry policy and using dead-letter queues in the EventBridge User Guide.
" }, "DeauthorizeConnectionRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ConnectionName", "documentation": "The name of the connection to remove authorization from.
" } } }, "DeauthorizeConnectionResponse": { "type": "structure", "members": { "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection that authorization was removed from.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last updated.
" }, "LastAuthorizedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last authorized.
" } } }, "DeleteApiDestinationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ApiDestinationName", "documentation": "The name of the destination to delete.
" } } }, "DeleteApiDestinationResponse": { "type": "structure", "members": {} }, "DeleteArchiveRequest": { "type": "structure", "required": [ "ArchiveName" ], "members": { "ArchiveName": { "shape": "ArchiveName", "documentation": "The name of the archive to delete.
" } } }, "DeleteArchiveResponse": { "type": "structure", "members": {} }, "DeleteConnectionRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ConnectionName", "documentation": "The name of the connection to delete.
" } } }, "DeleteConnectionResponse": { "type": "structure", "members": { "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection that was deleted.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection before it was deleted.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last modified before it was deleted.
" }, "LastAuthorizedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last authorized before it wa deleted.
" } } }, "DeleteEndpointRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint you want to delete. For example, \"Name\":\"us-east-2-custom_bus_A-endpoint\"
..
The name of the event bus to delete.
" } } }, "DeletePartnerEventSourceRequest": { "type": "structure", "required": [ "Name", "Account" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the event source to delete.
" }, "Account": { "shape": "AccountId", "documentation": "The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
" } } }, "DeleteRuleRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" }, "Force": { "shape": "Boolean", "documentation": "If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force
as True
to delete the rule. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule
or ListRules
and checking the ManagedBy
field of the response.
The name of the API destination to retrieve.
" } } }, "DescribeApiDestinationResponse": { "type": "structure", "members": { "ApiDestinationArn": { "shape": "ApiDestinationArn", "documentation": "The ARN of the API destination retrieved.
" }, "Name": { "shape": "ApiDestinationName", "documentation": "The name of the API destination retrieved.
" }, "Description": { "shape": "ApiDestinationDescription", "documentation": "The description for the API destination retrieved.
" }, "ApiDestinationState": { "shape": "ApiDestinationState", "documentation": "The state of the API destination retrieved.
" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection specified for the API destination retrieved.
" }, "InvocationEndpoint": { "shape": "HttpsEndpoint", "documentation": "The URL to use to connect to the HTTP endpoint.
" }, "HttpMethod": { "shape": "ApiDestinationHttpMethod", "documentation": "The method to use to connect to the HTTP endpoint.
" }, "InvocationRateLimitPerSecond": { "shape": "ApiDestinationInvocationRateLimitPerSecond", "documentation": "The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was last modified.
" } } }, "DescribeArchiveRequest": { "type": "structure", "required": [ "ArchiveName" ], "members": { "ArchiveName": { "shape": "ArchiveName", "documentation": "The name of the archive to retrieve.
" } } }, "DescribeArchiveResponse": { "type": "structure", "members": { "ArchiveArn": { "shape": "ArchiveArn", "documentation": "The ARN of the archive.
" }, "ArchiveName": { "shape": "ArchiveName", "documentation": "The name of the archive.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the event source associated with the archive.
" }, "Description": { "shape": "ArchiveDescription", "documentation": "The description of the archive.
" }, "EventPattern": { "shape": "EventPattern", "documentation": "The event pattern used to filter events sent to the archive.
" }, "State": { "shape": "ArchiveState", "documentation": "The state of the archive.
" }, "StateReason": { "shape": "ArchiveStateReason", "documentation": "The reason that the archive is in the state.
" }, "RetentionDays": { "shape": "RetentionDays", "documentation": "The number of days to retain events for in the archive.
" }, "SizeBytes": { "shape": "Long", "documentation": "The size of the archive in bytes.
" }, "EventCount": { "shape": "Long", "documentation": "The number of events in the archive.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time at which the archive was created.
" } } }, "DescribeConnectionRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ConnectionName", "documentation": "The name of the connection to retrieve.
" } } }, "DescribeConnectionResponse": { "type": "structure", "members": { "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection retrieved.
" }, "Name": { "shape": "ConnectionName", "documentation": "The name of the connection retrieved.
" }, "Description": { "shape": "ConnectionDescription", "documentation": "The description for the connection retrieved.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection retrieved.
" }, "StateReason": { "shape": "ConnectionStateReason", "documentation": "The reason that the connection is in the current connection state.
" }, "AuthorizationType": { "shape": "ConnectionAuthorizationType", "documentation": "The type of authorization specified for the connection.
" }, "SecretArn": { "shape": "SecretsManagerSecretArn", "documentation": "The ARN of the secret created from the authorization parameters specified for the connection.
" }, "AuthParameters": { "shape": "ConnectionAuthResponseParameters", "documentation": "The parameters to use for authorization for the connection.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last modified.
" }, "LastAuthorizedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last authorized.
" } } }, "DescribeEndpointRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint you want to get information about. For example, \"Name\":\"us-east-2-custom_bus_A-endpoint\"
.
The primary Region of the endpoint you want to get information about. For example \"HomeRegion\": \"us-east-1\"
.
The name of the endpoint you asked for information about.
" }, "Description": { "shape": "EndpointDescription", "documentation": "The description of the endpoint you asked for information about.
" }, "Arn": { "shape": "EndpointArn", "documentation": "The ARN of the endpoint you asked for information about.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "The routing configuration of the endpoint you asked for information about.
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Whether replication is enabled or disabled for the endpoint you asked for information about.
" }, "EventBuses": { "shape": "EndpointEventBusList", "documentation": "The event buses being used by the endpoint you asked for information about.
" }, "RoleArn": { "shape": "IamRoleArn", "documentation": "The ARN of the role used by the endpoint you asked for information about.
" }, "EndpointId": { "shape": "EndpointId", "documentation": "The ID of the endpoint you asked for information about.
" }, "EndpointUrl": { "shape": "EndpointUrl", "documentation": "The URL of the endpoint you asked for information about.
" }, "State": { "shape": "EndpointState", "documentation": "The current state of the endpoint you asked for information about.
" }, "StateReason": { "shape": "EndpointStateReason", "documentation": "The reason the endpoint you asked for information about is in its current state.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time the endpoint you asked for information about was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "The last time the endpoint you asked for information about was modified.
" } } }, "DescribeEventBusRequest": { "type": "structure", "members": { "Name": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.
" } } }, "DescribeEventBusResponse": { "type": "structure", "members": { "Name": { "shape": "String", "documentation": "The name of the event bus. Currently, this is always default
.
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
" }, "Description": { "shape": "EventBusDescription", "documentation": "The event bus description.
" }, "KmsKeyIdentifier": { "shape": "KmsKeyIdentifier", "documentation": "The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
" }, "DeadLetterConfig": { "shape": "DeadLetterConfig" }, "Policy": { "shape": "String", "documentation": "The policy that enables the external account to send events to your account.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time the event bus was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "The time the event bus was last modified.
" } } }, "DescribeEventSourceRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the partner event source to display the details of.
" } } }, "DescribeEventSourceResponse": { "type": "structure", "members": { "Arn": { "shape": "String", "documentation": "The ARN of the partner event source.
" }, "CreatedBy": { "shape": "String", "documentation": "The name of the SaaS partner that created the event source.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The date and time that the event source was created.
" }, "ExpirationTime": { "shape": "Timestamp", "documentation": "The date and time that the event source will expire if you do not create a matching event bus.
" }, "Name": { "shape": "String", "documentation": "The name of the partner event source.
" }, "State": { "shape": "EventSourceState", "documentation": "The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
" } } }, "DescribePartnerEventSourceRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EventSourceName", "documentation": "The name of the event source to display.
" } } }, "DescribePartnerEventSourceResponse": { "type": "structure", "members": { "Arn": { "shape": "String", "documentation": "The ARN of the event source.
" }, "Name": { "shape": "String", "documentation": "The name of the event source.
" } } }, "DescribeReplayRequest": { "type": "structure", "required": [ "ReplayName" ], "members": { "ReplayName": { "shape": "ReplayName", "documentation": "The name of the replay to retrieve.
" } } }, "DescribeReplayResponse": { "type": "structure", "members": { "ReplayName": { "shape": "ReplayName", "documentation": "The name of the replay.
" }, "ReplayArn": { "shape": "ReplayArn", "documentation": "The ARN of the replay.
" }, "Description": { "shape": "ReplayDescription", "documentation": "The description of the replay.
" }, "State": { "shape": "ReplayState", "documentation": "The current state of the replay.
" }, "StateReason": { "shape": "ReplayStateReason", "documentation": "The reason that the replay is in the current state.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the archive events were replayed from.
" }, "Destination": { "shape": "ReplayDestination", "documentation": "A ReplayDestination
object that contains details about the replay.
The time stamp of the first event that was last replayed from the archive.
" }, "EventEndTime": { "shape": "Timestamp", "documentation": "The time stamp for the last event that was replayed from the archive.
" }, "EventLastReplayedTime": { "shape": "Timestamp", "documentation": "The time that the event was last replayed.
" }, "ReplayStartTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the replay started.
" }, "ReplayEndTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the replay stopped.
" } } }, "DescribeRuleRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" } } }, "DescribeRuleResponse": { "type": "structure", "members": { "Name": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "Arn": { "shape": "RuleArn", "documentation": "The Amazon Resource Name (ARN) of the rule.
" }, "EventPattern": { "shape": "EventPattern", "documentation": "The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
" }, "ScheduleExpression": { "shape": "ScheduleExpression", "documentation": "The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".
" }, "State": { "shape": "RuleState", "documentation": "Specifies whether the rule is enabled or disabled.
" }, "Description": { "shape": "RuleDescription", "documentation": "The description of the rule.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The Amazon Resource Name (ARN) of the IAM role associated with the rule.
" }, "ManagedBy": { "shape": "ManagedBy", "documentation": "If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.
" }, "EventBusName": { "shape": "EventBusName", "documentation": "The name of the event bus associated with the rule.
" }, "CreatedBy": { "shape": "CreatedBy", "documentation": "The account ID of the user that created the rule. If you use PutRule
to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy
is the account ID as the account that created the rule in the other account.
The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" } } }, "EcsParameters": { "type": "structure", "required": [ "TaskDefinitionArn" ], "members": { "TaskDefinitionArn": { "shape": "Arn", "documentation": "The ARN of the task definition to use if the event target is an Amazon ECS task.
" }, "TaskCount": { "shape": "LimitMin1", "documentation": "The number of tasks to create based on TaskDefinition
. The default is 1.
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 Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.
Use this structure if the Amazon ECS task uses the awsvpc
network mode. This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if LaunchType
is FARGATE
because the awsvpc
mode is required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the awsvpc
network mode, the task fails.
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about valid platform versions, see Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.
Specifies an ECS task group for the task. The maximum length is 255 characters.
" }, "CapacityProviderStrategy": { "shape": "CapacityProviderStrategy", "documentation": "The capacity provider strategy to use for the task.
If a capacityProviderStrategy
is specified, the launchType
parameter must be omitted. If no capacityProviderStrategy
or launchType is specified, the defaultCapacityProviderStrategy
for the cluster is used.
Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.
" }, "EnableExecuteCommand": { "shape": "Boolean", "documentation": "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.
" }, "PlacementConstraints": { "shape": "PlacementConstraints", "documentation": "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).
" }, "PlacementStrategy": { "shape": "PlacementStrategies", "documentation": "The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.
" }, "PropagateTags": { "shape": "PropagateTags", "documentation": "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 the TagResource API action.
" }, "ReferenceId": { "shape": "ReferenceId", "documentation": "The reference ID to use for the task.
" }, "Tags": { "shape": "TagList", "documentation": "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. To learn more, see RunTask in the Amazon ECS API Reference.
" } }, "documentation": "The custom parameters to be used when the target is an Amazon ECS task.
" }, "EnableRuleRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" } } }, "Endpoint": { "type": "structure", "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint.
" }, "Description": { "shape": "EndpointDescription", "documentation": "A description for the endpoint.
" }, "Arn": { "shape": "EndpointArn", "documentation": "The ARN of the endpoint.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "The routing configuration of the endpoint.
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED
which means you must supply a RoleArn
. If you don't have a RoleArn
or you don't want event replication enabled, set the state to DISABLED
.
The event buses being used by the endpoint.
" }, "RoleArn": { "shape": "IamRoleArn", "documentation": "The ARN of the role used by event replication for the endpoint.
" }, "EndpointId": { "shape": "EndpointId", "documentation": "The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo
.
The URL of the endpoint.
" }, "State": { "shape": "EndpointState", "documentation": "The current state of the endpoint.
" }, "StateReason": { "shape": "EndpointStateReason", "documentation": "The reason the endpoint is in its current state.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time the endpoint was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "The last time the endpoint was modified.
" } }, "documentation": "A global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see Making applications Regional-fault tolerant with global endpoints and event replication in the Amazon EventBridge User Guide .
" }, "EndpointArn": { "type": "string", "max": 1600, "min": 1, "pattern": "^arn:aws([a-z]|\\-)*:events:([a-z]|\\d|\\-)*:([0-9]{12})?:endpoint\\/[/\\.\\-_A-Za-z0-9]+$" }, "EndpointDescription": { "type": "string", "max": 512, "pattern": ".*" }, "EndpointEventBus": { "type": "structure", "required": [ "EventBusArn" ], "members": { "EventBusArn": { "shape": "NonPartnerEventBusArn", "documentation": "The ARN of the event bus the endpoint is associated with.
" } }, "documentation": "The event buses the endpoint is associated with.
" }, "EndpointEventBusList": { "type": "list", "member": { "shape": "EndpointEventBus" }, "max": 2, "min": 2 }, "EndpointId": { "type": "string", "max": 50, "min": 1, "pattern": "^[A-Za-z0-9\\-]+[\\.][A-Za-z0-9\\-]+$" }, "EndpointList": { "type": "list", "member": { "shape": "Endpoint" } }, "EndpointName": { "type": "string", "max": 64, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "EndpointState": { "type": "string", "enum": [ "ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED" ] }, "EndpointStateReason": { "type": "string", "max": 512, "min": 1, "pattern": ".*" }, "EndpointUrl": { "type": "string", "max": 256, "min": 1, "pattern": "^(https://)?[\\.\\-a-z0-9]+$" }, "ErrorCode": { "type": "string" }, "ErrorMessage": { "type": "string" }, "EventBus": { "type": "structure", "members": { "Name": { "shape": "String", "documentation": "The name of the event bus.
" }, "Arn": { "shape": "String", "documentation": "The ARN of the event bus.
" }, "Description": { "shape": "EventBusDescription", "documentation": "The event bus description.
" }, "Policy": { "shape": "String", "documentation": "The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time the event bus was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "The time the event bus was last modified.
" } }, "documentation": "An event bus receives events from a source, uses rules to evaluate them, applies any configured input transformation, and routes them to the appropriate target(s). Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.
" }, "EventBusDescription": { "type": "string", "max": 512 }, "EventBusList": { "type": "list", "member": { "shape": "EventBus" } }, "EventBusName": { "type": "string", "max": 256, "min": 1, "pattern": "[/\\.\\-_A-Za-z0-9]+" }, "EventBusNameOrArn": { "type": "string", "max": 1600, "min": 1, "pattern": "(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[/\\.\\-_A-Za-z0-9]+" }, "EventId": { "type": "string", "max": 64 }, "EventPattern": { "type": "string", "max": 4096 }, "EventResource": { "type": "string", "max": 2048 }, "EventResourceList": { "type": "list", "member": { "shape": "EventResource" } }, "EventSource": { "type": "structure", "members": { "Arn": { "shape": "String", "documentation": "The ARN of the event source.
" }, "CreatedBy": { "shape": "String", "documentation": "The name of the partner that created the event source.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The date and time the event source was created.
" }, "ExpirationTime": { "shape": "Timestamp", "documentation": "The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
" }, "Name": { "shape": "String", "documentation": "The name of the event source.
" }, "State": { "shape": "EventSourceState", "documentation": "The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
" } }, "documentation": "A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.
" }, "EventSourceList": { "type": "list", "member": { "shape": "EventSource" } }, "EventSourceName": { "type": "string", "max": 256, "min": 1, "pattern": "aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}" }, "EventSourceNamePrefix": { "type": "string", "max": 256, "min": 1, "pattern": "[/\\.\\-_A-Za-z0-9]+" }, "EventSourceState": { "type": "string", "enum": [ "PENDING", "ACTIVE", "DELETED" ] }, "EventTime": { "type": "timestamp" }, "FailoverConfig": { "type": "structure", "required": [ "Primary", "Secondary" ], "members": { "Primary": { "shape": "Primary", "documentation": "The main Region of the endpoint.
" }, "Secondary": { "shape": "Secondary", "documentation": "The Region that events are routed to when failover is triggered or event replication is enabled.
" } }, "documentation": "The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
" }, "GraphQLOperation": { "type": "string", "max": 1048576, "min": 1, "sensitive": true }, "HeaderKey": { "type": "string", "max": 512, "pattern": "^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$" }, "HeaderParametersMap": { "type": "map", "key": { "shape": "HeaderKey" }, "value": { "shape": "HeaderValue" } }, "HeaderValue": { "type": "string", "max": 512, "pattern": "^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$" }, "HeaderValueSensitive": { "type": "string", "max": 512, "pattern": "^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$", "sensitive": true }, "HealthCheck": { "type": "string", "max": 1600, "min": 1, "pattern": "^arn:aws([a-z]|\\-)*:route53:::healthcheck/[\\-a-z0-9]+$" }, "HomeRegion": { "type": "string", "max": 20, "min": 9, "pattern": "^[\\-a-z0-9]+$" }, "HttpParameters": { "type": "structure", "members": { "PathParameterValues": { "shape": "PathParameterList", "documentation": "The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards (\"*\").
" }, "HeaderParameters": { "shape": "HeaderParametersMap", "documentation": "The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
" }, "QueryStringParameters": { "shape": "QueryStringParametersMap", "documentation": "The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
" } }, "documentation": "These are custom parameter to be used when the target is an API Gateway APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.
" }, "HttpsEndpoint": { "type": "string", "max": 2048, "min": 1, "pattern": "^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$" }, "IamRoleArn": { "type": "string", "max": 256, "min": 1, "pattern": "^arn:aws[a-z-]*:iam::\\d{12}:role\\/[\\w+=,.@/-]+$" }, "InputTransformer": { "type": "structure", "required": [ "InputTemplate" ], "members": { "InputPathsMap": { "shape": "TransformerPaths", "documentation": "Map of JSON paths to be extracted from the event. You can then insert these in the template in InputTemplate
to produce the output you want to be sent to the target.
InputPathsMap
is an array key-value pairs, where each value is a valid JSON path. You can have as many as 100 key-value pairs. You must use JSON dot notation, not bracket notation.
The keys cannot start with \"Amazon Web Services.\"
" }, "InputTemplate": { "shape": "TransformerInput", "documentation": "Input template where you specify placeholders that will be filled with the values of the keys from InputPathsMap
to customize the data sent to the target. Enclose each InputPathsMaps
value in brackets: <value>
If InputTemplate
is a JSON object (surrounded by curly braces), the following restrictions apply:
The placeholder cannot be used as an object key.
The following example shows the syntax for using InputPathsMap
and InputTemplate
.
\"InputTransformer\":
{
\"InputPathsMap\": {\"instance\": \"$.detail.instance\",\"status\": \"$.detail.status\"},
\"InputTemplate\": \"<instance> is in state <status>\"
}
To have the InputTemplate
include quote marks within a JSON string, escape each quote marks with a slash, as in the following example:
\"InputTransformer\":
{
\"InputPathsMap\": {\"instance\": \"$.detail.instance\",\"status\": \"$.detail.status\"},
\"InputTemplate\": \"<instance> is in state \\\"<status>\\\"\"
}
The InputTemplate
can also be valid JSON with varibles in quotes or out, as in the following example:
\"InputTransformer\":
{
\"InputPathsMap\": {\"instance\": \"$.detail.instance\",\"status\": \"$.detail.status\"},
\"InputTemplate\": '{\"myInstance\": <instance>,\"myStatus\": \"<instance> is in state \\\"<status>\\\"\"}'
}
Contains the parameters needed for you to provide custom input to a target based on one or more pieces of data extracted from the event.
" }, "InputTransformerPathKey": { "type": "string", "max": 256, "min": 1, "pattern": "[A-Za-z0-9\\_\\-]+" }, "Integer": { "type": "integer" }, "KinesisParameters": { "type": "structure", "required": [ "PartitionKeyPath" ], "members": { "PartitionKeyPath": { "shape": "TargetPartitionKeyPath", "documentation": "The JSON path to be extracted from the event and used as the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.
" } }, "documentation": "This object enables you to specify a JSON path to extract from the event and use as the partition key for the Amazon Kinesis data stream, so that you can control the shard to which the event goes. If you do not include this parameter, the default is to use the eventId
as the partition key.
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection specified for the API destination.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of API destinations to include in the response.
" } } }, "ListApiDestinationsResponse": { "type": "structure", "members": { "ApiDestinations": { "shape": "ApiDestinationResponseList", "documentation": "An array of ApiDestination
objects that include information about an API destination.
A token you can use in a subsequent request to retrieve the next set of results.
" } } }, "ListArchivesRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "ArchiveName", "documentation": "A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the event source associated with the archive.
" }, "State": { "shape": "ArchiveState", "documentation": "The state of the archive.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of results to return.
" } } }, "ListArchivesResponse": { "type": "structure", "members": { "Archives": { "shape": "ArchiveResponseList", "documentation": "An array of Archive
objects that include details about an archive.
The token returned by a previous call to retrieve the next set of results.
" } } }, "ListConnectionsRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "ConnectionName", "documentation": "A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of connections to return.
" } } }, "ListConnectionsResponse": { "type": "structure", "members": { "Connections": { "shape": "ConnectionResponseList", "documentation": "An array of connections objects that include details about the connections.
" }, "NextToken": { "shape": "NextToken", "documentation": "A token you can use in a subsequent request to retrieve the next set of results.
" } } }, "ListEndpointsRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "EndpointName", "documentation": "A value that will return a subset of the endpoints associated with this account. For example, \"NamePrefix\": \"ABC\"
will return all endpoints with \"ABC\" in the name.
The primary Region of the endpoints associated with this account. For example \"HomeRegion\": \"us-east-1\"
.
If nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
The maximum number of results returned by the call.
" } } }, "ListEndpointsResponse": { "type": "structure", "members": { "Endpoints": { "shape": "EndpointList", "documentation": "The endpoints returned by the call.
" }, "NextToken": { "shape": "NextToken", "documentation": "If nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Specifying this limits the results to only those event buses with names that start with the specified prefix.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "Specifying this 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.
" } } }, "ListEventBusesResponse": { "type": "structure", "members": { "EventBuses": { "shape": "EventBusList", "documentation": "This list of event buses.
" }, "NextToken": { "shape": "NextToken", "documentation": "A token you can use in a subsequent operation to retrieve the next set of results.
" } } }, "ListEventSourcesRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "EventSourceNamePrefix", "documentation": "Specifying this limits the results to only those partner event sources with names that start with the specified prefix.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "Specifying this 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.
" } } }, "ListEventSourcesResponse": { "type": "structure", "members": { "EventSources": { "shape": "EventSourceList", "documentation": "The list of event sources.
" }, "NextToken": { "shape": "NextToken", "documentation": "A token you can use in a subsequent operation to retrieve the next set of results.
" } } }, "ListPartnerEventSourceAccountsRequest": { "type": "structure", "required": [ "EventSourceName" ], "members": { "EventSourceName": { "shape": "EventSourceName", "documentation": "The name of the partner event source to display account information about.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "Specifying this 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.
" } } }, "ListPartnerEventSourceAccountsResponse": { "type": "structure", "members": { "PartnerEventSourceAccounts": { "shape": "PartnerEventSourceAccountList", "documentation": "The list of partner event sources returned by the operation.
" }, "NextToken": { "shape": "NextToken", "documentation": "A token you can use in a subsequent operation to retrieve the next set of results.
" } } }, "ListPartnerEventSourcesRequest": { "type": "structure", "required": [ "NamePrefix" ], "members": { "NamePrefix": { "shape": "PartnerEventSourceNamePrefix", "documentation": "If you specify this, the results are limited to only those partner event sources that start with the string you specify.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "pecifying this 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.
" } } }, "ListPartnerEventSourcesResponse": { "type": "structure", "members": { "PartnerEventSources": { "shape": "PartnerEventSourceList", "documentation": "The list of partner event sources returned by the operation.
" }, "NextToken": { "shape": "NextToken", "documentation": "A token you can use in a subsequent operation to retrieve the next set of results.
" } } }, "ListReplaysRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "ReplayName", "documentation": "A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
" }, "State": { "shape": "ReplayState", "documentation": "The state of the replay.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the archive from which the events are replayed.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of replays to retrieve.
" } } }, "ListReplaysResponse": { "type": "structure", "members": { "Replays": { "shape": "ReplayList", "documentation": "An array of Replay
objects that contain information about the replay.
The token returned by a previous call to retrieve the next set of results.
" } } }, "ListRuleNamesByTargetRequest": { "type": "structure", "required": [ "TargetArn" ], "members": { "TargetArn": { "shape": "TargetArn", "documentation": "The Amazon Resource Name (ARN) of the target resource.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of results to return.
" } } }, "ListRuleNamesByTargetResponse": { "type": "structure", "members": { "RuleNames": { "shape": "RuleNameList", "documentation": "The names of the rules that can invoke the given target.
" }, "NextToken": { "shape": "NextToken", "documentation": "Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
" } } }, "ListRulesRequest": { "type": "structure", "members": { "NamePrefix": { "shape": "RuleName", "documentation": "The prefix matching the rule name.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of results to return.
" } } }, "ListRulesResponse": { "type": "structure", "members": { "Rules": { "shape": "RuleResponseList", "documentation": "The rules that match the specified criteria.
" }, "NextToken": { "shape": "NextToken", "documentation": "Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceARN" ], "members": { "ResourceARN": { "shape": "Arn", "documentation": "The ARN of the EventBridge resource for which you want to view tags.
" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "The list of tag keys and values associated with the resource you specified
" } } }, "ListTargetsByRuleRequest": { "type": "structure", "required": [ "Rule" ], "members": { "Rule": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" }, "NextToken": { "shape": "NextToken", "documentation": "The token returned by a previous call to retrieve the next set of results.
" }, "Limit": { "shape": "LimitMax100", "documentation": "The maximum number of results to return.
" } } }, "ListTargetsByRuleResponse": { "type": "structure", "members": { "Targets": { "shape": "TargetList", "documentation": "The targets assigned to the rule.
" }, "NextToken": { "shape": "NextToken", "documentation": "Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
" } } }, "Long": { "type": "long" }, "ManagedBy": { "type": "string", "max": 128, "min": 1 }, "MaximumEventAgeInSeconds": { "type": "integer", "max": 86400, "min": 60 }, "MaximumRetryAttempts": { "type": "integer", "max": 185, "min": 0 }, "MessageGroupId": { "type": "string", "max": 100 }, "NetworkConfiguration": { "type": "structure", "members": { "awsvpcConfiguration": { "shape": "AwsVpcConfiguration", "documentation": "Use this structure to specify 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.
This structure specifies the network configuration for an ECS task.
" }, "NextToken": { "type": "string", "max": 2048, "min": 1 }, "NonPartnerEventBusArn": { "type": "string", "max": 512, "min": 1, "pattern": "^arn:aws[a-z-]*:events:[a-z]{2}-[a-z-]+-\\d+:\\d{12}:event-bus/[\\w.-]+$" }, "NonPartnerEventBusName": { "type": "string", "max": 256, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "NonPartnerEventBusNameOrArn": { "type": "string", "max": 1600, "min": 1, "pattern": "(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[\\.\\-_A-Za-z0-9]+" }, "PartnerEventSource": { "type": "structure", "members": { "Arn": { "shape": "String", "documentation": "The ARN of the partner event source.
" }, "Name": { "shape": "String", "documentation": "The name of the partner event source.
" } }, "documentation": "A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.
" }, "PartnerEventSourceAccount": { "type": "structure", "members": { "Account": { "shape": "AccountId", "documentation": "The Amazon Web Services account ID that the partner event source was offered to.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The date and time the event source was created.
" }, "ExpirationTime": { "shape": "Timestamp", "documentation": "The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.
" }, "State": { "shape": "EventSourceState", "documentation": "The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
" } }, "documentation": "The Amazon Web Services account that a partner event source has been offered to.
" }, "PartnerEventSourceAccountList": { "type": "list", "member": { "shape": "PartnerEventSourceAccount" } }, "PartnerEventSourceList": { "type": "list", "member": { "shape": "PartnerEventSource" } }, "PartnerEventSourceNamePrefix": { "type": "string", "max": 256, "min": 1, "pattern": "aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*" }, "PathParameter": { "type": "string", "pattern": "^(?!\\s*$).+" }, "PathParameterList": { "type": "list", "member": { "shape": "PathParameter" } }, "PlacementConstraint": { "type": "structure", "members": { "type": { "shape": "PlacementConstraintType", "documentation": "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.
" }, "expression": { "shape": "PlacementConstraintExpression", "documentation": "A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance
. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.
An object representing a constraint on task placement. To learn more, see Task Placement Constraints in the Amazon Elastic Container Service Developer Guide.
" }, "PlacementConstraintExpression": { "type": "string", "max": 2000 }, "PlacementConstraintType": { "type": "string", "enum": [ "distinctInstance", "memberOf" ] }, "PlacementConstraints": { "type": "list", "member": { "shape": "PlacementConstraint" }, "max": 10 }, "PlacementStrategies": { "type": "list", "member": { "shape": "PlacementStrategy" }, "max": 5 }, "PlacementStrategy": { "type": "structure", "members": { "type": { "shape": "PlacementStrategyType", "documentation": "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).
" }, "field": { "shape": "PlacementStrategyField", "documentation": "The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, 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.
" } }, "documentation": "The task placement strategy for a task or service. To learn more, see Task Placement Strategies in the Amazon Elastic Container Service Service Developer Guide.
" }, "PlacementStrategyField": { "type": "string", "max": 255 }, "PlacementStrategyType": { "type": "string", "enum": [ "random", "spread", "binpack" ] }, "Primary": { "type": "structure", "required": [ "HealthCheck" ], "members": { "HealthCheck": { "shape": "HealthCheck", "documentation": "The ARN of the health check used by the endpoint to determine whether failover is triggered.
" } }, "documentation": "The primary Region of the endpoint.
" }, "Principal": { "type": "string", "max": 12, "min": 1, "pattern": "(\\d{12}|\\*)" }, "PropagateTags": { "type": "string", "enum": [ "TASK_DEFINITION" ] }, "PutEventsRequest": { "type": "structure", "required": [ "Entries" ], "members": { "Entries": { "shape": "PutEventsRequestEntryList", "documentation": "The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
" }, "EndpointId": { "shape": "EndpointId", "documentation": "The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo
.
When using Java, you must include auth-crt
on the class path.
The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.
" }, "Source": { "shape": "String", "documentation": "The source of the event.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
" }, "DetailType": { "shape": "String", "documentation": "Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
A valid JSON object. There is no other schema imposed. The JSON object may contain fields and nested sub-objects.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.
If you're using a global endpoint with a custom bus, you can enter either the name or Amazon Resource Name (ARN) of the event bus in either the primary or secondary Region here. EventBridge then determines the corresponding event bus in the other Region based on the endpoint referenced by the EndpointId
. Specifying the event bus ARN is preferred.
An X-Ray trace header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.
To learn more about X-Ray trace headers, see Tracing header in the X-Ray Developer Guide.
" } }, "documentation": "Represents an event to be submitted.
" }, "PutEventsRequestEntryList": { "type": "list", "member": { "shape": "PutEventsRequestEntry" }, "max": 10, "min": 1 }, "PutEventsResponse": { "type": "structure", "members": { "FailedEntryCount": { "shape": "Integer", "documentation": "The number of failed entries.
" }, "Entries": { "shape": "PutEventsResultEntryList", "documentation": "The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
For each record, the index of the response element is the same as the index in the request array.
" } } }, "PutEventsResultEntry": { "type": "structure", "members": { "EventId": { "shape": "EventId", "documentation": "The ID of the event.
" }, "ErrorCode": { "shape": "ErrorCode", "documentation": "The error code that indicates why the event submission failed.
Retryable errors include:
The request processing has failed because of an unknown error, exception or failure.
The request was denied due to request throttling.
Non-retryable errors include:
You do not have sufficient access to perform this action.
InvalidAccountIdException
The account ID provided is not valid.
InvalidArgument
A specified parameter is not valid.
MalformedDetail
The JSON provided is not valid.
RedactionFailure
Redacting the CloudTrail event failed.
NotAuthorizedForSourceException
You do not have permissions to publish events with this source onto this event bus.
NotAuthorizedForDetailTypeException
You do not have permissions to publish events with this detail type onto this event bus.
The error message that explains why the event submission failed.
" } }, "documentation": "Represents the results of an event submitted to an event bus.
If the submission was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
For information about the errors that are common to all actions, see Common Errors.
" }, "PutEventsResultEntryList": { "type": "list", "member": { "shape": "PutEventsResultEntry" } }, "PutPartnerEventsRequest": { "type": "structure", "required": [ "Entries" ], "members": { "Entries": { "shape": "PutPartnerEventsRequestEntryList", "documentation": "The list of events to write to the event bus.
" } } }, "PutPartnerEventsRequestEntry": { "type": "structure", "members": { "Time": { "shape": "EventTime", "documentation": "The date and time of the event.
" }, "Source": { "shape": "EventSourceName", "documentation": "The event source that is generating the entry.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
" }, "DetailType": { "shape": "String", "documentation": "A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested sub-objects.
Detail
, DetailType
, and Source
are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which none of the entries have each of these properties, EventBridge fails the entire request.
The details about an event generated by an SaaS partner.
" }, "PutPartnerEventsRequestEntryList": { "type": "list", "member": { "shape": "PutPartnerEventsRequestEntry" }, "max": 20, "min": 1 }, "PutPartnerEventsResponse": { "type": "structure", "members": { "FailedEntryCount": { "shape": "Integer", "documentation": "The number of events from this operation that could not be written to the partner event bus.
" }, "Entries": { "shape": "PutPartnerEventsResultEntryList", "documentation": "The results for each event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
For each record, the index of the response element is the same as the index in the request array.
" } } }, "PutPartnerEventsResultEntry": { "type": "structure", "members": { "EventId": { "shape": "EventId", "documentation": "The ID of the event.
" }, "ErrorCode": { "shape": "ErrorCode", "documentation": "The error code that indicates why the event submission failed.
" }, "ErrorMessage": { "shape": "ErrorMessage", "documentation": "The error message that explains why the event submission failed.
" } }, "documentation": "The result of an event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
" }, "PutPartnerEventsResultEntryList": { "type": "list", "member": { "shape": "PutPartnerEventsResultEntry" } }, "PutPermissionRequest": { "type": "structure", "members": { "EventBusName": { "shape": "NonPartnerEventBusName", "documentation": "The name of the event bus associated with the rule. If you omit this, the default event bus is used.
" }, "Action": { "shape": "Action", "documentation": "The action that you are enabling the other account to perform.
" }, "Principal": { "shape": "Principal", "documentation": "The 12-digit Amazon Web Services account ID that you are permitting to put events to your default event bus. Specify \"*\" to permit any account to put events to your default event bus.
If you specify \"*\" without specifying Condition
, avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an account
field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this StatementId
when you run RemovePermission.
Each StatementId
must be unique.
This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain Amazon Web Services organization. For more information about Amazon Web Services Organizations, see What Is Amazon Web Services Organizations in the Amazon Web Services Organizations User Guide.
If you specify Condition
with an Amazon Web Services organization ID, and specify \"*\" as the value for Principal
, you grant permission to all the accounts in the named organization.
The Condition
is a JSON string which must contain Type
, Key
, and Value
fields.
A JSON string that describes the permission policy statement. You can include a Policy
parameter in the request instead of using the StatementId
, Action
, Principal
, or Condition
parameters.
The name of the rule that you are creating or updating.
" }, "ScheduleExpression": { "shape": "ScheduleExpression", "documentation": "The scheduling expression. For example, \"cron(0 20 * * ? *)\" or \"rate(5 minutes)\".
" }, "EventPattern": { "shape": "EventPattern", "documentation": "The event pattern. For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide .
" }, "State": { "shape": "RuleState", "documentation": "The state of the rule.
Valid values include:
DISABLED
: The rule is disabled. EventBridge does not match any events against the rule.
ENABLED
: The rule is enabled. EventBridge matches events against the rule, except for Amazon Web Services management events delivered through CloudTrail.
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS
: The rule is enabled for all events, including Amazon Web Services management events delivered through CloudTrail.
Management events provide visibility into management operations that are performed on resources in your Amazon Web Services account. These are also known as control plane operations. For more information, see Logging management events in the CloudTrail User Guide, and Filtering management events from Amazon Web Services services in the Amazon EventBridge User Guide .
This value is only valid for rules on the default event bus or custom event buses. It does not apply to partner event buses.
A description of the rule.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The Amazon Resource Name (ARN) of the IAM role associated with the rule.
If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArn
with proper permissions in the Target
structure, instead of here in this parameter.
The list of key-value pairs to associate with the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus to associate with this rule. If you omit this, the default event bus is used.
" } } }, "PutRuleResponse": { "type": "structure", "members": { "RuleArn": { "shape": "RuleArn", "documentation": "The Amazon Resource Name (ARN) of the rule.
" } } }, "PutTargetsRequest": { "type": "structure", "required": [ "Rule", "Targets" ], "members": { "Rule": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" }, "Targets": { "shape": "TargetList", "documentation": "The targets to update or add to the rule.
" } } }, "PutTargetsResponse": { "type": "structure", "members": { "FailedEntryCount": { "shape": "Integer", "documentation": "The number of failed entries.
" }, "FailedEntries": { "shape": "PutTargetsResultEntryList", "documentation": "The failed target entries.
" } } }, "PutTargetsResultEntry": { "type": "structure", "members": { "TargetId": { "shape": "TargetId", "documentation": "The ID of the target.
" }, "ErrorCode": { "shape": "ErrorCode", "documentation": "The error code that indicates why the target addition failed. If the value is ConcurrentModificationException
, too many requests were made at the same time.
The error message that explains why the target addition failed.
" } }, "documentation": "Represents a target that failed to be added to a rule.
" }, "PutTargetsResultEntryList": { "type": "list", "member": { "shape": "PutTargetsResultEntry" } }, "QueryStringKey": { "type": "string", "max": 512, "pattern": "[^\\x00-\\x1F\\x7F]+" }, "QueryStringParametersMap": { "type": "map", "key": { "shape": "QueryStringKey" }, "value": { "shape": "QueryStringValue" } }, "QueryStringValue": { "type": "string", "max": 512, "pattern": "[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+" }, "QueryStringValueSensitive": { "type": "string", "max": 512, "pattern": "[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+", "sensitive": true }, "RedshiftDataParameters": { "type": "structure", "required": [ "Database" ], "members": { "SecretManagerArn": { "shape": "RedshiftSecretManagerArn", "documentation": "The name or ARN of the secret that enables access to the database. Required when authenticating using Amazon Web Services Secrets Manager.
" }, "Database": { "shape": "Database", "documentation": "The name of the database. Required when authenticating using temporary credentials.
" }, "DbUser": { "shape": "DbUser", "documentation": "The database user name. Required when authenticating using temporary credentials.
" }, "Sql": { "shape": "Sql", "documentation": "The SQL statement text to run.
" }, "StatementName": { "shape": "StatementName", "documentation": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query.
" }, "WithEvent": { "shape": "Boolean", "documentation": "Indicates whether to send an event back to EventBridge after the SQL statement runs.
" }, "Sqls": { "shape": "Sqls", "documentation": "One or more SQL statements to run. The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don't start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.
" } }, "documentation": "These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.
" }, "RedshiftSecretManagerArn": { "type": "string", "documentation": "Optional SecretManager ARN which stores the database credentials", "max": 1600, "min": 1, "pattern": "(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)" }, "ReferenceId": { "type": "string", "max": 1024 }, "RemovePermissionRequest": { "type": "structure", "members": { "StatementId": { "shape": "StatementId", "documentation": "The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.
" }, "RemoveAllPermissions": { "shape": "Boolean", "documentation": "Specifies whether to remove all permissions.
" }, "EventBusName": { "shape": "NonPartnerEventBusName", "documentation": "The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.
" } } }, "RemoveTargetsRequest": { "type": "structure", "required": [ "Rule", "Ids" ], "members": { "Rule": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "EventBusName": { "shape": "EventBusNameOrArn", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" }, "Ids": { "shape": "TargetIdList", "documentation": "The IDs of the targets to remove from the rule.
" }, "Force": { "shape": "Boolean", "documentation": "If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force
as True
to remove targets. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule
or ListRules
and checking the ManagedBy
field of the response.
The number of failed entries.
" }, "FailedEntries": { "shape": "RemoveTargetsResultEntryList", "documentation": "The failed target entries.
" } } }, "RemoveTargetsResultEntry": { "type": "structure", "members": { "TargetId": { "shape": "TargetId", "documentation": "The ID of the target.
" }, "ErrorCode": { "shape": "ErrorCode", "documentation": "The error code that indicates why the target removal failed. If the value is ConcurrentModificationException
, too many requests were made at the same time.
The error message that explains why the target removal failed.
" } }, "documentation": "Represents a target that failed to be removed from a rule.
" }, "RemoveTargetsResultEntryList": { "type": "list", "member": { "shape": "RemoveTargetsResultEntry" } }, "Replay": { "type": "structure", "members": { "ReplayName": { "shape": "ReplayName", "documentation": "The name of the replay.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the archive to replay event from.
" }, "State": { "shape": "ReplayState", "documentation": "The current state of the replay.
" }, "StateReason": { "shape": "ReplayStateReason", "documentation": "A description of why the replay is in the current state.
" }, "EventStartTime": { "shape": "Timestamp", "documentation": "A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
" }, "EventEndTime": { "shape": "Timestamp", "documentation": "A time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime
specified is replayed.
A time stamp for the time that the last event was replayed.
" }, "ReplayStartTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the replay started.
" }, "ReplayEndTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the replay completed.
" } }, "documentation": "A Replay
object that contains details about a replay.
The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.
" }, "FilterArns": { "shape": "ReplayDestinationFilters", "documentation": "A list of ARNs for rules to replay events to.
" } }, "documentation": "A ReplayDestination
object that contains details about a replay.
The state of event replication.
" } }, "documentation": "Endpoints can replicate all events to the secondary Region.
" }, "ReplicationState": { "type": "string", "enum": [ "ENABLED", "DISABLED" ] }, "ResourceArn": { "type": "string", "max": 1600, "min": 1 }, "RetentionDays": { "type": "integer", "min": 0 }, "RetryPolicy": { "type": "structure", "members": { "MaximumRetryAttempts": { "shape": "MaximumRetryAttempts", "documentation": "The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds
is met.
The maximum amount of time, in seconds, to continue to make retry attempts.
" } }, "documentation": "A RetryPolicy
object that includes information about the retry policy settings.
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
" } }, "documentation": "The routing configuration of the endpoint.
" }, "Rule": { "type": "structure", "members": { "Name": { "shape": "RuleName", "documentation": "The name of the rule.
" }, "Arn": { "shape": "RuleArn", "documentation": "The Amazon Resource Name (ARN) of the rule.
" }, "EventPattern": { "shape": "EventPattern", "documentation": "The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
" }, "State": { "shape": "RuleState", "documentation": "The state of the rule.
Valid values include:
DISABLED
: The rule is disabled. EventBridge does not match any events against the rule.
ENABLED
: The rule is enabled. EventBridge matches events against the rule, except for Amazon Web Services management events delivered through CloudTrail.
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS
: The rule is enabled for all events, including Amazon Web Services management events delivered through CloudTrail.
Management events provide visibility into management operations that are performed on resources in your Amazon Web Services account. These are also known as control plane operations. For more information, see Logging management events in the CloudTrail User Guide, and Filtering management events from Amazon Web Services services in the Amazon EventBridge User Guide .
This value is only valid for rules on the default event bus or custom event buses. It does not apply to partner event buses.
The description of the rule.
" }, "ScheduleExpression": { "shape": "ScheduleExpression", "documentation": "The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\". For more information, see Creating an Amazon EventBridge rule that runs on a schedule.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The Amazon Resource Name (ARN) of the role that is used for target invocation.
If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArn
with proper permissions in the Target
structure, instead of here in this parameter.
If the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule.
" }, "EventBusName": { "shape": "EventBusName", "documentation": "The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
" } }, "documentation": "Contains information about a rule in Amazon EventBridge.
" }, "RuleArn": { "type": "string", "max": 1600, "min": 1 }, "RuleDescription": { "type": "string", "max": 512 }, "RuleName": { "type": "string", "max": 64, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "RuleNameList": { "type": "list", "member": { "shape": "RuleName" } }, "RuleResponseList": { "type": "list", "member": { "shape": "Rule" } }, "RuleState": { "type": "string", "enum": [ "ENABLED", "DISABLED", "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS" ] }, "RunCommandParameters": { "type": "structure", "required": [ "RunCommandTargets" ], "members": { "RunCommandTargets": { "shape": "RunCommandTargets", "documentation": "Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
" } }, "documentation": "This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.
" }, "RunCommandTarget": { "type": "structure", "required": [ "Key", "Values" ], "members": { "Key": { "shape": "RunCommandTargetKey", "documentation": "Can be either tag:
tag-key or InstanceIds
.
If Key
is tag:
tag-key, Values
is a list of tag values. If Key
is InstanceIds
, Values
is a list of Amazon EC2 instance IDs.
Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget
block can include only one key, but this key may specify multiple values.
Name of parameter to start execution of a SageMaker Model Building Pipeline.
" }, "Value": { "shape": "SageMakerPipelineParameterValue", "documentation": "Value of parameter to start execution of a SageMaker Model Building Pipeline.
" } }, "documentation": "Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
" }, "SageMakerPipelineParameterList": { "type": "list", "member": { "shape": "SageMakerPipelineParameter" }, "max": 200, "min": 0 }, "SageMakerPipelineParameterName": { "type": "string", "max": 256, "min": 1, "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9])*$" }, "SageMakerPipelineParameterValue": { "type": "string", "max": 1024 }, "SageMakerPipelineParameters": { "type": "structure", "members": { "PipelineParameterList": { "shape": "SageMakerPipelineParameterList", "documentation": "List of Parameter names and values for SageMaker Model Building Pipeline execution.
" } }, "documentation": "These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.
" }, "ScheduleExpression": { "type": "string", "max": 256 }, "Secondary": { "type": "structure", "required": [ "Route" ], "members": { "Route": { "shape": "Route", "documentation": "Defines the secondary Region.
" } }, "documentation": "The secondary Region that processes events when failover is triggered or replication is enabled.
" }, "SecretsManagerSecretArn": { "type": "string", "max": 2048, "min": 20, "pattern": "^arn:aws([a-z]|\\-)*:secretsmanager:([a-z]|\\d|\\-)*:([0-9]{12})?:secret:[\\/_+=\\.@\\-A-Za-z0-9]+$" }, "SensitiveString": { "type": "string", "sensitive": true }, "Sql": { "type": "string", "documentation": "A single Redshift SQL", "max": 100000, "min": 1, "sensitive": true }, "Sqls": { "type": "list", "member": { "shape": "Sql" }, "documentation": "A list of SQLs.", "max": 40, "min": 0, "sensitive": true }, "SqsParameters": { "type": "structure", "members": { "MessageGroupId": { "shape": "MessageGroupId", "documentation": "The FIFO message group ID to use as the target.
" } }, "documentation": "This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
" }, "StartReplayRequest": { "type": "structure", "required": [ "ReplayName", "EventSourceArn", "EventStartTime", "EventEndTime", "Destination" ], "members": { "ReplayName": { "shape": "ReplayName", "documentation": "The name of the replay to start.
" }, "Description": { "shape": "ReplayDescription", "documentation": "A description for the replay to start.
" }, "EventSourceArn": { "shape": "Arn", "documentation": "The ARN of the archive to replay events from.
" }, "EventStartTime": { "shape": "Timestamp", "documentation": "A time stamp for the time to start replaying events. Only events that occurred between the EventStartTime
and EventEndTime
are replayed.
A time stamp for the time to stop replaying events. Only events that occurred between the EventStartTime
and EventEndTime
are replayed.
A ReplayDestination
object that includes details about the destination for the replay.
The ARN of the replay.
" }, "State": { "shape": "ReplayState", "documentation": "The state of the replay.
" }, "StateReason": { "shape": "ReplayStateReason", "documentation": "The reason that the replay is in the state.
" }, "ReplayStartTime": { "shape": "Timestamp", "documentation": "The time at which the replay started.
" } } }, "StatementId": { "type": "string", "max": 64, "min": 1, "pattern": "[a-zA-Z0-9-_]+" }, "StatementName": { "type": "string", "documentation": "A name for Redshift DataAPI statement which can be used as filter of ListStatement.", "max": 500, "min": 1 }, "String": { "type": "string" }, "StringList": { "type": "list", "member": { "shape": "String" } }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
" }, "Value": { "shape": "TagValue", "documentation": "The value for the specified tag key.
" } }, "documentation": "A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" } }, "TagList": { "type": "list", "member": { "shape": "Tag" } }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "Tags" ], "members": { "ResourceARN": { "shape": "Arn", "documentation": "The ARN of the EventBridge resource that you're adding tags to.
" }, "Tags": { "shape": "TagList", "documentation": "The list of key-value pairs to associate with the resource.
" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "Target": { "type": "structure", "required": [ "Id", "Arn" ], "members": { "Id": { "shape": "TargetId", "documentation": "The ID of the target within the specified rule. Use this ID to reference the target when updating the rule. We recommend using a memorable and unique string.
" }, "Arn": { "shape": "TargetArn", "documentation": "The Amazon Resource Name (ARN) of the target.
" }, "RoleArn": { "shape": "RoleArn", "documentation": "The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.
" }, "Input": { "shape": "TargetInput", "documentation": "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
" }, "InputPath": { "shape": "TargetInputPath", "documentation": "The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You may use JSON dot notation or bracket notation. For more information about JSON paths, see JSONPath.
" }, "InputTransformer": { "shape": "InputTransformer", "documentation": "Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.
" }, "KinesisParameters": { "shape": "KinesisParameters", "documentation": "The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream. If you do not include this parameter, the default is to use the eventId
as the partition key.
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
" }, "EcsParameters": { "shape": "EcsParameters", "documentation": "Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task. For more information about Amazon ECS tasks, see Task Definitions in the Amazon EC2 Container Service Developer Guide.
" }, "BatchParameters": { "shape": "BatchParameters", "documentation": "If the event target is an Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs in the Batch User Guide.
" }, "SqsParameters": { "shape": "SqsParameters", "documentation": "Contains the message group ID to use when the target is a FIFO queue.
If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
" }, "HttpParameters": { "shape": "HttpParameters", "documentation": "Contains the HTTP parameters to use when the target is a API Gateway endpoint or EventBridge ApiDestination.
If you specify an API Gateway API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
" }, "RedshiftDataParameters": { "shape": "RedshiftDataParameters", "documentation": "Contains the Amazon Redshift Data API parameters to use when the target is a Amazon Redshift cluster.
If you specify a Amazon Redshift Cluster as a Target, you can use this to specify parameters to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.
" }, "SageMakerPipelineParameters": { "shape": "SageMakerPipelineParameters", "documentation": "Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline.
If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
" }, "DeadLetterConfig": { "shape": "DeadLetterConfig", "documentation": "The DeadLetterConfig
that defines the target queue to send dead-letter queue events to.
The RetryPolicy
object that contains the retry policy configuration to use for the dead-letter queue.
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
" } }, "documentation": "Targets are the resources to be invoked when a rule is triggered. For a complete list of services and resources that can be set as a target, see PutTargets.
If you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a RoleArn
with proper permissions in the Target
structure. For more information, see Sending and Receiving Events Between Amazon Web Services Accounts in the Amazon EventBridge User Guide.
The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
" }, "Event": { "shape": "String", "documentation": "The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in Amazon Web Services Events, and the following fields are mandatory:
id
account
source
time
region
resources
detail-type
Indicates whether the event matches the event pattern.
" } } }, "Timestamp": { "type": "timestamp" }, "TraceHeader": { "type": "string", "max": 500, "min": 1 }, "TransformerInput": { "type": "string", "max": 8192, "min": 1 }, "TransformerPaths": { "type": "map", "key": { "shape": "InputTransformerPathKey" }, "value": { "shape": "TargetInputPath" }, "max": 100 }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceARN", "TagKeys" ], "members": { "ResourceARN": { "shape": "Arn", "documentation": "The ARN of the EventBridge resource from which you are removing tags.
" }, "TagKeys": { "shape": "TagKeyList", "documentation": "The list of tag keys to remove from the resource.
" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateApiDestinationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ApiDestinationName", "documentation": "The name of the API destination to update.
" }, "Description": { "shape": "ApiDestinationDescription", "documentation": "The name of the API destination to update.
" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection to use for the API destination.
" }, "InvocationEndpoint": { "shape": "HttpsEndpoint", "documentation": "The URL to the endpoint to use for the API destination.
" }, "HttpMethod": { "shape": "ApiDestinationHttpMethod", "documentation": "The method to use for the API destination.
" }, "InvocationRateLimitPerSecond": { "shape": "ApiDestinationInvocationRateLimitPerSecond", "documentation": "The maximum number of invocations per second to send to the API destination.
" } } }, "UpdateApiDestinationResponse": { "type": "structure", "members": { "ApiDestinationArn": { "shape": "ApiDestinationArn", "documentation": "The ARN of the API destination that was updated.
" }, "ApiDestinationState": { "shape": "ApiDestinationState", "documentation": "The state of the API destination that was updated.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the API destination was last modified.
" } } }, "UpdateArchiveRequest": { "type": "structure", "required": [ "ArchiveName" ], "members": { "ArchiveName": { "shape": "ArchiveName", "documentation": "The name of the archive to update.
" }, "Description": { "shape": "ArchiveDescription", "documentation": "The description for the archive.
" }, "EventPattern": { "shape": "EventPattern", "documentation": "The event pattern to use to filter events sent to the archive.
" }, "RetentionDays": { "shape": "RetentionDays", "documentation": "The number of days to retain events in the archive.
" } } }, "UpdateArchiveResponse": { "type": "structure", "members": { "ArchiveArn": { "shape": "ArchiveArn", "documentation": "The ARN of the archive.
" }, "State": { "shape": "ArchiveState", "documentation": "The state of the archive.
" }, "StateReason": { "shape": "ArchiveStateReason", "documentation": "The reason that the archive is in the current state.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "The time at which the archive was updated.
" } } }, "UpdateConnectionApiKeyAuthRequestParameters": { "type": "structure", "members": { "ApiKeyName": { "shape": "AuthHeaderParameters", "documentation": "The name of the API key to use for authorization.
" }, "ApiKeyValue": { "shape": "AuthHeaderParametersSensitive", "documentation": "The value associated with teh API key to use for authorization.
" } }, "documentation": "Contains the API key authorization parameters to use to update the connection.
" }, "UpdateConnectionAuthRequestParameters": { "type": "structure", "members": { "BasicAuthParameters": { "shape": "UpdateConnectionBasicAuthRequestParameters", "documentation": "A UpdateConnectionBasicAuthRequestParameters
object that contains the authorization parameters for Basic authorization.
A UpdateConnectionOAuthRequestParameters
object that contains the authorization parameters for OAuth authorization.
A UpdateConnectionApiKeyAuthRequestParameters
object that contains the authorization parameters for API key authorization.
A ConnectionHttpParameters
object that contains the additional parameters to use for the connection.
Contains the additional parameters to use for the connection.
" }, "UpdateConnectionBasicAuthRequestParameters": { "type": "structure", "members": { "Username": { "shape": "AuthHeaderParameters", "documentation": "The user name to use for Basic authorization.
" }, "Password": { "shape": "AuthHeaderParametersSensitive", "documentation": "The password associated with the user name to use for Basic authorization.
" } }, "documentation": "Contains the Basic authorization parameters for the connection.
" }, "UpdateConnectionOAuthClientRequestParameters": { "type": "structure", "members": { "ClientID": { "shape": "AuthHeaderParameters", "documentation": "The client ID to use for OAuth authorization.
" }, "ClientSecret": { "shape": "AuthHeaderParametersSensitive", "documentation": "The client secret assciated with the client ID to use for OAuth authorization.
" } }, "documentation": "Contains the OAuth authorization parameters to use for the connection.
" }, "UpdateConnectionOAuthRequestParameters": { "type": "structure", "members": { "ClientParameters": { "shape": "UpdateConnectionOAuthClientRequestParameters", "documentation": "A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
" }, "HttpMethod": { "shape": "ConnectionOAuthHttpMethod", "documentation": "The method used to connect to the HTTP endpoint.
" }, "OAuthHttpParameters": { "shape": "ConnectionHttpParameters", "documentation": "The additional HTTP parameters used for the OAuth authorization request.
" } }, "documentation": "Contains the OAuth request parameters to use for the connection.
" }, "UpdateConnectionRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "ConnectionName", "documentation": "The name of the connection to update.
" }, "Description": { "shape": "ConnectionDescription", "documentation": "A description for the connection.
" }, "AuthorizationType": { "shape": "ConnectionAuthorizationType", "documentation": "The type of authorization to use for the connection.
" }, "AuthParameters": { "shape": "UpdateConnectionAuthRequestParameters", "documentation": "The authorization parameters to use for the connection.
" } } }, "UpdateConnectionResponse": { "type": "structure", "members": { "ConnectionArn": { "shape": "ConnectionArn", "documentation": "The ARN of the connection that was updated.
" }, "ConnectionState": { "shape": "ConnectionState", "documentation": "The state of the connection that was updated.
" }, "CreationTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was created.
" }, "LastModifiedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last modified.
" }, "LastAuthorizedTime": { "shape": "Timestamp", "documentation": "A time stamp for the time that the connection was last authorized.
" } } }, "UpdateEndpointRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint you want to update.
" }, "Description": { "shape": "EndpointDescription", "documentation": "A description for the endpoint.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "Configure the routing policy, including the health check and secondary Region.
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Whether event replication was enabled or disabled by this request.
" }, "EventBuses": { "shape": "EndpointEventBusList", "documentation": "Define event buses used for replication.
" }, "RoleArn": { "shape": "IamRoleArn", "documentation": "The ARN of the role used by event replication for this request.
" } } }, "UpdateEndpointResponse": { "type": "structure", "members": { "Name": { "shape": "EndpointName", "documentation": "The name of the endpoint you updated in this request.
" }, "Arn": { "shape": "EndpointArn", "documentation": "The ARN of the endpoint you updated in this request.
" }, "RoutingConfig": { "shape": "RoutingConfig", "documentation": "The routing configuration you updated in this request.
" }, "ReplicationConfig": { "shape": "ReplicationConfig", "documentation": "Whether event replication was enabled or disabled for the endpoint you updated in this request.
" }, "EventBuses": { "shape": "EndpointEventBusList", "documentation": "The event buses used for replication for the endpoint you updated in this request.
" }, "RoleArn": { "shape": "IamRoleArn", "documentation": "The ARN of the role used by event replication for the endpoint you updated in this request.
" }, "EndpointId": { "shape": "EndpointId", "documentation": "The ID of the endpoint you updated in this request.
" }, "EndpointUrl": { "shape": "EndpointUrl", "documentation": "The URL of the endpoint you updated in this request.
" }, "State": { "shape": "EndpointState", "documentation": "The state of the endpoint you updated in this request.
" } } }, "UpdateEventBusRequest": { "type": "structure", "members": { "Name": { "shape": "EventBusName", "documentation": "The name of the event bus.
" }, "KmsKeyIdentifier": { "shape": "KmsKeyIdentifier", "documentation": "The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt events on the event bus.
For more information, see Managing keys in the Key Management Service Developer Guide.
Archives and schema discovery are not supported for event buses encrypted using a customer managed key. EventBridge returns an error if:
You call CreateArchive
on an event bus set to use a customer managed key for encryption.
You call CreateDiscoverer
on an event bus set to use a customer managed key for encryption.
You call UpdatedEventBus
to set a customer managed key on an event bus with an archives or schema discovery enabled.
To enable archives or schema discovery on an event bus, choose to use an Amazon Web Services owned key. For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
The event bus description.
" }, "DeadLetterConfig": { "shape": "DeadLetterConfig" } } }, "UpdateEventBusResponse": { "type": "structure", "members": { "Arn": { "shape": "String", "documentation": "The event bus Amazon Resource Name (ARN).
" }, "Name": { "shape": "EventBusName", "documentation": "The event bus name.
" }, "KmsKeyIdentifier": { "shape": "KmsKeyIdentifier", "documentation": "The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
" }, "Description": { "shape": "EventBusDescription", "documentation": "The event bus description.
" }, "DeadLetterConfig": { "shape": "DeadLetterConfig" } } } }, "documentation": "Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your resources change state, they automatically send events to an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a predetermined schedule. For example, you can configure rules to:
Automatically invoke an Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running state.
Direct specific API records from CloudTrail to an Amazon Kinesis data stream for detailed analysis of potential security or availability risks.
Periodically invoke a built-in target to create a snapshot of an Amazon EBS volume.
For more information about the features of Amazon EventBridge, see the Amazon EventBridge User Guide.
" }