aws-sdk-core 2.10.70 → 2.10.71

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: 83d866b3d82eebce3e90f033491cdf0bbd545072
4
- data.tar.gz: 851181bd07fa150cfd461bc874c2375256fe4526
3
+ metadata.gz: 7ba1cbfbca7013eaf5d1065d3c1fb19cbed378dc
4
+ data.tar.gz: 8ce860d15748c59eb51b49ce16a86c477158a038
5
5
  SHA512:
6
- metadata.gz: 775e0295ca1bbf2affc125c8f88b8b3c9782485bd9e5dca90bdb22cd59ff694f90c2d06101b0a0a8976c9159ebadd6c58ef888a6c0c2ab3b1da7f2495f7a9b1d
7
- data.tar.gz: f57da1f803445fbdd7a34a385a44d91ca57ec35b844ca4394941ee90b14f00d1b0813af9e5a24f57089c3ed2bbe9d25095693cafe7594d6e636158ffbd6f0e14
6
+ metadata.gz: 8c981d552a1800871cd02979ac47eeda508258221b64a5d795c3dff034ed9851111119ecc0188affd53de29f37971b8f30e6477ed9fa8e281a71fdc8126a1e1e
7
+ data.tar.gz: 9d012d864bcb0b83f502f30c2665682c1d030145859aded414092bce1a7c908d9c7b8ba15f6b78b1734dc0dda17fd4d752b790840ce29173a964f363ff4a1c5f
@@ -1348,7 +1348,8 @@
1348
1348
  "AWS::AutoScaling::AutoScalingGroup",
1349
1349
  "AWS::AutoScaling::LaunchConfiguration",
1350
1350
  "AWS::AutoScaling::ScalingPolicy",
1351
- "AWS::AutoScaling::ScheduledAction"
1351
+ "AWS::AutoScaling::ScheduledAction",
1352
+ "AWS::CodeBuild::Project"
1352
1353
  ]
1353
1354
  },
1354
1355
  "ResourceTypeList":{
@@ -861,7 +861,10 @@
861
861
  "SecurityGroups":{"shape":"SecurityGroupMembershipList"},
862
862
  "ReplicationGroupId":{"shape":"String"},
863
863
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
864
- "SnapshotWindow":{"shape":"String"}
864
+ "SnapshotWindow":{"shape":"String"},
865
+ "AuthTokenEnabled":{"shape":"BooleanOptional"},
866
+ "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
867
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
865
868
  },
866
869
  "wrapper":true
867
870
  },
@@ -1386,7 +1389,9 @@
1386
1389
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1387
1390
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1388
1391
  "SnapshotWindow":{"shape":"String"},
1389
- "AuthToken":{"shape":"String"}
1392
+ "AuthToken":{"shape":"String"},
1393
+ "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
1394
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
1390
1395
  }
1391
1396
  },
1392
1397
  "CreateReplicationGroupResult":{
@@ -2147,7 +2152,10 @@
2147
2152
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
2148
2153
  "SnapshotWindow":{"shape":"String"},
2149
2154
  "ClusterEnabled":{"shape":"BooleanOptional"},
2150
- "CacheNodeType":{"shape":"String"}
2155
+ "CacheNodeType":{"shape":"String"},
2156
+ "AuthTokenEnabled":{"shape":"BooleanOptional"},
2157
+ "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
2158
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
2151
2159
  },
2152
2160
  "wrapper":true
2153
2161
  },
@@ -448,31 +448,33 @@
448
448
  "SnapshotName": "snapshot-2"
449
449
  },
450
450
  "output": {
451
- "AutoMinorVersionUpgrade": true,
452
- "CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
453
- "CacheClusterId": "threenoderedis-001",
454
- "CacheNodeType": "cache.m3.medium",
455
- "CacheParameterGroupName": "default.redis3.2",
456
- "CacheSubnetGroupName": "default",
457
- "Engine": "redis",
458
- "EngineVersion": "3.2.4",
459
- "NodeSnapshots": [
460
- {
461
- "CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
462
- "CacheNodeId": "0001",
463
- "CacheSize": ""
464
- }
465
- ],
466
- "NumCacheNodes": 1,
467
- "Port": 6379,
468
- "PreferredAvailabilityZone": "us-west-2c",
469
- "PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
470
- "SnapshotName": "snapshot-2",
471
- "SnapshotRetentionLimit": 1,
472
- "SnapshotSource": "manual",
473
- "SnapshotStatus": "creating",
474
- "SnapshotWindow": "00:00-01:00",
475
- "VpcId": "vpc-73c3cd17"
451
+ "Snapshot": {
452
+ "AutoMinorVersionUpgrade": true,
453
+ "CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
454
+ "CacheClusterId": "threenoderedis-001",
455
+ "CacheNodeType": "cache.m3.medium",
456
+ "CacheParameterGroupName": "default.redis3.2",
457
+ "CacheSubnetGroupName": "default",
458
+ "Engine": "redis",
459
+ "EngineVersion": "3.2.4",
460
+ "NodeSnapshots": [
461
+ {
462
+ "CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
463
+ "CacheNodeId": "0001",
464
+ "CacheSize": ""
465
+ }
466
+ ],
467
+ "NumCacheNodes": 1,
468
+ "Port": 6379,
469
+ "PreferredAvailabilityZone": "us-west-2c",
470
+ "PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
471
+ "SnapshotName": "snapshot-2",
472
+ "SnapshotRetentionLimit": 1,
473
+ "SnapshotSource": "manual",
474
+ "SnapshotStatus": "creating",
475
+ "SnapshotWindow": "00:00-01:00",
476
+ "VpcId": "vpc-73c3cd17"
477
+ }
476
478
  },
477
479
  "comments": {
478
480
  "input": {
@@ -490,34 +492,36 @@
490
492
  "SnapshotName": "snapshot-2x5"
491
493
  },
492
494
  "output": {
493
- "AutoMinorVersionUpgrade": true,
494
- "AutomaticFailover": "enabled",
495
- "CacheNodeType": "cache.m3.medium",
496
- "CacheParameterGroupName": "default.redis3.2.cluster.on",
497
- "CacheSubnetGroupName": "default",
498
- "Engine": "redis",
499
- "EngineVersion": "3.2.4",
500
- "NodeSnapshots": [
501
- {
502
- "CacheSize": "",
503
- "NodeGroupId": "0001"
504
- },
505
- {
506
- "CacheSize": "",
507
- "NodeGroupId": "0002"
508
- }
509
- ],
510
- "NumNodeGroups": 2,
511
- "Port": 6379,
512
- "PreferredMaintenanceWindow": "mon:09:30-mon:10:30",
513
- "ReplicationGroupDescription": "Redis cluster with 2 shards.",
514
- "ReplicationGroupId": "clusteredredis",
515
- "SnapshotName": "snapshot-2x5",
516
- "SnapshotRetentionLimit": 1,
517
- "SnapshotSource": "manual",
518
- "SnapshotStatus": "creating",
519
- "SnapshotWindow": "12:00-13:00",
520
- "VpcId": "vpc-73c3cd17"
495
+ "Snapshot": {
496
+ "AutoMinorVersionUpgrade": true,
497
+ "AutomaticFailover": "enabled",
498
+ "CacheNodeType": "cache.m3.medium",
499
+ "CacheParameterGroupName": "default.redis3.2.cluster.on",
500
+ "CacheSubnetGroupName": "default",
501
+ "Engine": "redis",
502
+ "EngineVersion": "3.2.4",
503
+ "NodeSnapshots": [
504
+ {
505
+ "CacheSize": "",
506
+ "NodeGroupId": "0001"
507
+ },
508
+ {
509
+ "CacheSize": "",
510
+ "NodeGroupId": "0002"
511
+ }
512
+ ],
513
+ "NumNodeGroups": 2,
514
+ "Port": 6379,
515
+ "PreferredMaintenanceWindow": "mon:09:30-mon:10:30",
516
+ "ReplicationGroupDescription": "Redis cluster with 2 shards.",
517
+ "ReplicationGroupId": "clusteredredis",
518
+ "SnapshotName": "snapshot-2x5",
519
+ "SnapshotRetentionLimit": 1,
520
+ "SnapshotSource": "manual",
521
+ "SnapshotStatus": "creating",
522
+ "SnapshotWindow": "12:00-13:00",
523
+ "VpcId": "vpc-73c3cd17"
524
+ }
521
525
  },
522
526
  "comments": {
523
527
  "input": {
@@ -86,6 +86,20 @@
86
86
  {"shape":"InternalServiceException"}
87
87
  ]
88
88
  },
89
+ "BatchStopJobRun":{
90
+ "name":"BatchStopJobRun",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"BatchStopJobRunRequest"},
96
+ "output":{"shape":"BatchStopJobRunResponse"},
97
+ "errors":[
98
+ {"shape":"InvalidInputException"},
99
+ {"shape":"InternalServiceException"},
100
+ {"shape":"OperationTimeoutException"}
101
+ ]
102
+ },
89
103
  "CreateClassifier":{
90
104
  "name":"CreateClassifier",
91
105
  "http":{
@@ -1247,6 +1261,53 @@
1247
1261
  "max":1000,
1248
1262
  "min":0
1249
1263
  },
1264
+ "BatchStopJobRunError":{
1265
+ "type":"structure",
1266
+ "members":{
1267
+ "JobName":{"shape":"NameString"},
1268
+ "JobRunId":{"shape":"IdString"},
1269
+ "ErrorDetail":{"shape":"ErrorDetail"}
1270
+ }
1271
+ },
1272
+ "BatchStopJobRunErrorList":{
1273
+ "type":"list",
1274
+ "member":{"shape":"BatchStopJobRunError"}
1275
+ },
1276
+ "BatchStopJobRunJobRunIdList":{
1277
+ "type":"list",
1278
+ "member":{"shape":"IdString"},
1279
+ "max":25,
1280
+ "min":1
1281
+ },
1282
+ "BatchStopJobRunRequest":{
1283
+ "type":"structure",
1284
+ "required":[
1285
+ "JobName",
1286
+ "JobRunIds"
1287
+ ],
1288
+ "members":{
1289
+ "JobName":{"shape":"NameString"},
1290
+ "JobRunIds":{"shape":"BatchStopJobRunJobRunIdList"}
1291
+ }
1292
+ },
1293
+ "BatchStopJobRunResponse":{
1294
+ "type":"structure",
1295
+ "members":{
1296
+ "SuccessfulSubmissions":{"shape":"BatchStopJobRunSuccessfulSubmissionList"},
1297
+ "Errors":{"shape":"BatchStopJobRunErrorList"}
1298
+ }
1299
+ },
1300
+ "BatchStopJobRunSuccessfulSubmission":{
1301
+ "type":"structure",
1302
+ "members":{
1303
+ "JobName":{"shape":"NameString"},
1304
+ "JobRunId":{"shape":"IdString"}
1305
+ }
1306
+ },
1307
+ "BatchStopJobRunSuccessfulSubmissionList":{
1308
+ "type":"list",
1309
+ "member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
1310
+ },
1250
1311
  "Boolean":{"type":"boolean"},
1251
1312
  "BooleanValue":{"type":"boolean"},
1252
1313
  "BoundedPartitionValueList":{
@@ -1624,8 +1685,7 @@
1624
1685
  "required":[
1625
1686
  "EndpointName",
1626
1687
  "RoleArn",
1627
- "SecurityGroupIds",
1628
- "SubnetId"
1688
+ "PublicKey"
1629
1689
  ],
1630
1690
  "members":{
1631
1691
  "EndpointName":{"shape":"GenericString"},
@@ -1647,6 +1707,7 @@
1647
1707
  "SubnetId":{"shape":"GenericString"},
1648
1708
  "RoleArn":{"shape":"RoleArn"},
1649
1709
  "YarnEndpointAddress":{"shape":"GenericString"},
1710
+ "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
1650
1711
  "NumberOfNodes":{"shape":"IntegerValue"},
1651
1712
  "AvailabilityZone":{"shape":"GenericString"},
1652
1713
  "VpcId":{"shape":"GenericString"},
@@ -2000,6 +2061,7 @@
2000
2061
  "SecurityGroupIds":{"shape":"StringList"},
2001
2062
  "SubnetId":{"shape":"GenericString"},
2002
2063
  "YarnEndpointAddress":{"shape":"GenericString"},
2064
+ "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
2003
2065
  "PublicAddress":{"shape":"GenericString"},
2004
2066
  "Status":{"shape":"GenericString"},
2005
2067
  "NumberOfNodes":{"shape":"IntegerValue"},
@@ -3415,7 +3477,8 @@
3415
3477
  "members":{
3416
3478
  "EndpointName":{"shape":"GenericString"},
3417
3479
  "PublicKey":{"shape":"GenericString"},
3418
- "CustomLibraries":{"shape":"DevEndpointCustomLibraries"}
3480
+ "CustomLibraries":{"shape":"DevEndpointCustomLibraries"},
3481
+ "UpdateEtlLibraries":{"shape":"BooleanValue"}
3419
3482
  }
3420
3483
  },
3421
3484
  "UpdateDevEndpointResponse":{
@@ -4,10 +4,10 @@
4
4
  "endpointPrefix" : "pinpoint",
5
5
  "signingName" : "mobiletargeting",
6
6
  "serviceFullName" : "Amazon Pinpoint",
7
- "signatureVersion":"v4",
8
7
  "protocol" : "rest-json",
9
8
  "jsonVersion" : "1.1",
10
- "uid":"pinpoint-2016-12-01"
9
+ "uid" : "pinpoint-2016-12-01",
10
+ "signatureVersion" : "v4"
11
11
  },
12
12
  "operations" : {
13
13
  "CreateApp" : {
@@ -199,6 +199,60 @@
199
199
  "shape" : "TooManyRequestsException"
200
200
  } ]
201
201
  },
202
+ "DeleteApnsVoipChannel" : {
203
+ "name" : "DeleteApnsVoipChannel",
204
+ "http" : {
205
+ "method" : "DELETE",
206
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip",
207
+ "responseCode" : 200
208
+ },
209
+ "input" : {
210
+ "shape" : "DeleteApnsVoipChannelRequest"
211
+ },
212
+ "output" : {
213
+ "shape" : "DeleteApnsVoipChannelResponse"
214
+ },
215
+ "errors" : [ {
216
+ "shape" : "BadRequestException"
217
+ }, {
218
+ "shape" : "InternalServerErrorException"
219
+ }, {
220
+ "shape" : "ForbiddenException"
221
+ }, {
222
+ "shape" : "NotFoundException"
223
+ }, {
224
+ "shape" : "MethodNotAllowedException"
225
+ }, {
226
+ "shape" : "TooManyRequestsException"
227
+ } ]
228
+ },
229
+ "DeleteApnsVoipSandboxChannel" : {
230
+ "name" : "DeleteApnsVoipSandboxChannel",
231
+ "http" : {
232
+ "method" : "DELETE",
233
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip_sandbox",
234
+ "responseCode" : 200
235
+ },
236
+ "input" : {
237
+ "shape" : "DeleteApnsVoipSandboxChannelRequest"
238
+ },
239
+ "output" : {
240
+ "shape" : "DeleteApnsVoipSandboxChannelResponse"
241
+ },
242
+ "errors" : [ {
243
+ "shape" : "BadRequestException"
244
+ }, {
245
+ "shape" : "InternalServerErrorException"
246
+ }, {
247
+ "shape" : "ForbiddenException"
248
+ }, {
249
+ "shape" : "NotFoundException"
250
+ }, {
251
+ "shape" : "MethodNotAllowedException"
252
+ }, {
253
+ "shape" : "TooManyRequestsException"
254
+ } ]
255
+ },
202
256
  "DeleteApp" : {
203
257
  "name" : "DeleteApp",
204
258
  "http" : {
@@ -496,6 +550,60 @@
496
550
  "shape" : "TooManyRequestsException"
497
551
  } ]
498
552
  },
553
+ "GetApnsVoipChannel" : {
554
+ "name" : "GetApnsVoipChannel",
555
+ "http" : {
556
+ "method" : "GET",
557
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip",
558
+ "responseCode" : 200
559
+ },
560
+ "input" : {
561
+ "shape" : "GetApnsVoipChannelRequest"
562
+ },
563
+ "output" : {
564
+ "shape" : "GetApnsVoipChannelResponse"
565
+ },
566
+ "errors" : [ {
567
+ "shape" : "BadRequestException"
568
+ }, {
569
+ "shape" : "InternalServerErrorException"
570
+ }, {
571
+ "shape" : "ForbiddenException"
572
+ }, {
573
+ "shape" : "NotFoundException"
574
+ }, {
575
+ "shape" : "MethodNotAllowedException"
576
+ }, {
577
+ "shape" : "TooManyRequestsException"
578
+ } ]
579
+ },
580
+ "GetApnsVoipSandboxChannel" : {
581
+ "name" : "GetApnsVoipSandboxChannel",
582
+ "http" : {
583
+ "method" : "GET",
584
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip_sandbox",
585
+ "responseCode" : 200
586
+ },
587
+ "input" : {
588
+ "shape" : "GetApnsVoipSandboxChannelRequest"
589
+ },
590
+ "output" : {
591
+ "shape" : "GetApnsVoipSandboxChannelResponse"
592
+ },
593
+ "errors" : [ {
594
+ "shape" : "BadRequestException"
595
+ }, {
596
+ "shape" : "InternalServerErrorException"
597
+ }, {
598
+ "shape" : "ForbiddenException"
599
+ }, {
600
+ "shape" : "NotFoundException"
601
+ }, {
602
+ "shape" : "MethodNotAllowedException"
603
+ }, {
604
+ "shape" : "TooManyRequestsException"
605
+ } ]
606
+ },
499
607
  "GetApp" : {
500
608
  "name" : "GetApp",
501
609
  "http" : {
@@ -1225,6 +1333,60 @@
1225
1333
  "shape" : "TooManyRequestsException"
1226
1334
  } ]
1227
1335
  },
1336
+ "UpdateApnsVoipChannel" : {
1337
+ "name" : "UpdateApnsVoipChannel",
1338
+ "http" : {
1339
+ "method" : "PUT",
1340
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip",
1341
+ "responseCode" : 200
1342
+ },
1343
+ "input" : {
1344
+ "shape" : "UpdateApnsVoipChannelRequest"
1345
+ },
1346
+ "output" : {
1347
+ "shape" : "UpdateApnsVoipChannelResponse"
1348
+ },
1349
+ "errors" : [ {
1350
+ "shape" : "BadRequestException"
1351
+ }, {
1352
+ "shape" : "InternalServerErrorException"
1353
+ }, {
1354
+ "shape" : "ForbiddenException"
1355
+ }, {
1356
+ "shape" : "NotFoundException"
1357
+ }, {
1358
+ "shape" : "MethodNotAllowedException"
1359
+ }, {
1360
+ "shape" : "TooManyRequestsException"
1361
+ } ]
1362
+ },
1363
+ "UpdateApnsVoipSandboxChannel" : {
1364
+ "name" : "UpdateApnsVoipSandboxChannel",
1365
+ "http" : {
1366
+ "method" : "PUT",
1367
+ "requestUri" : "/v1/apps/{application-id}/channels/apns_voip_sandbox",
1368
+ "responseCode" : 200
1369
+ },
1370
+ "input" : {
1371
+ "shape" : "UpdateApnsVoipSandboxChannelRequest"
1372
+ },
1373
+ "output" : {
1374
+ "shape" : "UpdateApnsVoipSandboxChannelResponse"
1375
+ },
1376
+ "errors" : [ {
1377
+ "shape" : "BadRequestException"
1378
+ }, {
1379
+ "shape" : "InternalServerErrorException"
1380
+ }, {
1381
+ "shape" : "ForbiddenException"
1382
+ }, {
1383
+ "shape" : "NotFoundException"
1384
+ }, {
1385
+ "shape" : "MethodNotAllowedException"
1386
+ }, {
1387
+ "shape" : "TooManyRequestsException"
1388
+ } ]
1389
+ },
1228
1390
  "UpdateApplicationSettings" : {
1229
1391
  "name" : "UpdateApplicationSettings",
1230
1392
  "http" : {
@@ -1496,6 +1658,9 @@
1496
1658
  "Enabled" : {
1497
1659
  "shape" : "__boolean"
1498
1660
  },
1661
+ "HasCredential" : {
1662
+ "shape" : "__boolean"
1663
+ },
1499
1664
  "Id" : {
1500
1665
  "shape" : "__string"
1501
1666
  },
@@ -1543,9 +1708,6 @@
1543
1708
  "ImageUrl" : {
1544
1709
  "shape" : "__string"
1545
1710
  },
1546
- "JsonData" : {
1547
- "shape" : "__string"
1548
- },
1549
1711
  "MD5" : {
1550
1712
  "shape" : "__string"
1551
1713
  },
@@ -1610,9 +1772,18 @@
1610
1772
  "CreationDate" : {
1611
1773
  "shape" : "__string"
1612
1774
  },
1775
+ "DefaultAuthenticationMethod" : {
1776
+ "shape" : "__string"
1777
+ },
1613
1778
  "Enabled" : {
1614
1779
  "shape" : "__boolean"
1615
1780
  },
1781
+ "HasCredential" : {
1782
+ "shape" : "__boolean"
1783
+ },
1784
+ "HasTokenKey" : {
1785
+ "shape" : "__boolean"
1786
+ },
1616
1787
  "Id" : {
1617
1788
  "shape" : "__string"
1618
1789
  },
@@ -1648,18 +1819,21 @@
1648
1819
  "Category" : {
1649
1820
  "shape" : "__string"
1650
1821
  },
1822
+ "CollapseId" : {
1823
+ "shape" : "__string"
1824
+ },
1651
1825
  "Data" : {
1652
1826
  "shape" : "MapOf__string"
1653
1827
  },
1654
- "JsonData" : {
1655
- "shape" : "__string"
1656
- },
1657
1828
  "MediaUrl" : {
1658
1829
  "shape" : "__string"
1659
1830
  },
1660
1831
  "PreferredAuthenticationMethod" : {
1661
1832
  "shape" : "__string"
1662
1833
  },
1834
+ "Priority" : {
1835
+ "shape" : "__string"
1836
+ },
1663
1837
  "RawContent" : {
1664
1838
  "shape" : "__string"
1665
1839
  },
@@ -1675,6 +1849,9 @@
1675
1849
  "ThreadId" : {
1676
1850
  "shape" : "__string"
1677
1851
  },
1852
+ "TimeToLive" : {
1853
+ "shape" : "__integer"
1854
+ },
1678
1855
  "Title" : {
1679
1856
  "shape" : "__string"
1680
1857
  },
@@ -1721,9 +1898,158 @@
1721
1898
  "CreationDate" : {
1722
1899
  "shape" : "__string"
1723
1900
  },
1901
+ "DefaultAuthenticationMethod" : {
1902
+ "shape" : "__string"
1903
+ },
1904
+ "Enabled" : {
1905
+ "shape" : "__boolean"
1906
+ },
1907
+ "HasCredential" : {
1908
+ "shape" : "__boolean"
1909
+ },
1910
+ "HasTokenKey" : {
1911
+ "shape" : "__boolean"
1912
+ },
1913
+ "Id" : {
1914
+ "shape" : "__string"
1915
+ },
1916
+ "IsArchived" : {
1917
+ "shape" : "__boolean"
1918
+ },
1919
+ "LastModifiedBy" : {
1920
+ "shape" : "__string"
1921
+ },
1922
+ "LastModifiedDate" : {
1923
+ "shape" : "__string"
1924
+ },
1925
+ "Platform" : {
1926
+ "shape" : "__string"
1927
+ },
1928
+ "Version" : {
1929
+ "shape" : "__integer"
1930
+ }
1931
+ }
1932
+ },
1933
+ "APNSVoipChannelRequest" : {
1934
+ "type" : "structure",
1935
+ "members" : {
1936
+ "BundleId" : {
1937
+ "shape" : "__string"
1938
+ },
1939
+ "Certificate" : {
1940
+ "shape" : "__string"
1941
+ },
1942
+ "DefaultAuthenticationMethod" : {
1943
+ "shape" : "__string"
1944
+ },
1945
+ "Enabled" : {
1946
+ "shape" : "__boolean"
1947
+ },
1948
+ "PrivateKey" : {
1949
+ "shape" : "__string"
1950
+ },
1951
+ "TeamId" : {
1952
+ "shape" : "__string"
1953
+ },
1954
+ "TokenKey" : {
1955
+ "shape" : "__string"
1956
+ },
1957
+ "TokenKeyId" : {
1958
+ "shape" : "__string"
1959
+ }
1960
+ }
1961
+ },
1962
+ "APNSVoipChannelResponse" : {
1963
+ "type" : "structure",
1964
+ "members" : {
1965
+ "ApplicationId" : {
1966
+ "shape" : "__string"
1967
+ },
1968
+ "CreationDate" : {
1969
+ "shape" : "__string"
1970
+ },
1971
+ "DefaultAuthenticationMethod" : {
1972
+ "shape" : "__string"
1973
+ },
1974
+ "Enabled" : {
1975
+ "shape" : "__boolean"
1976
+ },
1977
+ "HasCredential" : {
1978
+ "shape" : "__boolean"
1979
+ },
1980
+ "HasTokenKey" : {
1981
+ "shape" : "__boolean"
1982
+ },
1983
+ "Id" : {
1984
+ "shape" : "__string"
1985
+ },
1986
+ "IsArchived" : {
1987
+ "shape" : "__boolean"
1988
+ },
1989
+ "LastModifiedBy" : {
1990
+ "shape" : "__string"
1991
+ },
1992
+ "LastModifiedDate" : {
1993
+ "shape" : "__string"
1994
+ },
1995
+ "Platform" : {
1996
+ "shape" : "__string"
1997
+ },
1998
+ "Version" : {
1999
+ "shape" : "__integer"
2000
+ }
2001
+ }
2002
+ },
2003
+ "APNSVoipSandboxChannelRequest" : {
2004
+ "type" : "structure",
2005
+ "members" : {
2006
+ "BundleId" : {
2007
+ "shape" : "__string"
2008
+ },
2009
+ "Certificate" : {
2010
+ "shape" : "__string"
2011
+ },
2012
+ "DefaultAuthenticationMethod" : {
2013
+ "shape" : "__string"
2014
+ },
2015
+ "Enabled" : {
2016
+ "shape" : "__boolean"
2017
+ },
2018
+ "PrivateKey" : {
2019
+ "shape" : "__string"
2020
+ },
2021
+ "TeamId" : {
2022
+ "shape" : "__string"
2023
+ },
2024
+ "TokenKey" : {
2025
+ "shape" : "__string"
2026
+ },
2027
+ "TokenKeyId" : {
2028
+ "shape" : "__string"
2029
+ }
2030
+ }
2031
+ },
2032
+ "APNSVoipSandboxChannelResponse" : {
2033
+ "type" : "structure",
2034
+ "members" : {
2035
+ "ApplicationId" : {
2036
+ "shape" : "__string"
2037
+ },
2038
+ "CreationDate" : {
2039
+ "shape" : "__string"
2040
+ },
2041
+ "DefaultAuthenticationMethod" : {
2042
+ "shape" : "__string"
2043
+ },
1724
2044
  "Enabled" : {
1725
2045
  "shape" : "__boolean"
1726
2046
  },
2047
+ "HasCredential" : {
2048
+ "shape" : "__boolean"
2049
+ },
2050
+ "HasTokenKey" : {
2051
+ "shape" : "__boolean"
2052
+ },
1727
2053
  "Id" : {
1728
2054
  "shape" : "__string"
1729
2055
  },
@@ -1921,6 +2247,9 @@
1921
2247
  "Enabled" : {
1922
2248
  "shape" : "__boolean"
1923
2249
  },
2250
+ "HasCredential" : {
2251
+ "shape" : "__boolean"
2252
+ },
1924
2253
  "Id" : {
1925
2254
  "shape" : "__string"
1926
2255
  },
@@ -1962,9 +2291,6 @@
1962
2291
  "ImageUrl" : {
1963
2292
  "shape" : "__string"
1964
2293
  },
1965
- "JsonData" : {
1966
- "shape" : "__string"
1967
- },
1968
2294
  "RawContent" : {
1969
2295
  "shape" : "__string"
1970
2296
  },
@@ -2123,7 +2449,7 @@
2123
2449
  },
2124
2450
  "ChannelType" : {
2125
2451
  "type" : "string",
2126
- "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU" ]
2452
+ "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU"]
2127
2453
  },
2128
2454
  "CreateAppRequest" : {
2129
2455
  "type" : "structure",
@@ -2251,9 +2577,6 @@
2251
2577
  "Data" : {
2252
2578
  "shape" : "MapOf__string"
2253
2579
  },
2254
- "JsonData" : {
2255
- "shape" : "__string"
2256
- },
2257
2580
  "SilentPush" : {
2258
2581
  "shape" : "__boolean"
2259
2582
  },
@@ -2331,6 +2654,48 @@
2331
2654
  "required" : [ "APNSSandboxChannelResponse" ],
2332
2655
  "payload" : "APNSSandboxChannelResponse"
2333
2656
  },
2657
+ "DeleteApnsVoipChannelRequest" : {
2658
+ "type" : "structure",
2659
+ "members" : {
2660
+ "ApplicationId" : {
2661
+ "shape" : "__string",
2662
+ "location" : "uri",
2663
+ "locationName" : "application-id"
2664
+ }
2665
+ },
2666
+ "required" : [ "ApplicationId" ]
2667
+ },
2668
+ "DeleteApnsVoipChannelResponse" : {
2669
+ "type" : "structure",
2670
+ "members" : {
2671
+ "APNSVoipChannelResponse" : {
2672
+ "shape" : "APNSVoipChannelResponse"
2673
+ }
2674
+ },
2675
+ "required" : [ "APNSVoipChannelResponse" ],
2676
+ "payload" : "APNSVoipChannelResponse"
2677
+ },
2678
+ "DeleteApnsVoipSandboxChannelRequest" : {
2679
+ "type" : "structure",
2680
+ "members" : {
2681
+ "ApplicationId" : {
2682
+ "shape" : "__string",
2683
+ "location" : "uri",
2684
+ "locationName" : "application-id"
2685
+ }
2686
+ },
2687
+ "required" : [ "ApplicationId" ]
2688
+ },
2689
+ "DeleteApnsVoipSandboxChannelResponse" : {
2690
+ "type" : "structure",
2691
+ "members" : {
2692
+ "APNSVoipSandboxChannelResponse" : {
2693
+ "shape" : "APNSVoipSandboxChannelResponse"
2694
+ }
2695
+ },
2696
+ "required" : [ "APNSVoipSandboxChannelResponse" ],
2697
+ "payload" : "APNSVoipSandboxChannelResponse"
2698
+ },
2334
2699
  "DeleteAppRequest" : {
2335
2700
  "type" : "structure",
2336
2701
  "members" : {
@@ -2535,9 +2900,6 @@
2535
2900
  "DefaultPushNotificationMessage" : {
2536
2901
  "shape" : "DefaultPushNotificationMessage"
2537
2902
  },
2538
- "EmailMessage" : {
2539
- "shape" : "EmailMessage"
2540
- },
2541
2903
  "GCMMessage" : {
2542
2904
  "shape" : "GCMMessage"
2543
2905
  },
@@ -2582,6 +2944,9 @@
2582
2944
  "FromAddress" : {
2583
2945
  "shape" : "__string"
2584
2946
  },
2947
+ "HasCredential" : {
2948
+ "shape" : "__boolean"
2949
+ },
2585
2950
  "Id" : {
2586
2951
  "shape" : "__string"
2587
2952
  },
@@ -2608,29 +2973,6 @@
2608
2973
  }
2609
2974
  }
2610
2975
  },
2611
- "EmailMessage" : {
2612
- "type" : "structure",
2613
- "members" : {
2614
- "Body" : {
2615
- "shape" : "__string"
2616
- },
2617
- "FromAddress" : {
2618
- "shape" : "__string"
2619
- },
2620
- "HtmlBody" : {
2621
- "shape" : "__string"
2622
- },
2623
- "Substitutions" : {
2624
- "shape" : "MapOfListOf__string"
2625
- },
2626
- "TemplateArn" : {
2627
- "shape" : "__string"
2628
- },
2629
- "Title" : {
2630
- "shape" : "__string"
2631
- }
2632
- }
2633
- },
2634
2976
  "EndpointBatchItem" : {
2635
2977
  "type" : "structure",
2636
2978
  "members" : {
@@ -2835,9 +3177,6 @@
2835
3177
  "RequestId" : {
2836
3178
  "shape" : "__string"
2837
3179
  },
2838
- "ShardId" : {
2839
- "shape" : "__string"
2840
- },
2841
3180
  "User" : {
2842
3181
  "shape" : "EndpointUser"
2843
3182
  }
@@ -2946,6 +3285,9 @@
2946
3285
  "Enabled" : {
2947
3286
  "shape" : "__boolean"
2948
3287
  },
3288
+ "HasCredential" : {
3289
+ "shape" : "__boolean"
3290
+ },
2949
3291
  "Id" : {
2950
3292
  "shape" : "__string"
2951
3293
  },
@@ -2990,7 +3332,7 @@
2990
3332
  "ImageUrl" : {
2991
3333
  "shape" : "__string"
2992
3334
  },
2993
- "JsonData" : {
3335
+ "Priority" : {
2994
3336
  "shape" : "__string"
2995
3337
  },
2996
3338
  "RawContent" : {
@@ -3011,6 +3353,9 @@
3011
3353
  "Substitutions" : {
3012
3354
  "shape" : "MapOfListOf__string"
3013
3355
  },
3356
+ "TimeToLive" : {
3357
+ "shape" : "__integer"
3358
+ },
3014
3359
  "Title" : {
3015
3360
  "shape" : "__string"
3016
3361
  },
@@ -3082,6 +3427,48 @@
3082
3427
  "required" : [ "APNSSandboxChannelResponse" ],
3083
3428
  "payload" : "APNSSandboxChannelResponse"
3084
3429
  },
3430
+ "GetApnsVoipChannelRequest" : {
3431
+ "type" : "structure",
3432
+ "members" : {
3433
+ "ApplicationId" : {
3434
+ "shape" : "__string",
3435
+ "location" : "uri",
3436
+ "locationName" : "application-id"
3437
+ }
3438
+ },
3439
+ "required" : [ "ApplicationId" ]
3440
+ },
3441
+ "GetApnsVoipChannelResponse" : {
3442
+ "type" : "structure",
3443
+ "members" : {
3444
+ "APNSVoipChannelResponse" : {
3445
+ "shape" : "APNSVoipChannelResponse"
3446
+ }
3447
+ },
3448
+ "required" : [ "APNSVoipChannelResponse" ],
3449
+ "payload" : "APNSVoipChannelResponse"
3450
+ },
3451
+ "GetApnsVoipSandboxChannelRequest" : {
3452
+ "type" : "structure",
3453
+ "members" : {
3454
+ "ApplicationId" : {
3455
+ "shape" : "__string",
3456
+ "location" : "uri",
3457
+ "locationName" : "application-id"
3458
+ }
3459
+ },
3460
+ "required" : [ "ApplicationId" ]
3461
+ },
3462
+ "GetApnsVoipSandboxChannelResponse" : {
3463
+ "type" : "structure",
3464
+ "members" : {
3465
+ "APNSVoipSandboxChannelResponse" : {
3466
+ "shape" : "APNSVoipSandboxChannelResponse"
3467
+ }
3468
+ },
3469
+ "required" : [ "APNSVoipSandboxChannelResponse" ],
3470
+ "payload" : "APNSVoipSandboxChannelResponse"
3471
+ },
3085
3472
  "GetAppRequest" : {
3086
3473
  "type" : "structure",
3087
3474
  "members" : {
@@ -3985,9 +4372,15 @@
3985
4372
  "MessageConfiguration" : {
3986
4373
  "type" : "structure",
3987
4374
  "members" : {
4375
+ "ADMMessage" : {
4376
+ "shape" : "Message"
4377
+ },
3988
4378
  "APNSMessage" : {
3989
4379
  "shape" : "Message"
3990
4380
  },
4381
+ "BaiduMessage" : {
4382
+ "shape" : "Message"
4383
+ },
3991
4384
  "DefaultMessage" : {
3992
4385
  "shape" : "Message"
3993
4386
  },
@@ -4008,9 +4401,6 @@
4008
4401
  "Addresses" : {
4009
4402
  "shape" : "MapOfAddressConfiguration"
4010
4403
  },
4011
- "Campaign" : {
4012
- "shape" : "MapOf__string"
4013
- },
4014
4404
  "Context" : {
4015
4405
  "shape" : "MapOf__string"
4016
4406
  },
@@ -4019,9 +4409,6 @@
4019
4409
  },
4020
4410
  "MessageConfiguration" : {
4021
4411
  "shape" : "DirectMessageConfiguration"
4022
- },
4023
- "RequestId" : {
4024
- "shape" : "__string"
4025
4412
  }
4026
4413
  }
4027
4414
  },
@@ -4170,6 +4557,9 @@
4170
4557
  "Enabled" : {
4171
4558
  "shape" : "__boolean"
4172
4559
  },
4560
+ "HasCredential" : {
4561
+ "shape" : "__boolean"
4562
+ },
4173
4563
  "Id" : {
4174
4564
  "shape" : "__string"
4175
4565
  },
@@ -4399,9 +4789,6 @@
4399
4789
  "MessageConfiguration" : {
4400
4790
  "shape" : "DirectMessageConfiguration"
4401
4791
  },
4402
- "RequestId" : {
4403
- "shape" : "__string"
4404
- },
4405
4792
  "Users" : {
4406
4793
  "shape" : "MapOfEndpointSendConfiguration"
4407
4794
  }
@@ -4573,6 +4960,56 @@
4573
4960
  "required" : [ "APNSSandboxChannelResponse" ],
4574
4961
  "payload" : "APNSSandboxChannelResponse"
4575
4962
  },
4963
+ "UpdateApnsVoipChannelRequest" : {
4964
+ "type" : "structure",
4965
+ "members" : {
4966
+ "APNSVoipChannelRequest" : {
4967
+ "shape" : "APNSVoipChannelRequest"
4968
+ },
4969
+ "ApplicationId" : {
4970
+ "shape" : "__string",
4971
+ "location" : "uri",
4972
+ "locationName" : "application-id"
4973
+ }
4974
+ },
4975
+ "required" : [ "ApplicationId", "APNSVoipChannelRequest" ],
4976
+ "payload" : "APNSVoipChannelRequest"
4977
+ },
4978
+ "UpdateApnsVoipChannelResponse" : {
4979
+ "type" : "structure",
4980
+ "members" : {
4981
+ "APNSVoipChannelResponse" : {
4982
+ "shape" : "APNSVoipChannelResponse"
4983
+ }
4984
+ },
4985
+ "required" : [ "APNSVoipChannelResponse" ],
4986
+ "payload" : "APNSVoipChannelResponse"
4987
+ },
4988
+ "UpdateApnsVoipSandboxChannelRequest" : {
4989
+ "type" : "structure",
4990
+ "members" : {
4991
+ "APNSVoipSandboxChannelRequest" : {
4992
+ "shape" : "APNSVoipSandboxChannelRequest"
4993
+ },
4994
+ "ApplicationId" : {
4995
+ "shape" : "__string",
4996
+ "location" : "uri",
4997
+ "locationName" : "application-id"
4998
+ }
4999
+ },
5000
+ "required" : [ "ApplicationId", "APNSVoipSandboxChannelRequest" ],
5001
+ "payload" : "APNSVoipSandboxChannelRequest"
5002
+ },
5003
+ "UpdateApnsVoipSandboxChannelResponse" : {
5004
+ "type" : "structure",
5005
+ "members" : {
5006
+ "APNSVoipSandboxChannelResponse" : {
5007
+ "shape" : "APNSVoipSandboxChannelResponse"
5008
+ }
5009
+ },
5010
+ "required" : [ "APNSVoipSandboxChannelResponse" ],
5011
+ "payload" : "APNSVoipSandboxChannelResponse"
5012
+ },
4576
5013
  "UpdateApplicationSettingsRequest" : {
4577
5014
  "type" : "structure",
4578
5015
  "members" : {
@@ -4857,9 +5294,6 @@
4857
5294
  "SegmentVersion" : {
4858
5295
  "shape" : "__integer"
4859
5296
  },
4860
- "Trace" : {
4861
- "shape" : "__boolean"
4862
- },
4863
5297
  "TreatmentDescription" : {
4864
5298
  "shape" : "__string"
4865
5299
  },
@@ -4874,9 +5308,6 @@
4874
5308
  "DestinationStreamArn" : {
4875
5309
  "shape" : "__string"
4876
5310
  },
4877
- "ExternalId" : {
4878
- "shape" : "__string"
4879
- },
4880
5311
  "RoleArn" : {
4881
5312
  "shape" : "__string"
4882
5313
  }
@@ -4929,4 +5360,4 @@
4929
5360
  "type" : "timestamp"
4930
5361
  }
4931
5362
  }
4932
- }
5363
+ }
@@ -133,6 +133,8 @@
133
133
  "endpoints" : {
134
134
  "ap-northeast-1" : { },
135
135
  "ap-southeast-1" : { },
136
+ "ap-southeast-2" : { },
137
+ "eu-central-1" : { },
136
138
  "eu-west-1" : { },
137
139
  "us-east-1" : { },
138
140
  "us-east-2" : { },
@@ -518,6 +520,7 @@
518
520
  "sa-east-1" : { },
519
521
  "us-east-1" : { },
520
522
  "us-east-2" : { },
523
+ "us-west-1" : { },
521
524
  "us-west-2" : { }
522
525
  }
523
526
  },
@@ -1713,6 +1716,7 @@
1713
1716
  "cn-north-1" : { }
1714
1717
  }
1715
1718
  },
1719
+ "es" : { },
1716
1720
  "events" : {
1717
1721
  "endpoints" : {
1718
1722
  "cn-north-1" : { }
@@ -70,7 +70,7 @@ module Aws
70
70
  def partition_matching_region(region)
71
71
  @rules['partitions'].find do |p|
72
72
  region.match(p["regionRegex"]) ||
73
- p['services'].values.find { |svc| svc['endpoints'].key?(region) }
73
+ p['services'].values.find { |svc| svc['endpoints'].key?(region) if svc.key? 'endpoints'}
74
74
  end
75
75
  end
76
76
 
@@ -57,7 +57,7 @@ module Aws
57
57
  end
58
58
 
59
59
  def service_in_region?(svc, region_name)
60
- svc['endpoints'].key?(region_name)
60
+ svc.key?('endpoints') && svc['endpoints'].key?(region_name)
61
61
  end
62
62
 
63
63
  end
@@ -60,7 +60,8 @@ module Aws
60
60
  private
61
61
 
62
62
  def regions(service, partition)
63
- names = Set.new(partition['regions'].keys & service['endpoints'].keys)
63
+ svc_endpoints = service.key?('endpoints') ? service['endpoints'].keys : []
64
+ names = Set.new(partition['regions'].keys & svc_endpoints)
64
65
  names - ["#{partition['partition']}-global"]
65
66
  end
66
67
 
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.70'
2
+ VERSION = '2.10.71'
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.70
4
+ version: 2.10.71
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-23 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath