aws-sdk-core 2.11.414 → 2.11.415

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: e6051ed0bc804da6a5729da1505f1412982d1bcc
4
- data.tar.gz: 0bbeec8cf4f7fd490902d5a278b3e40658167bea
3
+ metadata.gz: 406f982ea2c071c7e65e82656eb72426be215236
4
+ data.tar.gz: 5bde4e6165405c5dbcacb5bedfdd7a02aa744e27
5
5
  SHA512:
6
- metadata.gz: 5f83c643375dd110e04be0daafd4312dedff7f5b2df2dd1bd3eea1ff952194e472568a290cc82ab05601eab47db5bfefa8109c1082f8a81b925e24eabad724d2
7
- data.tar.gz: 55e5b6b4e7df18dba9b177ca3a50d4a3a3087c7cda6011717a01c63c887e2dff6047de1bed1cd95b5aa736ef11a07712fbf4009d8af02db241aa782853784d5e
6
+ metadata.gz: 785c9988823b5d108b08a938c576598e2644f876769f46eb11c2949a9ff7139aae114a309f3f78ae840b5163690b2fed8d98ef087b523d10a3a5b88741deff6b
7
+ data.tar.gz: 3004a2eb803f070813af2aba43ac4afbfea2ba28e80cce3d6d03a1c0badfe8bd756f2403e87a3ace32c2ce16cb2b36ea311cd9744e912260b4272d1471df5d84
@@ -1002,7 +1002,10 @@
1002
1002
  },
1003
1003
  "exception":true
1004
1004
  },
1005
- "Timestamp":{"type":"timestamp"},
1005
+ "Timestamp":{
1006
+ "type":"timestamp",
1007
+ "timestampFormat":"iso8601"
1008
+ },
1006
1009
  "Token":{"type":"string"},
1007
1010
  "Type":{
1008
1011
  "type":"string",
data/endpoints.json CHANGED
@@ -447,6 +447,7 @@
447
447
  "eu-west-2" : { },
448
448
  "eu-west-3" : { },
449
449
  "me-south-1" : { },
450
+ "sa-east-1" : { },
450
451
  "us-east-1" : { },
451
452
  "us-east-2" : { },
452
453
  "us-west-1" : { },
@@ -767,6 +768,7 @@
767
768
  },
768
769
  "codecommit" : {
769
770
  "endpoints" : {
771
+ "ap-east-1" : { },
770
772
  "ap-northeast-1" : { },
771
773
  "ap-northeast-2" : { },
772
774
  "ap-south-1" : { },
@@ -1198,6 +1200,12 @@
1198
1200
  },
1199
1201
  "hostname" : "rds.ap-southeast-2.amazonaws.com"
1200
1202
  },
1203
+ "ca-central-1" : {
1204
+ "credentialScope" : {
1205
+ "region" : "ca-central-1"
1206
+ },
1207
+ "hostname" : "rds.ca-central-1.amazonaws.com"
1208
+ },
1201
1209
  "eu-central-1" : {
1202
1210
  "credentialScope" : {
1203
1211
  "region" : "eu-central-1"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.414'
2
+ VERSION = '2.11.415'
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.414
4
+ version: 2.11.415
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-12-11 00:00:00.000000000 Z
11
+ date: 2019-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath