aws-sdk-core 2.11.178 → 2.11.179

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: 8c7da9fa347208e54e27201390c14e101e899d55
4
- data.tar.gz: ce1ee8a6fc6bdeda650f7278adfe3dcb20d7b0f1
3
+ metadata.gz: a400c34ad1de2e8194eb0631ec8935022dd6daed
4
+ data.tar.gz: c15768c5c705b6c811acef4ba4daf388eb072c8d
5
5
  SHA512:
6
- metadata.gz: 99bf29f63a3997cb89baedd051b21f93746505eb5c2bb74021d259041217a6a10e7453a0a28cefc6d19d5692fff4bc9662bf5896dd0c7082fb5e53c5341f455d
7
- data.tar.gz: 82d72a9ee92589fd206f45fc412ee370aeb45a73519fceb0f1952525a1977b5adaba331d96c93891dcb2fac677a4788a1b93a573e20b29fff94c9aff3607a0e5
6
+ metadata.gz: 1b0b7606d472e1c5005fe4420cbe049fe2e91b7cddd2e0f20d1f5cc5bbb36655428f715a1b66f7184a0676f7415ea6dbbabe1e217a0fa863ac0eb76ffae74e6a
7
+ data.tar.gz: a260860481ce62dd89a8f8963143978d927f22aa8208fd46cdd02c3ff57c099d0af9ae697723265d14c8c79570913bbe84ccc8ab726d80fd316e7856745a79b6
@@ -10,7 +10,6 @@
10
10
  "serviceId":"CodeDeploy",
11
11
  "signatureVersion":"v4",
12
12
  "targetPrefix":"CodeDeploy_20141006",
13
- "timestampFormat":"unixTimestamp",
14
13
  "uid":"codedeploy-2014-10-06"
15
14
  },
16
15
  "operations":{
@@ -77,7 +76,8 @@
77
76
  {"shape":"ApplicationDoesNotExistException"},
78
77
  {"shape":"DeploymentGroupNameRequiredException"},
79
78
  {"shape":"InvalidDeploymentGroupNameException"},
80
- {"shape":"BatchLimitExceededException"}
79
+ {"shape":"BatchLimitExceededException"},
80
+ {"shape":"DeploymentConfigDoesNotExistException"}
81
81
  ]
82
82
  },
83
83
  "BatchGetDeploymentInstances":{
@@ -94,7 +94,28 @@
94
94
  {"shape":"InstanceIdRequiredException"},
95
95
  {"shape":"InvalidDeploymentIdException"},
96
96
  {"shape":"InvalidInstanceNameException"},
97
- {"shape":"BatchLimitExceededException"}
97
+ {"shape":"BatchLimitExceededException"},
98
+ {"shape":"InvalidComputePlatformException"}
99
+ ],
100
+ "deprecated":true,
101
+ "deprecatedMessage":"This operation is deprecated, use BatchGetDeploymentTargets instead."
102
+ },
103
+ "BatchGetDeploymentTargets":{
104
+ "name":"BatchGetDeploymentTargets",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"BatchGetDeploymentTargetsInput"},
110
+ "output":{"shape":"BatchGetDeploymentTargetsOutput"},
111
+ "errors":[
112
+ {"shape":"InvalidDeploymentIdException"},
113
+ {"shape":"DeploymentIdRequiredException"},
114
+ {"shape":"DeploymentDoesNotExistException"},
115
+ {"shape":"DeploymentTargetIdRequiredException"},
116
+ {"shape":"InvalidDeploymentTargetIdException"},
117
+ {"shape":"DeploymentTargetDoesNotExistException"},
118
+ {"shape":"DeploymentTargetListSizeExceededException"}
98
119
  ]
99
120
  },
100
121
  "BatchGetDeployments":{
@@ -138,7 +159,9 @@
138
159
  {"shape":"DeploymentAlreadyCompletedException"},
139
160
  {"shape":"InvalidDeploymentIdException"},
140
161
  {"shape":"DeploymentIsNotInReadyStateException"},
141
- {"shape":"UnsupportedActionForDeploymentTypeException"}
162
+ {"shape":"UnsupportedActionForDeploymentTypeException"},
163
+ {"shape":"InvalidDeploymentWaitTypeException"},
164
+ {"shape":"InvalidDeploymentStatusException"}
142
165
  ]
143
166
  },
144
167
  "CreateApplication":{
@@ -244,7 +267,11 @@
244
267
  {"shape":"InvalidEC2TagCombinationException"},
245
268
  {"shape":"InvalidOnPremisesTagCombinationException"},
246
269
  {"shape":"TagSetListLimitExceededException"},
247
- {"shape":"InvalidInputException"}
270
+ {"shape":"InvalidInputException"},
271
+ {"shape":"ThrottlingException"},
272
+ {"shape":"InvalidECSServiceException"},
273
+ {"shape":"InvalidTargetGroupPairException"},
274
+ {"shape":"ECSServiceMappingLimitExceededException"}
248
275
  ]
249
276
  },
250
277
  "DeleteApplication":{
@@ -373,7 +400,8 @@
373
400
  "errors":[
374
401
  {"shape":"InvalidDeploymentConfigNameException"},
375
402
  {"shape":"DeploymentConfigNameRequiredException"},
376
- {"shape":"DeploymentConfigDoesNotExistException"}
403
+ {"shape":"DeploymentConfigDoesNotExistException"},
404
+ {"shape":"InvalidComputePlatformException"}
377
405
  ]
378
406
  },
379
407
  "GetDeploymentGroup":{
@@ -390,7 +418,8 @@
390
418
  {"shape":"ApplicationDoesNotExistException"},
391
419
  {"shape":"DeploymentGroupNameRequiredException"},
392
420
  {"shape":"InvalidDeploymentGroupNameException"},
393
- {"shape":"DeploymentGroupDoesNotExistException"}
421
+ {"shape":"DeploymentGroupDoesNotExistException"},
422
+ {"shape":"DeploymentConfigDoesNotExistException"}
394
423
  ]
395
424
  },
396
425
  "GetDeploymentInstance":{
@@ -407,6 +436,27 @@
407
436
  {"shape":"InstanceIdRequiredException"},
408
437
  {"shape":"InvalidDeploymentIdException"},
409
438
  {"shape":"InstanceDoesNotExistException"},
439
+ {"shape":"InvalidInstanceNameException"},
440
+ {"shape":"InvalidComputePlatformException"}
441
+ ],
442
+ "deprecated":true,
443
+ "deprecatedMessage":"This operation is deprecated, use GetDeploymentTarget instead."
444
+ },
445
+ "GetDeploymentTarget":{
446
+ "name":"GetDeploymentTarget",
447
+ "http":{
448
+ "method":"POST",
449
+ "requestUri":"/"
450
+ },
451
+ "input":{"shape":"GetDeploymentTargetInput"},
452
+ "output":{"shape":"GetDeploymentTargetOutput"},
453
+ "errors":[
454
+ {"shape":"InvalidDeploymentIdException"},
455
+ {"shape":"DeploymentIdRequiredException"},
456
+ {"shape":"DeploymentDoesNotExistException"},
457
+ {"shape":"DeploymentTargetIdRequiredException"},
458
+ {"shape":"InvalidDeploymentTargetIdException"},
459
+ {"shape":"DeploymentTargetDoesNotExistException"},
410
460
  {"shape":"InvalidInstanceNameException"}
411
461
  ]
412
462
  },
@@ -492,6 +542,29 @@
492
542
  },
493
543
  "input":{"shape":"ListDeploymentInstancesInput"},
494
544
  "output":{"shape":"ListDeploymentInstancesOutput"},
545
+ "errors":[
546
+ {"shape":"DeploymentIdRequiredException"},
547
+ {"shape":"DeploymentDoesNotExistException"},
548
+ {"shape":"DeploymentNotStartedException"},
549
+ {"shape":"InvalidNextTokenException"},
550
+ {"shape":"InvalidDeploymentIdException"},
551
+ {"shape":"InvalidInstanceStatusException"},
552
+ {"shape":"InvalidInstanceTypeException"},
553
+ {"shape":"InvalidDeploymentInstanceTypeException"},
554
+ {"shape":"InvalidTargetFilterNameException"},
555
+ {"shape":"InvalidComputePlatformException"}
556
+ ],
557
+ "deprecated":true,
558
+ "deprecatedMessage":"This operation is deprecated, use ListDeploymentTargets instead."
559
+ },
560
+ "ListDeploymentTargets":{
561
+ "name":"ListDeploymentTargets",
562
+ "http":{
563
+ "method":"POST",
564
+ "requestUri":"/"
565
+ },
566
+ "input":{"shape":"ListDeploymentTargetsInput"},
567
+ "output":{"shape":"ListDeploymentTargetsOutput"},
495
568
  "errors":[
496
569
  {"shape":"DeploymentIdRequiredException"},
497
570
  {"shape":"DeploymentDoesNotExistException"},
@@ -636,7 +709,9 @@
636
709
  {"shape":"InvalidDeploymentIdException"},
637
710
  {"shape":"DeploymentNotStartedException"},
638
711
  {"shape":"UnsupportedActionForDeploymentTypeException"}
639
- ]
712
+ ],
713
+ "deprecated":true,
714
+ "deprecatedMessage":"This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead."
640
715
  },
641
716
  "StopDeployment":{
642
717
  "name":"StopDeployment",
@@ -649,6 +724,7 @@
649
724
  "errors":[
650
725
  {"shape":"DeploymentIdRequiredException"},
651
726
  {"shape":"DeploymentDoesNotExistException"},
727
+ {"shape":"DeploymentGroupDoesNotExistException"},
652
728
  {"shape":"DeploymentAlreadyCompletedException"},
653
729
  {"shape":"InvalidDeploymentIdException"}
654
730
  ]
@@ -701,7 +777,11 @@
701
777
  {"shape":"InvalidEC2TagCombinationException"},
702
778
  {"shape":"InvalidOnPremisesTagCombinationException"},
703
779
  {"shape":"TagSetListLimitExceededException"},
704
- {"shape":"InvalidInputException"}
780
+ {"shape":"InvalidInputException"},
781
+ {"shape":"ThrottlingException"},
782
+ {"shape":"InvalidECSServiceException"},
783
+ {"shape":"InvalidTargetGroupPairException"},
784
+ {"shape":"ECSServiceMappingLimitExceededException"}
705
785
  ]
706
786
  }
707
787
  },
@@ -719,7 +799,8 @@
719
799
  },
720
800
  "AdditionalDeploymentStatusInfo":{
721
801
  "type":"string",
722
- "deprecated":true
802
+ "deprecated":true,
803
+ "deprecatedMessage":"AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead."
723
804
  },
724
805
  "Alarm":{
725
806
  "type":"structure",
@@ -746,6 +827,13 @@
746
827
  },
747
828
  "exception":true
748
829
  },
830
+ "AppSpecContent":{
831
+ "type":"structure",
832
+ "members":{
833
+ "content":{"shape":"RawStringContent"},
834
+ "sha256":{"shape":"RawStringSha256"}
835
+ }
836
+ },
749
837
  "ApplicationAlreadyExistsException":{
750
838
  "type":"structure",
751
839
  "members":{
@@ -907,6 +995,19 @@
907
995
  "errorMessage":{"shape":"ErrorMessage"}
908
996
  }
909
997
  },
998
+ "BatchGetDeploymentTargetsInput":{
999
+ "type":"structure",
1000
+ "members":{
1001
+ "deploymentId":{"shape":"DeploymentId"},
1002
+ "targetIds":{"shape":"TargetIdList"}
1003
+ }
1004
+ },
1005
+ "BatchGetDeploymentTargetsOutput":{
1006
+ "type":"structure",
1007
+ "members":{
1008
+ "deploymentTargets":{"shape":"DeploymentTargetList"}
1009
+ }
1010
+ },
910
1011
  "BatchGetDeploymentsInput":{
911
1012
  "type":"structure",
912
1013
  "required":["deploymentIds"],
@@ -976,13 +1077,15 @@
976
1077
  "type":"string",
977
1078
  "enum":[
978
1079
  "Server",
979
- "Lambda"
1080
+ "Lambda",
1081
+ "ECS"
980
1082
  ]
981
1083
  },
982
1084
  "ContinueDeploymentInput":{
983
1085
  "type":"structure",
984
1086
  "members":{
985
- "deploymentId":{"shape":"DeploymentId"}
1087
+ "deploymentId":{"shape":"DeploymentId"},
1088
+ "deploymentWaitType":{"shape":"DeploymentWaitType"}
986
1089
  }
987
1090
  },
988
1091
  "CreateApplicationInput":{
@@ -1037,6 +1140,7 @@
1037
1140
  "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
1038
1141
  "loadBalancerInfo":{"shape":"LoadBalancerInfo"},
1039
1142
  "ec2TagSet":{"shape":"EC2TagSet"},
1143
+ "ecsServices":{"shape":"ECSServiceList"},
1040
1144
  "onPremisesTagSet":{"shape":"OnPremisesTagSet"}
1041
1145
  }
1042
1146
  },
@@ -1117,6 +1221,12 @@
1117
1221
  },
1118
1222
  "exception":true
1119
1223
  },
1224
+ "DeploymentAlreadyStartedException":{
1225
+ "type":"structure",
1226
+ "members":{
1227
+ },
1228
+ "exception":true
1229
+ },
1120
1230
  "DeploymentConfigAlreadyExistsException":{
1121
1231
  "type":"structure",
1122
1232
  "members":{
@@ -1217,7 +1327,8 @@
1217
1327
  "lastAttemptedDeployment":{"shape":"LastDeploymentInfo"},
1218
1328
  "ec2TagSet":{"shape":"EC2TagSet"},
1219
1329
  "onPremisesTagSet":{"shape":"OnPremisesTagSet"},
1220
- "computePlatform":{"shape":"ComputePlatform"}
1330
+ "computePlatform":{"shape":"ComputePlatform"},
1331
+ "ecsServices":{"shape":"ECSServiceList"}
1221
1332
  }
1222
1333
  },
1223
1334
  "DeploymentGroupInfoList":{
@@ -1361,6 +1472,45 @@
1361
1472
  "deploymentOption":{"shape":"DeploymentOption"}
1362
1473
  }
1363
1474
  },
1475
+ "DeploymentTarget":{
1476
+ "type":"structure",
1477
+ "members":{
1478
+ "deploymentTargetType":{"shape":"DeploymentTargetType"},
1479
+ "instanceTarget":{"shape":"InstanceTarget"},
1480
+ "lambdaTarget":{"shape":"LambdaTarget"},
1481
+ "ecsTarget":{"shape":"ECSTarget"}
1482
+ }
1483
+ },
1484
+ "DeploymentTargetDoesNotExistException":{
1485
+ "type":"structure",
1486
+ "members":{
1487
+ },
1488
+ "exception":true
1489
+ },
1490
+ "DeploymentTargetIdRequiredException":{
1491
+ "type":"structure",
1492
+ "members":{
1493
+ },
1494
+ "exception":true
1495
+ },
1496
+ "DeploymentTargetList":{
1497
+ "type":"list",
1498
+ "member":{"shape":"DeploymentTarget"}
1499
+ },
1500
+ "DeploymentTargetListSizeExceededException":{
1501
+ "type":"structure",
1502
+ "members":{
1503
+ },
1504
+ "exception":true
1505
+ },
1506
+ "DeploymentTargetType":{
1507
+ "type":"string",
1508
+ "enum":[
1509
+ "InstanceTarget",
1510
+ "LambdaTarget",
1511
+ "ECSTarget"
1512
+ ]
1513
+ },
1364
1514
  "DeploymentType":{
1365
1515
  "type":"string",
1366
1516
  "enum":[
@@ -1368,6 +1518,13 @@
1368
1518
  "BLUE_GREEN"
1369
1519
  ]
1370
1520
  },
1521
+ "DeploymentWaitType":{
1522
+ "type":"string",
1523
+ "enum":[
1524
+ "READY_WAIT",
1525
+ "TERMINATION_WAIT"
1526
+ ]
1527
+ },
1371
1528
  "DeploymentsInfoList":{
1372
1529
  "type":"list",
1373
1530
  "member":{"shape":"DeploymentInfo"}
@@ -1430,6 +1587,57 @@
1430
1587
  "type":"list",
1431
1588
  "member":{"shape":"EC2TagFilterList"}
1432
1589
  },
1590
+ "ECSClusterName":{"type":"string"},
1591
+ "ECSService":{
1592
+ "type":"structure",
1593
+ "members":{
1594
+ "serviceName":{"shape":"ECSServiceName"},
1595
+ "clusterName":{"shape":"ECSClusterName"}
1596
+ }
1597
+ },
1598
+ "ECSServiceList":{
1599
+ "type":"list",
1600
+ "member":{"shape":"ECSService"}
1601
+ },
1602
+ "ECSServiceMappingLimitExceededException":{
1603
+ "type":"structure",
1604
+ "members":{
1605
+ },
1606
+ "exception":true
1607
+ },
1608
+ "ECSServiceName":{"type":"string"},
1609
+ "ECSTarget":{
1610
+ "type":"structure",
1611
+ "members":{
1612
+ "deploymentId":{"shape":"DeploymentId"},
1613
+ "targetId":{"shape":"TargetId"},
1614
+ "targetArn":{"shape":"TargetArn"},
1615
+ "lastUpdatedAt":{"shape":"Time"},
1616
+ "lifecycleEvents":{"shape":"LifecycleEventList"},
1617
+ "status":{"shape":"TargetStatus"},
1618
+ "taskSetsInfo":{"shape":"ECSTaskSetList"}
1619
+ }
1620
+ },
1621
+ "ECSTaskSet":{
1622
+ "type":"structure",
1623
+ "members":{
1624
+ "identifer":{"shape":"ECSTaskSetIdentifier"},
1625
+ "desiredCount":{"shape":"ECSTaskSetCount"},
1626
+ "pendingCount":{"shape":"ECSTaskSetCount"},
1627
+ "runningCount":{"shape":"ECSTaskSetCount"},
1628
+ "status":{"shape":"ECSTaskSetStatus"},
1629
+ "trafficWeight":{"shape":"TrafficWeight"},
1630
+ "targetGroup":{"shape":"TargetGroupInfo"},
1631
+ "taskSetLabel":{"shape":"TargetLabel"}
1632
+ }
1633
+ },
1634
+ "ECSTaskSetCount":{"type":"long"},
1635
+ "ECSTaskSetIdentifier":{"type":"string"},
1636
+ "ECSTaskSetList":{
1637
+ "type":"list",
1638
+ "member":{"shape":"ECSTaskSet"}
1639
+ },
1640
+ "ECSTaskSetStatus":{"type":"string"},
1433
1641
  "ELBInfo":{
1434
1642
  "type":"structure",
1435
1643
  "members":{
@@ -1470,7 +1678,11 @@
1470
1678
  "ELB_INVALID_INSTANCE",
1471
1679
  "INVALID_LAMBDA_CONFIGURATION",
1472
1680
  "INVALID_LAMBDA_FUNCTION",
1473
- "HOOK_EXECUTION_FAILURE"
1681
+ "HOOK_EXECUTION_FAILURE",
1682
+ "AUTOSCALING_VALIDATION_ERROR",
1683
+ "INVALID_ECS_SERVICE",
1684
+ "ECS_UPDATE_ERROR",
1685
+ "INVALID_REVISION"
1474
1686
  ]
1475
1687
  },
1476
1688
  "ErrorInformation":{
@@ -1489,6 +1701,11 @@
1489
1701
  "RETAIN"
1490
1702
  ]
1491
1703
  },
1704
+ "FilterValue":{"type":"string"},
1705
+ "FilterValueList":{
1706
+ "type":"list",
1707
+ "member":{"shape":"FilterValue"}
1708
+ },
1492
1709
  "GenericRevisionInfo":{
1493
1710
  "type":"structure",
1494
1711
  "members":{
@@ -1591,6 +1808,19 @@
1591
1808
  "deploymentInfo":{"shape":"DeploymentInfo"}
1592
1809
  }
1593
1810
  },
1811
+ "GetDeploymentTargetInput":{
1812
+ "type":"structure",
1813
+ "members":{
1814
+ "deploymentId":{"shape":"DeploymentId"},
1815
+ "targetId":{"shape":"TargetId"}
1816
+ }
1817
+ },
1818
+ "GetDeploymentTargetOutput":{
1819
+ "type":"structure",
1820
+ "members":{
1821
+ "deploymentTarget":{"shape":"DeploymentTarget"}
1822
+ }
1823
+ },
1594
1824
  "GetOnPremisesInstanceInput":{
1595
1825
  "type":"structure",
1596
1826
  "required":["instanceName"],
@@ -1680,6 +1910,8 @@
1680
1910
  "type":"structure",
1681
1911
  "members":{
1682
1912
  },
1913
+ "deprecated":true,
1914
+ "deprecatedMessage":"This exception is deprecated, use DeploymentTargetDoesNotExistException instead.",
1683
1915
  "exception":true
1684
1916
  },
1685
1917
  "InstanceId":{"type":"string"},
@@ -1687,6 +1919,8 @@
1687
1919
  "type":"structure",
1688
1920
  "members":{
1689
1921
  },
1922
+ "deprecated":true,
1923
+ "deprecatedMessage":"This exception is deprecated, use DeploymentTargetIdRequiredException instead.",
1690
1924
  "exception":true
1691
1925
  },
1692
1926
  "InstanceInfo":{
@@ -1736,6 +1970,8 @@
1736
1970
  },
1737
1971
  "InstanceStatus":{
1738
1972
  "type":"string",
1973
+ "deprecated":true,
1974
+ "deprecatedMessage":"InstanceStatus is deprecated, use TargetStatus instead.",
1739
1975
  "enum":[
1740
1976
  "Pending",
1741
1977
  "InProgress",
@@ -1759,12 +1995,26 @@
1759
1995
  "lastUpdatedAt":{"shape":"Timestamp"},
1760
1996
  "lifecycleEvents":{"shape":"LifecycleEventList"},
1761
1997
  "instanceType":{"shape":"InstanceType"}
1762
- }
1998
+ },
1999
+ "deprecated":true,
2000
+ "deprecatedMessage":"InstanceSummary is deprecated, use DeploymentTarget instead."
1763
2001
  },
1764
2002
  "InstanceSummaryList":{
1765
2003
  "type":"list",
1766
2004
  "member":{"shape":"InstanceSummary"}
1767
2005
  },
2006
+ "InstanceTarget":{
2007
+ "type":"structure",
2008
+ "members":{
2009
+ "deploymentId":{"shape":"DeploymentId"},
2010
+ "targetId":{"shape":"TargetId"},
2011
+ "targetArn":{"shape":"TargetArn"},
2012
+ "status":{"shape":"TargetStatus"},
2013
+ "lastUpdatedAt":{"shape":"Time"},
2014
+ "lifecycleEvents":{"shape":"LifecycleEventList"},
2015
+ "instanceLabel":{"shape":"TargetLabel"}
2016
+ }
2017
+ },
1768
2018
  "InstanceType":{
1769
2019
  "type":"string",
1770
2020
  "enum":[
@@ -1864,6 +2114,18 @@
1864
2114
  },
1865
2115
  "exception":true
1866
2116
  },
2117
+ "InvalidDeploymentTargetIdException":{
2118
+ "type":"structure",
2119
+ "members":{
2120
+ },
2121
+ "exception":true
2122
+ },
2123
+ "InvalidDeploymentWaitTypeException":{
2124
+ "type":"structure",
2125
+ "members":{
2126
+ },
2127
+ "exception":true
2128
+ },
1867
2129
  "InvalidEC2TagCombinationException":{
1868
2130
  "type":"structure",
1869
2131
  "members":{
@@ -1876,6 +2138,12 @@
1876
2138
  },
1877
2139
  "exception":true
1878
2140
  },
2141
+ "InvalidECSServiceException":{
2142
+ "type":"structure",
2143
+ "members":{
2144
+ },
2145
+ "exception":true
2146
+ },
1879
2147
  "InvalidFileExistsBehaviorException":{
1880
2148
  "type":"structure",
1881
2149
  "members":{
@@ -2032,6 +2300,24 @@
2032
2300
  },
2033
2301
  "exception":true
2034
2302
  },
2303
+ "InvalidTargetException":{
2304
+ "type":"structure",
2305
+ "members":{
2306
+ },
2307
+ "exception":true
2308
+ },
2309
+ "InvalidTargetFilterNameException":{
2310
+ "type":"structure",
2311
+ "members":{
2312
+ },
2313
+ "exception":true
2314
+ },
2315
+ "InvalidTargetGroupPairException":{
2316
+ "type":"structure",
2317
+ "members":{
2318
+ },
2319
+ "exception":true
2320
+ },
2035
2321
  "InvalidTargetInstancesException":{
2036
2322
  "type":"structure",
2037
2323
  "members":{
@@ -2063,6 +2349,17 @@
2063
2349
  "exception":true
2064
2350
  },
2065
2351
  "Key":{"type":"string"},
2352
+ "LambdaTarget":{
2353
+ "type":"structure",
2354
+ "members":{
2355
+ "deploymentId":{"shape":"DeploymentId"},
2356
+ "targetId":{"shape":"TargetId"},
2357
+ "targetArn":{"shape":"TargetArn"},
2358
+ "status":{"shape":"TargetStatus"},
2359
+ "lastUpdatedAt":{"shape":"Time"},
2360
+ "lifecycleEvents":{"shape":"LifecycleEventList"}
2361
+ }
2362
+ },
2066
2363
  "LastDeploymentInfo":{
2067
2364
  "type":"structure",
2068
2365
  "members":{
@@ -2202,6 +2499,21 @@
2202
2499
  "nextToken":{"shape":"NextToken"}
2203
2500
  }
2204
2501
  },
2502
+ "ListDeploymentTargetsInput":{
2503
+ "type":"structure",
2504
+ "members":{
2505
+ "deploymentId":{"shape":"DeploymentId"},
2506
+ "nextToken":{"shape":"NextToken"},
2507
+ "targetFilters":{"shape":"TargetFilters"}
2508
+ }
2509
+ },
2510
+ "ListDeploymentTargetsOutput":{
2511
+ "type":"structure",
2512
+ "members":{
2513
+ "targetIds":{"shape":"TargetIdList"},
2514
+ "nextToken":{"shape":"NextToken"}
2515
+ }
2516
+ },
2205
2517
  "ListDeploymentsInput":{
2206
2518
  "type":"structure",
2207
2519
  "members":{
@@ -2255,11 +2567,17 @@
2255
2567
  "ignore"
2256
2568
  ]
2257
2569
  },
2570
+ "ListenerArn":{"type":"string"},
2571
+ "ListenerArnList":{
2572
+ "type":"list",
2573
+ "member":{"shape":"ListenerArn"}
2574
+ },
2258
2575
  "LoadBalancerInfo":{
2259
2576
  "type":"structure",
2260
2577
  "members":{
2261
2578
  "elbInfoList":{"shape":"ELBInfoList"},
2262
- "targetGroupInfoList":{"shape":"TargetGroupInfoList"}
2579
+ "targetGroupInfoList":{"shape":"TargetGroupInfoList"},
2580
+ "targetGroupPairInfoList":{"shape":"TargetGroupPairInfoList"}
2263
2581
  }
2264
2582
  },
2265
2583
  "LogTail":{"type":"string"},
@@ -2323,7 +2641,9 @@
2323
2641
  "members":{
2324
2642
  "content":{"shape":"RawStringContent"},
2325
2643
  "sha256":{"shape":"RawStringSha256"}
2326
- }
2644
+ },
2645
+ "deprecated":true,
2646
+ "deprecatedMessage":"RawString and String revision type are deprecated, use AppSpecContent type instead."
2327
2647
  },
2328
2648
  "RawStringContent":{"type":"string"},
2329
2649
  "RawStringSha256":{"type":"string"},
@@ -2396,7 +2716,8 @@
2396
2716
  "revisionType":{"shape":"RevisionLocationType"},
2397
2717
  "s3Location":{"shape":"S3Location"},
2398
2718
  "gitHubLocation":{"shape":"GitHubLocation"},
2399
- "string":{"shape":"RawString"}
2719
+ "string":{"shape":"RawString"},
2720
+ "appSpecContent":{"shape":"AppSpecContent"}
2400
2721
  }
2401
2722
  },
2402
2723
  "RevisionLocationList":{
@@ -2408,7 +2729,8 @@
2408
2729
  "enum":[
2409
2730
  "S3",
2410
2731
  "GitHub",
2411
- "String"
2732
+ "String",
2733
+ "AppSpecContent"
2412
2734
  ]
2413
2735
  },
2414
2736
  "RevisionRequiredException":{
@@ -2529,6 +2851,19 @@
2529
2851
  },
2530
2852
  "exception":true
2531
2853
  },
2854
+ "TargetArn":{"type":"string"},
2855
+ "TargetFilterName":{
2856
+ "type":"string",
2857
+ "enum":[
2858
+ "TargetStatus",
2859
+ "ServerInstanceLabel"
2860
+ ]
2861
+ },
2862
+ "TargetFilters":{
2863
+ "type":"map",
2864
+ "key":{"shape":"TargetFilterName"},
2865
+ "value":{"shape":"FilterValueList"}
2866
+ },
2532
2867
  "TargetGroupInfo":{
2533
2868
  "type":"structure",
2534
2869
  "members":{
@@ -2540,6 +2875,23 @@
2540
2875
  "member":{"shape":"TargetGroupInfo"}
2541
2876
  },
2542
2877
  "TargetGroupName":{"type":"string"},
2878
+ "TargetGroupPairInfo":{
2879
+ "type":"structure",
2880
+ "members":{
2881
+ "targetGroups":{"shape":"TargetGroupInfoList"},
2882
+ "prodTrafficRoute":{"shape":"TrafficRoute"},
2883
+ "testTrafficRoute":{"shape":"TrafficRoute"}
2884
+ }
2885
+ },
2886
+ "TargetGroupPairInfoList":{
2887
+ "type":"list",
2888
+ "member":{"shape":"TargetGroupPairInfo"}
2889
+ },
2890
+ "TargetId":{"type":"string"},
2891
+ "TargetIdList":{
2892
+ "type":"list",
2893
+ "member":{"shape":"TargetId"}
2894
+ },
2543
2895
  "TargetInstances":{
2544
2896
  "type":"structure",
2545
2897
  "members":{
@@ -2548,12 +2900,32 @@
2548
2900
  "ec2TagSet":{"shape":"EC2TagSet"}
2549
2901
  }
2550
2902
  },
2903
+ "TargetLabel":{
2904
+ "type":"string",
2905
+ "enum":[
2906
+ "Blue",
2907
+ "Green"
2908
+ ]
2909
+ },
2910
+ "TargetStatus":{
2911
+ "type":"string",
2912
+ "enum":[
2913
+ "Pending",
2914
+ "InProgress",
2915
+ "Succeeded",
2916
+ "Failed",
2917
+ "Skipped",
2918
+ "Unknown",
2919
+ "Ready"
2920
+ ]
2921
+ },
2551
2922
  "ThrottlingException":{
2552
2923
  "type":"structure",
2553
2924
  "members":{
2554
2925
  },
2555
2926
  "exception":true
2556
2927
  },
2928
+ "Time":{"type":"timestamp"},
2557
2929
  "TimeBasedCanary":{
2558
2930
  "type":"structure",
2559
2931
  "members":{
@@ -2576,6 +2948,12 @@
2576
2948
  }
2577
2949
  },
2578
2950
  "Timestamp":{"type":"timestamp"},
2951
+ "TrafficRoute":{
2952
+ "type":"structure",
2953
+ "members":{
2954
+ "listenerArns":{"shape":"ListenerArnList"}
2955
+ }
2956
+ },
2579
2957
  "TrafficRoutingConfig":{
2580
2958
  "type":"structure",
2581
2959
  "members":{
@@ -2592,6 +2970,7 @@
2592
2970
  "AllAtOnce"
2593
2971
  ]
2594
2972
  },
2973
+ "TrafficWeight":{"type":"double"},
2595
2974
  "TriggerConfig":{
2596
2975
  "type":"structure",
2597
2976
  "members":{
@@ -2666,6 +3045,7 @@
2666
3045
  "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
2667
3046
  "loadBalancerInfo":{"shape":"LoadBalancerInfo"},
2668
3047
  "ec2TagSet":{"shape":"EC2TagSet"},
3048
+ "ecsServices":{"shape":"ECSServiceList"},
2669
3049
  "onPremisesTagSet":{"shape":"OnPremisesTagSet"}
2670
3050
  }
2671
3051
  },