aws-sdk-core 2.11.150 → 2.11.151

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "GetActiveNames",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ }
10
+ ]
11
+ }
@@ -349,6 +349,47 @@
349
349
  "max":512,
350
350
  "pattern":"[\\sa-zA-Z0-9_\\.-]*"
351
351
  },
352
+ "GroupFilter":{
353
+ "type":"structure",
354
+ "required":[
355
+ "Name",
356
+ "Values"
357
+ ],
358
+ "members":{
359
+ "Name":{"shape":"GroupFilterName"},
360
+ "Values":{"shape":"GroupFilterValues"}
361
+ }
362
+ },
363
+ "GroupFilterList":{
364
+ "type":"list",
365
+ "member":{"shape":"GroupFilter"}
366
+ },
367
+ "GroupFilterName":{
368
+ "type":"string",
369
+ "enum":["resource-type"]
370
+ },
371
+ "GroupFilterValue":{
372
+ "type":"string",
373
+ "max":128,
374
+ "min":1
375
+ },
376
+ "GroupFilterValues":{
377
+ "type":"list",
378
+ "member":{"shape":"GroupFilterValue"},
379
+ "max":5,
380
+ "min":1
381
+ },
382
+ "GroupIdentifier":{
383
+ "type":"structure",
384
+ "members":{
385
+ "GroupName":{"shape":"GroupName"},
386
+ "GroupArn":{"shape":"GroupArn"}
387
+ }
388
+ },
389
+ "GroupIdentifierList":{
390
+ "type":"list",
391
+ "member":{"shape":"GroupIdentifier"}
392
+ },
352
393
  "GroupList":{
353
394
  "type":"list",
354
395
  "member":{"shape":"Group"}
@@ -410,6 +451,7 @@
410
451
  "ListGroupsInput":{
411
452
  "type":"structure",
412
453
  "members":{
454
+ "Filters":{"shape":"GroupFilterList"},
413
455
  "MaxResults":{
414
456
  "shape":"MaxResults",
415
457
  "location":"querystring",
@@ -425,7 +467,12 @@
425
467
  "ListGroupsOutput":{
426
468
  "type":"structure",
427
469
  "members":{
428
- "Groups":{"shape":"GroupList"},
470
+ "GroupIdentifiers":{"shape":"GroupIdentifierList"},
471
+ "Groups":{
472
+ "shape":"GroupList",
473
+ "deprecated":true,
474
+ "deprecatedMessage":"This field is deprecated, use GroupIdentifiers instead."
475
+ },
429
476
  "NextToken":{"shape":"NextToken"}
430
477
  }
431
478
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.150'
2
+ VERSION = '2.11.151'
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.150
4
+ version: 2.11.151
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: 2018-10-15 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -342,6 +342,7 @@ files:
342
342
  - apis/glue/2017-03-31/api-2.json
343
343
  - apis/glue/2017-03-31/examples-1.json
344
344
  - apis/glue/2017-03-31/paginators-1.json
345
+ - apis/glue/2017-03-31/smoke.json
345
346
  - apis/greengrass/2017-06-07/api-2.json
346
347
  - apis/guardduty/2017-11-28/api-2.json
347
348
  - apis/guardduty/2017-11-28/paginators-1.json
@@ -408,6 +409,7 @@ files:
408
409
  - apis/lightsail/2016-11-28/api-2.json
409
410
  - apis/lightsail/2016-11-28/examples-1.json
410
411
  - apis/lightsail/2016-11-28/paginators-1.json
412
+ - apis/lightsail/2016-11-28/smoke.json
411
413
  - apis/logs/2014-03-28/api-2.json
412
414
  - apis/logs/2014-03-28/examples-1.json
413
415
  - apis/logs/2014-03-28/paginators-1.json