aws-sdk-core 2.11.138 → 2.11.139

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: 4b01a19871e7b1f2aa03fcb4360a64879c440d6a
4
- data.tar.gz: c037aac6a0ac53864453df299a46cde962bcaf47
3
+ metadata.gz: 9143716376c65339658b4806a386795e49f9ae52
4
+ data.tar.gz: '091816aeecdd742bc169797bff11ae71e5e24db7'
5
5
  SHA512:
6
- metadata.gz: '029921718733bd2bc9a42e70af7b88edcc01d08b98f48474de5cd2288bd1011d9e929f40f904c893200e8b0bdb106f5e2d434ea7f4620e9b442ad71b39a89bef'
7
- data.tar.gz: 60608ae7a5e9113c15d2fb281264979332d00084182e27605f1e5956e356d84a535a765caa950c5b6a889d9c40047e18f3fdfbc9d64a32aac3b608a1cbfd0c2b
6
+ metadata.gz: 5d0c1e3fd6bed7b05b1276f7b7961a3b18b84d6b3a2b5373d36eb71479405b9ac4b179ee6e261eabb2e0c0b4d0661882471bab5f167152c8b605cd871f612405
7
+ data.tar.gz: a04631f481f0892e867907a2bd0cfa6741cdd83e49df5a665b05b574a92d1f852f583317161b1e0991cd4786164589a2e0f2e9455332487147c1e5151ae7cccc
@@ -150,6 +150,39 @@
150
150
  {"shape":"CommentDeletedException"}
151
151
  ]
152
152
  },
153
+ "DeleteFile":{
154
+ "name":"DeleteFile",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DeleteFileInput"},
160
+ "output":{"shape":"DeleteFileOutput"},
161
+ "errors":[
162
+ {"shape":"RepositoryNameRequiredException"},
163
+ {"shape":"InvalidRepositoryNameException"},
164
+ {"shape":"RepositoryDoesNotExistException"},
165
+ {"shape":"ParentCommitIdRequiredException"},
166
+ {"shape":"InvalidParentCommitIdException"},
167
+ {"shape":"ParentCommitDoesNotExistException"},
168
+ {"shape":"ParentCommitIdOutdatedException"},
169
+ {"shape":"PathRequiredException"},
170
+ {"shape":"InvalidPathException"},
171
+ {"shape":"FileDoesNotExistException"},
172
+ {"shape":"BranchNameRequiredException"},
173
+ {"shape":"InvalidBranchNameException"},
174
+ {"shape":"BranchDoesNotExistException"},
175
+ {"shape":"BranchNameIsTagNameException"},
176
+ {"shape":"NameLengthExceededException"},
177
+ {"shape":"InvalidEmailException"},
178
+ {"shape":"CommitMessageLengthExceededException"},
179
+ {"shape":"EncryptionIntegrityChecksFailedException"},
180
+ {"shape":"EncryptionKeyAccessDeniedException"},
181
+ {"shape":"EncryptionKeyDisabledException"},
182
+ {"shape":"EncryptionKeyNotFoundException"},
183
+ {"shape":"EncryptionKeyUnavailableException"}
184
+ ]
185
+ },
153
186
  "DeleteRepository":{
154
187
  "name":"DeleteRepository",
155
188
  "http":{
@@ -353,6 +386,55 @@
353
386
  {"shape":"EncryptionKeyUnavailableException"}
354
387
  ]
355
388
  },
389
+ "GetFile":{
390
+ "name":"GetFile",
391
+ "http":{
392
+ "method":"POST",
393
+ "requestUri":"/"
394
+ },
395
+ "input":{"shape":"GetFileInput"},
396
+ "output":{"shape":"GetFileOutput"},
397
+ "errors":[
398
+ {"shape":"RepositoryNameRequiredException"},
399
+ {"shape":"InvalidRepositoryNameException"},
400
+ {"shape":"RepositoryDoesNotExistException"},
401
+ {"shape":"InvalidCommitException"},
402
+ {"shape":"CommitDoesNotExistException"},
403
+ {"shape":"PathRequiredException"},
404
+ {"shape":"InvalidPathException"},
405
+ {"shape":"FileDoesNotExistException"},
406
+ {"shape":"EncryptionIntegrityChecksFailedException"},
407
+ {"shape":"EncryptionKeyAccessDeniedException"},
408
+ {"shape":"EncryptionKeyDisabledException"},
409
+ {"shape":"EncryptionKeyNotFoundException"},
410
+ {"shape":"EncryptionKeyUnavailableException"},
411
+ {"shape":"FileTooLargeException"}
412
+ ]
413
+ },
414
+ "GetFolder":{
415
+ "name":"GetFolder",
416
+ "http":{
417
+ "method":"POST",
418
+ "requestUri":"/"
419
+ },
420
+ "input":{"shape":"GetFolderInput"},
421
+ "output":{"shape":"GetFolderOutput"},
422
+ "errors":[
423
+ {"shape":"RepositoryNameRequiredException"},
424
+ {"shape":"InvalidRepositoryNameException"},
425
+ {"shape":"RepositoryDoesNotExistException"},
426
+ {"shape":"InvalidCommitException"},
427
+ {"shape":"CommitDoesNotExistException"},
428
+ {"shape":"PathRequiredException"},
429
+ {"shape":"InvalidPathException"},
430
+ {"shape":"FolderDoesNotExistException"},
431
+ {"shape":"EncryptionIntegrityChecksFailedException"},
432
+ {"shape":"EncryptionKeyAccessDeniedException"},
433
+ {"shape":"EncryptionKeyDisabledException"},
434
+ {"shape":"EncryptionKeyNotFoundException"},
435
+ {"shape":"EncryptionKeyUnavailableException"}
436
+ ]
437
+ },
356
438
  "GetMergeConflicts":{
357
439
  "name":"GetMergeConflicts",
358
440
  "http":{
@@ -645,6 +727,7 @@
645
727
  {"shape":"NameLengthExceededException"},
646
728
  {"shape":"InvalidEmailException"},
647
729
  {"shape":"CommitMessageLengthExceededException"},
730
+ {"shape":"InvalidDeletionParameterException"},
648
731
  {"shape":"EncryptionIntegrityChecksFailedException"},
649
732
  {"shape":"EncryptionKeyAccessDeniedException"},
650
733
  {"shape":"EncryptionKeyDisabledException"},
@@ -1180,6 +1263,40 @@
1180
1263
  "comment":{"shape":"Comment"}
1181
1264
  }
1182
1265
  },
1266
+ "DeleteFileInput":{
1267
+ "type":"structure",
1268
+ "required":[
1269
+ "repositoryName",
1270
+ "branchName",
1271
+ "filePath",
1272
+ "parentCommitId"
1273
+ ],
1274
+ "members":{
1275
+ "repositoryName":{"shape":"RepositoryName"},
1276
+ "branchName":{"shape":"BranchName"},
1277
+ "filePath":{"shape":"Path"},
1278
+ "parentCommitId":{"shape":"CommitId"},
1279
+ "keepEmptyFolders":{"shape":"KeepEmptyFolders"},
1280
+ "commitMessage":{"shape":"Message"},
1281
+ "name":{"shape":"Name"},
1282
+ "email":{"shape":"Email"}
1283
+ }
1284
+ },
1285
+ "DeleteFileOutput":{
1286
+ "type":"structure",
1287
+ "required":[
1288
+ "commitId",
1289
+ "blobId",
1290
+ "treeId",
1291
+ "filePath"
1292
+ ],
1293
+ "members":{
1294
+ "commitId":{"shape":"ObjectId"},
1295
+ "blobId":{"shape":"ObjectId"},
1296
+ "treeId":{"shape":"ObjectId"},
1297
+ "filePath":{"shape":"Path"}
1298
+ }
1299
+ },
1183
1300
  "DeleteRepositoryInput":{
1184
1301
  "type":"structure",
1185
1302
  "required":["repositoryName"],
@@ -1267,6 +1384,15 @@
1267
1384
  "exception":true
1268
1385
  },
1269
1386
  "EventDate":{"type":"timestamp"},
1387
+ "File":{
1388
+ "type":"structure",
1389
+ "members":{
1390
+ "blobId":{"shape":"ObjectId"},
1391
+ "absolutePath":{"shape":"Path"},
1392
+ "relativePath":{"shape":"Path"},
1393
+ "fileMode":{"shape":"FileModeTypeEnum"}
1394
+ }
1395
+ },
1270
1396
  "FileContent":{
1271
1397
  "type":"blob",
1272
1398
  "max":6291456
@@ -1283,6 +1409,16 @@
1283
1409
  },
1284
1410
  "exception":true
1285
1411
  },
1412
+ "FileDoesNotExistException":{
1413
+ "type":"structure",
1414
+ "members":{
1415
+ },
1416
+ "exception":true
1417
+ },
1418
+ "FileList":{
1419
+ "type":"list",
1420
+ "member":{"shape":"File"}
1421
+ },
1286
1422
  "FileModeTypeEnum":{
1287
1423
  "type":"string",
1288
1424
  "enum":[
@@ -1303,6 +1439,24 @@
1303
1439
  },
1304
1440
  "exception":true
1305
1441
  },
1442
+ "Folder":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "treeId":{"shape":"ObjectId"},
1446
+ "absolutePath":{"shape":"Path"},
1447
+ "relativePath":{"shape":"Path"}
1448
+ }
1449
+ },
1450
+ "FolderDoesNotExistException":{
1451
+ "type":"structure",
1452
+ "members":{
1453
+ },
1454
+ "exception":true
1455
+ },
1456
+ "FolderList":{
1457
+ "type":"list",
1458
+ "member":{"shape":"Folder"}
1459
+ },
1306
1460
  "GetBlobInput":{
1307
1461
  "type":"structure",
1308
1462
  "required":[
@@ -1428,6 +1582,65 @@
1428
1582
  "NextToken":{"shape":"NextToken"}
1429
1583
  }
1430
1584
  },
1585
+ "GetFileInput":{
1586
+ "type":"structure",
1587
+ "required":[
1588
+ "repositoryName",
1589
+ "filePath"
1590
+ ],
1591
+ "members":{
1592
+ "repositoryName":{"shape":"RepositoryName"},
1593
+ "commitSpecifier":{"shape":"CommitName"},
1594
+ "filePath":{"shape":"Path"}
1595
+ }
1596
+ },
1597
+ "GetFileOutput":{
1598
+ "type":"structure",
1599
+ "required":[
1600
+ "commitId",
1601
+ "blobId",
1602
+ "filePath",
1603
+ "fileMode",
1604
+ "fileSize",
1605
+ "fileContent"
1606
+ ],
1607
+ "members":{
1608
+ "commitId":{"shape":"ObjectId"},
1609
+ "blobId":{"shape":"ObjectId"},
1610
+ "filePath":{"shape":"Path"},
1611
+ "fileMode":{"shape":"FileModeTypeEnum"},
1612
+ "fileSize":{"shape":"ObjectSize"},
1613
+ "fileContent":{"shape":"FileContent"}
1614
+ }
1615
+ },
1616
+ "GetFolderInput":{
1617
+ "type":"structure",
1618
+ "required":[
1619
+ "repositoryName",
1620
+ "folderPath"
1621
+ ],
1622
+ "members":{
1623
+ "repositoryName":{"shape":"RepositoryName"},
1624
+ "commitSpecifier":{"shape":"CommitName"},
1625
+ "folderPath":{"shape":"Path"}
1626
+ }
1627
+ },
1628
+ "GetFolderOutput":{
1629
+ "type":"structure",
1630
+ "required":[
1631
+ "commitId",
1632
+ "folderPath"
1633
+ ],
1634
+ "members":{
1635
+ "commitId":{"shape":"ObjectId"},
1636
+ "folderPath":{"shape":"Path"},
1637
+ "treeId":{"shape":"ObjectId"},
1638
+ "subFolders":{"shape":"FolderList"},
1639
+ "files":{"shape":"FileList"},
1640
+ "symbolicLinks":{"shape":"SymbolicLinkList"},
1641
+ "subModules":{"shape":"SubModuleList"}
1642
+ }
1643
+ },
1431
1644
  "GetMergeConflictsInput":{
1432
1645
  "type":"structure",
1433
1646
  "required":[
@@ -1557,6 +1770,12 @@
1557
1770
  },
1558
1771
  "exception":true
1559
1772
  },
1773
+ "InvalidDeletionParameterException":{
1774
+ "type":"structure",
1775
+ "members":{
1776
+ },
1777
+ "exception":true
1778
+ },
1560
1779
  "InvalidDescriptionException":{
1561
1780
  "type":"structure",
1562
1781
  "members":{
@@ -1740,6 +1959,7 @@
1740
1959
  "IsCommentDeleted":{"type":"boolean"},
1741
1960
  "IsMergeable":{"type":"boolean"},
1742
1961
  "IsMerged":{"type":"boolean"},
1962
+ "KeepEmptyFolders":{"type":"boolean"},
1743
1963
  "LastModifiedDate":{"type":"timestamp"},
1744
1964
  "Limit":{
1745
1965
  "type":"integer",
@@ -1885,6 +2105,7 @@
1885
2105
  },
1886
2106
  "NextToken":{"type":"string"},
1887
2107
  "ObjectId":{"type":"string"},
2108
+ "ObjectSize":{"type":"long"},
1888
2109
  "OrderEnum":{
1889
2110
  "type":"string",
1890
2111
  "enum":[
@@ -2130,8 +2351,8 @@
2130
2351
  "sourceReference":{"shape":"ReferenceName"},
2131
2352
  "destinationReference":{"shape":"ReferenceName"},
2132
2353
  "destinationCommit":{"shape":"CommitId"},
2133
- "mergeBase":{"shape":"CommitId"},
2134
2354
  "sourceCommit":{"shape":"CommitId"},
2355
+ "mergeBase":{"shape":"CommitId"},
2135
2356
  "mergeMetadata":{"shape":"MergeMetadata"}
2136
2357
  }
2137
2358
  },
@@ -2400,6 +2621,31 @@
2400
2621
  },
2401
2622
  "exception":true
2402
2623
  },
2624
+ "SubModule":{
2625
+ "type":"structure",
2626
+ "members":{
2627
+ "commitId":{"shape":"ObjectId"},
2628
+ "absolutePath":{"shape":"Path"},
2629
+ "relativePath":{"shape":"Path"}
2630
+ }
2631
+ },
2632
+ "SubModuleList":{
2633
+ "type":"list",
2634
+ "member":{"shape":"SubModule"}
2635
+ },
2636
+ "SymbolicLink":{
2637
+ "type":"structure",
2638
+ "members":{
2639
+ "blobId":{"shape":"ObjectId"},
2640
+ "absolutePath":{"shape":"Path"},
2641
+ "relativePath":{"shape":"Path"},
2642
+ "fileMode":{"shape":"FileModeTypeEnum"}
2643
+ }
2644
+ },
2645
+ "SymbolicLinkList":{
2646
+ "type":"list",
2647
+ "member":{"shape":"SymbolicLink"}
2648
+ },
2403
2649
  "Target":{
2404
2650
  "type":"structure",
2405
2651
  "required":[
@@ -352,6 +352,8 @@
352
352
  "shape" : "BadRequestException"
353
353
  }, {
354
354
  "shape" : "InternalServerErrorException"
355
+ }, {
356
+ "shape" : "ConflictException"
355
357
  }, {
356
358
  "shape" : "ForbiddenException"
357
359
  } ]
@@ -983,6 +985,10 @@
983
985
  "shape" : "WeeklyStartTime",
984
986
  "locationName" : "maintenanceWindowStartTime"
985
987
  },
988
+ "PendingEngineVersion" : {
989
+ "shape" : "__string",
990
+ "locationName" : "pendingEngineVersion"
991
+ },
986
992
  "PubliclyAccessible" : {
987
993
  "shape" : "__boolean",
988
994
  "locationName" : "publiclyAccessible"
@@ -1071,6 +1077,10 @@
1071
1077
  "shape" : "WeeklyStartTime",
1072
1078
  "locationName" : "maintenanceWindowStartTime"
1073
1079
  },
1080
+ "PendingEngineVersion" : {
1081
+ "shape" : "__string",
1082
+ "locationName" : "pendingEngineVersion"
1083
+ },
1074
1084
  "PubliclyAccessible" : {
1075
1085
  "shape" : "__boolean",
1076
1086
  "locationName" : "publiclyAccessible"
@@ -1657,10 +1667,18 @@
1657
1667
  "UpdateBrokerInput" : {
1658
1668
  "type" : "structure",
1659
1669
  "members" : {
1670
+ "AutoMinorVersionUpgrade" : {
1671
+ "shape" : "__boolean",
1672
+ "locationName" : "autoMinorVersionUpgrade"
1673
+ },
1660
1674
  "Configuration" : {
1661
1675
  "shape" : "ConfigurationId",
1662
1676
  "locationName" : "configuration"
1663
1677
  },
1678
+ "EngineVersion" : {
1679
+ "shape" : "__string",
1680
+ "locationName" : "engineVersion"
1681
+ },
1664
1682
  "Logs" : {
1665
1683
  "shape" : "Logs",
1666
1684
  "locationName" : "logs"
@@ -1670,6 +1688,10 @@
1670
1688
  "UpdateBrokerOutput" : {
1671
1689
  "type" : "structure",
1672
1690
  "members" : {
1691
+ "AutoMinorVersionUpgrade" : {
1692
+ "shape" : "__boolean",
1693
+ "locationName" : "autoMinorVersionUpgrade"
1694
+ },
1673
1695
  "BrokerId" : {
1674
1696
  "shape" : "__string",
1675
1697
  "locationName" : "brokerId"
@@ -1678,6 +1700,10 @@
1678
1700
  "shape" : "ConfigurationId",
1679
1701
  "locationName" : "configuration"
1680
1702
  },
1703
+ "EngineVersion" : {
1704
+ "shape" : "__string",
1705
+ "locationName" : "engineVersion"
1706
+ },
1681
1707
  "Logs" : {
1682
1708
  "shape" : "Logs",
1683
1709
  "locationName" : "logs"
@@ -1687,6 +1713,10 @@
1687
1713
  "UpdateBrokerRequest" : {
1688
1714
  "type" : "structure",
1689
1715
  "members" : {
1716
+ "AutoMinorVersionUpgrade" : {
1717
+ "shape" : "__boolean",
1718
+ "locationName" : "autoMinorVersionUpgrade"
1719
+ },
1690
1720
  "BrokerId" : {
1691
1721
  "shape" : "__string",
1692
1722
  "location" : "uri",
@@ -1696,6 +1726,10 @@
1696
1726
  "shape" : "ConfigurationId",
1697
1727
  "locationName" : "configuration"
1698
1728
  },
1729
+ "EngineVersion" : {
1730
+ "shape" : "__string",
1731
+ "locationName" : "engineVersion"
1732
+ },
1699
1733
  "Logs" : {
1700
1734
  "shape" : "Logs",
1701
1735
  "locationName" : "logs"
@@ -1706,6 +1740,10 @@
1706
1740
  "UpdateBrokerResponse" : {
1707
1741
  "type" : "structure",
1708
1742
  "members" : {
1743
+ "AutoMinorVersionUpgrade" : {
1744
+ "shape" : "__boolean",
1745
+ "locationName" : "autoMinorVersionUpgrade"
1746
+ },
1709
1747
  "BrokerId" : {
1710
1748
  "shape" : "__string",
1711
1749
  "locationName" : "brokerId"
@@ -1714,6 +1752,10 @@
1714
1752
  "shape" : "ConfigurationId",
1715
1753
  "locationName" : "configuration"
1716
1754
  },
1755
+ "EngineVersion" : {
1756
+ "shape" : "__string",
1757
+ "locationName" : "engineVersion"
1758
+ },
1717
1759
  "Logs" : {
1718
1760
  "shape" : "Logs",
1719
1761
  "locationName" : "logs"
@@ -2010,4 +2052,4 @@
2010
2052
  "timestampFormat" : "unixTimestamp"
2011
2053
  }
2012
2054
  }
2013
- }
2055
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.138'
2
+ VERSION = '2.11.139'
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.138
4
+ version: 2.11.139
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-09-26 00:00:00.000000000 Z
11
+ date: 2018-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath