aws-sdk-core 2.7.1 → 2.7.2

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: c0b357c918555f3317234919ad1842725ef49a59
4
- data.tar.gz: 743327972c3a2ee16caec64332a51cdc52cde13f
3
+ metadata.gz: a367649e187d1d65fd2b01ff70b8555d24835fa3
4
+ data.tar.gz: 847f70899586771d1a8094a864cf15da7d06ad77
5
5
  SHA512:
6
- metadata.gz: c3ab85c0705334fa572704edc55da0e6b060fc4c9c51d59fda9a1cb27eb0613627fa86b8dd658a9000ba064f873704ff618a05cd303b6836cb07297dc0449ae8
7
- data.tar.gz: c24427c396ed311c0222a42dadd049fa09ea03228f1fefe42ae316da075c484301f9f1405a8183213157d1a7eb32061e1af099d6850035ed4cf3e70f12a8d176
6
+ metadata.gz: 54fed6c6675e662bb9f6e7cf3b552bd958fff0178529e1ce0026f3c3d4d183a5354d4cda9bb2ee02e09129dcbe00bc966e5c2954e379c7778bc6fac7bf520724
7
+ data.tar.gz: 6fae8259acc47adf01c41bf06a021bc1c4c8b9139add1f5127fe10b434b89e03bbce506e719652d320c8ae40e4db9396f4b69c89ad3856cd4e352f0c63dcc6c5
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"elasticloadbalancingv2-2015-12-01",
5
4
  "apiVersion":"2015-12-01",
6
5
  "endpointPrefix":"elasticloadbalancing",
7
6
  "protocol":"query",
8
7
  "serviceAbbreviation":"Elastic Load Balancing v2",
9
8
  "serviceFullName":"Elastic Load Balancing",
10
9
  "signatureVersion":"v4",
10
+ "uid":"elasticloadbalancingv2-2015-12-01",
11
11
  "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
12
12
  },
13
13
  "operations":{
@@ -464,6 +464,23 @@
464
464
  {"shape":"TooManyTagsException"}
465
465
  ]
466
466
  },
467
+ "SetIpAddressType":{
468
+ "name":"SetIpAddressType",
469
+ "http":{
470
+ "method":"POST",
471
+ "requestUri":"/"
472
+ },
473
+ "input":{"shape":"SetIpAddressTypeInput"},
474
+ "output":{
475
+ "shape":"SetIpAddressTypeOutput",
476
+ "resultWrapper":"SetIpAddressTypeResult"
477
+ },
478
+ "errors":[
479
+ {"shape":"LoadBalancerNotFoundException"},
480
+ {"shape":"InvalidConfigurationRequestException"},
481
+ {"shape":"InvalidSubnetException"}
482
+ ]
483
+ },
467
484
  "SetRulePriorities":{
468
485
  "name":"SetRulePriorities",
469
486
  "http":{
@@ -638,7 +655,8 @@
638
655
  "Subnets":{"shape":"Subnets"},
639
656
  "SecurityGroups":{"shape":"SecurityGroups"},
640
657
  "Scheme":{"shape":"LoadBalancerSchemeEnum"},
641
- "Tags":{"shape":"TagList"}
658
+ "Tags":{"shape":"TagList"},
659
+ "IpAddressType":{"shape":"IpAddressType"}
642
660
  }
643
661
  },
644
662
  "CreateLoadBalancerOutput":{
@@ -1031,6 +1049,13 @@
1031
1049
  },
1032
1050
  "exception":true
1033
1051
  },
1052
+ "IpAddressType":{
1053
+ "type":"string",
1054
+ "enum":[
1055
+ "ipv4",
1056
+ "dualstack"
1057
+ ]
1058
+ },
1034
1059
  "IsDefault":{"type":"boolean"},
1035
1060
  "ListOfString":{
1036
1061
  "type":"list",
@@ -1081,7 +1106,8 @@
1081
1106
  "State":{"shape":"LoadBalancerState"},
1082
1107
  "Type":{"shape":"LoadBalancerTypeEnum"},
1083
1108
  "AvailabilityZones":{"shape":"AvailabilityZones"},
1084
- "SecurityGroups":{"shape":"SecurityGroups"}
1109
+ "SecurityGroups":{"shape":"SecurityGroups"},
1110
+ "IpAddressType":{"shape":"IpAddressType"}
1085
1111
  }
1086
1112
  },
1087
1113
  "LoadBalancerArn":{"type":"string"},
@@ -1417,6 +1443,23 @@
1417
1443
  "type":"list",
1418
1444
  "member":{"shape":"SecurityGroupId"}
1419
1445
  },
1446
+ "SetIpAddressTypeInput":{
1447
+ "type":"structure",
1448
+ "required":[
1449
+ "LoadBalancerArn",
1450
+ "IpAddressType"
1451
+ ],
1452
+ "members":{
1453
+ "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1454
+ "IpAddressType":{"shape":"IpAddressType"}
1455
+ }
1456
+ },
1457
+ "SetIpAddressTypeOutput":{
1458
+ "type":"structure",
1459
+ "members":{
1460
+ "IpAddressType":{"shape":"IpAddressType"}
1461
+ }
1462
+ },
1420
1463
  "SetRulePrioritiesInput":{
1421
1464
  "type":"structure",
1422
1465
  "required":["RulePriorities"],
@@ -1,10 +1,5 @@
1
1
  {
2
2
  "pagination": {
3
- "DescribeTargetGroups": {
4
- "input_token": "Marker",
5
- "output_token": "NextMarker",
6
- "result_key": "TargetGroups"
7
- },
8
3
  "DescribeListeners": {
9
4
  "input_token": "Marker",
10
5
  "output_token": "NextMarker",
@@ -14,7 +9,11 @@
14
9
  "input_token": "Marker",
15
10
  "output_token": "NextMarker",
16
11
  "result_key": "LoadBalancers"
12
+ },
13
+ "DescribeTargetGroups": {
14
+ "input_token": "Marker",
15
+ "output_token": "NextMarker",
16
+ "result_key": "TargetGroups"
17
17
  }
18
18
  }
19
- }
20
-
19
+ }
@@ -1940,7 +1940,9 @@
1940
1940
  "StorageType":{"shape":"String"},
1941
1941
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
1942
1942
  "MonitoringInterval":{"shape":"IntegerOptional"},
1943
- "MonitoringRoleArn":{"shape":"String"}
1943
+ "MonitoringRoleArn":{"shape":"String"},
1944
+ "KmsKeyId":{"shape":"String"},
1945
+ "PreSignedUrl":{"shape":"String"}
1944
1946
  }
1945
1947
  },
1946
1948
  "CreateDBInstanceReadReplicaResult":{
@@ -150,6 +150,8 @@ module Aws
150
150
  api('rds') do |api|
151
151
  api['shapes']['CopyDBSnapshotMessage']['members']['DestinationRegion'] =
152
152
  {"shape" => "String"}
153
+ api['shapes']['CreateDBInstanceReadReplicaMessage']['members']['DestinationRegion'] =
154
+ {"shape" => "String"}
153
155
  end
154
156
 
155
157
  doc('rds') do |docs|
@@ -157,6 +159,10 @@ module Aws
157
159
  "<p>The region which you are copying an encrypted snapshot from.</p>" +
158
160
  "<p>This is a required paramter that allows SDK to compute a pre-signed Url and" +
159
161
  " populate <code>PreSignedURL</code> parameter on your behalf.</p>"
162
+ docs['shapes']['String']['refs']['CreateDBInstanceReadReplicaMessage$SourceRegion'] =
163
+ "<p>The region which you are copying an encrypted snapshot from.</p>" +
164
+ "<p>This is a required paramter that allows SDK to compute a pre-signed Url and" +
165
+ " populate <code>PreSignedURL</code> parameter on your behalf.</p>"
160
166
  end
161
167
 
162
168
  api('s3') do |api|
@@ -57,7 +57,7 @@ module Aws
57
57
  handler(
58
58
  Handler,
59
59
  step: :initialize,
60
- operations: [:copy_db_snapshot]
60
+ operations: [:copy_db_snapshot, :create_db_instance_read_replica]
61
61
  )
62
62
  end
63
63
  end
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.1'
2
+ VERSION = '2.7.2'
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.7.1
4
+ version: 2.7.2
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-01-24 00:00:00.000000000 Z
11
+ date: 2017-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath