aws-sdk-core 2.11.213 → 2.11.214

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 283ffee9d53c5eb2c803afeb30667f557eab724c
4
- data.tar.gz: 364c4868162ce296e2c0026d0c5c572d8cf44080
3
+ metadata.gz: bfa3f95e12204350fd61c8d2a2c30dfe4a267070
4
+ data.tar.gz: 31e0d8067a2b98b3e3f37ab2d21930b4bdce0d5d
5
5
  SHA512:
6
- metadata.gz: eb228077a8b29b5af4ee315012845140ae2d1a3deed80bcc4f8f7bc840e6c1ba736fd411582eee8f7827d273f930e1a14bad4db3ac60e3d0ff66f2dd83d306d1
7
- data.tar.gz: be33454a93f6f5a3b5fee27b10f652d83c3c19dc253fc3bed5d27e0f1446eddde34424a9ffa483fbb04187f42665710d09f0e098bbc3b2bf14d0c6363fe32ea5
6
+ metadata.gz: 6e216bfeee5cebb64a9ce411905a666d6a53129c2485336abba3941a95af2862e976d2a65aee3ce1e8128ef38fd46508c1ff4631ac58b6701b7baecc1e7281a9
7
+ data.tar.gz: 0bf5ca2fffe659e3c58985593aaaf43f9fc62b4da7901749940b311f6f0dd3afa7444e1b2c391b04ab57b150367499a434d01d30ff1e61fedc9cd993cba4c6a0
@@ -10231,6 +10231,11 @@
10231
10231
  }
10232
10232
  }
10233
10233
  },
10234
+ "DescribeVpcPeeringConnectionsMaxResults":{
10235
+ "type":"integer",
10236
+ "max":1000,
10237
+ "min":5
10238
+ },
10234
10239
  "DescribeVpcPeeringConnectionsRequest":{
10235
10240
  "type":"structure",
10236
10241
  "members":{
@@ -10245,7 +10250,9 @@
10245
10250
  "VpcPeeringConnectionIds":{
10246
10251
  "shape":"ValueStringList",
10247
10252
  "locationName":"VpcPeeringConnectionId"
10248
- }
10253
+ },
10254
+ "NextToken":{"shape":"String"},
10255
+ "MaxResults":{"shape":"DescribeVpcPeeringConnectionsMaxResults"}
10249
10256
  }
10250
10257
  },
10251
10258
  "DescribeVpcPeeringConnectionsResult":{
@@ -10254,6 +10261,10 @@
10254
10261
  "VpcPeeringConnections":{
10255
10262
  "shape":"VpcPeeringConnectionList",
10256
10263
  "locationName":"vpcPeeringConnectionSet"
10264
+ },
10265
+ "NextToken":{
10266
+ "shape":"String",
10267
+ "locationName":"nextToken"
10257
10268
  }
10258
10269
  }
10259
10270
  },
@@ -158,6 +158,7 @@
158
158
  "output":{"shape":"DescribeProtectionResponse"},
159
159
  "errors":[
160
160
  {"shape":"InternalErrorException"},
161
+ {"shape":"InvalidParameterException"},
161
162
  {"shape":"ResourceNotFoundException"}
162
163
  ]
163
164
  },
@@ -497,9 +498,9 @@
497
498
  },
498
499
  "DescribeProtectionRequest":{
499
500
  "type":"structure",
500
- "required":["ProtectionId"],
501
501
  "members":{
502
- "ProtectionId":{"shape":"ProtectionId"}
502
+ "ProtectionId":{"shape":"ProtectionId"},
503
+ "ResourceArn":{"shape":"ResourceArn"}
503
504
  }
504
505
  },
505
506
  "DescribeProtectionResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.213'
2
+ VERSION = '2.11.214'
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.11.213
4
+ version: 2.11.214
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: 2019-02-04 00:00:00.000000000 Z
11
+ date: 2019-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath