aws-sdk-core 2.10.21 → 2.10.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +8 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 733e888a2f63f65f49a903de3248a468356551b8
|
4
|
+
data.tar.gz: 8e8659d3b4a5f5d11790cc0bd822c5b591479b99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61ba60f9ac3adb34bb07e135f0030c4a783dbce926565199d13d3b4822ebda02af74928004b1ac817aaecf270813b11763f018afec89243b9a29d32337395cf2
|
7
|
+
data.tar.gz: a7255fc68e9609462118967e4507f336427eb7d3d181bbbe2fa78fd53ccdcb0ea961a004931268317068ccb39e3a664df0c226732842dea251349c8872704456
|
@@ -1225,7 +1225,9 @@
|
|
1225
1225
|
"EnvironmentIds":{"shape":"EnvironmentIdList"},
|
1226
1226
|
"EnvironmentNames":{"shape":"EnvironmentNamesList"},
|
1227
1227
|
"IncludeDeleted":{"shape":"IncludeDeleted"},
|
1228
|
-
"IncludedDeletedBackTo":{"shape":"IncludeDeletedBackTo"}
|
1228
|
+
"IncludedDeletedBackTo":{"shape":"IncludeDeletedBackTo"},
|
1229
|
+
"MaxRecords":{"shape":"MaxRecords"},
|
1230
|
+
"NextToken":{"shape":"Token"}
|
1229
1231
|
}
|
1230
1232
|
},
|
1231
1233
|
"DescribeEventsMessage":{
|
@@ -1287,6 +1289,7 @@
|
|
1287
1289
|
"exception":true
|
1288
1290
|
},
|
1289
1291
|
"EndpointURL":{"type":"string"},
|
1292
|
+
"EnvironmentArn":{"type":"string"},
|
1290
1293
|
"EnvironmentDescription":{
|
1291
1294
|
"type":"structure",
|
1292
1295
|
"members":{
|
@@ -1308,7 +1311,8 @@
|
|
1308
1311
|
"HealthStatus":{"shape":"EnvironmentHealthStatus"},
|
1309
1312
|
"Resources":{"shape":"EnvironmentResourcesDescription"},
|
1310
1313
|
"Tier":{"shape":"EnvironmentTier"},
|
1311
|
-
"EnvironmentLinks":{"shape":"EnvironmentLinks"}
|
1314
|
+
"EnvironmentLinks":{"shape":"EnvironmentLinks"},
|
1315
|
+
"EnvironmentArn":{"shape":"EnvironmentArn"}
|
1312
1316
|
}
|
1313
1317
|
},
|
1314
1318
|
"EnvironmentDescriptionsList":{
|
@@ -1318,7 +1322,8 @@
|
|
1318
1322
|
"EnvironmentDescriptionsMessage":{
|
1319
1323
|
"type":"structure",
|
1320
1324
|
"members":{
|
1321
|
-
"Environments":{"shape":"EnvironmentDescriptionsList"}
|
1325
|
+
"Environments":{"shape":"EnvironmentDescriptionsList"},
|
1326
|
+
"NextToken":{"shape":"Token"}
|
1322
1327
|
}
|
1323
1328
|
},
|
1324
1329
|
"EnvironmentHealth":{
|
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.10.
|
4
|
+
version: 2.10.22
|
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-08-
|
11
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|