aws-sdk-core 2.11.316 → 2.11.317

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 645582dce9d9633db4b09378971bdf7ea8bd2a4c
4
- data.tar.gz: 3c8d4174ecb0fb11126e1a3e94ad1aac1bf25cc3
3
+ metadata.gz: afe2cedfa91149ef7f36797224f0bc0c994b9675
4
+ data.tar.gz: fb66950c437379090e2ae1cdb39344dc90d547a7
5
5
  SHA512:
6
- metadata.gz: b6de22417a66c46d58fe360541236babe31b788bfbc32db3ec5954a6b4bea488bb6d8a02e3b9af7b05953958ebc4dbe99b943487eaddf49bd3175b9e794fdbd5
7
- data.tar.gz: b0c14a5778e0c4d375a5b7ff314e8e7ce521c015e05810cb5600daafbf7dc32af23747d892d1202bb0aaebcfb0d29169db581074c3193f7affb4b5a9b296357c
6
+ metadata.gz: bd12b0839d1ba283d2af887bdf02d1346f4c1a8bfb68e60ff19f858a7899df780fe82991daab6b4c2b674592fc035699695ac214b3d175b0f70762c3009eab96
7
+ data.tar.gz: 523628c8cdc55dfe04a1c47c85dbb84435793e4d9ea9276eebb1cb8a51a9a67d61e42ba490454c28def95185217bc3fa0c27b03cead2f10cdf71363e28181660
@@ -285,7 +285,11 @@
285
285
  "iotTopicPublish":{"shape":"IotTopicPublishAction"},
286
286
  "setTimer":{"shape":"SetTimerAction"},
287
287
  "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"}
289
293
  }
290
294
  },
291
295
  "Actions":{
@@ -400,6 +404,7 @@
400
404
  "members":{
401
405
  }
402
406
  },
407
+ "DeliveryStreamName":{"type":"string"},
403
408
  "DescribeDetectorModelRequest":{
404
409
  "type":"structure",
405
410
  "required":["detectorModelName"],
@@ -568,6 +573,18 @@
568
573
  "type":"list",
569
574
  "member":{"shape":"Event"}
570
575
  },
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
+ },
571
588
  "Input":{
572
589
  "type":"structure",
573
590
  "members":{
@@ -652,6 +669,13 @@
652
669
  "error":{"httpStatusCode":400},
653
670
  "exception":true
654
671
  },
672
+ "IotEventsAction":{
673
+ "type":"structure",
674
+ "required":["inputName"],
675
+ "members":{
676
+ "inputName":{"shape":"InputName"}
677
+ }
678
+ },
655
679
  "IotTopicPublishAction":{
656
680
  "type":"structure",
657
681
  "required":["mqttTopic"],
@@ -663,7 +687,14 @@
663
687
  "type":"string",
664
688
  "max":128,
665
689
  "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
+ }
667
698
  },
668
699
  "LimitExceededException":{
669
700
  "type":"structure",
@@ -822,6 +853,7 @@
822
853
  "loggingOptions":{"shape":"LoggingOptions"}
823
854
  }
824
855
  },
856
+ "QueueUrl":{"type":"string"},
825
857
  "ResetTimerAction":{
826
858
  "type":"structure",
827
859
  "required":["timerName"],
@@ -894,6 +926,14 @@
894
926
  "value":{"shape":"VariableValue"}
895
927
  }
896
928
  },
929
+ "SqsAction":{
930
+ "type":"structure",
931
+ "required":["queueUrl"],
932
+ "members":{
933
+ "queueUrl":{"shape":"QueueUrl"},
934
+ "useBase64":{"shape":"UseBase64"}
935
+ }
936
+ },
897
937
  "State":{
898
938
  "type":"structure",
899
939
  "required":["stateName"],
@@ -1074,6 +1114,7 @@
1074
1114
  "inputConfiguration":{"shape":"InputConfiguration"}
1075
1115
  }
1076
1116
  },
1117
+ "UseBase64":{"type":"boolean"},
1077
1118
  "VariableName":{
1078
1119
  "type":"string",
1079
1120
  "max":128,
@@ -1650,6 +1650,28 @@
1650
1650
  "us-west-2" : { }
1651
1651
  }
1652
1652
  },
1653
+ "iotevents" : {
1654
+ "endpoints" : {
1655
+ "ap-northeast-1" : { },
1656
+ "ap-southeast-2" : { },
1657
+ "eu-central-1" : { },
1658
+ "eu-west-1" : { },
1659
+ "us-east-1" : { },
1660
+ "us-east-2" : { },
1661
+ "us-west-2" : { }
1662
+ }
1663
+ },
1664
+ "ioteventsdata" : {
1665
+ "endpoints" : {
1666
+ "ap-northeast-1" : { },
1667
+ "ap-southeast-2" : { },
1668
+ "eu-central-1" : { },
1669
+ "eu-west-1" : { },
1670
+ "us-east-1" : { },
1671
+ "us-east-2" : { },
1672
+ "us-west-2" : { }
1673
+ }
1674
+ },
1653
1675
  "iotthingsgraph" : {
1654
1676
  "defaults" : {
1655
1677
  "credentialScope" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.316'
2
+ VERSION = '2.11.317'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.316
4
+ version: 2.11.317
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath