aws-sdk-core 2.2.4 → 2.2.5
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/autoscaling/2011-01-01/api-2.json +162 -723
- data/apis/autoscaling/2011-01-01/examples-1.json +5 -0
- data/apis/rds/2014-10-31/api-2.json +14 -5
- data/lib/aws-sdk-core/autoscaling.rb +1 -0
- data/lib/aws-sdk-core/configservice.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
@@ -1637,7 +1637,9 @@
|
|
1637
1637
|
"OptionGroupName":{"shape":"String"},
|
1638
1638
|
"PreferredBackupWindow":{"shape":"String"},
|
1639
1639
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
1640
|
-
"Tags":{"shape":"TagList"}
|
1640
|
+
"Tags":{"shape":"TagList"},
|
1641
|
+
"StorageEncrypted":{"shape":"BooleanOptional"},
|
1642
|
+
"KmsKeyId":{"shape":"String"}
|
1641
1643
|
}
|
1642
1644
|
},
|
1643
1645
|
"CreateDBClusterParameterGroupMessage":{
|
@@ -1905,7 +1907,10 @@
|
|
1905
1907
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
1906
1908
|
"DBClusterMembers":{"shape":"DBClusterMemberList"},
|
1907
1909
|
"VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
|
1908
|
-
"HostedZoneId":{"shape":"String"}
|
1910
|
+
"HostedZoneId":{"shape":"String"},
|
1911
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
1912
|
+
"KmsKeyId":{"shape":"String"},
|
1913
|
+
"DbClusterResourceId":{"shape":"String"}
|
1909
1914
|
},
|
1910
1915
|
"wrapper":true
|
1911
1916
|
},
|
@@ -2050,7 +2055,9 @@
|
|
2050
2055
|
"EngineVersion":{"shape":"String"},
|
2051
2056
|
"LicenseModel":{"shape":"String"},
|
2052
2057
|
"SnapshotType":{"shape":"String"},
|
2053
|
-
"PercentProgress":{"shape":"Integer"}
|
2058
|
+
"PercentProgress":{"shape":"Integer"},
|
2059
|
+
"StorageEncrypted":{"shape":"Boolean"},
|
2060
|
+
"KmsKeyId":{"shape":"String"}
|
2054
2061
|
},
|
2055
2062
|
"wrapper":true
|
2056
2063
|
},
|
@@ -4155,7 +4162,8 @@
|
|
4155
4162
|
"DatabaseName":{"shape":"String"},
|
4156
4163
|
"OptionGroupName":{"shape":"String"},
|
4157
4164
|
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
4158
|
-
"Tags":{"shape":"TagList"}
|
4165
|
+
"Tags":{"shape":"TagList"},
|
4166
|
+
"KmsKeyId":{"shape":"String"}
|
4159
4167
|
}
|
4160
4168
|
},
|
4161
4169
|
"RestoreDBClusterFromSnapshotResult":{
|
@@ -4179,7 +4187,8 @@
|
|
4179
4187
|
"DBSubnetGroupName":{"shape":"String"},
|
4180
4188
|
"OptionGroupName":{"shape":"String"},
|
4181
4189
|
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
4182
|
-
"Tags":{"shape":"TagList"}
|
4190
|
+
"Tags":{"shape":"TagList"},
|
4191
|
+
"KmsKeyId":{"shape":"String"}
|
4183
4192
|
}
|
4184
4193
|
},
|
4185
4194
|
"RestoreDBClusterToPointInTimeResult":{
|
@@ -1,5 +1,6 @@
|
|
1
1
|
Aws.add_service(:AutoScaling, {
|
2
2
|
api: "#{Aws::API_DIR}/autoscaling/2011-01-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/autoscaling/2011-01-01/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/autoscaling/2011-01-01/examples-1.json",
|
4
5
|
paginators: "#{Aws::API_DIR}/autoscaling/2011-01-01/paginators-1.json",
|
5
6
|
})
|
@@ -1,5 +1,6 @@
|
|
1
1
|
Aws.add_service(:ConfigService, {
|
2
2
|
api: "#{Aws::API_DIR}/config/2014-11-12/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/config/2014-11-12/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/config/2014-11-12/examples-1.json",
|
4
5
|
paginators: "#{Aws::API_DIR}/config/2014-11-12/paginators-1.json",
|
5
6
|
})
|
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.2.
|
4
|
+
version: 2.2.5
|
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: 2015-12-
|
11
|
+
date: 2015-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- apis/apigateway/2015-07-09/api-2.json
|
37
37
|
- apis/apigateway/2015-07-09/paginators-1.json
|
38
38
|
- apis/autoscaling/2011-01-01/api-2.json
|
39
|
+
- apis/autoscaling/2011-01-01/examples-1.json
|
39
40
|
- apis/autoscaling/2011-01-01/paginators-1.json
|
40
41
|
- apis/cloudformation/2010-05-15/api-2.json
|
41
42
|
- apis/cloudformation/2010-05-15/paginators-1.json
|