aws-sdk-route53 1.6.0 → 1.7.0

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: 22e786b65f5403b2d38a1bf5dee08454064578d8
4
- data.tar.gz: d93a7f4f182143813d38ab28b0c9067f533a1997
3
+ metadata.gz: 43a62666e959a104791696fee07119d6ed6e3f96
4
+ data.tar.gz: f625b399abab2e226657b0187d8b09c65c2b072a
5
5
  SHA512:
6
- metadata.gz: 515e0cb7566764cc9a232a1daadc8e2f3d2b329787f819df7b2aa656a4a184e3f1f6d689f582ddc9dca4591fb5562dfe216be5f81e3d0000a44ca0fbbcff4cef
7
- data.tar.gz: 5f25323152aa58c640cd7df40447adf909ee58fb8b8ec29a8f7801eec3b871afa40cdb191b1dd0b29af266af4db0e57ccad1e3120368862609b30a40dd1044b8
6
+ metadata.gz: dc140632ae883d040b622c329dbfeb3094cb428f3686051f0fde299d331fede8fbd07f786663854e7bb8744becc3099220a408fdd5b0384dcf1512902143bbe8
7
+ data.tar.gz: 7470449e925449df0f0aeaf06af05006f04acd1ce3dff3a845da8f77f03c1d6e1b4c76decd002dec4bdddc18f2d6107a4f5e9cedcc7f8c76a114253fee35e021
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-route53/customizations'
43
43
  # @service
44
44
  module Aws::Route53
45
45
 
46
- GEM_VERSION = '1.6.0'
46
+ GEM_VERSION = '1.7.0'
47
47
 
48
48
  end
@@ -4787,7 +4787,7 @@ module Aws::Route53
4787
4787
  params: params,
4788
4788
  config: config)
4789
4789
  context[:gem_name] = 'aws-sdk-route53'
4790
- context[:gem_version] = '1.6.0'
4790
+ context[:gem_version] = '1.7.0'
4791
4791
  Seahorse::Client::Request.new(handlers, context)
4792
4792
  end
4793
4793
 
@@ -286,6 +286,7 @@ module Aws::Route53
286
286
  TooManyHostedZones = Shapes::StructureShape.new(name: 'TooManyHostedZones')
287
287
  TooManyTrafficPolicies = Shapes::StructureShape.new(name: 'TooManyTrafficPolicies')
288
288
  TooManyTrafficPolicyInstances = Shapes::StructureShape.new(name: 'TooManyTrafficPolicyInstances')
289
+ TooManyTrafficPolicyVersionsForCurrentPolicy = Shapes::StructureShape.new(name: 'TooManyTrafficPolicyVersionsForCurrentPolicy')
289
290
  TooManyVPCAssociationAuthorizations = Shapes::StructureShape.new(name: 'TooManyVPCAssociationAuthorizations')
290
291
  TrafficPolicies = Shapes::ListShape.new(name: 'TrafficPolicies')
291
292
  TrafficPolicy = Shapes::StructureShape.new(name: 'TrafficPolicy')
@@ -1233,6 +1234,7 @@ module Aws::Route53
1233
1234
  o.output = Shapes::ShapeRef.new(shape: CreateTrafficPolicyVersionResponse)
1234
1235
  o.errors << Shapes::ShapeRef.new(shape: NoSuchTrafficPolicy)
1235
1236
  o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
1237
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTrafficPolicyVersionsForCurrentPolicy)
1236
1238
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
1237
1239
  o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficPolicyDocument)
1238
1240
  end)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
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-12-19 00:00:00.000000000 Z
11
+ date: 2018-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core