Skip to content

Commit 2c41266

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 1179544 commit 2c41266

File tree

5 files changed

+181
-64
lines changed

5 files changed

+181
-64
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::IoTEvents - Updated the API, and documentation for AWS IoT Events.
5+
6+
* Feature - Aws::SQS - Updated the documentation for Amazon Simple Queue Service.
7+
48
2.11.316 (2019-07-18)
59
------------------
610

aws-sdk-core/apis/iotevents/2018-07-27/api-2.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,11 @@
285285
"iotTopicPublish":{"shape":"IotTopicPublishAction"},
286286
"setTimer":{"shape":"SetTimerAction"},
287287
"clearTimer":{"shape":"ClearTimerAction"},
288-
"resetTimer":{"shape":"ResetTimerAction"}
288+
"resetTimer":{"shape":"ResetTimerAction"},
289+
"lambda":{"shape":"LambdaAction"},
290+
"iotEvents":{"shape":"IotEventsAction"},
291+
"sqs":{"shape":"SqsAction"},
292+
"firehose":{"shape":"FirehoseAction"}
289293
}
290294
},
291295
"Actions":{
@@ -400,6 +404,7 @@
400404
"members":{
401405
}
402406
},
407+
"DeliveryStreamName":{"type":"string"},
403408
"DescribeDetectorModelRequest":{
404409
"type":"structure",
405410
"required":["detectorModelName"],
@@ -568,6 +573,18 @@
568573
"type":"list",
569574
"member":{"shape":"Event"}
570575
},
576+
"FirehoseAction":{
577+
"type":"structure",
578+
"required":["deliveryStreamName"],
579+
"members":{
580+
"deliveryStreamName":{"shape":"DeliveryStreamName"},
581+
"separator":{"shape":"FirehoseSeparator"}
582+
}
583+
},
584+
"FirehoseSeparator":{
585+
"type":"string",
586+
"pattern":"([\\n\\t])|(\\r\\n)|(,)"
587+
},
571588
"Input":{
572589
"type":"structure",
573590
"members":{
@@ -652,6 +669,13 @@
652669
"error":{"httpStatusCode":400},
653670
"exception":true
654671
},
672+
"IotEventsAction":{
673+
"type":"structure",
674+
"required":["inputName"],
675+
"members":{
676+
"inputName":{"shape":"InputName"}
677+
}
678+
},
655679
"IotTopicPublishAction":{
656680
"type":"structure",
657681
"required":["mqttTopic"],
@@ -663,7 +687,14 @@
663687
"type":"string",
664688
"max":128,
665689
"min":1,
666-
"pattern":"^[a-zA-Z0-9\\-_]+$"
690+
"pattern":"^[a-zA-Z0-9\\-_:]+$"
691+
},
692+
"LambdaAction":{
693+
"type":"structure",
694+
"required":["functionArn"],
695+
"members":{
696+
"functionArn":{"shape":"AmazonResourceName"}
697+
}
667698
},
668699
"LimitExceededException":{
669700
"type":"structure",
@@ -822,6 +853,7 @@
822853
"loggingOptions":{"shape":"LoggingOptions"}
823854
}
824855
},
856+
"QueueUrl":{"type":"string"},
825857
"ResetTimerAction":{
826858
"type":"structure",
827859
"required":["timerName"],
@@ -894,6 +926,14 @@
894926
"value":{"shape":"VariableValue"}
895927
}
896928
},
929+
"SqsAction":{
930+
"type":"structure",
931+
"required":["queueUrl"],
932+
"members":{
933+
"queueUrl":{"shape":"QueueUrl"},
934+
"useBase64":{"shape":"UseBase64"}
935+
}
936+
},
897937
"State":{
898938
"type":"structure",
899939
"required":["stateName"],
@@ -1074,6 +1114,7 @@
10741114
"inputConfiguration":{"shape":"InputConfiguration"}
10751115
}
10761116
},
1117+
"UseBase64":{"type":"boolean"},
10771118
"VariableName":{
10781119
"type":"string",
10791120
"max":128,

0 commit comments

Comments
 (0)