aws-sdk-core 2.10.81 → 2.10.82

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: 738eb76a8ba41acac4ef54f21172c27fe5c095a5
4
- data.tar.gz: 9a576c2b0773198371dfc91489a4c21c432c3a38
3
+ metadata.gz: b60611d0dd01aff013986b3ab3ac612ef5181013
4
+ data.tar.gz: 859adc1f19534a9b322a8c4f856a5813b573f059
5
5
  SHA512:
6
- metadata.gz: f49c545e58a81054fe964800fcbd0d208887e0259ff966855dc78767c6790f09a4267742d91b45517f597e247fabb2b31a6df4a65d4750853ec806c5cfb45eba
7
- data.tar.gz: 718f7fe80a32ca9807c696751556f83db87754bc8da43912431a1f412bb3f540f4abe196e2f86bf887bee9cddaa827563d3c68f3fc05e7b428c46361a2c5aa98
6
+ metadata.gz: 3cbd1e2b6273bb36b6135e2e706b91222111f1f542bce877ed965abfebb01c9d0ec2382c4926e28b735ddb2fb4e9491310dd408b5587eb5b37192bfc01d4e319
7
+ data.tar.gz: c32b4129c7b3d68a753f56b82653de442e6cb595f41189a5eb74a351b52eee7ee33be9eaf24886bffc9f7dfd20ac01c1421020ebc6bebcdeddcf2af9c497d918
@@ -292,6 +292,15 @@
292
292
  "input":{"shape":"CreateCustomerGatewayRequest"},
293
293
  "output":{"shape":"CreateCustomerGatewayResult"}
294
294
  },
295
+ "CreateDefaultSubnet":{
296
+ "name":"CreateDefaultSubnet",
297
+ "http":{
298
+ "method":"POST",
299
+ "requestUri":"/"
300
+ },
301
+ "input":{"shape":"CreateDefaultSubnetRequest"},
302
+ "output":{"shape":"CreateDefaultSubnetResult"}
303
+ },
295
304
  "CreateDefaultVpc":{
296
305
  "name":"CreateDefaultVpc",
297
306
  "http":{
@@ -3418,6 +3427,35 @@
3418
3427
  "locationName":"item"
3419
3428
  }
3420
3429
  },
3430
+ "ClassicLoadBalancer":{
3431
+ "type":"structure",
3432
+ "required":["Name"],
3433
+ "members":{
3434
+ "Name":{
3435
+ "shape":"String",
3436
+ "locationName":"name"
3437
+ }
3438
+ }
3439
+ },
3440
+ "ClassicLoadBalancers":{
3441
+ "type":"list",
3442
+ "member":{
3443
+ "shape":"ClassicLoadBalancer",
3444
+ "locationName":"item"
3445
+ },
3446
+ "max":5,
3447
+ "min":1
3448
+ },
3449
+ "ClassicLoadBalancersConfig":{
3450
+ "type":"structure",
3451
+ "required":["ClassicLoadBalancers"],
3452
+ "members":{
3453
+ "ClassicLoadBalancers":{
3454
+ "shape":"ClassicLoadBalancers",
3455
+ "locationName":"classicLoadBalancers"
3456
+ }
3457
+ }
3458
+ },
3421
3459
  "ClientData":{
3422
3460
  "type":"structure",
3423
3461
  "members":{
@@ -3642,6 +3680,23 @@
3642
3680
  }
3643
3681
  }
3644
3682
  },
3683
+ "CreateDefaultSubnetRequest":{
3684
+ "type":"structure",
3685
+ "required":["AvailabilityZone"],
3686
+ "members":{
3687
+ "AvailabilityZone":{"shape":"String"},
3688
+ "DryRun":{"shape":"Boolean"}
3689
+ }
3690
+ },
3691
+ "CreateDefaultSubnetResult":{
3692
+ "type":"structure",
3693
+ "members":{
3694
+ "Subnet":{
3695
+ "shape":"Subnet",
3696
+ "locationName":"subnet"
3697
+ }
3698
+ }
3699
+ },
3645
3700
  "CreateDefaultVpcRequest":{
3646
3701
  "type":"structure",
3647
3702
  "members":{
@@ -10500,6 +10555,19 @@
10500
10555
  "closed"
10501
10556
  ]
10502
10557
  },
10558
+ "LoadBalancersConfig":{
10559
+ "type":"structure",
10560
+ "members":{
10561
+ "ClassicLoadBalancersConfig":{
10562
+ "shape":"ClassicLoadBalancersConfig",
10563
+ "locationName":"classicLoadBalancersConfig"
10564
+ },
10565
+ "TargetGroupsConfig":{
10566
+ "shape":"TargetGroupsConfig",
10567
+ "locationName":"targetGroupsConfig"
10568
+ }
10569
+ }
10570
+ },
10503
10571
  "LoadPermission":{
10504
10572
  "type":"structure",
10505
10573
  "members":{
@@ -14693,6 +14761,10 @@
14693
14761
  "InstanceInterruptionBehavior":{
14694
14762
  "shape":"InstanceInterruptionBehavior",
14695
14763
  "locationName":"instanceInterruptionBehavior"
14764
+ },
14765
+ "LoadBalancersConfig":{
14766
+ "shape":"LoadBalancersConfig",
14767
+ "locationName":"loadBalancersConfig"
14696
14768
  }
14697
14769
  }
14698
14770
  },
@@ -15326,6 +15398,35 @@
15326
15398
  "locationName":"TargetConfigurationRequest"
15327
15399
  }
15328
15400
  },
15401
+ "TargetGroup":{
15402
+ "type":"structure",
15403
+ "required":["Arn"],
15404
+ "members":{
15405
+ "Arn":{
15406
+ "shape":"String",
15407
+ "locationName":"arn"
15408
+ }
15409
+ }
15410
+ },
15411
+ "TargetGroups":{
15412
+ "type":"list",
15413
+ "member":{
15414
+ "shape":"TargetGroup",
15415
+ "locationName":"item"
15416
+ },
15417
+ "max":5,
15418
+ "min":1
15419
+ },
15420
+ "TargetGroupsConfig":{
15421
+ "type":"structure",
15422
+ "required":["TargetGroups"],
15423
+ "members":{
15424
+ "TargetGroups":{
15425
+ "shape":"TargetGroups",
15426
+ "locationName":"targetGroups"
15427
+ }
15428
+ }
15429
+ },
15329
15430
  "TargetReservationValue":{
15330
15431
  "type":"structure",
15331
15432
  "members":{
@@ -1783,6 +1783,11 @@
1783
1783
  "cn-north-1" : { }
1784
1784
  }
1785
1785
  },
1786
+ "lambda" : {
1787
+ "endpoints" : {
1788
+ "cn-north-1" : { }
1789
+ }
1790
+ },
1786
1791
  "logs" : {
1787
1792
  "endpoints" : {
1788
1793
  "cn-north-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.81'
2
+ VERSION = '2.10.82'
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.10.81
4
+ version: 2.10.82
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-11-08 00:00:00.000000000 Z
11
+ date: 2017-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath