aws-sdk-core 2.10.90 → 2.10.91
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 +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +22 -2
- data/apis/appsync/2017-07-25/api-2.json +1362 -0
- data/apis/appsync/2017-07-25/examples-1.json +5 -0
- data/apis/appsync/2017-07-25/paginators-1.json +4 -0
- data/apis/batch/2016-08-10/api-2.json +54 -4
- data/apis/codedeploy/2014-10-06/api-2.json +214 -18
- data/apis/cognito-idp/2016-04-18/api-2.json +840 -24
- data/apis/ec2/2016-11-15/api-2.json +1705 -29
- data/apis/guardduty/2017-11-28/api-2.json +2622 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +40 -0
- data/apis/lambda/2015-03-31/api-2.json +35 -5
- data/apis/mq/2017-11-27/api-2.json +1865 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/appsync.rb +6 -0
- data/lib/aws-sdk-core/guardduty.rb +5 -0
- data/lib/aws-sdk-core/mq.rb +4 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +11 -2
@@ -221,6 +221,39 @@
|
|
221
221
|
}
|
222
222
|
},
|
223
223
|
"shapes":{
|
224
|
+
"ArrayJobDependency":{
|
225
|
+
"type":"string",
|
226
|
+
"enum":[
|
227
|
+
"N_TO_N",
|
228
|
+
"SEQUENTIAL"
|
229
|
+
]
|
230
|
+
},
|
231
|
+
"ArrayJobStatusSummary":{
|
232
|
+
"type":"map",
|
233
|
+
"key":{"shape":"String"},
|
234
|
+
"value":{"shape":"Integer"}
|
235
|
+
},
|
236
|
+
"ArrayProperties":{
|
237
|
+
"type":"structure",
|
238
|
+
"members":{
|
239
|
+
"size":{"shape":"Integer"}
|
240
|
+
}
|
241
|
+
},
|
242
|
+
"ArrayPropertiesDetail":{
|
243
|
+
"type":"structure",
|
244
|
+
"members":{
|
245
|
+
"statusSummary":{"shape":"ArrayJobStatusSummary"},
|
246
|
+
"size":{"shape":"Integer"},
|
247
|
+
"index":{"shape":"Integer"}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"ArrayPropertiesSummary":{
|
251
|
+
"type":"structure",
|
252
|
+
"members":{
|
253
|
+
"size":{"shape":"Integer"},
|
254
|
+
"index":{"shape":"Integer"}
|
255
|
+
}
|
256
|
+
},
|
224
257
|
"AttemptContainerDetail":{
|
225
258
|
"type":"structure",
|
226
259
|
"members":{
|
@@ -427,6 +460,13 @@
|
|
427
460
|
"user":{"shape":"String"}
|
428
461
|
}
|
429
462
|
},
|
463
|
+
"ContainerSummary":{
|
464
|
+
"type":"structure",
|
465
|
+
"members":{
|
466
|
+
"exitCode":{"shape":"Integer"},
|
467
|
+
"reason":{"shape":"String"}
|
468
|
+
}
|
469
|
+
},
|
430
470
|
"CreateComputeEnvironmentRequest":{
|
431
471
|
"type":"structure",
|
432
472
|
"required":[
|
@@ -629,7 +669,8 @@
|
|
629
669
|
"JobDependency":{
|
630
670
|
"type":"structure",
|
631
671
|
"members":{
|
632
|
-
"jobId":{"shape":"String"}
|
672
|
+
"jobId":{"shape":"String"},
|
673
|
+
"type":{"shape":"ArrayJobDependency"}
|
633
674
|
}
|
634
675
|
},
|
635
676
|
"JobDependencyList":{
|
@@ -660,7 +701,8 @@
|
|
660
701
|
"dependsOn":{"shape":"JobDependencyList"},
|
661
702
|
"jobDefinition":{"shape":"String"},
|
662
703
|
"parameters":{"shape":"ParametersMap"},
|
663
|
-
"container":{"shape":"ContainerDetail"}
|
704
|
+
"container":{"shape":"ContainerDetail"},
|
705
|
+
"arrayProperties":{"shape":"ArrayPropertiesDetail"}
|
664
706
|
}
|
665
707
|
},
|
666
708
|
"JobDetailList":{
|
@@ -710,7 +752,14 @@
|
|
710
752
|
],
|
711
753
|
"members":{
|
712
754
|
"jobId":{"shape":"String"},
|
713
|
-
"jobName":{"shape":"String"}
|
755
|
+
"jobName":{"shape":"String"},
|
756
|
+
"createdAt":{"shape":"Long"},
|
757
|
+
"status":{"shape":"JobStatus"},
|
758
|
+
"statusReason":{"shape":"String"},
|
759
|
+
"startedAt":{"shape":"Long"},
|
760
|
+
"stoppedAt":{"shape":"Long"},
|
761
|
+
"container":{"shape":"ContainerSummary"},
|
762
|
+
"arrayProperties":{"shape":"ArrayPropertiesSummary"}
|
714
763
|
}
|
715
764
|
},
|
716
765
|
"JobSummaryList":{
|
@@ -726,9 +775,9 @@
|
|
726
775
|
},
|
727
776
|
"ListJobsRequest":{
|
728
777
|
"type":"structure",
|
729
|
-
"required":["jobQueue"],
|
730
778
|
"members":{
|
731
779
|
"jobQueue":{"shape":"String"},
|
780
|
+
"arrayJobId":{"shape":"String"},
|
732
781
|
"jobStatus":{"shape":"JobStatus"},
|
733
782
|
"maxResults":{"shape":"Integer"},
|
734
783
|
"nextToken":{"shape":"String"}
|
@@ -817,6 +866,7 @@
|
|
817
866
|
"members":{
|
818
867
|
"jobName":{"shape":"String"},
|
819
868
|
"jobQueue":{"shape":"String"},
|
869
|
+
"arrayProperties":{"shape":"ArrayProperties"},
|
820
870
|
"dependsOn":{"shape":"JobDependencyList"},
|
821
871
|
"jobDefinition":{"shape":"String"},
|
822
872
|
"parameters":{"shape":"ParametersMap"},
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"CodeDeploy",
|
9
9
|
"serviceFullName":"AWS CodeDeploy",
|
10
|
+
"serviceId":"CodeDeploy",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"CodeDeploy_20141006",
|
12
13
|
"timestampFormat":"unixTimestamp",
|
@@ -151,7 +152,8 @@
|
|
151
152
|
{"shape":"ApplicationNameRequiredException"},
|
152
153
|
{"shape":"InvalidApplicationNameException"},
|
153
154
|
{"shape":"ApplicationAlreadyExistsException"},
|
154
|
-
{"shape":"ApplicationLimitExceededException"}
|
155
|
+
{"shape":"ApplicationLimitExceededException"},
|
156
|
+
{"shape":"InvalidComputePlatformException"}
|
155
157
|
]
|
156
158
|
},
|
157
159
|
"CreateDeployment":{
|
@@ -179,7 +181,12 @@
|
|
179
181
|
{"shape":"InvalidTargetInstancesException"},
|
180
182
|
{"shape":"InvalidAutoRollbackConfigException"},
|
181
183
|
{"shape":"InvalidLoadBalancerInfoException"},
|
182
|
-
{"shape":"InvalidFileExistsBehaviorException"}
|
184
|
+
{"shape":"InvalidFileExistsBehaviorException"},
|
185
|
+
{"shape":"InvalidRoleException"},
|
186
|
+
{"shape":"InvalidAutoScalingGroupException"},
|
187
|
+
{"shape":"ThrottlingException"},
|
188
|
+
{"shape":"InvalidUpdateOutdatedInstancesOnlyValueException"},
|
189
|
+
{"shape":"InvalidIgnoreApplicationStopFailuresValueException"}
|
183
190
|
]
|
184
191
|
},
|
185
192
|
"CreateDeploymentConfig":{
|
@@ -195,7 +202,9 @@
|
|
195
202
|
{"shape":"DeploymentConfigNameRequiredException"},
|
196
203
|
{"shape":"DeploymentConfigAlreadyExistsException"},
|
197
204
|
{"shape":"InvalidMinimumHealthyHostValueException"},
|
198
|
-
{"shape":"DeploymentConfigLimitExceededException"}
|
205
|
+
{"shape":"DeploymentConfigLimitExceededException"},
|
206
|
+
{"shape":"InvalidComputePlatformException"},
|
207
|
+
{"shape":"InvalidTrafficRoutingConfigurationException"}
|
199
208
|
]
|
200
209
|
},
|
201
210
|
"CreateDeploymentGroup":{
|
@@ -232,7 +241,8 @@
|
|
232
241
|
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
233
242
|
{"shape":"InvalidEC2TagCombinationException"},
|
234
243
|
{"shape":"InvalidOnPremisesTagCombinationException"},
|
235
|
-
{"shape":"TagSetListLimitExceededException"}
|
244
|
+
{"shape":"TagSetListLimitExceededException"},
|
245
|
+
{"shape":"InvalidInputException"}
|
236
246
|
]
|
237
247
|
},
|
238
248
|
"DeleteApplication":{
|
@@ -505,7 +515,8 @@
|
|
505
515
|
"output":{"shape":"ListGitHubAccountTokenNamesOutput"},
|
506
516
|
"errors":[
|
507
517
|
{"shape":"InvalidNextTokenException"},
|
508
|
-
{"shape":"ResourceValidationException"}
|
518
|
+
{"shape":"ResourceValidationException"},
|
519
|
+
{"shape":"OperationNotSupportedException"}
|
509
520
|
]
|
510
521
|
},
|
511
522
|
"ListOnPremisesInstances":{
|
@@ -522,6 +533,24 @@
|
|
522
533
|
{"shape":"InvalidNextTokenException"}
|
523
534
|
]
|
524
535
|
},
|
536
|
+
"PutLifecycleEventHookExecutionStatus":{
|
537
|
+
"name":"PutLifecycleEventHookExecutionStatus",
|
538
|
+
"http":{
|
539
|
+
"method":"POST",
|
540
|
+
"requestUri":"/"
|
541
|
+
},
|
542
|
+
"input":{"shape":"PutLifecycleEventHookExecutionStatusInput"},
|
543
|
+
"output":{"shape":"PutLifecycleEventHookExecutionStatusOutput"},
|
544
|
+
"errors":[
|
545
|
+
{"shape":"InvalidLifecycleEventHookExecutionStatusException"},
|
546
|
+
{"shape":"InvalidLifecycleEventHookExecutionIdException"},
|
547
|
+
{"shape":"LifecycleEventAlreadyCompletedException"},
|
548
|
+
{"shape":"DeploymentIdRequiredException"},
|
549
|
+
{"shape":"DeploymentDoesNotExistException"},
|
550
|
+
{"shape":"InvalidDeploymentIdException"},
|
551
|
+
{"shape":"UnsupportedActionForDeploymentTypeException"}
|
552
|
+
]
|
553
|
+
},
|
525
554
|
"RegisterApplicationRevision":{
|
526
555
|
"name":"RegisterApplicationRevision",
|
527
556
|
"http":{
|
@@ -652,7 +681,8 @@
|
|
652
681
|
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
653
682
|
{"shape":"InvalidEC2TagCombinationException"},
|
654
683
|
{"shape":"InvalidOnPremisesTagCombinationException"},
|
655
|
-
{"shape":"TagSetListLimitExceededException"}
|
684
|
+
{"shape":"TagSetListLimitExceededException"},
|
685
|
+
{"shape":"InvalidInputException"}
|
656
686
|
]
|
657
687
|
}
|
658
688
|
},
|
@@ -668,7 +698,10 @@
|
|
668
698
|
"instanceNames":{"shape":"InstanceNameList"}
|
669
699
|
}
|
670
700
|
},
|
671
|
-
"AdditionalDeploymentStatusInfo":{
|
701
|
+
"AdditionalDeploymentStatusInfo":{
|
702
|
+
"type":"string",
|
703
|
+
"deprecated":true
|
704
|
+
},
|
672
705
|
"Alarm":{
|
673
706
|
"type":"structure",
|
674
707
|
"members":{
|
@@ -714,7 +747,8 @@
|
|
714
747
|
"applicationName":{"shape":"ApplicationName"},
|
715
748
|
"createTime":{"shape":"Timestamp"},
|
716
749
|
"linkedToGitHub":{"shape":"Boolean"},
|
717
|
-
"gitHubAccountName":{"shape":"GitHubAccountTokenName"}
|
750
|
+
"gitHubAccountName":{"shape":"GitHubAccountTokenName"},
|
751
|
+
"computePlatform":{"shape":"ComputePlatform"}
|
718
752
|
}
|
719
753
|
},
|
720
754
|
"ApplicationLimitExceededException":{
|
@@ -807,6 +841,7 @@
|
|
807
841
|
},
|
808
842
|
"BatchGetApplicationsInput":{
|
809
843
|
"type":"structure",
|
844
|
+
"required":["applicationNames"],
|
810
845
|
"members":{
|
811
846
|
"applicationNames":{"shape":"ApplicationsList"}
|
812
847
|
}
|
@@ -855,6 +890,7 @@
|
|
855
890
|
},
|
856
891
|
"BatchGetDeploymentsInput":{
|
857
892
|
"type":"structure",
|
893
|
+
"required":["deploymentIds"],
|
858
894
|
"members":{
|
859
895
|
"deploymentIds":{"shape":"DeploymentsList"}
|
860
896
|
}
|
@@ -867,6 +903,7 @@
|
|
867
903
|
},
|
868
904
|
"BatchGetOnPremisesInstancesInput":{
|
869
905
|
"type":"structure",
|
906
|
+
"required":["instanceNames"],
|
870
907
|
"members":{
|
871
908
|
"instanceNames":{"shape":"InstanceNameList"}
|
872
909
|
}
|
@@ -910,10 +947,19 @@
|
|
910
947
|
"enum":[
|
911
948
|
"tar",
|
912
949
|
"tgz",
|
913
|
-
"zip"
|
950
|
+
"zip",
|
951
|
+
"YAML",
|
952
|
+
"JSON"
|
914
953
|
]
|
915
954
|
},
|
916
955
|
"CommitId":{"type":"string"},
|
956
|
+
"ComputePlatform":{
|
957
|
+
"type":"string",
|
958
|
+
"enum":[
|
959
|
+
"Server",
|
960
|
+
"Lambda"
|
961
|
+
]
|
962
|
+
},
|
917
963
|
"ContinueDeploymentInput":{
|
918
964
|
"type":"structure",
|
919
965
|
"members":{
|
@@ -924,7 +970,8 @@
|
|
924
970
|
"type":"structure",
|
925
971
|
"required":["applicationName"],
|
926
972
|
"members":{
|
927
|
-
"applicationName":{"shape":"ApplicationName"}
|
973
|
+
"applicationName":{"shape":"ApplicationName"},
|
974
|
+
"computePlatform":{"shape":"ComputePlatform"}
|
928
975
|
}
|
929
976
|
},
|
930
977
|
"CreateApplicationOutput":{
|
@@ -941,7 +988,9 @@
|
|
941
988
|
],
|
942
989
|
"members":{
|
943
990
|
"deploymentConfigName":{"shape":"DeploymentConfigName"},
|
944
|
-
"minimumHealthyHosts":{"shape":"MinimumHealthyHosts"}
|
991
|
+
"minimumHealthyHosts":{"shape":"MinimumHealthyHosts"},
|
992
|
+
"trafficRoutingConfig":{"shape":"TrafficRoutingConfig"},
|
993
|
+
"computePlatform":{"shape":"ComputePlatform"}
|
945
994
|
}
|
946
995
|
},
|
947
996
|
"CreateDeploymentConfigOutput":{
|
@@ -1065,7 +1114,9 @@
|
|
1065
1114
|
"deploymentConfigId":{"shape":"DeploymentConfigId"},
|
1066
1115
|
"deploymentConfigName":{"shape":"DeploymentConfigName"},
|
1067
1116
|
"minimumHealthyHosts":{"shape":"MinimumHealthyHosts"},
|
1068
|
-
"createTime":{"shape":"Timestamp"}
|
1117
|
+
"createTime":{"shape":"Timestamp"},
|
1118
|
+
"computePlatform":{"shape":"ComputePlatform"},
|
1119
|
+
"trafficRoutingConfig":{"shape":"TrafficRoutingConfig"}
|
1069
1120
|
}
|
1070
1121
|
},
|
1071
1122
|
"DeploymentConfigLimitExceededException":{
|
@@ -1137,7 +1188,8 @@
|
|
1137
1188
|
"lastSuccessfulDeployment":{"shape":"LastDeploymentInfo"},
|
1138
1189
|
"lastAttemptedDeployment":{"shape":"LastDeploymentInfo"},
|
1139
1190
|
"ec2TagSet":{"shape":"EC2TagSet"},
|
1140
|
-
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
1191
|
+
"onPremisesTagSet":{"shape":"OnPremisesTagSet"},
|
1192
|
+
"computePlatform":{"shape":"ComputePlatform"}
|
1141
1193
|
}
|
1142
1194
|
},
|
1143
1195
|
"DeploymentGroupInfoList":{
|
@@ -1199,7 +1251,9 @@
|
|
1199
1251
|
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
1200
1252
|
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
1201
1253
|
"additionalDeploymentStatusInfo":{"shape":"AdditionalDeploymentStatusInfo"},
|
1202
|
-
"fileExistsBehavior":{"shape":"FileExistsBehavior"}
|
1254
|
+
"fileExistsBehavior":{"shape":"FileExistsBehavior"},
|
1255
|
+
"deploymentStatusMessages":{"shape":"DeploymentStatusMessageList"},
|
1256
|
+
"computePlatform":{"shape":"ComputePlatform"}
|
1203
1257
|
}
|
1204
1258
|
},
|
1205
1259
|
"DeploymentIsNotInReadyStateException":{
|
@@ -1268,6 +1322,10 @@
|
|
1268
1322
|
"type":"list",
|
1269
1323
|
"member":{"shape":"DeploymentStatus"}
|
1270
1324
|
},
|
1325
|
+
"DeploymentStatusMessageList":{
|
1326
|
+
"type":"list",
|
1327
|
+
"member":{"shape":"ErrorMessage"}
|
1328
|
+
},
|
1271
1329
|
"DeploymentStyle":{
|
1272
1330
|
"type":"structure",
|
1273
1331
|
"members":{
|
@@ -1376,7 +1434,15 @@
|
|
1376
1434
|
"AGENT_ISSUE",
|
1377
1435
|
"AUTO_SCALING_IAM_ROLE_PERMISSIONS",
|
1378
1436
|
"AUTO_SCALING_CONFIGURATION",
|
1379
|
-
"MANUAL_STOP"
|
1437
|
+
"MANUAL_STOP",
|
1438
|
+
"MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
|
1439
|
+
"MISSING_ELB_INFORMATION",
|
1440
|
+
"MISSING_GITHUB_TOKEN",
|
1441
|
+
"ELASTIC_LOAD_BALANCING_INVALID",
|
1442
|
+
"ELB_INVALID_INSTANCE",
|
1443
|
+
"INVALID_LAMBDA_CONFIGURATION",
|
1444
|
+
"INVALID_LAMBDA_FUNCTION",
|
1445
|
+
"HOOK_EXECUTION_FAILURE"
|
1380
1446
|
]
|
1381
1447
|
},
|
1382
1448
|
"ErrorInformation":{
|
@@ -1716,6 +1782,12 @@
|
|
1716
1782
|
},
|
1717
1783
|
"exception":true
|
1718
1784
|
},
|
1785
|
+
"InvalidComputePlatformException":{
|
1786
|
+
"type":"structure",
|
1787
|
+
"members":{
|
1788
|
+
},
|
1789
|
+
"exception":true
|
1790
|
+
},
|
1719
1791
|
"InvalidDeployedStateFilterException":{
|
1720
1792
|
"type":"structure",
|
1721
1793
|
"members":{
|
@@ -1776,6 +1848,12 @@
|
|
1776
1848
|
},
|
1777
1849
|
"exception":true
|
1778
1850
|
},
|
1851
|
+
"InvalidGitHubAccountTokenNameException":{
|
1852
|
+
"type":"structure",
|
1853
|
+
"members":{
|
1854
|
+
},
|
1855
|
+
"exception":true
|
1856
|
+
},
|
1779
1857
|
"InvalidIamSessionArnException":{
|
1780
1858
|
"type":"structure",
|
1781
1859
|
"members":{
|
@@ -1788,6 +1866,24 @@
|
|
1788
1866
|
},
|
1789
1867
|
"exception":true
|
1790
1868
|
},
|
1869
|
+
"InvalidIgnoreApplicationStopFailuresValueException":{
|
1870
|
+
"type":"structure",
|
1871
|
+
"members":{
|
1872
|
+
},
|
1873
|
+
"exception":true
|
1874
|
+
},
|
1875
|
+
"InvalidInputException":{
|
1876
|
+
"type":"structure",
|
1877
|
+
"members":{
|
1878
|
+
},
|
1879
|
+
"exception":true
|
1880
|
+
},
|
1881
|
+
"InvalidInstanceIdException":{
|
1882
|
+
"type":"structure",
|
1883
|
+
"members":{
|
1884
|
+
},
|
1885
|
+
"exception":true
|
1886
|
+
},
|
1791
1887
|
"InvalidInstanceNameException":{
|
1792
1888
|
"type":"structure",
|
1793
1889
|
"members":{
|
@@ -1812,6 +1908,18 @@
|
|
1812
1908
|
},
|
1813
1909
|
"exception":true
|
1814
1910
|
},
|
1911
|
+
"InvalidLifecycleEventHookExecutionIdException":{
|
1912
|
+
"type":"structure",
|
1913
|
+
"members":{
|
1914
|
+
},
|
1915
|
+
"exception":true
|
1916
|
+
},
|
1917
|
+
"InvalidLifecycleEventHookExecutionStatusException":{
|
1918
|
+
"type":"structure",
|
1919
|
+
"members":{
|
1920
|
+
},
|
1921
|
+
"exception":true
|
1922
|
+
},
|
1815
1923
|
"InvalidLoadBalancerInfoException":{
|
1816
1924
|
"type":"structure",
|
1817
1925
|
"members":{
|
@@ -1896,12 +2004,24 @@
|
|
1896
2004
|
},
|
1897
2005
|
"exception":true
|
1898
2006
|
},
|
2007
|
+
"InvalidTrafficRoutingConfigurationException":{
|
2008
|
+
"type":"structure",
|
2009
|
+
"members":{
|
2010
|
+
},
|
2011
|
+
"exception":true
|
2012
|
+
},
|
1899
2013
|
"InvalidTriggerConfigException":{
|
1900
2014
|
"type":"structure",
|
1901
2015
|
"members":{
|
1902
2016
|
},
|
1903
2017
|
"exception":true
|
1904
2018
|
},
|
2019
|
+
"InvalidUpdateOutdatedInstancesOnlyValueException":{
|
2020
|
+
"type":"structure",
|
2021
|
+
"members":{
|
2022
|
+
},
|
2023
|
+
"exception":true
|
2024
|
+
},
|
1905
2025
|
"Key":{"type":"string"},
|
1906
2026
|
"LastDeploymentInfo":{
|
1907
2027
|
"type":"structure",
|
@@ -1933,6 +2053,13 @@
|
|
1933
2053
|
"status":{"shape":"LifecycleEventStatus"}
|
1934
2054
|
}
|
1935
2055
|
},
|
2056
|
+
"LifecycleEventAlreadyCompletedException":{
|
2057
|
+
"type":"structure",
|
2058
|
+
"members":{
|
2059
|
+
},
|
2060
|
+
"exception":true
|
2061
|
+
},
|
2062
|
+
"LifecycleEventHookExecutionId":{"type":"string"},
|
1936
2063
|
"LifecycleEventList":{
|
1937
2064
|
"type":"list",
|
1938
2065
|
"member":{"shape":"LifecycleEvent"}
|
@@ -2130,6 +2257,36 @@
|
|
2130
2257
|
"type":"list",
|
2131
2258
|
"member":{"shape":"TagFilterList"}
|
2132
2259
|
},
|
2260
|
+
"OperationNotSupportedException":{
|
2261
|
+
"type":"structure",
|
2262
|
+
"members":{
|
2263
|
+
},
|
2264
|
+
"exception":true
|
2265
|
+
},
|
2266
|
+
"Percentage":{"type":"integer"},
|
2267
|
+
"PutLifecycleEventHookExecutionStatusInput":{
|
2268
|
+
"type":"structure",
|
2269
|
+
"members":{
|
2270
|
+
"deploymentId":{"shape":"DeploymentId"},
|
2271
|
+
"lifecycleEventHookExecutionId":{"shape":"LifecycleEventHookExecutionId"},
|
2272
|
+
"status":{"shape":"LifecycleEventStatus"}
|
2273
|
+
}
|
2274
|
+
},
|
2275
|
+
"PutLifecycleEventHookExecutionStatusOutput":{
|
2276
|
+
"type":"structure",
|
2277
|
+
"members":{
|
2278
|
+
"lifecycleEventHookExecutionId":{"shape":"LifecycleEventHookExecutionId"}
|
2279
|
+
}
|
2280
|
+
},
|
2281
|
+
"RawString":{
|
2282
|
+
"type":"structure",
|
2283
|
+
"members":{
|
2284
|
+
"content":{"shape":"RawStringContent"},
|
2285
|
+
"sha256":{"shape":"RawStringSha256"}
|
2286
|
+
}
|
2287
|
+
},
|
2288
|
+
"RawStringContent":{"type":"string"},
|
2289
|
+
"RawStringSha256":{"type":"string"},
|
2133
2290
|
"RegisterApplicationRevisionInput":{
|
2134
2291
|
"type":"structure",
|
2135
2292
|
"required":[
|
@@ -2198,7 +2355,8 @@
|
|
2198
2355
|
"members":{
|
2199
2356
|
"revisionType":{"shape":"RevisionLocationType"},
|
2200
2357
|
"s3Location":{"shape":"S3Location"},
|
2201
|
-
"gitHubLocation":{"shape":"GitHubLocation"}
|
2358
|
+
"gitHubLocation":{"shape":"GitHubLocation"},
|
2359
|
+
"string":{"shape":"RawString"}
|
2202
2360
|
}
|
2203
2361
|
},
|
2204
2362
|
"RevisionLocationList":{
|
@@ -2209,7 +2367,8 @@
|
|
2209
2367
|
"type":"string",
|
2210
2368
|
"enum":[
|
2211
2369
|
"S3",
|
2212
|
-
"GitHub"
|
2370
|
+
"GitHub",
|
2371
|
+
"String"
|
2213
2372
|
]
|
2214
2373
|
},
|
2215
2374
|
"RevisionRequiredException":{
|
@@ -2349,6 +2508,26 @@
|
|
2349
2508
|
"ec2TagSet":{"shape":"EC2TagSet"}
|
2350
2509
|
}
|
2351
2510
|
},
|
2511
|
+
"ThrottlingException":{
|
2512
|
+
"type":"structure",
|
2513
|
+
"members":{
|
2514
|
+
},
|
2515
|
+
"exception":true
|
2516
|
+
},
|
2517
|
+
"TimeBasedCanary":{
|
2518
|
+
"type":"structure",
|
2519
|
+
"members":{
|
2520
|
+
"canaryPercentage":{"shape":"Percentage"},
|
2521
|
+
"canaryInterval":{"shape":"WaitTimeInMins"}
|
2522
|
+
}
|
2523
|
+
},
|
2524
|
+
"TimeBasedLinear":{
|
2525
|
+
"type":"structure",
|
2526
|
+
"members":{
|
2527
|
+
"linearPercentage":{"shape":"Percentage"},
|
2528
|
+
"linearInterval":{"shape":"WaitTimeInMins"}
|
2529
|
+
}
|
2530
|
+
},
|
2352
2531
|
"TimeRange":{
|
2353
2532
|
"type":"structure",
|
2354
2533
|
"members":{
|
@@ -2357,6 +2536,22 @@
|
|
2357
2536
|
}
|
2358
2537
|
},
|
2359
2538
|
"Timestamp":{"type":"timestamp"},
|
2539
|
+
"TrafficRoutingConfig":{
|
2540
|
+
"type":"structure",
|
2541
|
+
"members":{
|
2542
|
+
"type":{"shape":"TrafficRoutingType"},
|
2543
|
+
"timeBasedCanary":{"shape":"TimeBasedCanary"},
|
2544
|
+
"timeBasedLinear":{"shape":"TimeBasedLinear"}
|
2545
|
+
}
|
2546
|
+
},
|
2547
|
+
"TrafficRoutingType":{
|
2548
|
+
"type":"string",
|
2549
|
+
"enum":[
|
2550
|
+
"TimeBasedCanary",
|
2551
|
+
"TimeBasedLinear",
|
2552
|
+
"AllAtOnce"
|
2553
|
+
]
|
2554
|
+
},
|
2360
2555
|
"TriggerConfig":{
|
2361
2556
|
"type":"structure",
|
2362
2557
|
"members":{
|
@@ -2441,6 +2636,7 @@
|
|
2441
2636
|
}
|
2442
2637
|
},
|
2443
2638
|
"Value":{"type":"string"},
|
2444
|
-
"VersionId":{"type":"string"}
|
2639
|
+
"VersionId":{"type":"string"},
|
2640
|
+
"WaitTimeInMins":{"type":"integer"}
|
2445
2641
|
}
|
2446
2642
|
}
|