aws-sdk-core 2.11.612 → 2.11.617
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +4 -2
- data/apis/codeartifact/2018-09-22/api-2.json +145 -6
- data/apis/ec2/2016-11-15/api-2.json +197 -8
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
- data/apis/glue/2017-03-31/api-2.json +28 -3
- data/apis/iot/2015-05-28/api-2.json +43 -6
- data/apis/kendra/2019-02-03/api-2.json +180 -2
- data/apis/mediatailor/2018-04-23/api-2.json +25 -0
- data/apis/neptune/2014-10-31/api-2.json +242 -3
- data/apis/neptune/2014-10-31/paginators-1.json +6 -0
- data/apis/quicksight/2018-04-01/api-2.json +14 -1
- data/apis/sagemaker/2017-07-24/api-2.json +741 -23
- data/apis/sagemaker/2017-07-24/paginators-1.json +12 -0
- data/apis/sesv2/2019-09-27/api-2.json +494 -5
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/apis/storagegateway/2013-06-30/api-2.json +53 -7
- data/endpoints.json +20 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -955,6 +955,7 @@
|
|
955
955
|
"members":{
|
956
956
|
"Name":{"shape":"TargetGroupName"},
|
957
957
|
"Protocol":{"shape":"ProtocolEnum"},
|
958
|
+
"ProtocolVersion":{"shape":"ProtocolVersion"},
|
958
959
|
"Port":{"shape":"Port"},
|
959
960
|
"VpcId":{"shape":"VpcId"},
|
960
961
|
"HealthCheckProtocol":{"shape":"ProtocolEnum"},
|
@@ -1286,6 +1287,7 @@
|
|
1286
1287
|
"TargetGroupStickinessConfig":{"shape":"TargetGroupStickinessConfig"}
|
1287
1288
|
}
|
1288
1289
|
},
|
1290
|
+
"GrpcCode":{"type":"string"},
|
1289
1291
|
"HealthCheckEnabled":{"type":"boolean"},
|
1290
1292
|
"HealthCheckIntervalSeconds":{
|
1291
1293
|
"type":"integer",
|
@@ -1577,9 +1579,9 @@
|
|
1577
1579
|
"Marker":{"type":"string"},
|
1578
1580
|
"Matcher":{
|
1579
1581
|
"type":"structure",
|
1580
|
-
"required":["HttpCode"],
|
1581
1582
|
"members":{
|
1582
|
-
"HttpCode":{"shape":"HttpCode"}
|
1583
|
+
"HttpCode":{"shape":"HttpCode"},
|
1584
|
+
"GrpcCode":{"shape":"GrpcCode"}
|
1583
1585
|
}
|
1584
1586
|
},
|
1585
1587
|
"Max":{"type":"string"},
|
@@ -1730,6 +1732,7 @@
|
|
1730
1732
|
"TCP_UDP"
|
1731
1733
|
]
|
1732
1734
|
},
|
1735
|
+
"ProtocolVersion":{"type":"string"},
|
1733
1736
|
"QueryStringConditionConfig":{
|
1734
1737
|
"type":"structure",
|
1735
1738
|
"members":{
|
@@ -2121,7 +2124,8 @@
|
|
2121
2124
|
"HealthCheckPath":{"shape":"Path"},
|
2122
2125
|
"Matcher":{"shape":"Matcher"},
|
2123
2126
|
"LoadBalancerArns":{"shape":"LoadBalancerArns"},
|
2124
|
-
"TargetType":{"shape":"TargetTypeEnum"}
|
2127
|
+
"TargetType":{"shape":"TargetTypeEnum"},
|
2128
|
+
"ProtocolVersion":{"shape":"ProtocolVersion"}
|
2125
2129
|
}
|
2126
2130
|
},
|
2127
2131
|
"TargetGroupArn":{"type":"string"},
|
@@ -3213,7 +3213,8 @@
|
|
3213
3213
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
3214
3214
|
"Timeout":{"shape":"Timeout"},
|
3215
3215
|
"MaxRetries":{"shape":"NullableInteger"},
|
3216
|
-
"Tags":{"shape":"TagsMap"}
|
3216
|
+
"Tags":{"shape":"TagsMap"},
|
3217
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
3217
3218
|
}
|
3218
3219
|
},
|
3219
3220
|
"CreateMLTransformResponse":{
|
@@ -4397,7 +4398,8 @@
|
|
4397
4398
|
"WorkerType":{"shape":"WorkerType"},
|
4398
4399
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
4399
4400
|
"Timeout":{"shape":"Timeout"},
|
4400
|
-
"MaxRetries":{"shape":"NullableInteger"}
|
4401
|
+
"MaxRetries":{"shape":"NullableInteger"},
|
4402
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
4401
4403
|
}
|
4402
4404
|
},
|
4403
4405
|
"GetMLTransformsRequest":{
|
@@ -5348,7 +5350,8 @@
|
|
5348
5350
|
"WorkerType":{"shape":"WorkerType"},
|
5349
5351
|
"NumberOfWorkers":{"shape":"NullableInteger"},
|
5350
5352
|
"Timeout":{"shape":"Timeout"},
|
5351
|
-
"MaxRetries":{"shape":"NullableInteger"}
|
5353
|
+
"MaxRetries":{"shape":"NullableInteger"},
|
5354
|
+
"TransformEncryption":{"shape":"TransformEncryption"}
|
5352
5355
|
}
|
5353
5356
|
},
|
5354
5357
|
"MLTransformNotReadyException":{
|
@@ -5358,6 +5361,21 @@
|
|
5358
5361
|
},
|
5359
5362
|
"exception":true
|
5360
5363
|
},
|
5364
|
+
"MLUserDataEncryption":{
|
5365
|
+
"type":"structure",
|
5366
|
+
"required":["MlUserDataEncryptionMode"],
|
5367
|
+
"members":{
|
5368
|
+
"MlUserDataEncryptionMode":{"shape":"MLUserDataEncryptionModeString"},
|
5369
|
+
"KmsKeyId":{"shape":"NameString"}
|
5370
|
+
}
|
5371
|
+
},
|
5372
|
+
"MLUserDataEncryptionModeString":{
|
5373
|
+
"type":"string",
|
5374
|
+
"enum":[
|
5375
|
+
"DISABLED",
|
5376
|
+
"SSE-KMS"
|
5377
|
+
]
|
5378
|
+
},
|
5361
5379
|
"MapValue":{
|
5362
5380
|
"type":"map",
|
5363
5381
|
"key":{"shape":"GenericString"},
|
@@ -6494,6 +6512,13 @@
|
|
6494
6512
|
"max":10,
|
6495
6513
|
"min":1
|
6496
6514
|
},
|
6515
|
+
"TransformEncryption":{
|
6516
|
+
"type":"structure",
|
6517
|
+
"members":{
|
6518
|
+
"MlUserDataEncryption":{"shape":"MLUserDataEncryption"},
|
6519
|
+
"TaskRunSecurityConfigurationName":{"shape":"NameString"}
|
6520
|
+
}
|
6521
|
+
},
|
6497
6522
|
"TransformFilterCriteria":{
|
6498
6523
|
"type":"structure",
|
6499
6524
|
"members":{
|
@@ -3684,7 +3684,12 @@
|
|
3684
3684
|
"location":"uri",
|
3685
3685
|
"locationName":"jobId"
|
3686
3686
|
},
|
3687
|
-
"comment":{"shape":"Comment"}
|
3687
|
+
"comment":{"shape":"Comment"},
|
3688
|
+
"namespaceId":{
|
3689
|
+
"shape":"NamespaceId",
|
3690
|
+
"location":"querystring",
|
3691
|
+
"locationName":"namespaceId"
|
3692
|
+
}
|
3688
3693
|
}
|
3689
3694
|
},
|
3690
3695
|
"AssociateTargetsWithJobResponse":{
|
@@ -4924,7 +4929,8 @@
|
|
4924
4929
|
"jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
|
4925
4930
|
"abortConfig":{"shape":"AbortConfig"},
|
4926
4931
|
"timeoutConfig":{"shape":"TimeoutConfig"},
|
4927
|
-
"tags":{"shape":"TagList"}
|
4932
|
+
"tags":{"shape":"TagList"},
|
4933
|
+
"namespaceId":{"shape":"NamespaceId"}
|
4928
4934
|
}
|
4929
4935
|
},
|
4930
4936
|
"CreateJobResponse":{
|
@@ -5578,6 +5584,11 @@
|
|
5578
5584
|
"shape":"ForceFlag",
|
5579
5585
|
"location":"querystring",
|
5580
5586
|
"locationName":"force"
|
5587
|
+
},
|
5588
|
+
"namespaceId":{
|
5589
|
+
"shape":"NamespaceId",
|
5590
|
+
"location":"querystring",
|
5591
|
+
"locationName":"namespaceId"
|
5581
5592
|
}
|
5582
5593
|
}
|
5583
5594
|
},
|
@@ -5594,6 +5605,11 @@
|
|
5594
5605
|
"shape":"ForceFlag",
|
5595
5606
|
"location":"querystring",
|
5596
5607
|
"locationName":"force"
|
5608
|
+
},
|
5609
|
+
"namespaceId":{
|
5610
|
+
"shape":"NamespaceId",
|
5611
|
+
"location":"querystring",
|
5612
|
+
"locationName":"namespaceId"
|
5597
5613
|
}
|
5598
5614
|
}
|
5599
5615
|
},
|
@@ -6609,9 +6625,8 @@
|
|
6609
6625
|
},
|
6610
6626
|
"DetailsValue":{
|
6611
6627
|
"type":"string",
|
6612
|
-
"max":1024,
|
6613
6628
|
"min":1,
|
6614
|
-
"pattern":"[^\\p{C}]
|
6629
|
+
"pattern":"[^\\p{C}]+"
|
6615
6630
|
},
|
6616
6631
|
"DeviceCertificateUpdateAction":{
|
6617
6632
|
"type":"string",
|
@@ -7448,7 +7463,8 @@
|
|
7448
7463
|
"lastUpdatedAt":{"shape":"DateType"},
|
7449
7464
|
"completedAt":{"shape":"DateType"},
|
7450
7465
|
"jobProcessDetails":{"shape":"JobProcessDetails"},
|
7451
|
-
"timeoutConfig":{"shape":"TimeoutConfig"}
|
7466
|
+
"timeoutConfig":{"shape":"TimeoutConfig"},
|
7467
|
+
"namespaceId":{"shape":"NamespaceId"}
|
7452
7468
|
}
|
7453
7469
|
},
|
7454
7470
|
"JobArn":{"type":"string"},
|
@@ -8156,6 +8172,11 @@
|
|
8156
8172
|
"location":"querystring",
|
8157
8173
|
"locationName":"status"
|
8158
8174
|
},
|
8175
|
+
"namespaceId":{
|
8176
|
+
"shape":"NamespaceId",
|
8177
|
+
"location":"querystring",
|
8178
|
+
"locationName":"namespaceId"
|
8179
|
+
},
|
8159
8180
|
"maxResults":{
|
8160
8181
|
"shape":"LaserMaxResults",
|
8161
8182
|
"location":"querystring",
|
@@ -8207,6 +8228,11 @@
|
|
8207
8228
|
"shape":"ThingGroupId",
|
8208
8229
|
"location":"querystring",
|
8209
8230
|
"locationName":"thingGroupId"
|
8231
|
+
},
|
8232
|
+
"namespaceId":{
|
8233
|
+
"shape":"NamespaceId",
|
8234
|
+
"location":"querystring",
|
8235
|
+
"locationName":"namespaceId"
|
8210
8236
|
}
|
8211
8237
|
}
|
8212
8238
|
},
|
@@ -9307,6 +9333,12 @@
|
|
9307
9333
|
"max":65535,
|
9308
9334
|
"min":1
|
9309
9335
|
},
|
9336
|
+
"NamespaceId":{
|
9337
|
+
"type":"string",
|
9338
|
+
"max":64,
|
9339
|
+
"min":1,
|
9340
|
+
"pattern":"[a-zA-Z0-9_-]+"
|
9341
|
+
},
|
9310
9342
|
"NextToken":{"type":"string"},
|
9311
9343
|
"NonCompliantChecksCount":{"type":"integer"},
|
9312
9344
|
"NonCompliantResource":{
|
@@ -11464,7 +11496,12 @@
|
|
11464
11496
|
"presignedUrlConfig":{"shape":"PresignedUrlConfig"},
|
11465
11497
|
"jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
|
11466
11498
|
"abortConfig":{"shape":"AbortConfig"},
|
11467
|
-
"timeoutConfig":{"shape":"TimeoutConfig"}
|
11499
|
+
"timeoutConfig":{"shape":"TimeoutConfig"},
|
11500
|
+
"namespaceId":{
|
11501
|
+
"shape":"NamespaceId",
|
11502
|
+
"location":"querystring",
|
11503
|
+
"locationName":"namespaceId"
|
11504
|
+
}
|
11468
11505
|
}
|
11469
11506
|
},
|
11470
11507
|
"UpdateMitigationActionRequest":{
|
@@ -612,6 +612,182 @@
|
|
612
612
|
},
|
613
613
|
"exception":true
|
614
614
|
},
|
615
|
+
"ConfluenceAttachmentConfiguration":{
|
616
|
+
"type":"structure",
|
617
|
+
"members":{
|
618
|
+
"CrawlAttachments":{"shape":"Boolean"},
|
619
|
+
"AttachmentFieldMappings":{"shape":"ConfluenceAttachmentFieldMappingsList"}
|
620
|
+
}
|
621
|
+
},
|
622
|
+
"ConfluenceAttachmentFieldMappingsList":{
|
623
|
+
"type":"list",
|
624
|
+
"member":{"shape":"ConfluenceAttachmentToIndexFieldMapping"},
|
625
|
+
"max":11,
|
626
|
+
"min":1
|
627
|
+
},
|
628
|
+
"ConfluenceAttachmentFieldName":{
|
629
|
+
"type":"string",
|
630
|
+
"enum":[
|
631
|
+
"AUTHOR",
|
632
|
+
"CONTENT_TYPE",
|
633
|
+
"CREATED_DATE",
|
634
|
+
"DISPLAY_URL",
|
635
|
+
"FILE_SIZE",
|
636
|
+
"ITEM_TYPE",
|
637
|
+
"PARENT_ID",
|
638
|
+
"SPACE_KEY",
|
639
|
+
"SPACE_NAME",
|
640
|
+
"URL",
|
641
|
+
"VERSION"
|
642
|
+
]
|
643
|
+
},
|
644
|
+
"ConfluenceAttachmentToIndexFieldMapping":{
|
645
|
+
"type":"structure",
|
646
|
+
"members":{
|
647
|
+
"DataSourceFieldName":{"shape":"ConfluenceAttachmentFieldName"},
|
648
|
+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
|
649
|
+
"IndexFieldName":{"shape":"IndexFieldName"}
|
650
|
+
}
|
651
|
+
},
|
652
|
+
"ConfluenceBlogConfiguration":{
|
653
|
+
"type":"structure",
|
654
|
+
"members":{
|
655
|
+
"BlogFieldMappings":{"shape":"ConfluenceBlogFieldMappingsList"}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"ConfluenceBlogFieldMappingsList":{
|
659
|
+
"type":"list",
|
660
|
+
"member":{"shape":"ConfluenceBlogToIndexFieldMapping"},
|
661
|
+
"max":9,
|
662
|
+
"min":1
|
663
|
+
},
|
664
|
+
"ConfluenceBlogFieldName":{
|
665
|
+
"type":"string",
|
666
|
+
"enum":[
|
667
|
+
"AUTHOR",
|
668
|
+
"DISPLAY_URL",
|
669
|
+
"ITEM_TYPE",
|
670
|
+
"LABELS",
|
671
|
+
"PUBLISH_DATE",
|
672
|
+
"SPACE_KEY",
|
673
|
+
"SPACE_NAME",
|
674
|
+
"URL",
|
675
|
+
"VERSION"
|
676
|
+
]
|
677
|
+
},
|
678
|
+
"ConfluenceBlogToIndexFieldMapping":{
|
679
|
+
"type":"structure",
|
680
|
+
"members":{
|
681
|
+
"DataSourceFieldName":{"shape":"ConfluenceBlogFieldName"},
|
682
|
+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
|
683
|
+
"IndexFieldName":{"shape":"IndexFieldName"}
|
684
|
+
}
|
685
|
+
},
|
686
|
+
"ConfluenceConfiguration":{
|
687
|
+
"type":"structure",
|
688
|
+
"required":[
|
689
|
+
"ServerUrl",
|
690
|
+
"SecretArn",
|
691
|
+
"Version"
|
692
|
+
],
|
693
|
+
"members":{
|
694
|
+
"ServerUrl":{"shape":"Url"},
|
695
|
+
"SecretArn":{"shape":"SecretArn"},
|
696
|
+
"Version":{"shape":"ConfluenceVersion"},
|
697
|
+
"SpaceConfiguration":{"shape":"ConfluenceSpaceConfiguration"},
|
698
|
+
"PageConfiguration":{"shape":"ConfluencePageConfiguration"},
|
699
|
+
"BlogConfiguration":{"shape":"ConfluenceBlogConfiguration"},
|
700
|
+
"AttachmentConfiguration":{"shape":"ConfluenceAttachmentConfiguration"},
|
701
|
+
"VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
|
702
|
+
"InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
|
703
|
+
"ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"}
|
704
|
+
}
|
705
|
+
},
|
706
|
+
"ConfluencePageConfiguration":{
|
707
|
+
"type":"structure",
|
708
|
+
"members":{
|
709
|
+
"PageFieldMappings":{"shape":"ConfluencePageFieldMappingsList"}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"ConfluencePageFieldMappingsList":{
|
713
|
+
"type":"list",
|
714
|
+
"member":{"shape":"ConfluencePageToIndexFieldMapping"},
|
715
|
+
"max":12,
|
716
|
+
"min":1
|
717
|
+
},
|
718
|
+
"ConfluencePageFieldName":{
|
719
|
+
"type":"string",
|
720
|
+
"enum":[
|
721
|
+
"AUTHOR",
|
722
|
+
"CONTENT_STATUS",
|
723
|
+
"CREATED_DATE",
|
724
|
+
"DISPLAY_URL",
|
725
|
+
"ITEM_TYPE",
|
726
|
+
"LABELS",
|
727
|
+
"MODIFIED_DATE",
|
728
|
+
"PARENT_ID",
|
729
|
+
"SPACE_KEY",
|
730
|
+
"SPACE_NAME",
|
731
|
+
"URL",
|
732
|
+
"VERSION"
|
733
|
+
]
|
734
|
+
},
|
735
|
+
"ConfluencePageToIndexFieldMapping":{
|
736
|
+
"type":"structure",
|
737
|
+
"members":{
|
738
|
+
"DataSourceFieldName":{"shape":"ConfluencePageFieldName"},
|
739
|
+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
|
740
|
+
"IndexFieldName":{"shape":"IndexFieldName"}
|
741
|
+
}
|
742
|
+
},
|
743
|
+
"ConfluenceSpaceConfiguration":{
|
744
|
+
"type":"structure",
|
745
|
+
"members":{
|
746
|
+
"CrawlPersonalSpaces":{"shape":"Boolean"},
|
747
|
+
"CrawlArchivedSpaces":{"shape":"Boolean"},
|
748
|
+
"IncludeSpaces":{"shape":"ConfluenceSpaceList"},
|
749
|
+
"ExcludeSpaces":{"shape":"ConfluenceSpaceList"},
|
750
|
+
"SpaceFieldMappings":{"shape":"ConfluenceSpaceFieldMappingsList"}
|
751
|
+
}
|
752
|
+
},
|
753
|
+
"ConfluenceSpaceFieldMappingsList":{
|
754
|
+
"type":"list",
|
755
|
+
"member":{"shape":"ConfluenceSpaceToIndexFieldMapping"},
|
756
|
+
"max":4,
|
757
|
+
"min":1
|
758
|
+
},
|
759
|
+
"ConfluenceSpaceFieldName":{
|
760
|
+
"type":"string",
|
761
|
+
"enum":[
|
762
|
+
"DISPLAY_URL",
|
763
|
+
"ITEM_TYPE",
|
764
|
+
"SPACE_KEY",
|
765
|
+
"URL"
|
766
|
+
]
|
767
|
+
},
|
768
|
+
"ConfluenceSpaceIdentifier":{
|
769
|
+
"type":"string",
|
770
|
+
"max":255,
|
771
|
+
"min":1,
|
772
|
+
"pattern":"^\\P{C}*$"
|
773
|
+
},
|
774
|
+
"ConfluenceSpaceList":{
|
775
|
+
"type":"list",
|
776
|
+
"member":{"shape":"ConfluenceSpaceIdentifier"},
|
777
|
+
"min":1
|
778
|
+
},
|
779
|
+
"ConfluenceSpaceToIndexFieldMapping":{
|
780
|
+
"type":"structure",
|
781
|
+
"members":{
|
782
|
+
"DataSourceFieldName":{"shape":"ConfluenceSpaceFieldName"},
|
783
|
+
"DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
|
784
|
+
"IndexFieldName":{"shape":"IndexFieldName"}
|
785
|
+
}
|
786
|
+
},
|
787
|
+
"ConfluenceVersion":{
|
788
|
+
"type":"string",
|
789
|
+
"enum":["SERVER"]
|
790
|
+
},
|
615
791
|
"ConnectionConfiguration":{
|
616
792
|
"type":"structure",
|
617
793
|
"required":[
|
@@ -729,7 +905,8 @@
|
|
729
905
|
"DatabaseConfiguration":{"shape":"DatabaseConfiguration"},
|
730
906
|
"SalesforceConfiguration":{"shape":"SalesforceConfiguration"},
|
731
907
|
"OneDriveConfiguration":{"shape":"OneDriveConfiguration"},
|
732
|
-
"ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"}
|
908
|
+
"ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"},
|
909
|
+
"ConfluenceConfiguration":{"shape":"ConfluenceConfiguration"}
|
733
910
|
}
|
734
911
|
},
|
735
912
|
"DataSourceDateFieldFormat":{
|
@@ -875,7 +1052,8 @@
|
|
875
1052
|
"SALESFORCE",
|
876
1053
|
"ONEDRIVE",
|
877
1054
|
"SERVICENOW",
|
878
|
-
"CUSTOM"
|
1055
|
+
"CUSTOM",
|
1056
|
+
"CONFLUENCE"
|
879
1057
|
]
|
880
1058
|
},
|
881
1059
|
"DataSourceVpcConfiguration":{
|
@@ -125,6 +125,14 @@
|
|
125
125
|
}
|
126
126
|
},
|
127
127
|
"shapes": {
|
128
|
+
"AdMarkerPassthrough" : {
|
129
|
+
"type" : "structure",
|
130
|
+
"members" : {
|
131
|
+
"Enabled" : {
|
132
|
+
"shape" : "__boolean"
|
133
|
+
}
|
134
|
+
}
|
135
|
+
},
|
128
136
|
"AvailSuppression": {
|
129
137
|
"type": "structure",
|
130
138
|
"members": {
|
@@ -251,6 +259,9 @@
|
|
251
259
|
"LivePreRollConfiguration" : {
|
252
260
|
"shape" : "LivePreRollConfiguration"
|
253
261
|
},
|
262
|
+
"ManifestProcessingRules":{
|
263
|
+
"shape" : "ManifestProcessingRules"
|
264
|
+
},
|
254
265
|
"Name": {
|
255
266
|
"shape": "__string"
|
256
267
|
},
|
@@ -342,6 +353,14 @@
|
|
342
353
|
],
|
343
354
|
"type": "string"
|
344
355
|
},
|
356
|
+
"ManifestProcessingRules" : {
|
357
|
+
"type" : "structure",
|
358
|
+
"members" : {
|
359
|
+
"AdMarkerPassthrough" : {
|
360
|
+
"shape" : "AdMarkerPassthrough"
|
361
|
+
}
|
362
|
+
}
|
363
|
+
},
|
345
364
|
"Mode": {
|
346
365
|
"enum": [
|
347
366
|
"OFF",
|
@@ -428,6 +447,9 @@
|
|
428
447
|
"LivePreRollConfiguration" : {
|
429
448
|
"shape" : "LivePreRollConfiguration"
|
430
449
|
},
|
450
|
+
"ManifestProcessingRules": {
|
451
|
+
"shape": "ManifestProcessingRules"
|
452
|
+
},
|
431
453
|
"Name": {
|
432
454
|
"shape": "__string"
|
433
455
|
},
|
@@ -473,6 +495,9 @@
|
|
473
495
|
"Name": {
|
474
496
|
"shape": "__string"
|
475
497
|
},
|
498
|
+
"ManifestProcessingRules": {
|
499
|
+
"shape": "ManifestProcessingRules"
|
500
|
+
},
|
476
501
|
"PlaybackConfigurationArn": {
|
477
502
|
"shape": "__string"
|
478
503
|
},
|