aws-sdk-core 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1222,6 +1222,7 @@
1222
1222
  "ClusterRevisionNumber":{"shape":"String"},
1223
1223
  "Tags":{"shape":"TagList"},
1224
1224
  "KmsKeyId":{"shape":"String"},
1225
+ "EnhancedVpcRouting":{"shape":"Boolean"},
1225
1226
  "IamRoles":{"shape":"ClusterIamRoleList"}
1226
1227
  },
1227
1228
  "wrapper":true
@@ -1664,6 +1665,7 @@
1664
1665
  "ElasticIp":{"shape":"String"},
1665
1666
  "Tags":{"shape":"TagList"},
1666
1667
  "KmsKeyId":{"shape":"String"},
1668
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"},
1667
1669
  "AdditionalInfo":{"shape":"String"},
1668
1670
  "IamRoles":{"shape":"IamRoleArnList"}
1669
1671
  }
@@ -2807,7 +2809,8 @@
2807
2809
  "HsmConfigurationIdentifier":{"shape":"String"},
2808
2810
  "NewClusterIdentifier":{"shape":"String"},
2809
2811
  "PubliclyAccessible":{"shape":"BooleanOptional"},
2810
- "ElasticIp":{"shape":"String"}
2812
+ "ElasticIp":{"shape":"String"},
2813
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"}
2811
2814
  }
2812
2815
  },
2813
2816
  "ModifyClusterParameterGroupMessage":{
@@ -2972,7 +2975,8 @@
2972
2975
  "ClusterVersion":{"shape":"String"},
2973
2976
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
2974
2977
  "ClusterIdentifier":{"shape":"String"},
2975
- "PubliclyAccessible":{"shape":"BooleanOptional"}
2978
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
2979
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"}
2976
2980
  }
2977
2981
  },
2978
2982
  "PurchaseReservedNodeOfferingMessage":{
@@ -3202,6 +3206,7 @@
3202
3206
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3203
3207
  "KmsKeyId":{"shape":"String"},
3204
3208
  "NodeType":{"shape":"String"},
3209
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"},
3205
3210
  "AdditionalInfo":{"shape":"String"},
3206
3211
  "IamRoles":{"shape":"IamRoleArnList"}
3207
3212
  }
@@ -3359,7 +3364,8 @@
3359
3364
  "ElapsedTimeInSeconds":{"shape":"Long"},
3360
3365
  "SourceRegion":{"shape":"String"},
3361
3366
  "Tags":{"shape":"TagList"},
3362
- "RestorableNodeTypes":{"shape":"RestorableNodeTypeList"}
3367
+ "RestorableNodeTypes":{"shape":"RestorableNodeTypeList"},
3368
+ "EnhancedVpcRouting":{"shape":"Boolean"}
3363
3369
  },
3364
3370
  "wrapper":true
3365
3371
  },
@@ -119,7 +119,7 @@ module Aws
119
119
  retries = 0
120
120
  begin
121
121
  yield
122
- rescue *error_classes => error
122
+ rescue *error_classes
123
123
  if retries < max_retries
124
124
  @backoff.call(retries)
125
125
  retries += 1
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.1'
2
+ VERSION = '2.6.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.6.1
4
+ version: 2.6.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: 2016-09-15 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath