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.
- checksums.yaml +4 -4
- data/apis/codedeploy/2014-10-06/api-2.json +103 -11
- data/apis/elasticmapreduce/2009-03-31/api-2.json +129 -2
- data/apis/rds/2014-10-31/api-2.json +23 -5
- data/apis/rds/2014-10-31/examples-1.json +776 -4
- data/apis/redshift/2012-12-01/api-2.json +9 -3
- data/lib/aws-sdk-core/instance_profile_credentials.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
|
@@ -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
|
},
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|