aws-sdk-route53 1.36.1 → 1.37.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
  SHA256:
3
- metadata.gz: 3ad98904479e11ccb039b64948d37725f5771d9340906afb170d0a4d5369c383
4
- data.tar.gz: d036bb37ee3c17048170de65c489d18788946c1f275183743235497a730ea788
3
+ metadata.gz: 28cbda6b035c7f7aa1230439bc0896bc66bfaed94de3a4409f627f00a96c539a
4
+ data.tar.gz: 04273371c6a292adcd5206501154b091e2f8adfa07b02c7ea7a795471c5ac9be
5
5
  SHA512:
6
- metadata.gz: 9a3096cea8bda299f04bfd6352bd8dab7635b1affc8eeb6739024cc80f168ac11e7d8ad479a91f5c317417c39949a1ec6a555c3e16254664a427660e28bb1400
7
- data.tar.gz: 10b444da2695627651f80a7f3229726c1b2c39de11a9bc6b9ca7d4a520eb9d11a5204690ac3ee9f80e7410ce4522481422ac8fdd3aceddff3fc886e08b00b108
6
+ metadata.gz: 835a4eb1f2e7c745fcb169d87f472fbcdc90e3a3189ea5d2b34b991da89c6fa1cd01b3bd20ad9928056ccc08c6ae21e6f994b124a4c68ffecad3a62c3d9cfdd4
7
+ data.tar.gz: 9c8c855b9f097a5dd4097a35c2e4250557e88f2307961c426f17f436747f86e252c274804f095709107ce718772e7c939b683f6233d3bf46cbed6b3785cb36dd
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-route53/customizations'
46
48
  # @service
47
49
  module Aws::Route53
48
50
 
49
- GEM_VERSION = '1.36.1'
51
+ GEM_VERSION = '1.37.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5136,7 +5138,7 @@ module Aws::Route53
5136
5138
  params: params,
5137
5139
  config: config)
5138
5140
  context[:gem_name] = 'aws-sdk-route53'
5139
- context[:gem_version] = '1.36.1'
5141
+ context[:gem_version] = '1.37.0'
5140
5142
  Seahorse::Client::Request.new(handlers, context)
5141
5143
  end
5142
5144
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1233,6 +1235,7 @@ module Aws::Route53
1233
1235
  o.errors << Shapes::ShapeRef.new(shape: PublicZoneVPCAssociation)
1234
1236
  o.errors << Shapes::ShapeRef.new(shape: ConflictingDomainExists)
1235
1237
  o.errors << Shapes::ShapeRef.new(shape: LimitsExceeded)
1238
+ o.errors << Shapes::ShapeRef.new(shape: PriorRequestNotComplete)
1236
1239
  end)
1237
1240
 
1238
1241
  api.add_operation(:change_resource_record_sets, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
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.36.1
4
+ version: 1.37.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core