aws-sdk-core 2.10.21 → 2.10.22

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5543fa43c8ab1c41c25d635462dbc36dfc7be278
4
- data.tar.gz: ef6236850795d321a344c82c7d70f1ada36710dd
3
+ metadata.gz: 733e888a2f63f65f49a903de3248a468356551b8
4
+ data.tar.gz: 8e8659d3b4a5f5d11790cc0bd822c5b591479b99
5
5
  SHA512:
6
- metadata.gz: 49228a0d28ebc530505ce6b21db93b93c5e55b59c9fc386b23b763518230187a7773e47c8af01a435e4356fe325109ed48b26d9ac6992430b4ddd782aa894bca
7
- data.tar.gz: 95fd5cca727bbb2f655c973e2bdb78c29f5f2fb9b9e11265e417b4000b096769e9cd7e39e219cfe537c6e89408ea9cedea720b54fbe0f4d02a884ed00a776e6f
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.21'
2
+ VERSION = '2.10.22'
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.10.21
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-01 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath