Skip to content

Commit e70a0aa

Browse files
Updated API models and rebuilt service gems.
1 parent 3df0b0e commit e70a0aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3464
-3828
lines changed

apis/cloudfront/2020-05-31/api-2.json

+91-91
Large diffs are not rendered by default.

apis/cloudfront/2020-05-31/docs-2.json

+8-8
Large diffs are not rendered by default.

apis/codepipeline/2015-07-09/api-2.json

+42-67
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,7 @@
905905
},
906906
"ActionNotFoundException":{
907907
"type":"structure",
908-
"members":{
909-
},
908+
"members":{},
910909
"exception":true
911910
},
912911
"ActionOwner":{
@@ -978,8 +977,7 @@
978977
},
979978
"ActionTypeAlreadyExistsException":{
980979
"type":"structure",
981-
"members":{
982-
},
980+
"members":{},
983981
"exception":true
984982
},
985983
"ActionTypeArtifactDetails":{
@@ -1066,8 +1064,7 @@
10661064
},
10671065
"ActionTypeNotFoundException":{
10681066
"type":"structure",
1069-
"members":{
1070-
},
1067+
"members":{},
10711068
"exception":true
10721069
},
10731070
"ActionTypeOwner":{
@@ -1133,8 +1130,7 @@
11331130
},
11341131
"ApprovalAlreadyCompletedException":{
11351132
"type":"structure",
1136-
"members":{
1137-
},
1133+
"members":{},
11381134
"exception":true
11391135
},
11401136
"ApprovalResult":{
@@ -1481,8 +1477,7 @@
14811477
},
14821478
"DeleteWebhookOutput":{
14831479
"type":"structure",
1484-
"members":{
1485-
}
1480+
"members":{}
14861481
},
14871482
"DeregisterWebhookWithThirdPartyInput":{
14881483
"type":"structure",
@@ -1492,8 +1487,7 @@
14921487
},
14931488
"DeregisterWebhookWithThirdPartyOutput":{
14941489
"type":"structure",
1495-
"members":{
1496-
}
1490+
"members":{}
14971491
},
14981492
"Description":{
14991493
"type":"string",
@@ -1570,7 +1564,8 @@
15701564
],
15711565
"members":{
15721566
"name":{"shape":"EnvironmentVariableName"},
1573-
"value":{"shape":"EnvironmentVariableValue"}
1567+
"value":{"shape":"EnvironmentVariableValue"},
1568+
"type":{"shape":"EnvironmentVariableType"}
15741569
}
15751570
},
15761571
"EnvironmentVariableList":{
@@ -1585,6 +1580,13 @@
15851580
"min":1,
15861581
"pattern":"[A-Za-z0-9_]+"
15871582
},
1583+
"EnvironmentVariableType":{
1584+
"type":"string",
1585+
"enum":[
1586+
"PLAINTEXT",
1587+
"SECRETS_MANAGER"
1588+
]
1589+
},
15881590
"EnvironmentVariableValue":{
15891591
"type":"string",
15901592
"max":2000,
@@ -1916,14 +1918,12 @@
19161918
},
19171919
"InvalidActionDeclarationException":{
19181920
"type":"structure",
1919-
"members":{
1920-
},
1921+
"members":{},
19211922
"exception":true
19221923
},
19231924
"InvalidApprovalTokenException":{
19241925
"type":"structure",
1925-
"members":{
1926-
},
1926+
"members":{},
19271927
"exception":true
19281928
},
19291929
"InvalidArnException":{
@@ -1935,50 +1935,42 @@
19351935
},
19361936
"InvalidBlockerDeclarationException":{
19371937
"type":"structure",
1938-
"members":{
1939-
},
1938+
"members":{},
19401939
"exception":true
19411940
},
19421941
"InvalidClientTokenException":{
19431942
"type":"structure",
1944-
"members":{
1945-
},
1943+
"members":{},
19461944
"exception":true
19471945
},
19481946
"InvalidJobException":{
19491947
"type":"structure",
1950-
"members":{
1951-
},
1948+
"members":{},
19521949
"exception":true
19531950
},
19541951
"InvalidJobStateException":{
19551952
"type":"structure",
1956-
"members":{
1957-
},
1953+
"members":{},
19581954
"exception":true
19591955
},
19601956
"InvalidNextTokenException":{
19611957
"type":"structure",
1962-
"members":{
1963-
},
1958+
"members":{},
19641959
"exception":true
19651960
},
19661961
"InvalidNonceException":{
19671962
"type":"structure",
1968-
"members":{
1969-
},
1963+
"members":{},
19701964
"exception":true
19711965
},
19721966
"InvalidStageDeclarationException":{
19731967
"type":"structure",
1974-
"members":{
1975-
},
1968+
"members":{},
19761969
"exception":true
19771970
},
19781971
"InvalidStructureException":{
19791972
"type":"structure",
1980-
"members":{
1981-
},
1973+
"members":{},
19821974
"exception":true
19831975
},
19841976
"InvalidTagsException":{
@@ -1990,14 +1982,12 @@
19901982
},
19911983
"InvalidWebhookAuthenticationParametersException":{
19921984
"type":"structure",
1993-
"members":{
1994-
},
1985+
"members":{},
19951986
"exception":true
19961987
},
19971988
"InvalidWebhookFilterPatternException":{
19981989
"type":"structure",
1999-
"members":{
2000-
},
1990+
"members":{},
20011991
"exception":true
20021992
},
20031993
"Job":{
@@ -2040,8 +2030,7 @@
20402030
},
20412031
"JobNotFoundException":{
20422032
"type":"structure",
2043-
"members":{
2044-
},
2033+
"members":{},
20452034
"exception":true
20462035
},
20472036
"JobStatus":{
@@ -2102,8 +2091,7 @@
21022091
},
21032092
"LimitExceededException":{
21042093
"type":"structure",
2105-
"members":{
2106-
},
2094+
"members":{},
21072095
"exception":true
21082096
},
21092097
"ListActionExecutionsInput":{
@@ -2308,8 +2296,7 @@
23082296
},
23092297
"NotLatestPipelineExecutionException":{
23102298
"type":"structure",
2311-
"members":{
2312-
},
2299+
"members":{},
23132300
"exception":true
23142301
},
23152302
"OutputArtifact":{
@@ -2434,8 +2421,7 @@
24342421
},
24352422
"PipelineExecutionNotFoundException":{
24362423
"type":"structure",
2437-
"members":{
2438-
},
2424+
"members":{},
24392425
"exception":true
24402426
},
24412427
"PipelineExecutionNotStoppableException":{
@@ -2506,14 +2492,12 @@
25062492
},
25072493
"PipelineNameInUseException":{
25082494
"type":"structure",
2509-
"members":{
2510-
},
2495+
"members":{},
25112496
"exception":true
25122497
},
25132498
"PipelineNotFoundException":{
25142499
"type":"structure",
2515-
"members":{
2516-
},
2500+
"members":{},
25172501
"exception":true
25182502
},
25192503
"PipelineRollbackMetadata":{
@@ -2619,8 +2603,7 @@
26192603
},
26202604
"PipelineVersionNotFoundException":{
26212605
"type":"structure",
2622-
"members":{
2623-
},
2606+
"members":{},
26242607
"exception":true
26252608
},
26262609
"PolicyStatementsTemplate":{
@@ -2797,8 +2780,7 @@
27972780
},
27982781
"RegisterWebhookWithThirdPartyOutput":{
27992782
"type":"structure",
2800-
"members":{
2801-
}
2783+
"members":{}
28022784
},
28032785
"RequestFailedException":{
28042786
"type":"structure",
@@ -2834,8 +2816,7 @@
28342816
},
28352817
"ResourceNotFoundException":{
28362818
"type":"structure",
2837-
"members":{
2838-
},
2819+
"members":{},
28392820
"exception":true
28402821
},
28412822
"Result":{
@@ -3347,14 +3328,12 @@
33473328
},
33483329
"StageNotFoundException":{
33493330
"type":"structure",
3350-
"members":{
3351-
},
3331+
"members":{},
33523332
"exception":true
33533333
},
33543334
"StageNotRetryableException":{
33553335
"type":"structure",
3356-
"members":{
3357-
},
3336+
"members":{},
33583337
"exception":true
33593338
},
33603339
"StageRetryMode":{
@@ -3496,8 +3475,7 @@
34963475
},
34973476
"TagResourceOutput":{
34983477
"type":"structure",
3499-
"members":{
3500-
}
3478+
"members":{}
35013479
},
35023480
"TagValue":{
35033481
"type":"string",
@@ -3598,8 +3576,7 @@
35983576
},
35993577
"UntagResourceOutput":{
36003578
"type":"structure",
3601-
"members":{
3602-
}
3579+
"members":{}
36033580
},
36043581
"UpdateActionTypeInput":{
36053582
"type":"structure",
@@ -3633,8 +3610,7 @@
36333610
},
36343611
"ValidationException":{
36353612
"type":"structure",
3636-
"members":{
3637-
},
3613+
"members":{},
36383614
"exception":true
36393615
},
36403616
"Version":{
@@ -3716,8 +3692,7 @@
37163692
},
37173693
"WebhookNotFoundException":{
37183694
"type":"structure",
3719-
"members":{
3720-
},
3695+
"members":{},
37213696
"exception":true
37223697
},
37233698
"WebhookUrl":{

0 commit comments

Comments
 (0)