aws-sdk-core 2.9.31 → 2.9.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a985345854bb90010aabf8b38144fddbc9665ffc
4
- data.tar.gz: e72595b10ef82b5197ac6a7e34d17d0b6c143aa6
3
+ metadata.gz: 7808b823ff127610fa930c73231d391f14fec511
4
+ data.tar.gz: a6097e51777484d8bf4e55eca4ec39fd4901312a
5
5
  SHA512:
6
- metadata.gz: f5349ab60ffe7d8a58975cd529661d2485ff967b03193795cb8b9b0cae53a60de5b4488e31fbe363056b992063e9738946dc941fcff7c2dfae9690e688361a93
7
- data.tar.gz: 78a0c21d3ec14cf917a3e79745de8fb0be45ebb41c20157ebd8ef0b2eb6d9a3c5e29530a3d727fca145429ff9ef91c10b8fd418ed024ce598c0d0253f87c300a
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
- "pattern":"https://ingestion-[a-zA-Z0-9]+.[a-zA-Z0-9]+.((sfdc-matrix.net)|(sfdcnow.com))/streams/\\w+/\\w+/\\w+"
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",
@@ -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" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.31'
2
+ VERSION = '2.9.32'
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.9.31
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-05 00:00:00.000000000 Z
11
+ date: 2017-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath