aws-sdk-core 2.10.68 → 2.10.69

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: 5ca8f560ac4e502dd8077e39bcc80a3594061a59
4
- data.tar.gz: 2d57215c3216b62030940746768bfc8f71bd213c
3
+ metadata.gz: 6a3f00dbb905099ca81d2b5bee7d63a9bae39e45
4
+ data.tar.gz: 71b43e6c27d02034b242a642fd149e9fb8d77c5e
5
5
  SHA512:
6
- metadata.gz: 7d6660478b7eee6db340b819fea4ecd54d17403413888054110ef883f9a42d5bf6821eda51907ae5da8b14c6fd7ae498b6de3aec4dbf1a2a8a5fdcc28176b133
7
- data.tar.gz: 181aa71697003401d41ecced2df3e04070fdd4487437618abbee0c937aea170ac856e1b5a9b6a16c5aa1ba9ca66f6d33bcca669629c57da2b2eb4246b81b371f
6
+ metadata.gz: d7868a9ff57dd51e4480642bb050a4c8135e31113687343aaf08fdebd3384983e7e3dae5ede4dc15a7b1c66c0ace7827748fb0e3543b8a9a80e00681458da6dc
7
+ data.tar.gz: f48857bf0ae50e5c810a55dd590231dcc36ca35bf8b03b73be83b29bfcb3883642ace935d4463f6561c326b99f9b4a33af610038c1c1a1e04fbbc6e7c3744c9d
@@ -6259,7 +6259,9 @@
6259
6259
  "DryRun":{
6260
6260
  "shape":"Boolean",
6261
6261
  "locationName":"dryRun"
6262
- }
6262
+ },
6263
+ "NextToken":{"shape":"String"},
6264
+ "MaxResults":{"shape":"Integer"}
6263
6265
  }
6264
6266
  },
6265
6267
  "DescribeSecurityGroupsResult":{
@@ -6268,6 +6270,10 @@
6268
6270
  "SecurityGroups":{
6269
6271
  "shape":"SecurityGroupList",
6270
6272
  "locationName":"securityGroupInfo"
6273
+ },
6274
+ "NextToken":{
6275
+ "shape":"String",
6276
+ "locationName":"nextToken"
6271
6277
  }
6272
6278
  }
6273
6279
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.68'
2
+ VERSION = '2.10.69'
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.68
4
+ version: 2.10.69
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-10-19 00:00:00.000000000 Z
11
+ date: 2017-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath