aws-sdk-core 2.0.33 → 2.0.34

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: c893dc4a204c1cc3a4880149f07e734c952ff310
4
- data.tar.gz: ea02577b8a0f2b70d22d375faaab78129d146981
3
+ metadata.gz: 4709acd303f27a70ae4fb72aa6266357db3d4e07
4
+ data.tar.gz: fc682988d60fe1f4778201b435f02b342ef028e4
5
5
  SHA512:
6
- metadata.gz: cdb9c8e82adee1e775c268809a17051b437ef954e97a6e929051c8b2aaa6ec55c2121a187613d128a6028696154b2edabe13066509ba171a154a0e09629f39a4
7
- data.tar.gz: 865a56880f782100c2449cc3523376cfa3bcd9fd1680c8a5ba417395186c62f3c4c706f3885b99c0728fd30ff3ba997b790ef84e5d1a3fd5453d8add282d8608
6
+ metadata.gz: 7fa60a8efdf1c85446baa1bca359690ca1d855d2b085ba423f1c7d7ba8f1b4a3f376835768fec4b9e039b8c8c354721b4f5444e04a007842570fe853def163a9
7
+ data.tar.gz: 07fedfc411d2334329c80b770073bf2e7ebf5cc984b8e05c68a7ce38ec922a05dbea7f7a10e1747437c2f518600c779892fb45d7845a6bf293e6a02c10c7efeb
@@ -1,9 +1,10 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2014-10-06",
4
5
  "endpointPrefix":"codedeploy",
5
6
  "jsonVersion":"1.1",
6
- "serviceAbbreviation":"CodeDeploy",
7
+ "serviceAbbreviation":"codedeploy",
7
8
  "serviceFullName":"AWS CodeDeploy",
8
9
  "signatureVersion":"v4",
9
10
  "targetPrefix":"CodeDeploy_20141006",
@@ -11,6 +12,40 @@
11
12
  "protocol":"json"
12
13
  },
13
14
  "operations":{
15
+ "AddTagsToOnPremisesInstances":{
16
+ "name":"AddTagsToOnPremisesInstances",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AddTagsToOnPremisesInstancesInput"},
22
+ "errors":[
23
+ {
24
+ "shape":"InstanceNameRequiredException",
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"TagRequiredException",
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"InvalidTagException",
33
+ "exception":true
34
+ },
35
+ {
36
+ "shape":"TagLimitExceededException",
37
+ "exception":true
38
+ },
39
+ {
40
+ "shape":"InstanceLimitExceededException",
41
+ "exception":true
42
+ },
43
+ {
44
+ "shape":"InstanceNotRegisteredException",
45
+ "exception":true
46
+ }
47
+ ]
48
+ },
14
49
  "BatchGetApplications":{
15
50
  "name":"BatchGetApplications",
16
51
  "http":{
@@ -53,6 +88,25 @@
53
88
  }
54
89
  ]
55
90
  },
91
+ "BatchGetOnPremisesInstances":{
92
+ "name":"BatchGetOnPremisesInstances",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"BatchGetOnPremisesInstancesInput"},
98
+ "output":{"shape":"BatchGetOnPremisesInstancesOutput"},
99
+ "errors":[
100
+ {
101
+ "shape":"InstanceNameRequiredException",
102
+ "exception":true
103
+ },
104
+ {
105
+ "shape":"InvalidInstanceNameException",
106
+ "exception":true
107
+ }
108
+ ]
109
+ },
56
110
  "CreateApplication":{
57
111
  "name":"CreateApplication",
58
112
  "http":{
@@ -207,6 +261,10 @@
207
261
  "shape":"InvalidEC2TagException",
208
262
  "exception":true
209
263
  },
264
+ {
265
+ "shape":"InvalidTagException",
266
+ "exception":true
267
+ },
210
268
  {
211
269
  "shape":"InvalidAutoScalingGroupException",
212
270
  "exception":true
@@ -308,6 +366,24 @@
308
366
  }
309
367
  ]
310
368
  },
369
+ "DeregisterOnPremisesInstance":{
370
+ "name":"DeregisterOnPremisesInstance",
371
+ "http":{
372
+ "method":"POST",
373
+ "requestUri":"/"
374
+ },
375
+ "input":{"shape":"DeregisterOnPremisesInstanceInput"},
376
+ "errors":[
377
+ {
378
+ "shape":"InstanceNameRequiredException",
379
+ "exception":true
380
+ },
381
+ {
382
+ "shape":"InvalidInstanceNameException",
383
+ "exception":true
384
+ }
385
+ ]
386
+ },
311
387
  "GetApplication":{
312
388
  "name":"GetApplication",
313
389
  "http":{
@@ -478,6 +554,29 @@
478
554
  }
479
555
  ]
480
556
  },
557
+ "GetOnPremisesInstance":{
558
+ "name":"GetOnPremisesInstance",
559
+ "http":{
560
+ "method":"POST",
561
+ "requestUri":"/"
562
+ },
563
+ "input":{"shape":"GetOnPremisesInstanceInput"},
564
+ "output":{"shape":"GetOnPremisesInstanceOutput"},
565
+ "errors":[
566
+ {
567
+ "shape":"InstanceNameRequiredException",
568
+ "exception":true
569
+ },
570
+ {
571
+ "shape":"InstanceNotRegisteredException",
572
+ "exception":true
573
+ },
574
+ {
575
+ "shape":"InvalidInstanceNameException",
576
+ "exception":true
577
+ }
578
+ ]
579
+ },
481
580
  "ListApplicationRevisions":{
482
581
  "name":"ListApplicationRevisions",
483
582
  "http":{
@@ -668,6 +767,29 @@
668
767
  }
669
768
  ]
670
769
  },
770
+ "ListOnPremisesInstances":{
771
+ "name":"ListOnPremisesInstances",
772
+ "http":{
773
+ "method":"POST",
774
+ "requestUri":"/"
775
+ },
776
+ "input":{"shape":"ListOnPremisesInstancesInput"},
777
+ "output":{"shape":"ListOnPremisesInstancesOutput"},
778
+ "errors":[
779
+ {
780
+ "shape":"InvalidRegistrationStatusException",
781
+ "exception":true
782
+ },
783
+ {
784
+ "shape":"InvalidTagFilterException",
785
+ "exception":true
786
+ },
787
+ {
788
+ "shape":"InvalidNextTokenException",
789
+ "exception":true
790
+ }
791
+ ]
792
+ },
671
793
  "RegisterApplicationRevision":{
672
794
  "name":"RegisterApplicationRevision",
673
795
  "http":{
@@ -702,6 +824,74 @@
702
824
  }
703
825
  ]
704
826
  },
827
+ "RegisterOnPremisesInstance":{
828
+ "name":"RegisterOnPremisesInstance",
829
+ "http":{
830
+ "method":"POST",
831
+ "requestUri":"/"
832
+ },
833
+ "input":{"shape":"RegisterOnPremisesInstanceInput"},
834
+ "errors":[
835
+ {
836
+ "shape":"InstanceNameAlreadyRegisteredException",
837
+ "exception":true
838
+ },
839
+ {
840
+ "shape":"IamUserArnAlreadyRegisteredException",
841
+ "exception":true
842
+ },
843
+ {
844
+ "shape":"InstanceNameRequiredException",
845
+ "exception":true
846
+ },
847
+ {
848
+ "shape":"IamUserArnRequiredException",
849
+ "exception":true
850
+ },
851
+ {
852
+ "shape":"InvalidInstanceNameException",
853
+ "exception":true
854
+ },
855
+ {
856
+ "shape":"InvalidIamUserArnException",
857
+ "exception":true
858
+ }
859
+ ]
860
+ },
861
+ "RemoveTagsFromOnPremisesInstances":{
862
+ "name":"RemoveTagsFromOnPremisesInstances",
863
+ "http":{
864
+ "method":"POST",
865
+ "requestUri":"/"
866
+ },
867
+ "input":{"shape":"RemoveTagsFromOnPremisesInstancesInput"},
868
+ "errors":[
869
+ {
870
+ "shape":"InstanceNameRequiredException",
871
+ "exception":true
872
+ },
873
+ {
874
+ "shape":"TagRequiredException",
875
+ "exception":true
876
+ },
877
+ {
878
+ "shape":"InvalidTagException",
879
+ "exception":true
880
+ },
881
+ {
882
+ "shape":"TagLimitExceededException",
883
+ "exception":true
884
+ },
885
+ {
886
+ "shape":"InstanceLimitExceededException",
887
+ "exception":true
888
+ },
889
+ {
890
+ "shape":"InstanceNotRegisteredException",
891
+ "exception":true
892
+ }
893
+ ]
894
+ },
705
895
  "StopDeployment":{
706
896
  "name":"StopDeployment",
707
897
  "http":{
@@ -788,10 +978,18 @@
788
978
  "shape":"DeploymentGroupNameRequiredException",
789
979
  "exception":true
790
980
  },
981
+ {
982
+ "shape":"DeploymentGroupDoesNotExistException",
983
+ "exception":true
984
+ },
791
985
  {
792
986
  "shape":"InvalidEC2TagException",
793
987
  "exception":true
794
988
  },
989
+ {
990
+ "shape":"InvalidTagException",
991
+ "exception":true
992
+ },
795
993
  {
796
994
  "shape":"InvalidAutoScalingGroupException",
797
995
  "exception":true
@@ -812,6 +1010,17 @@
812
1010
  }
813
1011
  },
814
1012
  "shapes":{
1013
+ "AddTagsToOnPremisesInstancesInput":{
1014
+ "type":"structure",
1015
+ "required":[
1016
+ "tags",
1017
+ "instanceNames"
1018
+ ],
1019
+ "members":{
1020
+ "tags":{"shape":"TagList"},
1021
+ "instanceNames":{"shape":"InstanceNameList"}
1022
+ }
1023
+ },
815
1024
  "ApplicationAlreadyExistsException":{
816
1025
  "type":"structure",
817
1026
  "members":{
@@ -908,6 +1117,18 @@
908
1117
  "deploymentsInfo":{"shape":"DeploymentsInfoList"}
909
1118
  }
910
1119
  },
1120
+ "BatchGetOnPremisesInstancesInput":{
1121
+ "type":"structure",
1122
+ "members":{
1123
+ "instanceNames":{"shape":"InstanceNameList"}
1124
+ }
1125
+ },
1126
+ "BatchGetOnPremisesInstancesOutput":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ "instanceInfos":{"shape":"InstanceInfoList"}
1130
+ }
1131
+ },
911
1132
  "Boolean":{"type":"boolean"},
912
1133
  "BucketNameFilterRequiredException":{
913
1134
  "type":"structure",
@@ -955,13 +1176,15 @@
955
1176
  "type":"structure",
956
1177
  "required":[
957
1178
  "applicationName",
958
- "deploymentGroupName"
1179
+ "deploymentGroupName",
1180
+ "serviceRoleArn"
959
1181
  ],
960
1182
  "members":{
961
1183
  "applicationName":{"shape":"ApplicationName"},
962
1184
  "deploymentGroupName":{"shape":"DeploymentGroupName"},
963
1185
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
964
1186
  "ec2TagFilters":{"shape":"EC2TagFilterList"},
1187
+ "onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
965
1188
  "autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
966
1189
  "serviceRoleArn":{"shape":"Role"}
967
1190
  }
@@ -1110,6 +1333,7 @@
1110
1333
  "deploymentGroupName":{"shape":"DeploymentGroupName"},
1111
1334
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
1112
1335
  "ec2TagFilters":{"shape":"EC2TagFilterList"},
1336
+ "onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
1113
1337
  "autoScalingGroups":{"shape":"AutoScalingGroupList"},
1114
1338
  "serviceRoleArn":{"shape":"Role"},
1115
1339
  "targetRevision":{"shape":"RevisionLocation"}
@@ -1207,6 +1431,13 @@
1207
1431
  "type":"list",
1208
1432
  "member":{"shape":"DeploymentId"}
1209
1433
  },
1434
+ "DeregisterOnPremisesInstanceInput":{
1435
+ "type":"structure",
1436
+ "required":["instanceName"],
1437
+ "members":{
1438
+ "instanceName":{"shape":"InstanceName"}
1439
+ }
1440
+ },
1210
1441
  "Description":{"type":"string"},
1211
1442
  "DescriptionTooLongException":{
1212
1443
  "type":"structure",
@@ -1252,12 +1483,14 @@
1252
1483
  "REVISION_MISSING",
1253
1484
  "IAM_ROLE_MISSING",
1254
1485
  "IAM_ROLE_PERMISSIONS",
1486
+ "NO_EC2_SUBSCRIPTION",
1255
1487
  "OVER_MAX_INSTANCES",
1256
1488
  "NO_INSTANCES",
1257
1489
  "TIMEOUT",
1258
1490
  "HEALTH_CONSTRAINTS_INVALID",
1259
1491
  "HEALTH_CONSTRAINTS",
1260
- "INTERNAL_ERROR"
1492
+ "INTERNAL_ERROR",
1493
+ "THROTTLED"
1261
1494
  ]
1262
1495
  },
1263
1496
  "ErrorInformation":{
@@ -1370,6 +1603,19 @@
1370
1603
  "deploymentInfo":{"shape":"DeploymentInfo"}
1371
1604
  }
1372
1605
  },
1606
+ "GetOnPremisesInstanceInput":{
1607
+ "type":"structure",
1608
+ "required":["instanceName"],
1609
+ "members":{
1610
+ "instanceName":{"shape":"InstanceName"}
1611
+ }
1612
+ },
1613
+ "GetOnPremisesInstanceOutput":{
1614
+ "type":"structure",
1615
+ "members":{
1616
+ "instanceInfo":{"shape":"InstanceInfo"}
1617
+ }
1618
+ },
1373
1619
  "GitHubLocation":{
1374
1620
  "type":"structure",
1375
1621
  "members":{
@@ -1377,6 +1623,20 @@
1377
1623
  "commitId":{"shape":"CommitId"}
1378
1624
  }
1379
1625
  },
1626
+ "IamUserArn":{"type":"string"},
1627
+ "IamUserArnAlreadyRegisteredException":{
1628
+ "type":"structure",
1629
+ "members":{
1630
+ },
1631
+ "exception":true
1632
+ },
1633
+ "IamUserArnRequiredException":{
1634
+ "type":"structure",
1635
+ "members":{
1636
+ },
1637
+ "exception":true
1638
+ },
1639
+ "InstanceArn":{"type":"string"},
1380
1640
  "InstanceCount":{"type":"long"},
1381
1641
  "InstanceDoesNotExistException":{
1382
1642
  "type":"structure",
@@ -1391,6 +1651,50 @@
1391
1651
  },
1392
1652
  "exception":true
1393
1653
  },
1654
+ "InstanceInfo":{
1655
+ "type":"structure",
1656
+ "members":{
1657
+ "instanceName":{"shape":"InstanceName"},
1658
+ "iamUserArn":{"shape":"IamUserArn"},
1659
+ "instanceArn":{"shape":"InstanceArn"},
1660
+ "registerTime":{"shape":"Timestamp"},
1661
+ "deregisterTime":{"shape":"Timestamp"},
1662
+ "tags":{"shape":"TagList"}
1663
+ }
1664
+ },
1665
+ "InstanceInfoList":{
1666
+ "type":"list",
1667
+ "member":{"shape":"InstanceInfo"}
1668
+ },
1669
+ "InstanceLimitExceededException":{
1670
+ "type":"structure",
1671
+ "members":{
1672
+ },
1673
+ "exception":true
1674
+ },
1675
+ "InstanceName":{"type":"string"},
1676
+ "InstanceNameAlreadyRegisteredException":{
1677
+ "type":"structure",
1678
+ "members":{
1679
+ },
1680
+ "exception":true
1681
+ },
1682
+ "InstanceNameList":{
1683
+ "type":"list",
1684
+ "member":{"shape":"InstanceName"}
1685
+ },
1686
+ "InstanceNameRequiredException":{
1687
+ "type":"structure",
1688
+ "members":{
1689
+ },
1690
+ "exception":true
1691
+ },
1692
+ "InstanceNotRegisteredException":{
1693
+ "type":"structure",
1694
+ "members":{
1695
+ },
1696
+ "exception":true
1697
+ },
1394
1698
  "InstanceStatus":{
1395
1699
  "type":"string",
1396
1700
  "enum":[
@@ -1474,6 +1778,18 @@
1474
1778
  },
1475
1779
  "exception":true
1476
1780
  },
1781
+ "InvalidIamUserArnException":{
1782
+ "type":"structure",
1783
+ "members":{
1784
+ },
1785
+ "exception":true
1786
+ },
1787
+ "InvalidInstanceNameException":{
1788
+ "type":"structure",
1789
+ "members":{
1790
+ },
1791
+ "exception":true
1792
+ },
1477
1793
  "InvalidInstanceStatusException":{
1478
1794
  "type":"structure",
1479
1795
  "members":{
@@ -1504,6 +1820,12 @@
1504
1820
  },
1505
1821
  "exception":true
1506
1822
  },
1823
+ "InvalidRegistrationStatusException":{
1824
+ "type":"structure",
1825
+ "members":{
1826
+ },
1827
+ "exception":true
1828
+ },
1507
1829
  "InvalidRevisionException":{
1508
1830
  "type":"structure",
1509
1831
  "members":{
@@ -1528,6 +1850,18 @@
1528
1850
  },
1529
1851
  "exception":true
1530
1852
  },
1853
+ "InvalidTagException":{
1854
+ "type":"structure",
1855
+ "members":{
1856
+ },
1857
+ "exception":true
1858
+ },
1859
+ "InvalidTagFilterException":{
1860
+ "type":"structure",
1861
+ "members":{
1862
+ },
1863
+ "exception":true
1864
+ },
1531
1865
  "InvalidTimeRangeException":{
1532
1866
  "type":"structure",
1533
1867
  "members":{
@@ -1668,6 +2002,21 @@
1668
2002
  "nextToken":{"shape":"NextToken"}
1669
2003
  }
1670
2004
  },
2005
+ "ListOnPremisesInstancesInput":{
2006
+ "type":"structure",
2007
+ "members":{
2008
+ "registrationStatus":{"shape":"RegistrationStatus"},
2009
+ "tagFilters":{"shape":"TagFilterList"},
2010
+ "nextToken":{"shape":"NextToken"}
2011
+ }
2012
+ },
2013
+ "ListOnPremisesInstancesOutput":{
2014
+ "type":"structure",
2015
+ "members":{
2016
+ "instanceNames":{"shape":"InstanceNameList"},
2017
+ "nextToken":{"shape":"NextToken"}
2018
+ }
2019
+ },
1671
2020
  "ListStateFilterAction":{
1672
2021
  "type":"string",
1673
2022
  "enum":[
@@ -1706,6 +2055,35 @@
1706
2055
  "revision":{"shape":"RevisionLocation"}
1707
2056
  }
1708
2057
  },
2058
+ "RegisterOnPremisesInstanceInput":{
2059
+ "type":"structure",
2060
+ "required":[
2061
+ "instanceName",
2062
+ "iamUserArn"
2063
+ ],
2064
+ "members":{
2065
+ "instanceName":{"shape":"InstanceName"},
2066
+ "iamUserArn":{"shape":"IamUserArn"}
2067
+ }
2068
+ },
2069
+ "RegistrationStatus":{
2070
+ "type":"string",
2071
+ "enum":[
2072
+ "Registered",
2073
+ "Deregistered"
2074
+ ]
2075
+ },
2076
+ "RemoveTagsFromOnPremisesInstancesInput":{
2077
+ "type":"structure",
2078
+ "required":[
2079
+ "tags",
2080
+ "instanceNames"
2081
+ ],
2082
+ "members":{
2083
+ "tags":{"shape":"TagList"},
2084
+ "instanceNames":{"shape":"InstanceNameList"}
2085
+ }
2086
+ },
1709
2087
  "Repository":{"type":"string"},
1710
2088
  "RevisionDoesNotExistException":{
1711
2089
  "type":"structure",
@@ -1786,6 +2164,49 @@
1786
2164
  "Succeeded"
1787
2165
  ]
1788
2166
  },
2167
+ "Tag":{
2168
+ "type":"structure",
2169
+ "members":{
2170
+ "Key":{"shape":"Key"},
2171
+ "Value":{"shape":"Value"}
2172
+ }
2173
+ },
2174
+ "TagFilter":{
2175
+ "type":"structure",
2176
+ "members":{
2177
+ "Key":{"shape":"Key"},
2178
+ "Value":{"shape":"Value"},
2179
+ "Type":{"shape":"TagFilterType"}
2180
+ }
2181
+ },
2182
+ "TagFilterList":{
2183
+ "type":"list",
2184
+ "member":{"shape":"TagFilter"}
2185
+ },
2186
+ "TagFilterType":{
2187
+ "type":"string",
2188
+ "enum":[
2189
+ "KEY_ONLY",
2190
+ "VALUE_ONLY",
2191
+ "KEY_AND_VALUE"
2192
+ ]
2193
+ },
2194
+ "TagLimitExceededException":{
2195
+ "type":"structure",
2196
+ "members":{
2197
+ },
2198
+ "exception":true
2199
+ },
2200
+ "TagList":{
2201
+ "type":"list",
2202
+ "member":{"shape":"Tag"}
2203
+ },
2204
+ "TagRequiredException":{
2205
+ "type":"structure",
2206
+ "members":{
2207
+ },
2208
+ "exception":true
2209
+ },
1789
2210
  "TimeRange":{
1790
2211
  "type":"structure",
1791
2212
  "members":{
@@ -1813,6 +2234,7 @@
1813
2234
  "newDeploymentGroupName":{"shape":"DeploymentGroupName"},
1814
2235
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
1815
2236
  "ec2TagFilters":{"shape":"EC2TagFilterList"},
2237
+ "onPremisesInstanceTagFilters":{"shape":"TagFilterList"},
1816
2238
  "autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
1817
2239
  "serviceRoleArn":{"shape":"Role"}
1818
2240
  }