aws-sdk-core 2.7.12 → 2.7.13

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: 49fd678d04874002883367eef281b0a51ab8733c
4
- data.tar.gz: 632c85e825d4bae5b595584116b35cb7306181c2
3
+ metadata.gz: 590daa0545b2d39a69a3b17dfacd74c9ef6f2534
4
+ data.tar.gz: 9e28b631e2c4b85318300b7c019e10ff990b6ee7
5
5
  SHA512:
6
- metadata.gz: 451971284067ed6fed856141f710c98c54ff6f3abe9ec760ca7dd6f78c0d0550d79e4e57f29e2f7a46e57691ef419534f328af7a0f59b857947b447156232c52
7
- data.tar.gz: 3744041eefa7ef6fe9a403c868add5e3c19735ff3ef1cefa509af8c0b5d09ac6d189abf09fb5140a14faefd7536da6f3cabd72df58440f30de49b654fb612008
6
+ metadata.gz: c569f7dadbfb8ea319582a3968302141c2b65dc222db1b26b43332dc0f66e392741eb4e03c35dd80130091a0b06b1d16fa89213a40a7e21534fe4bc221c32d2b
7
+ data.tar.gz: c726915a3b7f27a850405f32100c21e143fd5f488b4f9230c58cda2f952b2c257281acea170894583089cb0d146546edf679267997045b3a529633f10b524f79
@@ -133,6 +133,23 @@
133
133
  {"shape":"InsufficientPrivilegesException"}
134
134
  ]
135
135
  },
136
+ "CreatePlatformVersion":{
137
+ "name":"CreatePlatformVersion",
138
+ "http":{
139
+ "method":"POST",
140
+ "requestUri":"/"
141
+ },
142
+ "input":{"shape":"CreatePlatformVersionRequest"},
143
+ "output":{
144
+ "shape":"CreatePlatformVersionResult",
145
+ "resultWrapper":"CreatePlatformVersionResult"
146
+ },
147
+ "errors":[
148
+ {"shape":"InsufficientPrivilegesException"},
149
+ {"shape":"ElasticBeanstalkServiceException"},
150
+ {"shape":"TooManyPlatformsException"}
151
+ ]
152
+ },
136
153
  "CreateStorageLocation":{
137
154
  "name":"CreateStorageLocation",
138
155
  "http":{
@@ -193,6 +210,24 @@
193
210
  },
194
211
  "input":{"shape":"DeleteEnvironmentConfigurationMessage"}
195
212
  },
213
+ "DeletePlatformVersion":{
214
+ "name":"DeletePlatformVersion",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"DeletePlatformVersionRequest"},
220
+ "output":{
221
+ "shape":"DeletePlatformVersionResult",
222
+ "resultWrapper":"DeletePlatformVersionResult"
223
+ },
224
+ "errors":[
225
+ {"shape":"OperationInProgressException"},
226
+ {"shape":"InsufficientPrivilegesException"},
227
+ {"shape":"ElasticBeanstalkServiceException"},
228
+ {"shape":"PlatformVersionStillReferencedException"}
229
+ ]
230
+ },
196
231
  "DescribeApplicationVersions":{
197
232
  "name":"DescribeApplicationVersions",
198
233
  "http":{
@@ -348,6 +383,22 @@
348
383
  {"shape":"ElasticBeanstalkServiceException"}
349
384
  ]
350
385
  },
386
+ "DescribePlatformVersion":{
387
+ "name":"DescribePlatformVersion",
388
+ "http":{
389
+ "method":"POST",
390
+ "requestUri":"/"
391
+ },
392
+ "input":{"shape":"DescribePlatformVersionRequest"},
393
+ "output":{
394
+ "shape":"DescribePlatformVersionResult",
395
+ "resultWrapper":"DescribePlatformVersionResult"
396
+ },
397
+ "errors":[
398
+ {"shape":"InsufficientPrivilegesException"},
399
+ {"shape":"ElasticBeanstalkServiceException"}
400
+ ]
401
+ },
351
402
  "ListAvailableSolutionStacks":{
352
403
  "name":"ListAvailableSolutionStacks",
353
404
  "http":{
@@ -359,6 +410,22 @@
359
410
  "resultWrapper":"ListAvailableSolutionStacksResult"
360
411
  }
361
412
  },
413
+ "ListPlatformVersions":{
414
+ "name":"ListPlatformVersions",
415
+ "http":{
416
+ "method":"POST",
417
+ "requestUri":"/"
418
+ },
419
+ "input":{"shape":"ListPlatformVersionsRequest"},
420
+ "output":{
421
+ "shape":"ListPlatformVersionsResult",
422
+ "resultWrapper":"ListPlatformVersionsResult"
423
+ },
424
+ "errors":[
425
+ {"shape":"InsufficientPrivilegesException"},
426
+ {"shape":"ElasticBeanstalkServiceException"}
427
+ ]
428
+ },
362
429
  "RebuildEnvironment":{
363
430
  "name":"RebuildEnvironment",
364
431
  "http":{
@@ -510,6 +577,7 @@
510
577
  }
511
578
  },
512
579
  "shapes":{
580
+ "ARN":{"type":"string"},
513
581
  "AbortEnvironmentUpdateMessage":{
514
582
  "type":"structure",
515
583
  "members":{
@@ -705,6 +773,12 @@
705
773
  "TimeoutInMinutes":{"shape":"BoxedInt"}
706
774
  }
707
775
  },
776
+ "Builder":{
777
+ "type":"structure",
778
+ "members":{
779
+ "ARN":{"shape":"ARN"}
780
+ }
781
+ },
708
782
  "CPUUtilization":{
709
783
  "type":"structure",
710
784
  "members":{
@@ -829,6 +903,7 @@
829
903
  "type":"structure",
830
904
  "members":{
831
905
  "SolutionStackName":{"shape":"SolutionStackName"},
906
+ "PlatformArn":{"shape":"PlatformArn"},
832
907
  "Options":{"shape":"ConfigurationOptionDescriptionsList"}
833
908
  }
834
909
  },
@@ -836,6 +911,7 @@
836
911
  "type":"structure",
837
912
  "members":{
838
913
  "SolutionStackName":{"shape":"SolutionStackName"},
914
+ "PlatformArn":{"shape":"PlatformArn"},
839
915
  "ApplicationName":{"shape":"ApplicationName"},
840
916
  "TemplateName":{"shape":"ConfigurationTemplateName"},
841
917
  "Description":{"shape":"Description"},
@@ -907,6 +983,7 @@
907
983
  "ApplicationName":{"shape":"ApplicationName"},
908
984
  "TemplateName":{"shape":"ConfigurationTemplateName"},
909
985
  "SolutionStackName":{"shape":"SolutionStackName"},
986
+ "PlatformArn":{"shape":"PlatformArn"},
910
987
  "SourceConfiguration":{"shape":"SourceConfiguration"},
911
988
  "EnvironmentId":{"shape":"EnvironmentId"},
912
989
  "Description":{"shape":"Description"},
@@ -927,10 +1004,33 @@
927
1004
  "VersionLabel":{"shape":"VersionLabel"},
928
1005
  "TemplateName":{"shape":"ConfigurationTemplateName"},
929
1006
  "SolutionStackName":{"shape":"SolutionStackName"},
1007
+ "PlatformArn":{"shape":"PlatformArn"},
930
1008
  "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
931
1009
  "OptionsToRemove":{"shape":"OptionsSpecifierList"}
932
1010
  }
933
1011
  },
1012
+ "CreatePlatformVersionRequest":{
1013
+ "type":"structure",
1014
+ "required":[
1015
+ "PlatformName",
1016
+ "PlatformVersion",
1017
+ "PlatformDefinitionBundle"
1018
+ ],
1019
+ "members":{
1020
+ "PlatformName":{"shape":"PlatformName"},
1021
+ "PlatformVersion":{"shape":"PlatformVersion"},
1022
+ "PlatformDefinitionBundle":{"shape":"S3Location"},
1023
+ "EnvironmentName":{"shape":"EnvironmentName"},
1024
+ "OptionSettings":{"shape":"ConfigurationOptionSettingsList"}
1025
+ }
1026
+ },
1027
+ "CreatePlatformVersionResult":{
1028
+ "type":"structure",
1029
+ "members":{
1030
+ "PlatformSummary":{"shape":"PlatformSummary"},
1031
+ "Builder":{"shape":"Builder"}
1032
+ }
1033
+ },
934
1034
  "CreateStorageLocationResultMessage":{
935
1035
  "type":"structure",
936
1036
  "members":{
@@ -938,6 +1038,17 @@
938
1038
  }
939
1039
  },
940
1040
  "CreationDate":{"type":"timestamp"},
1041
+ "CustomAmi":{
1042
+ "type":"structure",
1043
+ "members":{
1044
+ "VirtualizationType":{"shape":"VirtualizationType"},
1045
+ "ImageId":{"shape":"ImageId"}
1046
+ }
1047
+ },
1048
+ "CustomAmiList":{
1049
+ "type":"list",
1050
+ "member":{"shape":"CustomAmi"}
1051
+ },
941
1052
  "DNSCname":{
942
1053
  "type":"string",
943
1054
  "max":255,
@@ -990,6 +1101,18 @@
990
1101
  "EnvironmentName":{"shape":"EnvironmentName"}
991
1102
  }
992
1103
  },
1104
+ "DeletePlatformVersionRequest":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "PlatformArn":{"shape":"PlatformArn"}
1108
+ }
1109
+ },
1110
+ "DeletePlatformVersionResult":{
1111
+ "type":"structure",
1112
+ "members":{
1113
+ "PlatformSummary":{"shape":"PlatformSummary"}
1114
+ }
1115
+ },
993
1116
  "DeleteSourceBundle":{"type":"boolean"},
994
1117
  "Deployment":{
995
1118
  "type":"structure",
@@ -1023,6 +1146,7 @@
1023
1146
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1024
1147
  "EnvironmentName":{"shape":"EnvironmentName"},
1025
1148
  "SolutionStackName":{"shape":"SolutionStackName"},
1149
+ "PlatformArn":{"shape":"PlatformArn"},
1026
1150
  "Options":{"shape":"OptionsSpecifierList"}
1027
1151
  }
1028
1152
  },
@@ -1112,6 +1236,7 @@
1112
1236
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1113
1237
  "EnvironmentId":{"shape":"EnvironmentId"},
1114
1238
  "EnvironmentName":{"shape":"EnvironmentName"},
1239
+ "PlatformArn":{"shape":"PlatformArn"},
1115
1240
  "RequestId":{"shape":"RequestId"},
1116
1241
  "Severity":{"shape":"EventSeverity"},
1117
1242
  "StartTime":{"shape":"TimeFilterStart"},
@@ -1137,6 +1262,18 @@
1137
1262
  "NextToken":{"shape":"NextToken"}
1138
1263
  }
1139
1264
  },
1265
+ "DescribePlatformVersionRequest":{
1266
+ "type":"structure",
1267
+ "members":{
1268
+ "PlatformArn":{"shape":"PlatformArn"}
1269
+ }
1270
+ },
1271
+ "DescribePlatformVersionResult":{
1272
+ "type":"structure",
1273
+ "members":{
1274
+ "PlatformDescription":{"shape":"PlatformDescription"}
1275
+ }
1276
+ },
1140
1277
  "Description":{
1141
1278
  "type":"string",
1142
1279
  "max":200
@@ -1158,6 +1295,7 @@
1158
1295
  "ApplicationName":{"shape":"ApplicationName"},
1159
1296
  "VersionLabel":{"shape":"VersionLabel"},
1160
1297
  "SolutionStackName":{"shape":"SolutionStackName"},
1298
+ "PlatformArn":{"shape":"PlatformArn"},
1161
1299
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1162
1300
  "Description":{"shape":"Description"},
1163
1301
  "EndpointURL":{"shape":"EndpointURL"},
@@ -1319,6 +1457,7 @@
1319
1457
  "VersionLabel":{"shape":"VersionLabel"},
1320
1458
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1321
1459
  "EnvironmentName":{"shape":"EnvironmentName"},
1460
+ "PlatformArn":{"shape":"PlatformArn"},
1322
1461
  "RequestId":{"shape":"RequestId"},
1323
1462
  "Severity":{"shape":"EventSeverity"}
1324
1463
  }
@@ -1370,6 +1509,7 @@
1370
1509
  "max":19,
1371
1510
  "min":1
1372
1511
  },
1512
+ "ImageId":{"type":"string"},
1373
1513
  "IncludeDeleted":{"type":"boolean"},
1374
1514
  "IncludeDeletedBackTo":{"type":"timestamp"},
1375
1515
  "Instance":{
@@ -1478,6 +1618,21 @@
1478
1618
  "SolutionStackDetails":{"shape":"AvailableSolutionStackDetailsList"}
1479
1619
  }
1480
1620
  },
1621
+ "ListPlatformVersionsRequest":{
1622
+ "type":"structure",
1623
+ "members":{
1624
+ "Filters":{"shape":"PlatformFilters"},
1625
+ "MaxRecords":{"shape":"PlatformMaxRecords"},
1626
+ "NextToken":{"shape":"Token"}
1627
+ }
1628
+ },
1629
+ "ListPlatformVersionsResult":{
1630
+ "type":"structure",
1631
+ "members":{
1632
+ "PlatformSummaryList":{"shape":"PlatformSummaryList"},
1633
+ "NextToken":{"shape":"Token"}
1634
+ }
1635
+ },
1481
1636
  "Listener":{
1482
1637
  "type":"structure",
1483
1638
  "members":{
@@ -1512,6 +1667,7 @@
1512
1667
  "type":"list",
1513
1668
  "member":{"shape":"Listener"}
1514
1669
  },
1670
+ "Maintainer":{"type":"string"},
1515
1671
  "ManagedAction":{
1516
1672
  "type":"structure",
1517
1673
  "members":{
@@ -1594,6 +1750,8 @@
1594
1750
  "NullableDouble":{"type":"double"},
1595
1751
  "NullableInteger":{"type":"integer"},
1596
1752
  "NullableLong":{"type":"long"},
1753
+ "OperatingSystemName":{"type":"string"},
1754
+ "OperatingSystemVersion":{"type":"string"},
1597
1755
  "OperationInProgressException":{
1598
1756
  "type":"structure",
1599
1757
  "members":{
@@ -1628,6 +1786,117 @@
1628
1786
  "type":"list",
1629
1787
  "member":{"shape":"OptionSpecification"}
1630
1788
  },
1789
+ "PlatformArn":{"type":"string"},
1790
+ "PlatformCategory":{"type":"string"},
1791
+ "PlatformDescription":{
1792
+ "type":"structure",
1793
+ "members":{
1794
+ "PlatformArn":{"shape":"PlatformArn"},
1795
+ "PlatformOwner":{"shape":"PlatformOwner"},
1796
+ "PlatformName":{"shape":"PlatformName"},
1797
+ "PlatformVersion":{"shape":"PlatformVersion"},
1798
+ "SolutionStackName":{"shape":"SolutionStackName"},
1799
+ "PlatformStatus":{"shape":"PlatformStatus"},
1800
+ "DateCreated":{"shape":"CreationDate"},
1801
+ "DateUpdated":{"shape":"UpdateDate"},
1802
+ "PlatformCategory":{"shape":"PlatformCategory"},
1803
+ "Description":{"shape":"Description"},
1804
+ "Maintainer":{"shape":"Maintainer"},
1805
+ "OperatingSystemName":{"shape":"OperatingSystemName"},
1806
+ "OperatingSystemVersion":{"shape":"OperatingSystemVersion"},
1807
+ "ProgrammingLanguages":{"shape":"PlatformProgrammingLanguages"},
1808
+ "Frameworks":{"shape":"PlatformFrameworks"},
1809
+ "CustomAmiList":{"shape":"CustomAmiList"},
1810
+ "SupportedTierList":{"shape":"SupportedTierList"},
1811
+ "SupportedAddonList":{"shape":"SupportedAddonList"}
1812
+ }
1813
+ },
1814
+ "PlatformFilter":{
1815
+ "type":"structure",
1816
+ "members":{
1817
+ "Type":{"shape":"PlatformFilterType"},
1818
+ "Operator":{"shape":"PlatformFilterOperator"},
1819
+ "Values":{"shape":"PlatformFilterValueList"}
1820
+ }
1821
+ },
1822
+ "PlatformFilterOperator":{"type":"string"},
1823
+ "PlatformFilterType":{"type":"string"},
1824
+ "PlatformFilterValue":{"type":"string"},
1825
+ "PlatformFilterValueList":{
1826
+ "type":"list",
1827
+ "member":{"shape":"PlatformFilterValue"}
1828
+ },
1829
+ "PlatformFilters":{
1830
+ "type":"list",
1831
+ "member":{"shape":"PlatformFilter"}
1832
+ },
1833
+ "PlatformFramework":{
1834
+ "type":"structure",
1835
+ "members":{
1836
+ "Name":{"shape":"String"},
1837
+ "Version":{"shape":"String"}
1838
+ }
1839
+ },
1840
+ "PlatformFrameworks":{
1841
+ "type":"list",
1842
+ "member":{"shape":"PlatformFramework"}
1843
+ },
1844
+ "PlatformMaxRecords":{
1845
+ "type":"integer",
1846
+ "min":1
1847
+ },
1848
+ "PlatformName":{"type":"string"},
1849
+ "PlatformOwner":{"type":"string"},
1850
+ "PlatformProgrammingLanguage":{
1851
+ "type":"structure",
1852
+ "members":{
1853
+ "Name":{"shape":"String"},
1854
+ "Version":{"shape":"String"}
1855
+ }
1856
+ },
1857
+ "PlatformProgrammingLanguages":{
1858
+ "type":"list",
1859
+ "member":{"shape":"PlatformProgrammingLanguage"}
1860
+ },
1861
+ "PlatformStatus":{
1862
+ "type":"string",
1863
+ "enum":[
1864
+ "Creating",
1865
+ "Failed",
1866
+ "Ready",
1867
+ "Deleting",
1868
+ "Deleted"
1869
+ ]
1870
+ },
1871
+ "PlatformSummary":{
1872
+ "type":"structure",
1873
+ "members":{
1874
+ "PlatformArn":{"shape":"PlatformArn"},
1875
+ "PlatformOwner":{"shape":"PlatformOwner"},
1876
+ "PlatformStatus":{"shape":"PlatformStatus"},
1877
+ "PlatformCategory":{"shape":"PlatformCategory"},
1878
+ "OperatingSystemName":{"shape":"OperatingSystemName"},
1879
+ "OperatingSystemVersion":{"shape":"OperatingSystemVersion"},
1880
+ "SupportedTierList":{"shape":"SupportedTierList"},
1881
+ "SupportedAddonList":{"shape":"SupportedAddonList"}
1882
+ }
1883
+ },
1884
+ "PlatformSummaryList":{
1885
+ "type":"list",
1886
+ "member":{"shape":"PlatformSummary"}
1887
+ },
1888
+ "PlatformVersion":{"type":"string"},
1889
+ "PlatformVersionStillReferencedException":{
1890
+ "type":"structure",
1891
+ "members":{
1892
+ },
1893
+ "error":{
1894
+ "code":"PlatformVersionStillReferencedException",
1895
+ "httpStatusCode":400,
1896
+ "senderFault":true
1897
+ },
1898
+ "exception":true
1899
+ },
1631
1900
  "Queue":{
1632
1901
  "type":"structure",
1633
1902
  "members":{
@@ -1752,10 +2021,7 @@
1752
2021
  "type":"list",
1753
2022
  "member":{"shape":"FileTypeExtension"}
1754
2023
  },
1755
- "SolutionStackName":{
1756
- "type":"string",
1757
- "max":100
1758
- },
2024
+ "SolutionStackName":{"type":"string"},
1759
2025
  "SourceBuildInformation":{
1760
2026
  "type":"structure",
1761
2027
  "required":[
@@ -1817,6 +2083,16 @@
1817
2083
  }
1818
2084
  },
1819
2085
  "String":{"type":"string"},
2086
+ "SupportedAddon":{"type":"string"},
2087
+ "SupportedAddonList":{
2088
+ "type":"list",
2089
+ "member":{"shape":"SupportedAddon"}
2090
+ },
2091
+ "SupportedTier":{"type":"string"},
2092
+ "SupportedTierList":{
2093
+ "type":"list",
2094
+ "member":{"shape":"SupportedTier"}
2095
+ },
1820
2096
  "SwapEnvironmentCNAMEsMessage":{
1821
2097
  "type":"structure",
1822
2098
  "members":{
@@ -1919,6 +2195,17 @@
1919
2195
  },
1920
2196
  "exception":true
1921
2197
  },
2198
+ "TooManyPlatformsException":{
2199
+ "type":"structure",
2200
+ "members":{
2201
+ },
2202
+ "error":{
2203
+ "code":"TooManyPlatformsException",
2204
+ "httpStatusCode":400,
2205
+ "senderFault":true
2206
+ },
2207
+ "exception":true
2208
+ },
1922
2209
  "Trigger":{
1923
2210
  "type":"structure",
1924
2211
  "members":{
@@ -1987,6 +2274,7 @@
1987
2274
  "VersionLabel":{"shape":"VersionLabel"},
1988
2275
  "TemplateName":{"shape":"ConfigurationTemplateName"},
1989
2276
  "SolutionStackName":{"shape":"SolutionStackName"},
2277
+ "PlatformArn":{"shape":"PlatformArn"},
1990
2278
  "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1991
2279
  "OptionsToRemove":{"shape":"OptionsSpecifierList"}
1992
2280
  }
@@ -2038,6 +2326,7 @@
2038
2326
  "VersionLabelsList":{
2039
2327
  "type":"list",
2040
2328
  "member":{"shape":"VersionLabel"}
2041
- }
2329
+ },
2330
+ "VirtualizationType":{"type":"string"}
2042
2331
  }
2043
2332
  }