aws-sdk-core 2.9.31 → 2.9.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iot/2015-05-28/api-2.json +6 -1
- data/endpoints.json +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7808b823ff127610fa930c73231d391f14fec511
|
4
|
+
data.tar.gz: a6097e51777484d8bf4e55eca4ec39fd4901312a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f0cb4c74c8bfc9419e3dca62b46dd2957b5259cfb729043b33b7b4fa236a83862afdd78be0fb6733c98efe65bef904696e6cba1234b6673c5e1b0192f0fd907
|
7
|
+
data.tar.gz: a47dd9661aead176786503204388dbfefcf2683e72cbdf59725bc8a56c078fc0fb60c265157afe1a4d6d03647a3ef8d8e7bd0396dc88aa1099ad343562efecf2
|
@@ -2572,6 +2572,10 @@
|
|
2572
2572
|
"SQL":{"type":"string"},
|
2573
2573
|
"SalesforceAction":{
|
2574
2574
|
"type":"structure",
|
2575
|
+
"required":[
|
2576
|
+
"token",
|
2577
|
+
"url"
|
2578
|
+
],
|
2575
2579
|
"members":{
|
2576
2580
|
"token":{"shape":"SalesforceToken"},
|
2577
2581
|
"url":{"shape":"SalesforceEndpoint"}
|
@@ -2579,7 +2583,8 @@
|
|
2579
2583
|
},
|
2580
2584
|
"SalesforceEndpoint":{
|
2581
2585
|
"type":"string",
|
2582
|
-
"
|
2586
|
+
"max":2000,
|
2587
|
+
"pattern":"https://ingestion-[a-zA-Z0-9]{1,12}\\.[a-zA-Z0-9]+\\.((sfdc-matrix\\.net)|(sfdcnow\\.com))/streams/\\w{1,20}/\\w{1,20}/event"
|
2583
2588
|
},
|
2584
2589
|
"SalesforceToken":{
|
2585
2590
|
"type":"string",
|
data/endpoints.json
CHANGED
@@ -82,6 +82,7 @@
|
|
82
82
|
"eu-central-1" : { },
|
83
83
|
"eu-west-1" : { },
|
84
84
|
"eu-west-2" : { },
|
85
|
+
"sa-east-1" : { },
|
85
86
|
"us-east-1" : { },
|
86
87
|
"us-east-2" : { },
|
87
88
|
"us-west-1" : { },
|
@@ -277,12 +278,16 @@
|
|
277
278
|
"codecommit" : {
|
278
279
|
"endpoints" : {
|
279
280
|
"ap-northeast-1" : { },
|
281
|
+
"ap-northeast-2" : { },
|
280
282
|
"ap-southeast-1" : { },
|
281
283
|
"ap-southeast-2" : { },
|
282
284
|
"eu-central-1" : { },
|
283
285
|
"eu-west-1" : { },
|
286
|
+
"eu-west-2" : { },
|
287
|
+
"sa-east-1" : { },
|
284
288
|
"us-east-1" : { },
|
285
289
|
"us-east-2" : { },
|
290
|
+
"us-west-1" : { },
|
286
291
|
"us-west-2" : { }
|
287
292
|
}
|
288
293
|
},
|
@@ -792,6 +797,7 @@
|
|
792
797
|
"ap-southeast-2" : { },
|
793
798
|
"eu-west-1" : { },
|
794
799
|
"us-east-1" : { },
|
800
|
+
"us-west-1" : { },
|
795
801
|
"us-west-2" : { }
|
796
802
|
}
|
797
803
|
},
|
@@ -867,6 +873,7 @@
|
|
867
873
|
"eu-central-1" : { },
|
868
874
|
"eu-west-1" : { },
|
869
875
|
"eu-west-2" : { },
|
876
|
+
"sa-east-1" : { },
|
870
877
|
"us-east-1" : { },
|
871
878
|
"us-east-2" : { },
|
872
879
|
"us-west-1" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.9.
|
4
|
+
version: 2.9.32
|
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: 2017-06-
|
11
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|