aws-sdk-core 2.11.610 → 2.11.615
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appflow/2020-08-23/api-2.json +50 -6
- data/apis/glue/2017-03-31/api-2.json +28 -3
- 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/sns/2010-03-31/api-2.json +5 -2
- data/endpoints.json +30 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2360435d31c89abfd14bfb900c2569a81a5182a4dd4815b69aea8bf6ddb7f83
|
4
|
+
data.tar.gz: '081f76ba82f7a5e0e69d2709795455175db83803d6149eeea126eedb0e8dfdbc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b06442d62c0dc6d321cb46463ca1e7fa98b2c4bb4a67c09a4f0c54282283e4a1f2115ec8208e5d1d858c56337d5d1889127d3f0117f789cd56d5f2e70c24ef3
|
7
|
+
data.tar.gz: 6ec56ca4e130b971c0aadf1a6c4784d63d97efd66bef7ba4aec6dd215a8559cd35e5e84f13ec46e5e4a96f48a13a5e88be0f1de140228d14d590f5c3ee015310
|
@@ -385,6 +385,13 @@
|
|
385
385
|
"max":512,
|
386
386
|
"pattern":".*"
|
387
387
|
},
|
388
|
+
"ClientCredentialsArn":{
|
389
|
+
"type":"string",
|
390
|
+
"max":2048,
|
391
|
+
"min":20,
|
392
|
+
"pattern":"arn:aws:secretsmanager:.*:[0-9]+:.*",
|
393
|
+
"sensitive":true
|
394
|
+
},
|
388
395
|
"ClientId":{
|
389
396
|
"type":"string",
|
390
397
|
"max":512,
|
@@ -756,6 +763,11 @@
|
|
756
763
|
}
|
757
764
|
},
|
758
765
|
"Date":{"type":"timestamp"},
|
766
|
+
"DatetimeTypeFieldName":{
|
767
|
+
"type":"string",
|
768
|
+
"max":256,
|
769
|
+
"pattern":".*"
|
770
|
+
},
|
759
771
|
"DeleteConnectorProfileRequest":{
|
760
772
|
"type":"structure",
|
761
773
|
"required":["connectorProfileName"],
|
@@ -897,7 +909,9 @@
|
|
897
909
|
"members":{
|
898
910
|
"isCreatable":{"shape":"Boolean"},
|
899
911
|
"isNullable":{"shape":"Boolean"},
|
900
|
-
"isUpsertable":{"shape":"Boolean"}
|
912
|
+
"isUpsertable":{"shape":"Boolean"},
|
913
|
+
"isUpdatable":{"shape":"Boolean"},
|
914
|
+
"supportedWriteOperations":{"shape":"SupportedWriteOperationList"}
|
901
915
|
}
|
902
916
|
},
|
903
917
|
"DestinationFlowConfig":{
|
@@ -1171,11 +1185,23 @@
|
|
1171
1185
|
"max":128,
|
1172
1186
|
"pattern":"\\S+"
|
1173
1187
|
},
|
1188
|
+
"IdFieldNameList":{
|
1189
|
+
"type":"list",
|
1190
|
+
"member":{"shape":"Name"},
|
1191
|
+
"max":1,
|
1192
|
+
"min":0
|
1193
|
+
},
|
1174
1194
|
"Identifier":{
|
1175
1195
|
"type":"string",
|
1176
1196
|
"max":128,
|
1177
1197
|
"pattern":"\\S+"
|
1178
1198
|
},
|
1199
|
+
"IncrementalPullConfig":{
|
1200
|
+
"type":"structure",
|
1201
|
+
"members":{
|
1202
|
+
"datetimeTypeFieldName":{"shape":"DatetimeTypeFieldName"}
|
1203
|
+
}
|
1204
|
+
},
|
1179
1205
|
"InforNexusConnectorOperator":{
|
1180
1206
|
"type":"string",
|
1181
1207
|
"enum":[
|
@@ -1640,7 +1666,8 @@
|
|
1640
1666
|
"members":{
|
1641
1667
|
"accessToken":{"shape":"AccessToken"},
|
1642
1668
|
"refreshToken":{"shape":"RefreshToken"},
|
1643
|
-
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1669
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"},
|
1670
|
+
"clientCredentialsArn":{"shape":"ClientCredentialsArn"}
|
1644
1671
|
}
|
1645
1672
|
},
|
1646
1673
|
"SalesforceConnectorProfileProperties":{
|
@@ -1655,7 +1682,9 @@
|
|
1655
1682
|
"required":["object"],
|
1656
1683
|
"members":{
|
1657
1684
|
"object":{"shape":"Object"},
|
1658
|
-
"
|
1685
|
+
"idFieldNames":{"shape":"IdFieldNameList"},
|
1686
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
|
1687
|
+
"writeOperationType":{"shape":"WriteOperationType"}
|
1659
1688
|
}
|
1660
1689
|
},
|
1661
1690
|
"SalesforceMetadata":{
|
@@ -1960,7 +1989,8 @@
|
|
1960
1989
|
"members":{
|
1961
1990
|
"connectorType":{"shape":"ConnectorType"},
|
1962
1991
|
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
1963
|
-
"sourceConnectorProperties":{"shape":"SourceConnectorProperties"}
|
1992
|
+
"sourceConnectorProperties":{"shape":"SourceConnectorProperties"},
|
1993
|
+
"incrementalPullConfig":{"shape":"IncrementalPullConfig"}
|
1964
1994
|
}
|
1965
1995
|
},
|
1966
1996
|
"Stage":{
|
@@ -1979,7 +2009,8 @@
|
|
1979
2009
|
"type":"structure",
|
1980
2010
|
"members":{
|
1981
2011
|
"flowArn":{"shape":"FlowArn"},
|
1982
|
-
"flowStatus":{"shape":"FlowStatus"}
|
2012
|
+
"flowStatus":{"shape":"FlowStatus"},
|
2013
|
+
"executionId":{"shape":"ExecutionId"}
|
1983
2014
|
}
|
1984
2015
|
},
|
1985
2016
|
"StopFlowRequest":{
|
@@ -2012,6 +2043,10 @@
|
|
2012
2043
|
"type":"list",
|
2013
2044
|
"member":{"shape":"Value"}
|
2014
2045
|
},
|
2046
|
+
"SupportedWriteOperationList":{
|
2047
|
+
"type":"list",
|
2048
|
+
"member":{"shape":"WriteOperationType"}
|
2049
|
+
},
|
2015
2050
|
"TagKey":{
|
2016
2051
|
"type":"string",
|
2017
2052
|
"max":128,
|
@@ -2093,7 +2128,8 @@
|
|
2093
2128
|
},
|
2094
2129
|
"Timezone":{
|
2095
2130
|
"type":"string",
|
2096
|
-
"max":256
|
2131
|
+
"max":256,
|
2132
|
+
"pattern":".*"
|
2097
2133
|
},
|
2098
2134
|
"TrendmicroConnectorOperator":{
|
2099
2135
|
"type":"string",
|
@@ -2322,6 +2358,14 @@
|
|
2322
2358
|
"max":512,
|
2323
2359
|
"pattern":"[\\s\\w/!@#+=.-]*"
|
2324
2360
|
},
|
2361
|
+
"WriteOperationType":{
|
2362
|
+
"type":"string",
|
2363
|
+
"enum":[
|
2364
|
+
"INSERT",
|
2365
|
+
"UPSERT",
|
2366
|
+
"UPDATE"
|
2367
|
+
]
|
2368
|
+
},
|
2325
2369
|
"ZendeskConnectorOperator":{
|
2326
2370
|
"type":"string",
|
2327
2371
|
"enum":[
|
@@ -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":{
|
@@ -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
|
},
|