aws-sdk-core 2.7.2 → 2.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "pagination": {
3
+ "ListAppliedSchemaArns": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListAttachedIndices": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListDevelopmentSchemaArns": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListDirectories": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
23
+ "ListFacetAttributes": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "ListFacetNames": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListIndex": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "ListObjectAttributes": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "ListObjectChildren": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ },
48
+ "ListObjectParents": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
53
+ "ListObjectPolicies": {
54
+ "input_token": "NextToken",
55
+ "output_token": "NextToken",
56
+ "limit_key": "MaxResults"
57
+ },
58
+ "ListPolicyAttachments": {
59
+ "input_token": "NextToken",
60
+ "output_token": "NextToken",
61
+ "limit_key": "MaxResults"
62
+ },
63
+ "ListPublishedSchemaArns": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults"
67
+ },
68
+ "ListTagsForResource": {
69
+ "input_token": "NextToken",
70
+ "output_token": "NextToken",
71
+ "limit_key": "MaxResults"
72
+ },
73
+ "LookupPolicy": {
74
+ "input_token": "NextToken",
75
+ "output_token": "NextToken",
76
+ "limit_key": "MaxResults"
77
+ }
78
+ }
79
+ }
@@ -123,6 +123,22 @@
123
123
  {"shape":"BatchLimitExceededException"}
124
124
  ]
125
125
  },
126
+ "ContinueDeployment":{
127
+ "name":"ContinueDeployment",
128
+ "http":{
129
+ "method":"POST",
130
+ "requestUri":"/"
131
+ },
132
+ "input":{"shape":"ContinueDeploymentInput"},
133
+ "errors":[
134
+ {"shape":"DeploymentIdRequiredException"},
135
+ {"shape":"DeploymentDoesNotExistException"},
136
+ {"shape":"DeploymentAlreadyCompletedException"},
137
+ {"shape":"InvalidDeploymentIdException"},
138
+ {"shape":"DeploymentIsNotInReadyStateException"},
139
+ {"shape":"UnsupportedActionForDeploymentTypeException"}
140
+ ]
141
+ },
126
142
  "CreateApplication":{
127
143
  "name":"CreateApplication",
128
144
  "http":{
@@ -160,7 +176,9 @@
160
176
  {"shape":"DeploymentConfigDoesNotExistException"},
161
177
  {"shape":"DescriptionTooLongException"},
162
178
  {"shape":"DeploymentLimitExceededException"},
163
- {"shape":"InvalidAutoRollbackConfigException"}
179
+ {"shape":"InvalidTargetInstancesException"},
180
+ {"shape":"InvalidAutoRollbackConfigException"},
181
+ {"shape":"InvalidLoadBalancerInfoException"}
164
182
  ]
165
183
  },
166
184
  "CreateDeploymentConfig":{
@@ -207,7 +225,10 @@
207
225
  {"shape":"TriggerTargetsLimitExceededException"},
208
226
  {"shape":"InvalidAlarmConfigException"},
209
227
  {"shape":"AlarmsLimitExceededException"},
210
- {"shape":"InvalidAutoRollbackConfigException"}
228
+ {"shape":"InvalidAutoRollbackConfigException"},
229
+ {"shape":"InvalidLoadBalancerInfoException"},
230
+ {"shape":"InvalidDeploymentStyleException"},
231
+ {"shape":"InvalidBlueGreenDeploymentConfigurationException"}
211
232
  ]
212
233
  },
213
234
  "DeleteApplication":{
@@ -445,7 +466,8 @@
445
466
  {"shape":"DeploymentNotStartedException"},
446
467
  {"shape":"InvalidNextTokenException"},
447
468
  {"shape":"InvalidDeploymentIdException"},
448
- {"shape":"InvalidInstanceStatusException"}
469
+ {"shape":"InvalidInstanceStatusException"},
470
+ {"shape":"InvalidInstanceTypeException"}
449
471
  ]
450
472
  },
451
473
  "ListDeployments":{
@@ -534,6 +556,22 @@
534
556
  {"shape":"InstanceNotRegisteredException"}
535
557
  ]
536
558
  },
559
+ "SkipWaitTimeForInstanceTermination":{
560
+ "name":"SkipWaitTimeForInstanceTermination",
561
+ "http":{
562
+ "method":"POST",
563
+ "requestUri":"/"
564
+ },
565
+ "input":{"shape":"SkipWaitTimeForInstanceTerminationInput"},
566
+ "errors":[
567
+ {"shape":"DeploymentIdRequiredException"},
568
+ {"shape":"DeploymentDoesNotExistException"},
569
+ {"shape":"DeploymentAlreadyCompletedException"},
570
+ {"shape":"InvalidDeploymentIdException"},
571
+ {"shape":"DeploymentNotStartedException"},
572
+ {"shape":"UnsupportedActionForDeploymentTypeException"}
573
+ ]
574
+ },
537
575
  "StopDeployment":{
538
576
  "name":"StopDeployment",
539
577
  "http":{
@@ -590,7 +628,10 @@
590
628
  {"shape":"TriggerTargetsLimitExceededException"},
591
629
  {"shape":"InvalidAlarmConfigException"},
592
630
  {"shape":"AlarmsLimitExceededException"},
593
- {"shape":"InvalidAutoRollbackConfigException"}
631
+ {"shape":"InvalidAutoRollbackConfigException"},
632
+ {"shape":"InvalidLoadBalancerInfoException"},
633
+ {"shape":"InvalidDeploymentStyleException"},
634
+ {"shape":"InvalidBlueGreenDeploymentConfigurationException"}
594
635
  ]
595
636
  }
596
637
  },
@@ -606,6 +647,7 @@
606
647
  "instanceNames":{"shape":"InstanceNameList"}
607
648
  }
608
649
  },
650
+ "AdditionalDeploymentStatusInfo":{"type":"string"},
609
651
  "Alarm":{
610
652
  "type":"structure",
611
653
  "members":{
@@ -819,6 +861,21 @@
819
861
  },
820
862
  "exception":true
821
863
  },
864
+ "BlueGreenDeploymentConfiguration":{
865
+ "type":"structure",
866
+ "members":{
867
+ "terminateBlueInstancesOnDeploymentSuccess":{"shape":"BlueInstanceTerminationOption"},
868
+ "deploymentReadyOption":{"shape":"DeploymentReadyOption"},
869
+ "greenFleetProvisioningOption":{"shape":"GreenFleetProvisioningOption"}
870
+ }
871
+ },
872
+ "BlueInstanceTerminationOption":{
873
+ "type":"structure",
874
+ "members":{
875
+ "action":{"shape":"InstanceAction"},
876
+ "terminationWaitTimeInMinutes":{"shape":"Duration"}
877
+ }
878
+ },
822
879
  "Boolean":{"type":"boolean"},
823
880
  "BucketNameFilterRequiredException":{
824
881
  "type":"structure",
@@ -835,6 +892,12 @@
835
892
  ]
836
893
  },
837
894
  "CommitId":{"type":"string"},
895
+ "ContinueDeploymentInput":{
896
+ "type":"structure",
897
+ "members":{
898
+ "deploymentId":{"shape":"DeploymentId"}
899
+ }
900
+ },
838
901
  "CreateApplicationInput":{
839
902
  "type":"structure",
840
903
  "required":["applicationName"],
@@ -879,7 +942,10 @@
879
942
  "serviceRoleArn":{"shape":"Role"},
880
943
  "triggerConfigurations":{"shape":"TriggerConfigList"},
881
944
  "alarmConfiguration":{"shape":"AlarmConfiguration"},
882
- "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"}
945
+ "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
946
+ "deploymentStyle":{"shape":"DeploymentStyle"},
947
+ "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
948
+ "loadBalancerInfo":{"shape":"LoadBalancerInfo"}
883
949
  }
884
950
  },
885
951
  "CreateDeploymentGroupOutput":{
@@ -898,6 +964,7 @@
898
964
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
899
965
  "description":{"shape":"Description"},
900
966
  "ignoreApplicationStopFailures":{"shape":"Boolean"},
967
+ "targetInstances":{"shape":"TargetInstances"},
901
968
  "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
902
969
  "updateOutdatedInstancesOnly":{"shape":"Boolean"}
903
970
  }
@@ -1035,7 +1102,10 @@
1035
1102
  "targetRevision":{"shape":"RevisionLocation"},
1036
1103
  "triggerConfigurations":{"shape":"TriggerConfigList"},
1037
1104
  "alarmConfiguration":{"shape":"AlarmConfiguration"},
1038
- "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"}
1105
+ "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
1106
+ "deploymentStyle":{"shape":"DeploymentStyle"},
1107
+ "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
1108
+ "loadBalancerInfo":{"shape":"LoadBalancerInfo"}
1039
1109
  }
1040
1110
  },
1041
1111
  "DeploymentGroupInfoList":{
@@ -1089,9 +1159,21 @@
1089
1159
  "ignoreApplicationStopFailures":{"shape":"Boolean"},
1090
1160
  "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
1091
1161
  "updateOutdatedInstancesOnly":{"shape":"Boolean"},
1092
- "rollbackInfo":{"shape":"RollbackInfo"}
1162
+ "rollbackInfo":{"shape":"RollbackInfo"},
1163
+ "deploymentStyle":{"shape":"DeploymentStyle"},
1164
+ "targetInstances":{"shape":"TargetInstances"},
1165
+ "instanceTerminationWaitTimeStarted":{"shape":"Boolean"},
1166
+ "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
1167
+ "loadBalancerInfo":{"shape":"LoadBalancerInfo"},
1168
+ "additionalDeploymentStatusInfo":{"shape":"AdditionalDeploymentStatusInfo"}
1093
1169
  }
1094
1170
  },
1171
+ "DeploymentIsNotInReadyStateException":{
1172
+ "type":"structure",
1173
+ "members":{
1174
+ },
1175
+ "exception":true
1176
+ },
1095
1177
  "DeploymentLimitExceededException":{
1096
1178
  "type":"structure",
1097
1179
  "members":{
@@ -1104,6 +1186,13 @@
1104
1186
  },
1105
1187
  "exception":true
1106
1188
  },
1189
+ "DeploymentOption":{
1190
+ "type":"string",
1191
+ "enum":[
1192
+ "WITH_TRAFFIC_CONTROL",
1193
+ "WITHOUT_TRAFFIC_CONTROL"
1194
+ ]
1195
+ },
1107
1196
  "DeploymentOverview":{
1108
1197
  "type":"structure",
1109
1198
  "members":{
@@ -1111,7 +1200,22 @@
1111
1200
  "InProgress":{"shape":"InstanceCount"},
1112
1201
  "Succeeded":{"shape":"InstanceCount"},
1113
1202
  "Failed":{"shape":"InstanceCount"},
1114
- "Skipped":{"shape":"InstanceCount"}
1203
+ "Skipped":{"shape":"InstanceCount"},
1204
+ "Ready":{"shape":"InstanceCount"}
1205
+ }
1206
+ },
1207
+ "DeploymentReadyAction":{
1208
+ "type":"string",
1209
+ "enum":[
1210
+ "CONTINUE_DEPLOYMENT",
1211
+ "STOP_DEPLOYMENT"
1212
+ ]
1213
+ },
1214
+ "DeploymentReadyOption":{
1215
+ "type":"structure",
1216
+ "members":{
1217
+ "actionOnTimeout":{"shape":"DeploymentReadyAction"},
1218
+ "waitTimeInMinutes":{"shape":"Duration"}
1115
1219
  }
1116
1220
  },
1117
1221
  "DeploymentStatus":{
@@ -1122,13 +1226,28 @@
1122
1226
  "InProgress",
1123
1227
  "Succeeded",
1124
1228
  "Failed",
1125
- "Stopped"
1229
+ "Stopped",
1230
+ "Ready"
1126
1231
  ]
1127
1232
  },
1128
1233
  "DeploymentStatusList":{
1129
1234
  "type":"list",
1130
1235
  "member":{"shape":"DeploymentStatus"}
1131
1236
  },
1237
+ "DeploymentStyle":{
1238
+ "type":"structure",
1239
+ "members":{
1240
+ "deploymentType":{"shape":"DeploymentType"},
1241
+ "deploymentOption":{"shape":"DeploymentOption"}
1242
+ }
1243
+ },
1244
+ "DeploymentType":{
1245
+ "type":"string",
1246
+ "enum":[
1247
+ "IN_PLACE",
1248
+ "BLUE_GREEN"
1249
+ ]
1250
+ },
1132
1251
  "DeploymentsInfoList":{
1133
1252
  "type":"list",
1134
1253
  "member":{"shape":"DeploymentInfo"}
@@ -1160,6 +1279,7 @@
1160
1279
  "logTail":{"shape":"LogTail"}
1161
1280
  }
1162
1281
  },
1282
+ "Duration":{"type":"integer"},
1163
1283
  "EC2TagFilter":{
1164
1284
  "type":"structure",
1165
1285
  "members":{
@@ -1180,6 +1300,17 @@
1180
1300
  "KEY_AND_VALUE"
1181
1301
  ]
1182
1302
  },
1303
+ "ELBInfo":{
1304
+ "type":"structure",
1305
+ "members":{
1306
+ "name":{"shape":"ELBName"}
1307
+ }
1308
+ },
1309
+ "ELBInfoList":{
1310
+ "type":"list",
1311
+ "member":{"shape":"ELBInfo"}
1312
+ },
1313
+ "ELBName":{"type":"string"},
1183
1314
  "ETag":{"type":"string"},
1184
1315
  "ErrorCode":{
1185
1316
  "type":"string",
@@ -1334,6 +1465,19 @@
1334
1465
  "commitId":{"shape":"CommitId"}
1335
1466
  }
1336
1467
  },
1468
+ "GreenFleetProvisioningAction":{
1469
+ "type":"string",
1470
+ "enum":[
1471
+ "DISCOVER_EXISTING",
1472
+ "COPY_AUTO_SCALING_GROUP"
1473
+ ]
1474
+ },
1475
+ "GreenFleetProvisioningOption":{
1476
+ "type":"structure",
1477
+ "members":{
1478
+ "action":{"shape":"GreenFleetProvisioningAction"}
1479
+ }
1480
+ },
1337
1481
  "IamArnRequiredException":{
1338
1482
  "type":"structure",
1339
1483
  "members":{
@@ -1360,6 +1504,13 @@
1360
1504
  },
1361
1505
  "exception":true
1362
1506
  },
1507
+ "InstanceAction":{
1508
+ "type":"string",
1509
+ "enum":[
1510
+ "TERMINATE",
1511
+ "KEEP_ALIVE"
1512
+ ]
1513
+ },
1363
1514
  "InstanceArn":{"type":"string"},
1364
1515
  "InstanceCount":{"type":"long"},
1365
1516
  "InstanceDoesNotExistException":{
@@ -1428,7 +1579,8 @@
1428
1579
  "Succeeded",
1429
1580
  "Failed",
1430
1581
  "Skipped",
1431
- "Unknown"
1582
+ "Unknown",
1583
+ "Ready"
1432
1584
  ]
1433
1585
  },
1434
1586
  "InstanceStatusList":{
@@ -1442,13 +1594,25 @@
1442
1594
  "instanceId":{"shape":"InstanceId"},
1443
1595
  "status":{"shape":"InstanceStatus"},
1444
1596
  "lastUpdatedAt":{"shape":"Timestamp"},
1445
- "lifecycleEvents":{"shape":"LifecycleEventList"}
1597
+ "lifecycleEvents":{"shape":"LifecycleEventList"},
1598
+ "instanceType":{"shape":"InstanceType"}
1446
1599
  }
1447
1600
  },
1448
1601
  "InstanceSummaryList":{
1449
1602
  "type":"list",
1450
1603
  "member":{"shape":"InstanceSummary"}
1451
1604
  },
1605
+ "InstanceType":{
1606
+ "type":"string",
1607
+ "enum":[
1608
+ "Blue",
1609
+ "Green"
1610
+ ]
1611
+ },
1612
+ "InstanceTypeList":{
1613
+ "type":"list",
1614
+ "member":{"shape":"InstanceType"}
1615
+ },
1452
1616
  "InstancesList":{
1453
1617
  "type":"list",
1454
1618
  "member":{"shape":"InstanceId"}
@@ -1477,6 +1641,12 @@
1477
1641
  },
1478
1642
  "exception":true
1479
1643
  },
1644
+ "InvalidBlueGreenDeploymentConfigurationException":{
1645
+ "type":"structure",
1646
+ "members":{
1647
+ },
1648
+ "exception":true
1649
+ },
1480
1650
  "InvalidBucketNameFilterException":{
1481
1651
  "type":"structure",
1482
1652
  "members":{
@@ -1513,6 +1683,12 @@
1513
1683
  },
1514
1684
  "exception":true
1515
1685
  },
1686
+ "InvalidDeploymentStyleException":{
1687
+ "type":"structure",
1688
+ "members":{
1689
+ },
1690
+ "exception":true
1691
+ },
1516
1692
  "InvalidEC2TagException":{
1517
1693
  "type":"structure",
1518
1694
  "members":{
@@ -1543,12 +1719,24 @@
1543
1719
  },
1544
1720
  "exception":true
1545
1721
  },
1722
+ "InvalidInstanceTypeException":{
1723
+ "type":"structure",
1724
+ "members":{
1725
+ },
1726
+ "exception":true
1727
+ },
1546
1728
  "InvalidKeyPrefixFilterException":{
1547
1729
  "type":"structure",
1548
1730
  "members":{
1549
1731
  },
1550
1732
  "exception":true
1551
1733
  },
1734
+ "InvalidLoadBalancerInfoException":{
1735
+ "type":"structure",
1736
+ "members":{
1737
+ },
1738
+ "exception":true
1739
+ },
1552
1740
  "InvalidMinimumHealthyHostValueException":{
1553
1741
  "type":"structure",
1554
1742
  "members":{
@@ -1609,6 +1797,12 @@
1609
1797
  },
1610
1798
  "exception":true
1611
1799
  },
1800
+ "InvalidTargetInstancesException":{
1801
+ "type":"structure",
1802
+ "members":{
1803
+ },
1804
+ "exception":true
1805
+ },
1612
1806
  "InvalidTimeRangeException":{
1613
1807
  "type":"structure",
1614
1808
  "members":{
@@ -1734,7 +1928,8 @@
1734
1928
  "members":{
1735
1929
  "deploymentId":{"shape":"DeploymentId"},
1736
1930
  "nextToken":{"shape":"NextToken"},
1737
- "instanceStatusFilter":{"shape":"InstanceStatusList"}
1931
+ "instanceStatusFilter":{"shape":"InstanceStatusList"},
1932
+ "instanceTypeFilter":{"shape":"InstanceTypeList"}
1738
1933
  }
1739
1934
  },
1740
1935
  "ListDeploymentInstancesOutput":{
@@ -1784,6 +1979,12 @@
1784
1979
  "ignore"
1785
1980
  ]
1786
1981
  },
1982
+ "LoadBalancerInfo":{
1983
+ "type":"structure",
1984
+ "members":{
1985
+ "elbInfoList":{"shape":"ELBInfoList"}
1986
+ }
1987
+ },
1787
1988
  "LogTail":{"type":"string"},
1788
1989
  "Message":{"type":"string"},
1789
1990
  "MinimumHealthyHosts":{
@@ -1919,6 +2120,12 @@
1919
2120
  }
1920
2121
  },
1921
2122
  "ScriptName":{"type":"string"},
2123
+ "SkipWaitTimeForInstanceTerminationInput":{
2124
+ "type":"structure",
2125
+ "members":{
2126
+ "deploymentId":{"shape":"DeploymentId"}
2127
+ }
2128
+ },
1922
2129
  "SortOrder":{
1923
2130
  "type":"string",
1924
2131
  "enum":[
@@ -1991,6 +2198,13 @@
1991
2198
  },
1992
2199
  "exception":true
1993
2200
  },
2201
+ "TargetInstances":{
2202
+ "type":"structure",
2203
+ "members":{
2204
+ "tagFilters":{"shape":"EC2TagFilterList"},
2205
+ "autoScalingGroups":{"shape":"AutoScalingGroupNameList"}
2206
+ }
2207
+ },
1994
2208
  "TimeRange":{
1995
2209
  "type":"structure",
1996
2210
  "members":{
@@ -2019,9 +2233,11 @@
2019
2233
  "DeploymentFailure",
2020
2234
  "DeploymentStop",
2021
2235
  "DeploymentRollback",
2236
+ "DeploymentReady",
2022
2237
  "InstanceStart",
2023
2238
  "InstanceSuccess",
2024
- "InstanceFailure"
2239
+ "InstanceFailure",
2240
+ "InstanceReady"
2025
2241
  ]
2026
2242
  },
2027
2243
  "TriggerEventTypeList":{
@@ -2036,6 +2252,12 @@
2036
2252
  },
2037
2253
  "exception":true
2038
2254
  },
2255
+ "UnsupportedActionForDeploymentTypeException":{
2256
+ "type":"structure",
2257
+ "members":{
2258
+ },
2259
+ "exception":true
2260
+ },
2039
2261
  "UpdateApplicationInput":{
2040
2262
  "type":"structure",
2041
2263
  "members":{
@@ -2060,7 +2282,10 @@
2060
2282
  "serviceRoleArn":{"shape":"Role"},
2061
2283
  "triggerConfigurations":{"shape":"TriggerConfigList"},
2062
2284
  "alarmConfiguration":{"shape":"AlarmConfiguration"},
2063
- "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"}
2285
+ "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
2286
+ "deploymentStyle":{"shape":"DeploymentStyle"},
2287
+ "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
2288
+ "loadBalancerInfo":{"shape":"LoadBalancerInfo"}
2064
2289
  }
2065
2290
  },
2066
2291
  "UpdateDeploymentGroupOutput":{