Skip to content

Commit 05a58a5

Browse files
Updated API models and rebuilt service gems.
1 parent 31816ec commit 05a58a5

File tree

57 files changed

+1416
-96
lines changed

Some content is hidden

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

57 files changed

+1416
-96
lines changed

apis/auditmanager/2017-07-25/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@
750750
{"shape":"ValidationException"},
751751
{"shape":"AccessDeniedException"},
752752
{"shape":"InternalServerException"},
753-
{"shape":"ResourceNotFoundException"}
753+
{"shape":"ResourceNotFoundException"},
754+
{"shape":"ThrottlingException"}
754755
]
755756
},
756757
"StartAssessmentFrameworkShare":{

apis/logs/2014-03-28/api-2.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,23 @@
775775
{"shape":"ServiceUnavailableException"}
776776
]
777777
},
778+
"GetLogObject":{
779+
"name":"GetLogObject",
780+
"http":{
781+
"method":"POST",
782+
"requestUri":"/"
783+
},
784+
"input":{"shape":"GetLogObjectRequest"},
785+
"output":{"shape":"GetLogObjectResponse"},
786+
"errors":[
787+
{"shape":"AccessDeniedException"},
788+
{"shape":"InvalidParameterException"},
789+
{"shape":"ResourceNotFoundException"},
790+
{"shape":"LimitExceededException"},
791+
{"shape":"InvalidOperationException"}
792+
],
793+
"endpoint":{"hostPrefix":"streaming-"}
794+
},
778795
"GetLogRecord":{
779796
"name":"GetLogRecord",
780797
"http":{
@@ -1710,6 +1727,7 @@
17101727
"type":"list",
17111728
"member":{"shape":"Arn"}
17121729
},
1730+
"Data":{"type":"blob"},
17131731
"DataAlreadyAcceptedException":{
17141732
"type":"structure",
17151733
"members":{
@@ -2579,6 +2597,13 @@
25792597
"type":"list",
25802598
"member":{"shape":"FieldIndex"}
25812599
},
2600+
"FieldsData":{
2601+
"type":"structure",
2602+
"members":{
2603+
"data":{"shape":"Data"}
2604+
},
2605+
"event":true
2606+
},
25822607
"FilterCount":{"type":"integer"},
25832608
"FilterLogEventsRequest":{
25842609
"type":"structure",
@@ -2789,6 +2814,28 @@
27892814
"logGroupFields":{"shape":"LogGroupFieldList"}
27902815
}
27912816
},
2817+
"GetLogObjectRequest":{
2818+
"type":"structure",
2819+
"required":["logObjectPointer"],
2820+
"members":{
2821+
"unmask":{"shape":"Unmask"},
2822+
"logObjectPointer":{"shape":"LogObjectPointer"}
2823+
}
2824+
},
2825+
"GetLogObjectResponse":{
2826+
"type":"structure",
2827+
"members":{
2828+
"fieldStream":{"shape":"GetLogObjectResponseStream"}
2829+
}
2830+
},
2831+
"GetLogObjectResponseStream":{
2832+
"type":"structure",
2833+
"members":{
2834+
"fields":{"shape":"FieldsData"},
2835+
"InternalStreamingException":{"shape":"InternalStreamingException"}
2836+
},
2837+
"eventstream":true
2838+
},
27922839
"GetLogRecordRequest":{
27932840
"type":"structure",
27942841
"required":["logRecordPointer"],
@@ -2960,6 +3007,13 @@
29603007
"enum":["OPENSEARCH"]
29613008
},
29623009
"Interleaved":{"type":"boolean"},
3010+
"InternalStreamingException":{
3011+
"type":"structure",
3012+
"members":{
3013+
"message":{"shape":"Message"}
3014+
},
3015+
"exception":true
3016+
},
29633017
"InvalidOperationException":{
29643018
"type":"structure",
29653019
"members":{},
@@ -3291,6 +3345,11 @@
32913345
"type":"list",
32923346
"member":{"shape":"LogGroup"}
32933347
},
3348+
"LogObjectPointer":{
3349+
"type":"string",
3350+
"max":512,
3351+
"min":1
3352+
},
32943353
"LogRecord":{
32953354
"type":"map",
32963355
"key":{"shape":"Field"},
@@ -3773,7 +3832,8 @@
37733832
"DATA_PROTECTION_POLICY",
37743833
"SUBSCRIPTION_FILTER_POLICY",
37753834
"FIELD_INDEX_POLICY",
3776-
"TRANSFORMER_POLICY"
3835+
"TRANSFORMER_POLICY",
3836+
"METRIC_EXTRACTION_POLICY"
37773837
]
37783838
},
37793839
"Priority":{

apis/logs/2014-03-28/docs-2.json

Lines changed: 44 additions & 3 deletions
Large diffs are not rendered by default.

apis/mediaconvert/2017-08-29/api-2.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6795,6 +6795,10 @@
67956795
"shape": "__listOf__stringPatternS3ASSETMAPXml",
67966796
"locationName": "supplementalImps"
67976797
},
6798+
"TamsSettings": {
6799+
"shape": "InputTamsSettings",
6800+
"locationName": "tamsSettings"
6801+
},
67986802
"TimecodeSource": {
67996803
"shape": "InputTimecodeSource",
68006804
"locationName": "timecodeSource"
@@ -6912,6 +6916,27 @@
69126916
"PSF"
69136917
]
69146918
},
6919+
"InputTamsSettings": {
6920+
"type": "structure",
6921+
"members": {
6922+
"AuthConnectionArn": {
6923+
"shape": "__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936",
6924+
"locationName": "authConnectionArn"
6925+
},
6926+
"GapHandling": {
6927+
"shape": "TamsGapHandling",
6928+
"locationName": "gapHandling"
6929+
},
6930+
"SourceId": {
6931+
"shape": "__string",
6932+
"locationName": "sourceId"
6933+
},
6934+
"Timerange": {
6935+
"shape": "__stringPattern019090190908019090190908",
6936+
"locationName": "timerange"
6937+
}
6938+
}
6939+
},
69156940
"InputTemplate": {
69166941
"type": "structure",
69176942
"members": {
@@ -10516,6 +10541,14 @@
1051610541
"type": "structure",
1051710542
"members": {}
1051810543
},
10544+
"TamsGapHandling": {
10545+
"type": "string",
10546+
"enum": [
10547+
"SKIP_GAPS",
10548+
"FILL_WITH_BLACK",
10549+
"HOLD_LAST_FRAME"
10550+
]
10551+
},
1051910552
"TeletextDestinationSettings": {
1052010553
"type": "structure",
1052110554
"members": {
@@ -13302,6 +13335,10 @@
1330213335
"type": "string",
1330313336
"pattern": "^([01][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9][:;][0-9]{2}(@[0-9]+(\\.[0-9]+)?(:[0-9]+)?)?$"
1330413337
},
13338+
"__stringPattern019090190908019090190908": {
13339+
"type": "string",
13340+
"pattern": "^(\\[|\\()?(-?(0|[1-9][0-9]*):(0|[1-9][0-9]{0,8}))?(_(-?(0|[1-9][0-9]*):(0|[1-9][0-9]{0,8}))?)?(\\]|\\))?$"
13341+
},
1330513342
"__stringPattern01D20305D205D": {
1330613343
"type": "string",
1330713344
"pattern": "^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$"
@@ -13334,6 +13371,10 @@
1333413371
"type": "string",
1333513372
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z0-9-]+)?$"
1333613373
},
13374+
"__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936": {
13375+
"type": "string",
13376+
"pattern": "^arn:aws[a-z0-9-]*:events:[a-z0-9-]+:[0-9]{12}:connection/[a-zA-Z0-9-]+/[a-f0-9-]{36}$"
13377+
},
1333713378
"__stringPatternArnAwsUsGovAcm": {
1333813379
"type": "string",
1333913380
"pattern": "^arn:aws(-us-gov)?:acm:"

0 commit comments

Comments
 (0)