aws-sdk-core 2.11.101 → 2.11.102

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: 545949af5f932557bb9c71d1f5e21306d774c919
4
- data.tar.gz: 2a9276e2130368d4b295b4f482c1e35eb083e784
3
+ metadata.gz: 01bb4e811e4786f248ae31b46a2b67f8af7507c1
4
+ data.tar.gz: 637497a397a952c0bc1d3850b8f5f21f37071b66
5
5
  SHA512:
6
- metadata.gz: b0a580a889da5a6a6fc83d6bd192f9227431ca5aa42a4d4c114b67c402ea2b4af15dab37b37d25c829c97d9d21315c5b8959a3c841eead9febac44761873e06e
7
- data.tar.gz: f85e9745de22c3db3b84aab7dfe2a101f836a2e31ef79a411b70888213ae05de7252d45b39a94f22867bdfcf6b6f9eab9a073622eb933cfa65e1db7e615d22fd
6
+ metadata.gz: 78f7bed56b98258aeab3a7b25eddcddbd71fe44cf00c67ac7c517271b5d7ad721db6b09fd4d1830c8a4da8a02e51edd702924cd0dfb9f531ef6269fb6d0d7724
7
+ data.tar.gz: d320a25060329af080e5342bbf26593fbec1aae391dfc7331776ff2ec4e0a04509ce100a2c4c6c19f6ea4ac2d33904acd79162d49d9e9c27e0685e174c0f2784
@@ -649,6 +649,7 @@
649
649
  "BackupArn",
650
650
  "BackupName",
651
651
  "BackupStatus",
652
+ "BackupType",
652
653
  "BackupCreationDateTime"
653
654
  ],
654
655
  "members":{
@@ -656,7 +657,9 @@
656
657
  "BackupName":{"shape":"BackupName"},
657
658
  "BackupSizeBytes":{"shape":"BackupSizeBytes"},
658
659
  "BackupStatus":{"shape":"BackupStatus"},
659
- "BackupCreationDateTime":{"shape":"BackupCreationDateTime"}
660
+ "BackupType":{"shape":"BackupType"},
661
+ "BackupCreationDateTime":{"shape":"BackupCreationDateTime"},
662
+ "BackupExpiryDateTime":{"shape":"Date"}
660
663
  }
661
664
  },
662
665
  "BackupInUseException":{
@@ -704,10 +707,27 @@
704
707
  "BackupArn":{"shape":"BackupArn"},
705
708
  "BackupName":{"shape":"BackupName"},
706
709
  "BackupCreationDateTime":{"shape":"BackupCreationDateTime"},
710
+ "BackupExpiryDateTime":{"shape":"Date"},
707
711
  "BackupStatus":{"shape":"BackupStatus"},
712
+ "BackupType":{"shape":"BackupType"},
708
713
  "BackupSizeBytes":{"shape":"BackupSizeBytes"}
709
714
  }
710
715
  },
716
+ "BackupType":{
717
+ "type":"string",
718
+ "enum":[
719
+ "USER",
720
+ "SYSTEM"
721
+ ]
722
+ },
723
+ "BackupTypeFilter":{
724
+ "type":"string",
725
+ "enum":[
726
+ "USER",
727
+ "SYSTEM",
728
+ "ALL"
729
+ ]
730
+ },
711
731
  "BackupsInputLimit":{
712
732
  "type":"integer",
713
733
  "max":100,
@@ -1440,7 +1460,8 @@
1440
1460
  "Limit":{"shape":"BackupsInputLimit"},
1441
1461
  "TimeRangeLowerBound":{"shape":"TimeRangeLowerBound"},
1442
1462
  "TimeRangeUpperBound":{"shape":"TimeRangeUpperBound"},
1443
- "ExclusiveStartBackupArn":{"shape":"BackupArn"}
1463
+ "ExclusiveStartBackupArn":{"shape":"BackupArn"},
1464
+ "BackupType":{"shape":"BackupTypeFilter"}
1444
1465
  }
1445
1466
  },
1446
1467
  "ListBackupsOutput":{
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"AWSHealth",
9
9
  "serviceFullName":"AWS Health APIs and Notifications",
10
+ "serviceId":"Health",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"AWSHealth_20160804",
12
13
  "uid":"health-2016-08-04"
@@ -422,7 +423,7 @@
422
423
  "eventArn":{
423
424
  "type":"string",
424
425
  "max":1600,
425
- "pattern":"arn:aws:health:[^:]*:[^:]*:event/[\\w-]+"
426
+ "pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){1}((?:/[\\w-]+){2})?"
426
427
  },
427
428
  "eventArnList":{
428
429
  "type":"list",
@@ -2,8 +2,8 @@
2
2
  "pagination": {
3
3
  "DescribeAffectedEntities": {
4
4
  "input_token": "nextToken",
5
- "output_token": "nextToken",
6
5
  "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
7
  "result_key": "entities"
8
8
  },
9
9
  "DescribeEntityAggregates": {
@@ -11,21 +11,21 @@
11
11
  },
12
12
  "DescribeEventAggregates": {
13
13
  "input_token": "nextToken",
14
- "output_token": "nextToken",
15
14
  "limit_key": "maxResults",
15
+ "output_token": "nextToken",
16
16
  "result_key": "eventAggregates"
17
17
  },
18
- "DescribeEvents": {
18
+ "DescribeEventTypes": {
19
19
  "input_token": "nextToken",
20
- "output_token": "nextToken",
21
20
  "limit_key": "maxResults",
22
- "result_key": "events"
21
+ "output_token": "nextToken",
22
+ "result_key": "eventTypes"
23
23
  },
24
- "DescribeEventTypes": {
24
+ "DescribeEvents": {
25
25
  "input_token": "nextToken",
26
- "output_token": "nextToken",
27
26
  "limit_key": "maxResults",
28
- "result_key": "eventTypes"
27
+ "output_token": "nextToken",
28
+ "result_key": "events"
29
29
  }
30
30
  }
31
- }
31
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeEntityAggregates",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ }
10
+ ]
11
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.101'
2
+ VERSION = '2.11.102'
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.101
4
+ version: 2.11.102
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-08-03 00:00:00.000000000 Z
11
+ date: 2018-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -329,6 +329,7 @@ files:
329
329
  - apis/health/2016-08-04/api-2.json
330
330
  - apis/health/2016-08-04/examples-1.json
331
331
  - apis/health/2016-08-04/paginators-1.json
332
+ - apis/health/2016-08-04/smoke.json
332
333
  - apis/iam/2010-05-08/api-2.json
333
334
  - apis/iam/2010-05-08/examples-1.json
334
335
  - apis/iam/2010-05-08/paginators-1.json