Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
643
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json
generated
vendored
Normal file
643
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json
generated
vendored
Normal file
|
@ -0,0 +1,643 @@
|
|||
{
|
||||
"version":"2.0",
|
||||
"metadata":{
|
||||
"apiVersion":"2014-02-03",
|
||||
"endpointPrefix":"events",
|
||||
"jsonVersion":"1.1",
|
||||
"serviceFullName":"Amazon CloudWatch Events",
|
||||
"signatureVersion":"v4",
|
||||
"targetPrefix":"AWSEvents",
|
||||
"protocol":"json"
|
||||
},
|
||||
"operations":{
|
||||
"DeleteRule":{
|
||||
"name":"DeleteRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DeleteRuleRequest"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"DescribeRule":{
|
||||
"name":"DescribeRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DescribeRuleRequest"},
|
||||
"output":{"shape":"DescribeRuleResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"DisableRule":{
|
||||
"name":"DisableRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DisableRuleRequest"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"EnableRule":{
|
||||
"name":"EnableRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"EnableRuleRequest"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ListRuleNamesByTarget":{
|
||||
"name":"ListRuleNamesByTarget",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListRuleNamesByTargetRequest"},
|
||||
"output":{"shape":"ListRuleNamesByTargetResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ListRules":{
|
||||
"name":"ListRules",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListRulesRequest"},
|
||||
"output":{"shape":"ListRulesResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ListTargetsByRule":{
|
||||
"name":"ListTargetsByRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListTargetsByRuleRequest"},
|
||||
"output":{"shape":"ListTargetsByRuleResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"PutEvents":{
|
||||
"name":"PutEvents",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutEventsRequest"},
|
||||
"output":{"shape":"PutEventsResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"PutRule":{
|
||||
"name":"PutRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutRuleRequest"},
|
||||
"output":{"shape":"PutRuleResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"InvalidEventPatternException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"LimitExceededException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"PutTargets":{
|
||||
"name":"PutTargets",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutTargetsRequest"},
|
||||
"output":{"shape":"PutTargetsResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"LimitExceededException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"RemoveTargets":{
|
||||
"name":"RemoveTargets",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"RemoveTargetsRequest"},
|
||||
"output":{"shape":"RemoveTargetsResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"ResourceNotFoundException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"ConcurrentModificationException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"TestEventPattern":{
|
||||
"name":"TestEventPattern",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"TestEventPatternRequest"},
|
||||
"output":{"shape":"TestEventPatternResponse"},
|
||||
"errors":[
|
||||
{
|
||||
"shape":"InvalidEventPatternException",
|
||||
"exception":true
|
||||
},
|
||||
{
|
||||
"shape":"InternalException",
|
||||
"exception":true,
|
||||
"fault":true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
"Boolean":{"type":"boolean"},
|
||||
"ConcurrentModificationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"DeleteRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"DescribeRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"DescribeRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"Arn":{"shape":"RuleArn"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"DisableRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"EnableRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"ErrorCode":{"type":"string"},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"EventId":{"type":"string"},
|
||||
"EventPattern":{
|
||||
"type":"string",
|
||||
"max":2048
|
||||
},
|
||||
"EventResource":{"type":"string"},
|
||||
"EventResourceList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"EventResource"}
|
||||
},
|
||||
"EventTime":{"type":"timestamp"},
|
||||
"Integer":{"type":"integer"},
|
||||
"InternalException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true,
|
||||
"fault":true
|
||||
},
|
||||
"InvalidEventPatternException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"LimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"LimitMax100":{
|
||||
"type":"integer",
|
||||
"min":1,
|
||||
"max":100
|
||||
},
|
||||
"ListRuleNamesByTargetRequest":{
|
||||
"type":"structure",
|
||||
"required":["TargetArn"],
|
||||
"members":{
|
||||
"TargetArn":{"shape":"TargetArn"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"RuleNames":{"shape":"RuleNameList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListRulesRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"NamePrefix":{"shape":"RuleName"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListRulesResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Rules":{"shape":"RuleResponseList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Rule"],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Targets":{"shape":"TargetList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"NextToken":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":2048
|
||||
},
|
||||
"PutEventsRequest":{
|
||||
"type":"structure",
|
||||
"required":["Entries"],
|
||||
"members":{
|
||||
"Entries":{"shape":"PutEventsRequestEntryList"}
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Time":{"shape":"EventTime"},
|
||||
"Source":{"shape":"String"},
|
||||
"Resources":{"shape":"EventResourceList"},
|
||||
"DetailType":{"shape":"String"},
|
||||
"Detail":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutEventsRequestEntry"},
|
||||
"min":1,
|
||||
"max":10
|
||||
},
|
||||
"PutEventsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"Entries":{"shape":"PutEventsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"EventId":{"shape":"EventId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutEventsResultEntry"}
|
||||
},
|
||||
"PutRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"PutRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"RuleArn":{"shape":"RuleArn"}
|
||||
}
|
||||
},
|
||||
"PutTargetsRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Rule",
|
||||
"Targets"
|
||||
],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"Targets":{"shape":"TargetList"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"FailedEntries":{"shape":"PutTargetsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TargetId":{"shape":"TargetId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutTargetsResultEntry"}
|
||||
},
|
||||
"RemoveTargetsRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Rule",
|
||||
"Ids"
|
||||
],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"Ids":{"shape":"TargetIdList"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"FailedEntries":{"shape":"RemoveTargetsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TargetId":{"shape":"TargetId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RemoveTargetsResultEntry"}
|
||||
},
|
||||
"ResourceNotFoundException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"RoleArn":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":1600
|
||||
},
|
||||
"Rule":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"Arn":{"shape":"RuleArn"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"RuleArn":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":1600
|
||||
},
|
||||
"RuleDescription":{
|
||||
"type":"string",
|
||||
"max":512
|
||||
},
|
||||
"RuleName":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":64,
|
||||
"pattern":"[\\.\\-_A-Za-z0-9]+"
|
||||
},
|
||||
"RuleNameList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RuleName"}
|
||||
},
|
||||
"RuleResponseList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Rule"}
|
||||
},
|
||||
"RuleState":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"ENABLED",
|
||||
"DISABLED"
|
||||
]
|
||||
},
|
||||
"ScheduleExpression":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"Target":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Id",
|
||||
"Arn"
|
||||
],
|
||||
"members":{
|
||||
"Id":{"shape":"TargetId"},
|
||||
"Arn":{"shape":"TargetArn"},
|
||||
"Input":{"shape":"TargetInput"},
|
||||
"InputPath":{"shape":"TargetInputPath"}
|
||||
}
|
||||
},
|
||||
"TargetArn":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":1600
|
||||
},
|
||||
"TargetId":{
|
||||
"type":"string",
|
||||
"min":1,
|
||||
"max":64,
|
||||
"pattern":"[\\.\\-_A-Za-z0-9]+"
|
||||
},
|
||||
"TargetIdList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TargetId"},
|
||||
"min":1,
|
||||
"max":100
|
||||
},
|
||||
"TargetInput":{
|
||||
"type":"string",
|
||||
"max":8192
|
||||
},
|
||||
"TargetInputPath":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"TargetList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Target"}
|
||||
},
|
||||
"TestEventPatternRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"EventPattern",
|
||||
"Event"
|
||||
],
|
||||
"members":{
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"Event":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"TestEventPatternResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Result":{"shape":"Boolean"}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
411
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json
generated
vendored
Normal file
411
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json
generated
vendored
Normal file
|
@ -0,0 +1,411 @@
|
|||
{
|
||||
"version": "2.0",
|
||||
"operations": {
|
||||
"DeleteRule": "<p>Deletes a rule. You must remove all targets from a rule using <a>RemoveTargets</a> before you can delete the rule.</p> <p> <b>Note:</b> When you make a change with this action, incoming events might still continue to match to the deleted rule. Please allow a short period of time for changes to take effect. </p>",
|
||||
"DescribeRule": "<p>Describes the details of the specified rule.</p>",
|
||||
"DisableRule": "<p>Disables a rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression.</p> <p> <b>Note:</b> When you make a change with this action, incoming events might still continue to match to the disabled rule. Please allow a short period of time for changes to take effect. </p>",
|
||||
"EnableRule": "<p>Enables a rule. If the rule does not exist, the operation fails.</p> <p> <b>Note:</b> When you make a change with this action, incoming events might not immediately start matching to a newly enabled rule. Please allow a short period of time for changes to take effect. </p>",
|
||||
"ListRuleNamesByTarget": "<p>Lists the names of the rules that the given target is put to. Using this action, you can find out which of the rules in Amazon CloudWatch Events can invoke a specific target in your account. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat the ListRulesByTarget action until the NextToken in the response is returned as null.</p>",
|
||||
"ListRules": "<p>Lists the Amazon CloudWatch Events rules in your account. You can either list all the rules or you can provide a prefix to match to the rule names. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat the ListRules action until the NextToken in the response is returned as null.</p>",
|
||||
"ListTargetsByRule": "<p>Lists of targets assigned to the rule.</p>",
|
||||
"PutEvents": "<p>Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.</p>",
|
||||
"PutRule": "<p>Creates or updates a rule. Rules are enabled by default, or based on value of the State parameter. You can disable a rule using <a>DisableRule</a>.</p> <p> <b>Note:</b> When you make a change with this action, incoming events might not immediately start matching to new or updated rules. Please allow a short period of time for changes to take effect.</p> <p>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 will trigger on matching events as well as on a schedule.</p> <p> <b>Note:</b> Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events 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. </p>",
|
||||
"PutTargets": "<p>Adds target(s) to a rule. Updates the target(s) if they are already associated with the role. In other words, if there is already a target with the given target ID, then the target associated with that ID is updated.</p> <p> <b>Note:</b> When you make a change with this action, when the associated rule triggers, new or updated targets might not be immediately invoked. Please allow a short period of time for changes to take effect. </p>",
|
||||
"RemoveTargets": "<p>Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.</p> <p> <b>Note:</b> When you make a change with this action, when the associated rule triggers, removed targets might still continue to be invoked. Please allow a short period of time for changes to take effect. </p>",
|
||||
"TestEventPattern": "<p>Tests whether an event pattern matches the provided event.</p> <p> <b>Note:</b> Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events 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. </p>"
|
||||
},
|
||||
"service": "<p>Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state they automatically send events into 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 pre-determined schedule. For example, you can configure rules to: </p> <ul> <li>Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running state.</li> <li>Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability risks.</li> <li>Periodically invoke a built-in target to create a snapshot of an Amazon EBS volume.</li> </ul> <p> For more information about Amazon CloudWatch Events features, see the <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide\">Amazon CloudWatch Developer Guide</a>. </p>",
|
||||
"shapes": {
|
||||
"Boolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TestEventPatternResponse$Result": "<p>Indicates whether the event matches the event pattern.</p>"
|
||||
}
|
||||
},
|
||||
"ConcurrentModificationException": {
|
||||
"base": "<p>This exception occurs if there is concurrent modification on rule or target.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>DeleteRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DescribeRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>DescribeRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DescribeRuleResponse": {
|
||||
"base": "<p>The result of the <a>DescribeRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DisableRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>DisableRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"EnableRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>EnableRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ErrorCode": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$ErrorCode": "<p>The error code representing why the event submission failed on this entry.</p>",
|
||||
"PutTargetsResultEntry$ErrorCode": "<p>The error code representing why the target submission failed on this entry.</p>",
|
||||
"RemoveTargetsResultEntry$ErrorCode": "<p>The error code representing why the target removal failed on this entry.</p>"
|
||||
}
|
||||
},
|
||||
"ErrorMessage": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$ErrorMessage": "<p>The error message explaining why the event submission failed on this entry.</p>",
|
||||
"PutTargetsResultEntry$ErrorMessage": "<p>The error message explaining why the target submission failed on this entry.</p>",
|
||||
"RemoveTargetsResultEntry$ErrorMessage": "<p>The error message explaining why the target removal failed on this entry.</p>"
|
||||
}
|
||||
},
|
||||
"EventId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$EventId": "<p>The ID of the event submitted to Amazon CloudWatch Events.</p>"
|
||||
}
|
||||
},
|
||||
"EventPattern": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$EventPattern": "<p>The event pattern.</p>",
|
||||
"PutRuleRequest$EventPattern": "<p>The event pattern.</p>",
|
||||
"Rule$EventPattern": "<p>The event pattern of the rule.</p>",
|
||||
"TestEventPatternRequest$EventPattern": "<p>The event pattern you want to test.</p>"
|
||||
}
|
||||
},
|
||||
"EventResource": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EventResourceList$member": null
|
||||
}
|
||||
},
|
||||
"EventResourceList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Resources": "<p>AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.</p>"
|
||||
}
|
||||
},
|
||||
"EventTime": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Time": "<p>Timestamp of event, per <a href=\"https://www.rfc-editor.org/rfc/rfc3339.txt\">RFC3339</a>. If no timestamp is provided, the timestamp of the <a>PutEvents</a> call will be used.</p>"
|
||||
}
|
||||
},
|
||||
"Integer": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResponse$FailedEntryCount": "<p>The number of failed entries.</p>",
|
||||
"PutTargetsResponse$FailedEntryCount": "<p>The number of failed entries.</p>",
|
||||
"RemoveTargetsResponse$FailedEntryCount": "<p>The number of failed entries.</p>"
|
||||
}
|
||||
},
|
||||
"InternalException": {
|
||||
"base": "<p>This exception occurs due to unexpected causes.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidEventPatternException": {
|
||||
"base": "<p>The event pattern is invalid.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
"base": "<p>This exception occurs if you try to create more rules or add more targets to a rule than allowed by default.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LimitMax100": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$Limit": "<p>The maximum number of results to return.</p>",
|
||||
"ListRulesRequest$Limit": "<p>The maximum number of results to return.</p>",
|
||||
"ListTargetsByRuleRequest$Limit": "<p>The maximum number of results to return.</p>"
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>ListRuleNamesByTarget</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetResponse": {
|
||||
"base": "<p>The result of the <a>ListRuleNamesByTarget</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRulesRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>ListRules</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRulesResponse": {
|
||||
"base": "<p>The result of the <a>ListRules</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>ListTargetsByRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleResponse": {
|
||||
"base": "<p>The result of the <a>ListTargetsByRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"NextToken": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$NextToken": "<p>The token returned by a previous call to indicate that there is more data available.</p>",
|
||||
"ListRuleNamesByTargetResponse$NextToken": "<p>Indicates that there are additional results to retrieve.</p>",
|
||||
"ListRulesRequest$NextToken": "<p>The token returned by a previous call to indicate that there is more data available.</p>",
|
||||
"ListRulesResponse$NextToken": "<p>Indicates that there are additional results to retrieve.</p>",
|
||||
"ListTargetsByRuleRequest$NextToken": "<p>The token returned by a previous call to indicate that there is more data available.</p>",
|
||||
"ListTargetsByRuleResponse$NextToken": "<p>Indicates that there are additional results to retrieve.</p>"
|
||||
}
|
||||
},
|
||||
"PutEventsRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>PutEvents</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntry": {
|
||||
"base": "<p>Contains information about the event to be used in the PutEvents action.</p>",
|
||||
"refs": {
|
||||
"PutEventsRequestEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequest$Entries": "<p>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.</p>"
|
||||
}
|
||||
},
|
||||
"PutEventsResponse": {
|
||||
"base": "<p>The result of the <a>PutEvents</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntry": {
|
||||
"base": "<p>A PutEventsResult contains a list of PutEventsResultEntry.</p>",
|
||||
"refs": {
|
||||
"PutEventsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResponse$Entries": "<p>A list of successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry will have the event ID in it. If not, then the ErrorCode and ErrorMessage can be used to identify the problem with the entry.</p>"
|
||||
}
|
||||
},
|
||||
"PutRuleRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>PutRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutRuleResponse": {
|
||||
"base": "<p>The result of the <a>PutRule</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>PutTargets</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsResponse": {
|
||||
"base": "<p>The result of the <a>PutTargets</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntry": {
|
||||
"base": "<p>A PutTargetsResult contains a list of PutTargetsResultEntry.</p>",
|
||||
"refs": {
|
||||
"PutTargetsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTargetsResponse$FailedEntries": "<p>An array of failed target entries.</p>"
|
||||
}
|
||||
},
|
||||
"RemoveTargetsRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>RemoveTargets</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResponse": {
|
||||
"base": "<p>The result of the <a>RemoveTargets</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntry": {
|
||||
"base": "<p>The ID of the target requested to be removed from the rule by Amazon CloudWatch Events.</p>",
|
||||
"refs": {
|
||||
"RemoveTargetsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemoveTargetsResponse$FailedEntries": "<p>An array of failed target entries.</p>"
|
||||
}
|
||||
},
|
||||
"ResourceNotFoundException": {
|
||||
"base": "<p>The rule does not exist.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RoleArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the rule.</p>",
|
||||
"PutRuleRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the rule.</p>",
|
||||
"Rule$RoleArn": "<p>The Amazon Resource Name (ARN) associated with the role that is used for target invocation.</p>"
|
||||
}
|
||||
},
|
||||
"Rule": {
|
||||
"base": "<p>Contains information about a rule in Amazon CloudWatch Events. A ListRulesResult contains a list of Rules.</p>",
|
||||
"refs": {
|
||||
"RuleResponseList$member": null
|
||||
}
|
||||
},
|
||||
"RuleArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$Arn": "<p>The Amazon Resource Name (ARN) associated with the rule.</p>",
|
||||
"PutRuleResponse$RuleArn": "<p>The Amazon Resource Name (ARN) that identifies the rule.</p>",
|
||||
"Rule$Arn": "<p>The Amazon Resource Name (ARN) of the rule.</p>"
|
||||
}
|
||||
},
|
||||
"RuleDescription": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$Description": "<p>The rule's description.</p>",
|
||||
"PutRuleRequest$Description": "<p>A description of the rule.</p>",
|
||||
"Rule$Description": "<p>The description of the rule.</p>"
|
||||
}
|
||||
},
|
||||
"RuleName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DeleteRuleRequest$Name": "<p>The name of the rule to be deleted.</p>",
|
||||
"DescribeRuleRequest$Name": "<p>The name of the rule you want to describe details for.</p>",
|
||||
"DescribeRuleResponse$Name": "<p>The rule's name.</p>",
|
||||
"DisableRuleRequest$Name": "<p>The name of the rule you want to disable.</p>",
|
||||
"EnableRuleRequest$Name": "<p>The name of the rule that you want to enable.</p>",
|
||||
"ListRulesRequest$NamePrefix": "<p>The prefix matching the rule name.</p>",
|
||||
"ListTargetsByRuleRequest$Rule": "<p>The name of the rule whose targets you want to list.</p>",
|
||||
"PutRuleRequest$Name": "<p>The name of the rule that you are creating or updating.</p>",
|
||||
"PutTargetsRequest$Rule": "<p>The name of the rule you want to add targets to.</p>",
|
||||
"RemoveTargetsRequest$Rule": "<p>The name of the rule you want to remove targets from.</p>",
|
||||
"Rule$Name": "<p>The rule's name.</p>",
|
||||
"RuleNameList$member": null
|
||||
}
|
||||
},
|
||||
"RuleNameList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetResponse$RuleNames": "<p>List of rules names that can invoke the given target.</p>"
|
||||
}
|
||||
},
|
||||
"RuleResponseList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRulesResponse$Rules": "<p>List of rules matching the specified criteria.</p>"
|
||||
}
|
||||
},
|
||||
"RuleState": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$State": "<p>Specifies whether the rule is enabled or disabled.</p>",
|
||||
"PutRuleRequest$State": "<p>Indicates whether the rule is enabled or disabled.</p>",
|
||||
"Rule$State": "<p>The rule's state.</p>"
|
||||
}
|
||||
},
|
||||
"ScheduleExpression": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>",
|
||||
"PutRuleRequest$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>",
|
||||
"Rule$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>"
|
||||
}
|
||||
},
|
||||
"String": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Source": "<p>The source of the event.</p>",
|
||||
"PutEventsRequestEntry$DetailType": "<p>Free-form string used to decide what fields to expect in the event detail.</p>",
|
||||
"PutEventsRequestEntry$Detail": "<p>In the JSON sense, an object containing fields, which may also contain nested sub-objects. No constraints are imposed on its contents.</p>",
|
||||
"TestEventPatternRequest$Event": "<p>The event in the JSON format to test against the event pattern.</p>"
|
||||
}
|
||||
},
|
||||
"Target": {
|
||||
"base": "<p>Targets are the resources that can be invoked when a rule is triggered. For example, AWS Lambda functions, Amazon Kinesis streams, and built-in targets.</p> <p><b>Input</b> and <b>InputPath</b> are mutually-exclusive and optional parameters of a target. When a rule is triggered due to a matched event, if for a target:</p> <ul> <li>Neither <b>Input</b> nor <b>InputPath</b> is specified, then the entire event is passed to the target in JSON form.</li> <li> <b>InputPath</b> is specified in the form of JSONPath (e.g. <b>$.detail</b>), then only the part of the event specified in the path is passed to the target (e.g. only the detail part of the event is passed). </li> <li> <b>Input</b> is specified in the form of a valid JSON, then the matched event is overridden with this constant.</li> </ul>",
|
||||
"refs": {
|
||||
"TargetList$member": null
|
||||
}
|
||||
},
|
||||
"TargetArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$TargetArn": "<p>The Amazon Resource Name (ARN) of the target resource that you want to list the rules for.</p>",
|
||||
"Target$Arn": "<p>The Amazon Resource Name (ARN) associated of the target.</p>"
|
||||
}
|
||||
},
|
||||
"TargetId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTargetsResultEntry$TargetId": "<p>The ID of the target submitted to Amazon CloudWatch Events.</p>",
|
||||
"RemoveTargetsResultEntry$TargetId": "<p>The ID of the target requested to be removed by Amazon CloudWatch Events.</p>",
|
||||
"Target$Id": "<p>The unique target assignment ID.</p>",
|
||||
"TargetIdList$member": null
|
||||
}
|
||||
},
|
||||
"TargetIdList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemoveTargetsRequest$Ids": "<p>The list of target IDs to remove from the rule.</p>"
|
||||
}
|
||||
},
|
||||
"TargetInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Target$Input": "<p>Valid JSON text passed to the target. For more information about JSON text, see <a href=\"http://www.rfc-editor.org/rfc/rfc7159.txt\">The JavaScript Object Notation (JSON) Data Interchange Format</a>.</p>"
|
||||
}
|
||||
},
|
||||
"TargetInputPath": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Target$InputPath": "<p>The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. For more information about JSON paths, see <a href=\"http://goessner.net/articles/JsonPath/\">JSONPath</a>.</p>"
|
||||
}
|
||||
},
|
||||
"TargetList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListTargetsByRuleResponse$Targets": "<p>Lists the targets assigned to the rule.</p>",
|
||||
"PutTargetsRequest$Targets": "<p>List of targets you want to update or add to the rule.</p>"
|
||||
}
|
||||
},
|
||||
"TestEventPatternRequest": {
|
||||
"base": "<p>Container for the parameters to the <a>TestEventPattern</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TestEventPatternResponse": {
|
||||
"base": "<p>The result of the <a>TestEventPattern</a> operation.</p>",
|
||||
"refs": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
5
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version":"1.0",
|
||||
"examples":{
|
||||
}
|
||||
}
|
649
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json
generated
vendored
Normal file
649
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json
generated
vendored
Normal file
|
@ -0,0 +1,649 @@
|
|||
{
|
||||
"version":"2.0",
|
||||
"metadata":{
|
||||
"apiVersion":"2015-10-07",
|
||||
"endpointPrefix":"events",
|
||||
"jsonVersion":"1.1",
|
||||
"protocol":"json",
|
||||
"serviceFullName":"Amazon CloudWatch Events",
|
||||
"signatureVersion":"v4",
|
||||
"targetPrefix":"AWSEvents",
|
||||
"uid":"events-2015-10-07"
|
||||
},
|
||||
"operations":{
|
||||
"DeleteRule":{
|
||||
"name":"DeleteRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DeleteRuleRequest"},
|
||||
"errors":[
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"DescribeRule":{
|
||||
"name":"DescribeRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DescribeRuleRequest"},
|
||||
"output":{"shape":"DescribeRuleResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"DisableRule":{
|
||||
"name":"DisableRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DisableRuleRequest"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"EnableRule":{
|
||||
"name":"EnableRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"EnableRuleRequest"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"ListRuleNamesByTarget":{
|
||||
"name":"ListRuleNamesByTarget",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListRuleNamesByTargetRequest"},
|
||||
"output":{"shape":"ListRuleNamesByTargetResponse"},
|
||||
"errors":[
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"ListRules":{
|
||||
"name":"ListRules",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListRulesRequest"},
|
||||
"output":{"shape":"ListRulesResponse"},
|
||||
"errors":[
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"ListTargetsByRule":{
|
||||
"name":"ListTargetsByRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"ListTargetsByRuleRequest"},
|
||||
"output":{"shape":"ListTargetsByRuleResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"PutEvents":{
|
||||
"name":"PutEvents",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutEventsRequest"},
|
||||
"output":{"shape":"PutEventsResponse"},
|
||||
"errors":[
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"PutRule":{
|
||||
"name":"PutRule",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutRuleRequest"},
|
||||
"output":{"shape":"PutRuleResponse"},
|
||||
"errors":[
|
||||
{"shape":"InvalidEventPatternException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"PutTargets":{
|
||||
"name":"PutTargets",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutTargetsRequest"},
|
||||
"output":{"shape":"PutTargetsResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"LimitExceededException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"RemoveTargets":{
|
||||
"name":"RemoveTargets",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"RemoveTargetsRequest"},
|
||||
"output":{"shape":"RemoveTargetsResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ConcurrentModificationException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
},
|
||||
"TestEventPattern":{
|
||||
"name":"TestEventPattern",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"TestEventPatternRequest"},
|
||||
"output":{"shape":"TestEventPatternResponse"},
|
||||
"errors":[
|
||||
{"shape":"InvalidEventPatternException"},
|
||||
{"shape":"InternalException"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
"Arn":{
|
||||
"type":"string",
|
||||
"max":1600,
|
||||
"min":1
|
||||
},
|
||||
"Boolean":{"type":"boolean"},
|
||||
"ConcurrentModificationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"DeleteRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"DescribeRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"DescribeRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"Arn":{"shape":"RuleArn"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"DisableRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"EcsParameters":{
|
||||
"type":"structure",
|
||||
"required":["TaskDefinitionArn"],
|
||||
"members":{
|
||||
"TaskDefinitionArn":{"shape":"Arn"},
|
||||
"TaskCount":{"shape":"LimitMin1"}
|
||||
}
|
||||
},
|
||||
"EnableRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"}
|
||||
}
|
||||
},
|
||||
"ErrorCode":{"type":"string"},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"EventId":{"type":"string"},
|
||||
"EventPattern":{
|
||||
"type":"string",
|
||||
"max":2048
|
||||
},
|
||||
"EventResource":{"type":"string"},
|
||||
"EventResourceList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"EventResource"}
|
||||
},
|
||||
"EventTime":{"type":"timestamp"},
|
||||
"InputTransformer":{
|
||||
"type":"structure",
|
||||
"required":["InputTemplate"],
|
||||
"members":{
|
||||
"InputPathsMap":{"shape":"TransformerPaths"},
|
||||
"InputTemplate":{"shape":"TransformerInput"}
|
||||
}
|
||||
},
|
||||
"InputTransformerPathKey":{
|
||||
"type":"string",
|
||||
"max":256,
|
||||
"min":1,
|
||||
"pattern":"[A-Za-z0-9\\_\\-]+"
|
||||
},
|
||||
"Integer":{"type":"integer"},
|
||||
"InternalException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true,
|
||||
"fault":true
|
||||
},
|
||||
"InvalidEventPatternException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"KinesisParameters":{
|
||||
"type":"structure",
|
||||
"required":["PartitionKeyPath"],
|
||||
"members":{
|
||||
"PartitionKeyPath":{"shape":"TargetPartitionKeyPath"}
|
||||
}
|
||||
},
|
||||
"LimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"LimitMax100":{
|
||||
"type":"integer",
|
||||
"max":100,
|
||||
"min":1
|
||||
},
|
||||
"LimitMin1":{
|
||||
"type":"integer",
|
||||
"min":1
|
||||
},
|
||||
"ListRuleNamesByTargetRequest":{
|
||||
"type":"structure",
|
||||
"required":["TargetArn"],
|
||||
"members":{
|
||||
"TargetArn":{"shape":"TargetArn"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"RuleNames":{"shape":"RuleNameList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListRulesRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"NamePrefix":{"shape":"RuleName"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListRulesResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Rules":{"shape":"RuleResponseList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Rule"],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"NextToken":{"shape":"NextToken"},
|
||||
"Limit":{"shape":"LimitMax100"}
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Targets":{"shape":"TargetList"},
|
||||
"NextToken":{"shape":"NextToken"}
|
||||
}
|
||||
},
|
||||
"NextToken":{
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":1
|
||||
},
|
||||
"PutEventsRequest":{
|
||||
"type":"structure",
|
||||
"required":["Entries"],
|
||||
"members":{
|
||||
"Entries":{"shape":"PutEventsRequestEntryList"}
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Time":{"shape":"EventTime"},
|
||||
"Source":{"shape":"String"},
|
||||
"Resources":{"shape":"EventResourceList"},
|
||||
"DetailType":{"shape":"String"},
|
||||
"Detail":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutEventsRequestEntry"},
|
||||
"max":10,
|
||||
"min":1
|
||||
},
|
||||
"PutEventsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"Entries":{"shape":"PutEventsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"EventId":{"shape":"EventId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutEventsResultEntry"}
|
||||
},
|
||||
"PutRuleRequest":{
|
||||
"type":"structure",
|
||||
"required":["Name"],
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"PutRuleResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"RuleArn":{"shape":"RuleArn"}
|
||||
}
|
||||
},
|
||||
"PutTargetsRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Rule",
|
||||
"Targets"
|
||||
],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"Targets":{"shape":"TargetList"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"FailedEntries":{"shape":"PutTargetsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TargetId":{"shape":"TargetId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"PutTargetsResultEntry"}
|
||||
},
|
||||
"RemoveTargetsRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Rule",
|
||||
"Ids"
|
||||
],
|
||||
"members":{
|
||||
"Rule":{"shape":"RuleName"},
|
||||
"Ids":{"shape":"TargetIdList"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FailedEntryCount":{"shape":"Integer"},
|
||||
"FailedEntries":{"shape":"RemoveTargetsResultEntryList"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntry":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TargetId":{"shape":"TargetId"},
|
||||
"ErrorCode":{"shape":"ErrorCode"},
|
||||
"ErrorMessage":{"shape":"ErrorMessage"}
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntryList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RemoveTargetsResultEntry"}
|
||||
},
|
||||
"ResourceNotFoundException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"RoleArn":{
|
||||
"type":"string",
|
||||
"max":1600,
|
||||
"min":1
|
||||
},
|
||||
"Rule":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"RuleName"},
|
||||
"Arn":{"shape":"RuleArn"},
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"State":{"shape":"RuleState"},
|
||||
"Description":{"shape":"RuleDescription"},
|
||||
"ScheduleExpression":{"shape":"ScheduleExpression"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"RunCommandParameters":{
|
||||
"type":"structure",
|
||||
"required":["RunCommandTargets"],
|
||||
"members":{
|
||||
"RunCommandTargets":{"shape":"RunCommandTargets"}
|
||||
}
|
||||
},
|
||||
"RunCommandTarget":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Key",
|
||||
"Values"
|
||||
],
|
||||
"members":{
|
||||
"Key":{"shape":"RunCommandTargetKey"},
|
||||
"Values":{"shape":"RunCommandTargetValues"}
|
||||
}
|
||||
},
|
||||
"RunCommandTargetKey":{
|
||||
"type":"string",
|
||||
"max":128,
|
||||
"min":1,
|
||||
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$"
|
||||
},
|
||||
"RunCommandTargetValue":{
|
||||
"type":"string",
|
||||
"max":256,
|
||||
"min":1
|
||||
},
|
||||
"RunCommandTargetValues":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RunCommandTargetValue"},
|
||||
"max":50,
|
||||
"min":1
|
||||
},
|
||||
"RunCommandTargets":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RunCommandTarget"},
|
||||
"max":5,
|
||||
"min":1
|
||||
},
|
||||
"ScheduleExpression":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"Target":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Id",
|
||||
"Arn"
|
||||
],
|
||||
"members":{
|
||||
"Id":{"shape":"TargetId"},
|
||||
"Arn":{"shape":"TargetArn"},
|
||||
"RoleArn":{"shape":"RoleArn"},
|
||||
"Input":{"shape":"TargetInput"},
|
||||
"InputPath":{"shape":"TargetInputPath"},
|
||||
"InputTransformer":{"shape":"InputTransformer"},
|
||||
"KinesisParameters":{"shape":"KinesisParameters"},
|
||||
"RunCommandParameters":{"shape":"RunCommandParameters"},
|
||||
"EcsParameters":{"shape":"EcsParameters"}
|
||||
}
|
||||
},
|
||||
"TargetArn":{
|
||||
"type":"string",
|
||||
"max":1600,
|
||||
"min":1
|
||||
},
|
||||
"TargetId":{
|
||||
"type":"string",
|
||||
"max":64,
|
||||
"min":1,
|
||||
"pattern":"[\\.\\-_A-Za-z0-9]+"
|
||||
},
|
||||
"TargetIdList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TargetId"},
|
||||
"max":100,
|
||||
"min":1
|
||||
},
|
||||
"TargetInput":{
|
||||
"type":"string",
|
||||
"max":8192
|
||||
},
|
||||
"TargetInputPath":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"TargetList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"Target"},
|
||||
"max":100,
|
||||
"min":1
|
||||
},
|
||||
"TargetPartitionKeyPath":{
|
||||
"type":"string",
|
||||
"max":256
|
||||
},
|
||||
"TestEventPatternRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"EventPattern",
|
||||
"Event"
|
||||
],
|
||||
"members":{
|
||||
"EventPattern":{"shape":"EventPattern"},
|
||||
"Event":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"TestEventPatternResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Result":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"TransformerInput":{
|
||||
"type":"string",
|
||||
"max":8192,
|
||||
"min":1
|
||||
},
|
||||
"TransformerPaths":{
|
||||
"type":"map",
|
||||
"key":{"shape":"InputTransformerPathKey"},
|
||||
"value":{"shape":"TargetInputPath"},
|
||||
"max":10
|
||||
}
|
||||
}
|
||||
}
|
503
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json
generated
vendored
Normal file
503
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json
generated
vendored
Normal file
|
@ -0,0 +1,503 @@
|
|||
{
|
||||
"version": "2.0",
|
||||
"service": "<p>Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state, they automatically send events into 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 pre-determined schedule. For example, you can configure rules to:</p> <ul> <li> <p>Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running state.</p> </li> <li> <p>Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability risks.</p> </li> <li> <p>Periodically invoke a built-in target to create a snapshot of an Amazon EBS volume.</p> </li> </ul> <p>For more information about the features of Amazon CloudWatch Events, see the <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/events\">Amazon CloudWatch Events User Guide</a>.</p>",
|
||||
"operations": {
|
||||
"DeleteRule": "<p>Deletes the specified rule.</p> <p>You must remove all targets from a rule using <a>RemoveTargets</a> before you can delete the rule.</p> <p>When you delete a rule, incoming events might continue to match to the deleted rule. Please allow a short period of time for changes to take effect.</p>",
|
||||
"DescribeRule": "<p>Describes the specified rule.</p>",
|
||||
"DisableRule": "<p>Disables the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression.</p> <p>When you disable a rule, incoming events might continue to match to the disabled rule. Please allow a short period of time for changes to take effect.</p>",
|
||||
"EnableRule": "<p>Enables the specified rule. If the rule does not exist, the operation fails.</p> <p>When you enable a rule, incoming events might not immediately start matching to a newly enabled rule. Please allow a short period of time for changes to take effect.</p>",
|
||||
"ListRuleNamesByTarget": "<p>Lists the rules for the specified target. You can see which of the rules in Amazon CloudWatch Events can invoke a specific target in your account.</p>",
|
||||
"ListRules": "<p>Lists your Amazon CloudWatch Events rules. You can either list all the rules or you can provide a prefix to match to the rule names.</p>",
|
||||
"ListTargetsByRule": "<p>Lists the targets assigned to the specified rule.</p>",
|
||||
"PutEvents": "<p>Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.</p>",
|
||||
"PutRule": "<p>Creates or updates the specified rule. Rules are enabled by default, or based on value of the state. You can disable a rule using <a>DisableRule</a>.</p> <p>When you create or update a rule, incoming events might not immediately start matching to new or updated rules. Please allow a short period of time for changes to take effect.</p> <p>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.</p> <p>Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events 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.</p>",
|
||||
"PutTargets": "<p>Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.</p> <p>Targets are the resources that are invoked when a rule is triggered. Example targets include EC2 instances, AWS Lambda functions, Amazon Kinesis streams, Amazon ECS tasks, AWS Step Functions state machines, and built-in targets. Note that creating rules with built-in targets is supported only in the AWS Management Console.</p> <p>For some target types, <code>PutTargets</code> provides target-specific parameters. If the target is an Amazon Kinesis stream, you can optionally specify which shard the event goes to by using the <code>KinesisParameters</code> argument. To invoke a command on multiple EC2 instances with one rule, you can use the <code>RunCommandParameters</code> field.</p> <p>To be able to make API calls against the resources that you own, Amazon CloudWatch Events needs the appropriate permissions. For AWS Lambda and Amazon SNS resources, CloudWatch Events relies on resource-based policies. For EC2 instances, Amazon Kinesis streams, and AWS Step Functions state machines, CloudWatch Events relies on IAM roles that you specify in the <code>RoleARN</code> argument in <code>PutTarget</code>. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/auth-and-access-control-cwe.html\">Authentication and Access Control</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p> <p> <b>Input</b>, <b>InputPath</b> and <b>InputTransformer</b> are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event:</p> <ul> <li> <p>If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON form (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target).</p> </li> <li> <p>If <b>Input</b> is specified in the form of valid JSON, then the matched event is overridden with this constant.</p> </li> <li> <p>If <b>InputPath</b> is specified in the form of JSONPath (for example, <code>$.detail</code>), 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). </p> </li> <li> <p>If <b>InputTransformer</b> 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.</p> </li> </ul> <p>When you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Please allow a short period of time for changes to take effect.</p>",
|
||||
"RemoveTargets": "<p>Removes the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked.</p> <p>When you remove a target, when the associated rule triggers, removed targets might continue to be invoked. Please allow a short period of time for changes to take effect.</p>",
|
||||
"TestEventPattern": "<p>Tests whether the specified event pattern matches the provided event.</p> <p>Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events 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.</p>"
|
||||
},
|
||||
"shapes": {
|
||||
"Arn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EcsParameters$TaskDefinitionArn": "<p>The ARN of the task definition to use if the event target is an Amazon ECS cluster. </p>"
|
||||
}
|
||||
},
|
||||
"Boolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TestEventPatternResponse$Result": "<p>Indicates whether the event matches the event pattern.</p>"
|
||||
}
|
||||
},
|
||||
"ConcurrentModificationException": {
|
||||
"base": "<p>There is concurrent modification on a rule or target.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DescribeRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DescribeRuleResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DisableRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"EcsParameters": {
|
||||
"base": "<p>The custom parameters to be used when the target is an Amazon ECS cluster.</p>",
|
||||
"refs": {
|
||||
"Target$EcsParameters": "<p>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 <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html\">Task Definitions </a> in the <i>Amazon EC2 Container Service Developer Guide</i>.</p>"
|
||||
}
|
||||
},
|
||||
"EnableRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ErrorCode": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$ErrorCode": "<p>The error code that indicates why the event submission failed.</p>",
|
||||
"PutTargetsResultEntry$ErrorCode": "<p>The error code that indicates why the target addition failed.</p>",
|
||||
"RemoveTargetsResultEntry$ErrorCode": "<p>The error code that indicates why the target removal failed.</p>"
|
||||
}
|
||||
},
|
||||
"ErrorMessage": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$ErrorMessage": "<p>The error message that explains why the event submission failed.</p>",
|
||||
"PutTargetsResultEntry$ErrorMessage": "<p>The error message that explains why the target addition failed.</p>",
|
||||
"RemoveTargetsResultEntry$ErrorMessage": "<p>The error message that explains why the target removal failed.</p>"
|
||||
}
|
||||
},
|
||||
"EventId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResultEntry$EventId": "<p>The ID of the event.</p>"
|
||||
}
|
||||
},
|
||||
"EventPattern": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$EventPattern": "<p>The event pattern.</p>",
|
||||
"PutRuleRequest$EventPattern": "<p>The event pattern.</p>",
|
||||
"Rule$EventPattern": "<p>The event pattern of the rule.</p>",
|
||||
"TestEventPatternRequest$EventPattern": "<p>The event pattern.</p>"
|
||||
}
|
||||
},
|
||||
"EventResource": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EventResourceList$member": null
|
||||
}
|
||||
},
|
||||
"EventResourceList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Resources": "<p>AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.</p>"
|
||||
}
|
||||
},
|
||||
"EventTime": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Time": "<p>The timestamp of the event, per <a href=\"https://www.rfc-editor.org/rfc/rfc3339.txt\">RFC3339</a>. If no timestamp is provided, the timestamp of the <a>PutEvents</a> call is used.</p>"
|
||||
}
|
||||
},
|
||||
"InputTransformer": {
|
||||
"base": "<p>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.</p>",
|
||||
"refs": {
|
||||
"Target$InputTransformer": "<p>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.</p>"
|
||||
}
|
||||
},
|
||||
"InputTransformerPathKey": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TransformerPaths$key": null
|
||||
}
|
||||
},
|
||||
"Integer": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResponse$FailedEntryCount": "<p>The number of failed entries.</p>",
|
||||
"PutTargetsResponse$FailedEntryCount": "<p>The number of failed entries.</p>",
|
||||
"RemoveTargetsResponse$FailedEntryCount": "<p>The number of failed entries.</p>"
|
||||
}
|
||||
},
|
||||
"InternalException": {
|
||||
"base": "<p>This exception occurs due to unexpected causes.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidEventPatternException": {
|
||||
"base": "<p>The event pattern is not valid.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KinesisParameters": {
|
||||
"base": "<p>This object enables you to specify a JSON path to extract from the event and use as the partition key for the Amazon Kinesis 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 <code>eventId</code> as the partition key.</p>",
|
||||
"refs": {
|
||||
"Target$KinesisParameters": "<p>The custom parameter you can use to control shard assignment, when the target is an Amazon Kinesis stream. If you do not include this parameter, the default is to use the <code>eventId</code> as the partition key.</p>"
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
"base": "<p>You tried to create more rules or add more targets to a rule than is allowed.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LimitMax100": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$Limit": "<p>The maximum number of results to return.</p>",
|
||||
"ListRulesRequest$Limit": "<p>The maximum number of results to return.</p>",
|
||||
"ListTargetsByRuleRequest$Limit": "<p>The maximum number of results to return.</p>"
|
||||
}
|
||||
},
|
||||
"LimitMin1": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EcsParameters$TaskCount": "<p>The number of tasks to create based on the <code>TaskDefinition</code>. The default is one.</p>"
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRuleNamesByTargetResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRulesRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListRulesResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTargetsByRuleResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"NextToken": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$NextToken": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
|
||||
"ListRuleNamesByTargetResponse$NextToken": "<p>Indicates whether there are additional results to retrieve. If there are no more results, the value is null.</p>",
|
||||
"ListRulesRequest$NextToken": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
|
||||
"ListRulesResponse$NextToken": "<p>Indicates whether there are additional results to retrieve. If there are no more results, the value is null.</p>",
|
||||
"ListTargetsByRuleRequest$NextToken": "<p>The token returned by a previous call to retrieve the next set of results.</p>",
|
||||
"ListTargetsByRuleResponse$NextToken": "<p>Indicates whether there are additional results to retrieve. If there are no more results, the value is null.</p>"
|
||||
}
|
||||
},
|
||||
"PutEventsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntry": {
|
||||
"base": "<p>Represents an event to be submitted.</p>",
|
||||
"refs": {
|
||||
"PutEventsRequestEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutEventsRequestEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequest$Entries": "<p>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.</p>"
|
||||
}
|
||||
},
|
||||
"PutEventsResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntry": {
|
||||
"base": "<p>Represents an event that failed to be submitted.</p>",
|
||||
"refs": {
|
||||
"PutEventsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutEventsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsResponse$Entries": "<p>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.</p>"
|
||||
}
|
||||
},
|
||||
"PutRuleRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutRuleResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntry": {
|
||||
"base": "<p>Represents a target that failed to be added to a rule.</p>",
|
||||
"refs": {
|
||||
"PutTargetsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"PutTargetsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTargetsResponse$FailedEntries": "<p>The failed target entries.</p>"
|
||||
}
|
||||
},
|
||||
"RemoveTargetsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntry": {
|
||||
"base": "<p>Represents a target that failed to be removed from a rule.</p>",
|
||||
"refs": {
|
||||
"RemoveTargetsResultEntryList$member": null
|
||||
}
|
||||
},
|
||||
"RemoveTargetsResultEntryList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemoveTargetsResponse$FailedEntries": "<p>The failed target entries.</p>"
|
||||
}
|
||||
},
|
||||
"ResourceNotFoundException": {
|
||||
"base": "<p>The rule does not exist.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RoleArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the rule.</p>",
|
||||
"PutRuleRequest$RoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the rule.</p>",
|
||||
"Rule$RoleArn": "<p>The Amazon Resource Name (ARN) of the role that is used for target invocation.</p>",
|
||||
"Target$RoleArn": "<p>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.</p>"
|
||||
}
|
||||
},
|
||||
"Rule": {
|
||||
"base": "<p>Contains information about a rule in Amazon CloudWatch Events.</p>",
|
||||
"refs": {
|
||||
"RuleResponseList$member": null
|
||||
}
|
||||
},
|
||||
"RuleArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$Arn": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
|
||||
"PutRuleResponse$RuleArn": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
|
||||
"Rule$Arn": "<p>The Amazon Resource Name (ARN) of the rule.</p>"
|
||||
}
|
||||
},
|
||||
"RuleDescription": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$Description": "<p>The description of the rule.</p>",
|
||||
"PutRuleRequest$Description": "<p>A description of the rule.</p>",
|
||||
"Rule$Description": "<p>The description of the rule.</p>"
|
||||
}
|
||||
},
|
||||
"RuleName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DeleteRuleRequest$Name": "<p>The name of the rule.</p>",
|
||||
"DescribeRuleRequest$Name": "<p>The name of the rule.</p>",
|
||||
"DescribeRuleResponse$Name": "<p>The name of the rule.</p>",
|
||||
"DisableRuleRequest$Name": "<p>The name of the rule.</p>",
|
||||
"EnableRuleRequest$Name": "<p>The name of the rule.</p>",
|
||||
"ListRulesRequest$NamePrefix": "<p>The prefix matching the rule name.</p>",
|
||||
"ListTargetsByRuleRequest$Rule": "<p>The name of the rule.</p>",
|
||||
"PutRuleRequest$Name": "<p>The name of the rule that you are creating or updating.</p>",
|
||||
"PutTargetsRequest$Rule": "<p>The name of the rule.</p>",
|
||||
"RemoveTargetsRequest$Rule": "<p>The name of the rule.</p>",
|
||||
"Rule$Name": "<p>The name of the rule.</p>",
|
||||
"RuleNameList$member": null
|
||||
}
|
||||
},
|
||||
"RuleNameList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetResponse$RuleNames": "<p>The names of the rules that can invoke the given target.</p>"
|
||||
}
|
||||
},
|
||||
"RuleResponseList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRulesResponse$Rules": "<p>The rules that match the specified criteria.</p>"
|
||||
}
|
||||
},
|
||||
"RuleState": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$State": "<p>Specifies whether the rule is enabled or disabled.</p>",
|
||||
"PutRuleRequest$State": "<p>Indicates whether the rule is enabled or disabled.</p>",
|
||||
"Rule$State": "<p>The state of the rule.</p>"
|
||||
}
|
||||
},
|
||||
"RunCommandParameters": {
|
||||
"base": "<p>This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command. </p>",
|
||||
"refs": {
|
||||
"Target$RunCommandParameters": "<p>Parameters used when you are using the rule to invoke Amazon EC2 Run Command.</p>"
|
||||
}
|
||||
},
|
||||
"RunCommandTarget": {
|
||||
"base": "<p>Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each <code>RunCommandTarget</code> block can include only one key, but this key may specify multiple values.</p>",
|
||||
"refs": {
|
||||
"RunCommandTargets$member": null
|
||||
}
|
||||
},
|
||||
"RunCommandTargetKey": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RunCommandTarget$Key": "<p>Can be either <code>tag:</code> <i>tag-key</i> or <code>InstanceIds</code>.</p>"
|
||||
}
|
||||
},
|
||||
"RunCommandTargetValue": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RunCommandTargetValues$member": null
|
||||
}
|
||||
},
|
||||
"RunCommandTargetValues": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RunCommandTarget$Values": "<p>If <code>Key</code> is <code>tag:</code> <i>tag-key</i>, <code>Values</code> is a list of tag values. If <code>Key</code> is <code>InstanceIds</code>, <code>Values</code> is a list of Amazon EC2 instance IDs.</p>"
|
||||
}
|
||||
},
|
||||
"RunCommandTargets": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RunCommandParameters$RunCommandTargets": "<p>Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.</p>"
|
||||
}
|
||||
},
|
||||
"ScheduleExpression": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DescribeRuleResponse$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>",
|
||||
"PutRuleRequest$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>",
|
||||
"Rule$ScheduleExpression": "<p>The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\".</p>"
|
||||
}
|
||||
},
|
||||
"String": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutEventsRequestEntry$Source": "<p>The source of the event.</p>",
|
||||
"PutEventsRequestEntry$DetailType": "<p>Free-form string used to decide what fields to expect in the event detail.</p>",
|
||||
"PutEventsRequestEntry$Detail": "<p>In the JSON sense, an object containing fields, which may also contain nested subobjects. No constraints are imposed on its contents.</p>",
|
||||
"TestEventPatternRequest$Event": "<p>The event, in JSON format, to test against the event pattern.</p>"
|
||||
}
|
||||
},
|
||||
"Target": {
|
||||
"base": "<p>Targets are the resources to be invoked when a rule is triggered. Target types include EC2 instances, AWS Lambda functions, Amazon Kinesis streams, Amazon ECS tasks, AWS Step Functions state machines, Run Command, and built-in targets.</p>",
|
||||
"refs": {
|
||||
"TargetList$member": null
|
||||
}
|
||||
},
|
||||
"TargetArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListRuleNamesByTargetRequest$TargetArn": "<p>The Amazon Resource Name (ARN) of the target resource.</p>",
|
||||
"Target$Arn": "<p>The Amazon Resource Name (ARN) of the target.</p>"
|
||||
}
|
||||
},
|
||||
"TargetId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"PutTargetsResultEntry$TargetId": "<p>The ID of the target.</p>",
|
||||
"RemoveTargetsResultEntry$TargetId": "<p>The ID of the target.</p>",
|
||||
"Target$Id": "<p>The ID of the target.</p>",
|
||||
"TargetIdList$member": null
|
||||
}
|
||||
},
|
||||
"TargetIdList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemoveTargetsRequest$Ids": "<p>The IDs of the targets to remove from the rule.</p>"
|
||||
}
|
||||
},
|
||||
"TargetInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Target$Input": "<p>Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see <a href=\"http://www.rfc-editor.org/rfc/rfc7159.txt\">The JavaScript Object Notation (JSON) Data Interchange Format</a>.</p>"
|
||||
}
|
||||
},
|
||||
"TargetInputPath": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Target$InputPath": "<p>The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. For more information about JSON paths, see <a href=\"http://goessner.net/articles/JsonPath/\">JSONPath</a>.</p>",
|
||||
"TransformerPaths$value": null
|
||||
}
|
||||
},
|
||||
"TargetList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListTargetsByRuleResponse$Targets": "<p>The targets assigned to the rule.</p>",
|
||||
"PutTargetsRequest$Targets": "<p>The targets to update or add to the rule.</p>"
|
||||
}
|
||||
},
|
||||
"TargetPartitionKeyPath": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"KinesisParameters$PartitionKeyPath": "<p>The JSON path to be extracted from the event and used as the partition key. For more information, see <a href=\"http://docs.aws.amazon.com/streams/latest/dev/key-concepts.html#partition-key\">Amazon Kinesis Streams Key Concepts</a> in the <i>Amazon Kinesis Streams Developer Guide</i>.</p>"
|
||||
}
|
||||
},
|
||||
"TestEventPatternRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TestEventPatternResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TransformerInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"InputTransformer$InputTemplate": "<p>Input template where you can use the values of the keys from <code>InputPathsMap</code> to customize the data sent to the target.</p>"
|
||||
}
|
||||
},
|
||||
"TransformerPaths": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"InputTransformer$InputPathsMap": "<p>Map of JSON paths to be extracted from the event. These are key-value pairs, where each value is a JSON path.</p>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
5
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
4
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json
generated
vendored
Normal file
4
vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"pagination": {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue