aws-sdk-core 2.11.289 → 2.11.290

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: 1f69b7048e9288ae3635dbdbdbf0cd528e568c9c
4
- data.tar.gz: 864a92d7d96ce99561fd2ab4c2ec7cdd9238d0ed
3
+ metadata.gz: 69c2052547edda123951abc20bef60ade98500ce
4
+ data.tar.gz: 434d88a04b8072bc140d175e377f2b928c7c35a6
5
5
  SHA512:
6
- metadata.gz: bf434ea605dd9110709774d98783304b7490afa50913def5960a0b6f75d7b1b10a084f724f3ca34b801c2c20bfe6652ecad7f78cb1d54402591d6c7b6210ccd9
7
- data.tar.gz: 1a09f2b3c1d2fc25fb3b922c5c0608c1d08d5e032e5e5b81d1df003789e3f8027bcbd547ea6337c517e6cb40c788c30e06e6a9c082e1dbb2ffad199e36e43e41
6
+ metadata.gz: e81a8300ed171a3a8fcfa1b2ed350c5954367c3b8d3d264d93800dbc4f7ec82851d354f49aa3b129324f5c97e02b5b6cfdb1d2e7fb604a00f9b37e31842fa7ce
7
+ data.tar.gz: 2554c02d8eaf49108bd88e25a90bea24206e2b3cbbaa25ec886d62cd587ca5126b2629e5a15b5ca19f139518fceddf669784fc42a61717693b0c1774754d3e08
@@ -22012,7 +22012,8 @@
22012
22012
  "type":"string",
22013
22013
  "enum":[
22014
22014
  "vpc",
22015
- "vpn"
22015
+ "vpn",
22016
+ "direct-connect-gateway"
22016
22017
  ]
22017
22018
  },
22018
22019
  "TransitGatewayAttachmentState":{
@@ -23308,6 +23309,10 @@
23308
23309
  "Tags":{
23309
23310
  "shape":"TagList",
23310
23311
  "locationName":"tagSet"
23312
+ },
23313
+ "OwnerId":{
23314
+ "shape":"String",
23315
+ "locationName":"ownerId"
23311
23316
  }
23312
23317
  }
23313
23318
  },
@@ -23333,6 +23338,14 @@
23333
23338
  "CreationTimestamp":{
23334
23339
  "shape":"MillisecondDateTime",
23335
23340
  "locationName":"creationTimestamp"
23341
+ },
23342
+ "DnsEntries":{
23343
+ "shape":"DnsEntrySet",
23344
+ "locationName":"dnsEntrySet"
23345
+ },
23346
+ "NetworkLoadBalancerArns":{
23347
+ "shape":"ValueStringList",
23348
+ "locationName":"networkLoadBalancerArnSet"
23336
23349
  }
23337
23350
  }
23338
23351
  },
data/endpoints.json CHANGED
@@ -2964,7 +2964,7 @@
2964
2964
  },
2965
2965
  "support" : {
2966
2966
  "endpoints" : {
2967
- "us-east-1" : { }
2967
+ "aws-global" : { }
2968
2968
  }
2969
2969
  },
2970
2970
  "swf" : {
@@ -3400,6 +3400,18 @@
3400
3400
  "cn-northwest-1" : { }
3401
3401
  }
3402
3402
  },
3403
+ "kms" : {
3404
+ "endpoints" : {
3405
+ "ProdFips" : {
3406
+ "credentialScope" : {
3407
+ "region" : "cn-northwest-1"
3408
+ },
3409
+ "hostname" : "kms-fips.cn-northwest-1.amazonaws.com.cn"
3410
+ },
3411
+ "cn-north-1" : { },
3412
+ "cn-northwest-1" : { }
3413
+ }
3414
+ },
3403
3415
  "lambda" : {
3404
3416
  "endpoints" : {
3405
3417
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.289'
2
+ VERSION = '2.11.290'
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.289
4
+ version: 2.11.290
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-06-06 00:00:00.000000000 Z
11
+ date: 2019-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath