cdk-docker-image-deployment 0.0.200 → 0.0.202
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +13 -13
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
- package/node_modules/aws-sdk/clients/comprehend.d.ts +110 -106
- package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
- package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
- package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +9 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -90,6 +90,94 @@
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
+
"CreateMediaInsightsPipeline": {
|
|
94
|
+
"http": {
|
|
95
|
+
"requestUri": "/media-insights-pipelines",
|
|
96
|
+
"responseCode": 201
|
|
97
|
+
},
|
|
98
|
+
"input": {
|
|
99
|
+
"type": "structure",
|
|
100
|
+
"required": [
|
|
101
|
+
"MediaInsightsPipelineConfigurationArn"
|
|
102
|
+
],
|
|
103
|
+
"members": {
|
|
104
|
+
"MediaInsightsPipelineConfigurationArn": {
|
|
105
|
+
"shape": "S3"
|
|
106
|
+
},
|
|
107
|
+
"KinesisVideoStreamSourceRuntimeConfiguration": {
|
|
108
|
+
"shape": "S1o"
|
|
109
|
+
},
|
|
110
|
+
"MediaInsightsRuntimeMetadata": {
|
|
111
|
+
"shape": "S21"
|
|
112
|
+
},
|
|
113
|
+
"KinesisVideoStreamRecordingSourceRuntimeConfiguration": {
|
|
114
|
+
"shape": "S24"
|
|
115
|
+
},
|
|
116
|
+
"S3RecordingSinkRuntimeConfiguration": {
|
|
117
|
+
"shape": "S2b"
|
|
118
|
+
},
|
|
119
|
+
"Tags": {
|
|
120
|
+
"shape": "Ss"
|
|
121
|
+
},
|
|
122
|
+
"ClientRequestToken": {
|
|
123
|
+
"shape": "S5",
|
|
124
|
+
"idempotencyToken": true
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"output": {
|
|
129
|
+
"type": "structure",
|
|
130
|
+
"required": [
|
|
131
|
+
"MediaInsightsPipeline"
|
|
132
|
+
],
|
|
133
|
+
"members": {
|
|
134
|
+
"MediaInsightsPipeline": {
|
|
135
|
+
"shape": "S2e"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"CreateMediaInsightsPipelineConfiguration": {
|
|
141
|
+
"http": {
|
|
142
|
+
"requestUri": "/media-insights-pipeline-configurations",
|
|
143
|
+
"responseCode": 201
|
|
144
|
+
},
|
|
145
|
+
"input": {
|
|
146
|
+
"type": "structure",
|
|
147
|
+
"required": [
|
|
148
|
+
"MediaInsightsPipelineConfigurationName",
|
|
149
|
+
"ResourceAccessRoleArn",
|
|
150
|
+
"Elements"
|
|
151
|
+
],
|
|
152
|
+
"members": {
|
|
153
|
+
"MediaInsightsPipelineConfigurationName": {},
|
|
154
|
+
"ResourceAccessRoleArn": {
|
|
155
|
+
"shape": "S3"
|
|
156
|
+
},
|
|
157
|
+
"RealTimeAlertConfiguration": {
|
|
158
|
+
"shape": "S2h"
|
|
159
|
+
},
|
|
160
|
+
"Elements": {
|
|
161
|
+
"shape": "S2u"
|
|
162
|
+
},
|
|
163
|
+
"Tags": {
|
|
164
|
+
"shape": "Ss"
|
|
165
|
+
},
|
|
166
|
+
"ClientRequestToken": {
|
|
167
|
+
"shape": "S5",
|
|
168
|
+
"idempotencyToken": true
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"output": {
|
|
173
|
+
"type": "structure",
|
|
174
|
+
"members": {
|
|
175
|
+
"MediaInsightsPipelineConfiguration": {
|
|
176
|
+
"shape": "S3j"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
93
181
|
"CreateMediaLiveConnectorPipeline": {
|
|
94
182
|
"http": {
|
|
95
183
|
"requestUri": "/sdk-media-live-connector-pipelines",
|
|
@@ -103,10 +191,10 @@
|
|
|
103
191
|
],
|
|
104
192
|
"members": {
|
|
105
193
|
"Sources": {
|
|
106
|
-
"shape": "
|
|
194
|
+
"shape": "S3l"
|
|
107
195
|
},
|
|
108
196
|
"Sinks": {
|
|
109
|
-
"shape": "
|
|
197
|
+
"shape": "S3q"
|
|
110
198
|
},
|
|
111
199
|
"ClientRequestToken": {
|
|
112
200
|
"shape": "S5",
|
|
@@ -121,7 +209,7 @@
|
|
|
121
209
|
"type": "structure",
|
|
122
210
|
"members": {
|
|
123
211
|
"MediaLiveConnectorPipeline": {
|
|
124
|
-
"shape": "
|
|
212
|
+
"shape": "S3y"
|
|
125
213
|
}
|
|
126
214
|
}
|
|
127
215
|
}
|
|
@@ -145,6 +233,25 @@
|
|
|
145
233
|
}
|
|
146
234
|
}
|
|
147
235
|
},
|
|
236
|
+
"DeleteMediaInsightsPipelineConfiguration": {
|
|
237
|
+
"http": {
|
|
238
|
+
"method": "DELETE",
|
|
239
|
+
"requestUri": "/media-insights-pipeline-configurations/{identifier}",
|
|
240
|
+
"responseCode": 204
|
|
241
|
+
},
|
|
242
|
+
"input": {
|
|
243
|
+
"type": "structure",
|
|
244
|
+
"required": [
|
|
245
|
+
"Identifier"
|
|
246
|
+
],
|
|
247
|
+
"members": {
|
|
248
|
+
"Identifier": {
|
|
249
|
+
"location": "uri",
|
|
250
|
+
"locationName": "identifier"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
148
255
|
"DeleteMediaPipeline": {
|
|
149
256
|
"http": {
|
|
150
257
|
"method": "DELETE",
|
|
@@ -191,6 +298,33 @@
|
|
|
191
298
|
}
|
|
192
299
|
}
|
|
193
300
|
},
|
|
301
|
+
"GetMediaInsightsPipelineConfiguration": {
|
|
302
|
+
"http": {
|
|
303
|
+
"method": "GET",
|
|
304
|
+
"requestUri": "/media-insights-pipeline-configurations/{identifier}",
|
|
305
|
+
"responseCode": 200
|
|
306
|
+
},
|
|
307
|
+
"input": {
|
|
308
|
+
"type": "structure",
|
|
309
|
+
"required": [
|
|
310
|
+
"Identifier"
|
|
311
|
+
],
|
|
312
|
+
"members": {
|
|
313
|
+
"Identifier": {
|
|
314
|
+
"location": "uri",
|
|
315
|
+
"locationName": "identifier"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"output": {
|
|
320
|
+
"type": "structure",
|
|
321
|
+
"members": {
|
|
322
|
+
"MediaInsightsPipelineConfiguration": {
|
|
323
|
+
"shape": "S3j"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
},
|
|
194
328
|
"GetMediaPipeline": {
|
|
195
329
|
"http": {
|
|
196
330
|
"method": "GET",
|
|
@@ -219,10 +353,13 @@
|
|
|
219
353
|
"shape": "Sx"
|
|
220
354
|
},
|
|
221
355
|
"MediaLiveConnectorPipeline": {
|
|
222
|
-
"shape": "
|
|
356
|
+
"shape": "S3y"
|
|
223
357
|
},
|
|
224
358
|
"MediaConcatenationPipeline": {
|
|
225
359
|
"shape": "S1m"
|
|
360
|
+
},
|
|
361
|
+
"MediaInsightsPipeline": {
|
|
362
|
+
"shape": "S2e"
|
|
226
363
|
}
|
|
227
364
|
}
|
|
228
365
|
}
|
|
@@ -266,6 +403,46 @@
|
|
|
266
403
|
}
|
|
267
404
|
}
|
|
268
405
|
},
|
|
406
|
+
"ListMediaInsightsPipelineConfigurations": {
|
|
407
|
+
"http": {
|
|
408
|
+
"method": "GET",
|
|
409
|
+
"requestUri": "/media-insights-pipeline-configurations",
|
|
410
|
+
"responseCode": 200
|
|
411
|
+
},
|
|
412
|
+
"input": {
|
|
413
|
+
"type": "structure",
|
|
414
|
+
"members": {
|
|
415
|
+
"NextToken": {
|
|
416
|
+
"location": "querystring",
|
|
417
|
+
"locationName": "next-token"
|
|
418
|
+
},
|
|
419
|
+
"MaxResults": {
|
|
420
|
+
"location": "querystring",
|
|
421
|
+
"locationName": "max-results",
|
|
422
|
+
"type": "integer"
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"output": {
|
|
427
|
+
"type": "structure",
|
|
428
|
+
"members": {
|
|
429
|
+
"MediaInsightsPipelineConfigurations": {
|
|
430
|
+
"type": "list",
|
|
431
|
+
"member": {
|
|
432
|
+
"type": "structure",
|
|
433
|
+
"members": {
|
|
434
|
+
"MediaInsightsPipelineConfigurationName": {},
|
|
435
|
+
"MediaInsightsPipelineConfigurationId": {},
|
|
436
|
+
"MediaInsightsPipelineConfigurationArn": {
|
|
437
|
+
"shape": "S3"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"NextToken": {}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
269
446
|
"ListMediaPipelines": {
|
|
270
447
|
"http": {
|
|
271
448
|
"method": "GET",
|
|
@@ -376,6 +553,65 @@
|
|
|
376
553
|
"type": "structure",
|
|
377
554
|
"members": {}
|
|
378
555
|
}
|
|
556
|
+
},
|
|
557
|
+
"UpdateMediaInsightsPipelineConfiguration": {
|
|
558
|
+
"http": {
|
|
559
|
+
"method": "PUT",
|
|
560
|
+
"requestUri": "/media-insights-pipeline-configurations/{identifier}",
|
|
561
|
+
"responseCode": 200
|
|
562
|
+
},
|
|
563
|
+
"input": {
|
|
564
|
+
"type": "structure",
|
|
565
|
+
"required": [
|
|
566
|
+
"Identifier",
|
|
567
|
+
"ResourceAccessRoleArn",
|
|
568
|
+
"Elements"
|
|
569
|
+
],
|
|
570
|
+
"members": {
|
|
571
|
+
"Identifier": {
|
|
572
|
+
"location": "uri",
|
|
573
|
+
"locationName": "identifier"
|
|
574
|
+
},
|
|
575
|
+
"ResourceAccessRoleArn": {
|
|
576
|
+
"shape": "S3"
|
|
577
|
+
},
|
|
578
|
+
"RealTimeAlertConfiguration": {
|
|
579
|
+
"shape": "S2h"
|
|
580
|
+
},
|
|
581
|
+
"Elements": {
|
|
582
|
+
"shape": "S2u"
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"output": {
|
|
587
|
+
"type": "structure",
|
|
588
|
+
"members": {
|
|
589
|
+
"MediaInsightsPipelineConfiguration": {
|
|
590
|
+
"shape": "S3j"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"UpdateMediaInsightsPipelineStatus": {
|
|
596
|
+
"http": {
|
|
597
|
+
"method": "PUT",
|
|
598
|
+
"requestUri": "/media-insights-pipeline-status/{identifier}",
|
|
599
|
+
"responseCode": 200
|
|
600
|
+
},
|
|
601
|
+
"input": {
|
|
602
|
+
"type": "structure",
|
|
603
|
+
"required": [
|
|
604
|
+
"Identifier",
|
|
605
|
+
"UpdateStatus"
|
|
606
|
+
],
|
|
607
|
+
"members": {
|
|
608
|
+
"Identifier": {
|
|
609
|
+
"location": "uri",
|
|
610
|
+
"locationName": "identifier"
|
|
611
|
+
},
|
|
612
|
+
"UpdateStatus": {}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
379
615
|
}
|
|
380
616
|
},
|
|
381
617
|
"shapes": {
|
|
@@ -681,6 +917,361 @@
|
|
|
681
917
|
}
|
|
682
918
|
},
|
|
683
919
|
"S1o": {
|
|
920
|
+
"type": "structure",
|
|
921
|
+
"required": [
|
|
922
|
+
"Streams",
|
|
923
|
+
"MediaEncoding",
|
|
924
|
+
"MediaSampleRate"
|
|
925
|
+
],
|
|
926
|
+
"members": {
|
|
927
|
+
"Streams": {
|
|
928
|
+
"type": "list",
|
|
929
|
+
"member": {
|
|
930
|
+
"type": "structure",
|
|
931
|
+
"required": [
|
|
932
|
+
"StreamArn",
|
|
933
|
+
"StreamChannelDefinition"
|
|
934
|
+
],
|
|
935
|
+
"members": {
|
|
936
|
+
"StreamArn": {},
|
|
937
|
+
"FragmentNumber": {},
|
|
938
|
+
"StreamChannelDefinition": {
|
|
939
|
+
"type": "structure",
|
|
940
|
+
"required": [
|
|
941
|
+
"NumberOfChannels"
|
|
942
|
+
],
|
|
943
|
+
"members": {
|
|
944
|
+
"NumberOfChannels": {
|
|
945
|
+
"type": "integer"
|
|
946
|
+
},
|
|
947
|
+
"ChannelDefinitions": {
|
|
948
|
+
"type": "list",
|
|
949
|
+
"member": {
|
|
950
|
+
"type": "structure",
|
|
951
|
+
"required": [
|
|
952
|
+
"ChannelId"
|
|
953
|
+
],
|
|
954
|
+
"members": {
|
|
955
|
+
"ChannelId": {
|
|
956
|
+
"type": "integer"
|
|
957
|
+
},
|
|
958
|
+
"ParticipantRole": {}
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"MediaEncoding": {},
|
|
968
|
+
"MediaSampleRate": {
|
|
969
|
+
"type": "integer"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"S21": {
|
|
974
|
+
"type": "map",
|
|
975
|
+
"key": {},
|
|
976
|
+
"value": {},
|
|
977
|
+
"sensitive": true
|
|
978
|
+
},
|
|
979
|
+
"S24": {
|
|
980
|
+
"type": "structure",
|
|
981
|
+
"required": [
|
|
982
|
+
"Streams",
|
|
983
|
+
"FragmentSelector"
|
|
984
|
+
],
|
|
985
|
+
"members": {
|
|
986
|
+
"Streams": {
|
|
987
|
+
"type": "list",
|
|
988
|
+
"member": {
|
|
989
|
+
"type": "structure",
|
|
990
|
+
"members": {
|
|
991
|
+
"StreamArn": {}
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"FragmentSelector": {
|
|
996
|
+
"type": "structure",
|
|
997
|
+
"required": [
|
|
998
|
+
"FragmentSelectorType",
|
|
999
|
+
"TimestampRange"
|
|
1000
|
+
],
|
|
1001
|
+
"members": {
|
|
1002
|
+
"FragmentSelectorType": {},
|
|
1003
|
+
"TimestampRange": {
|
|
1004
|
+
"type": "structure",
|
|
1005
|
+
"required": [
|
|
1006
|
+
"StartTimestamp",
|
|
1007
|
+
"EndTimestamp"
|
|
1008
|
+
],
|
|
1009
|
+
"members": {
|
|
1010
|
+
"StartTimestamp": {
|
|
1011
|
+
"type": "timestamp"
|
|
1012
|
+
},
|
|
1013
|
+
"EndTimestamp": {
|
|
1014
|
+
"type": "timestamp"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"S2b": {
|
|
1023
|
+
"type": "structure",
|
|
1024
|
+
"required": [
|
|
1025
|
+
"Destination",
|
|
1026
|
+
"RecordingFileFormat"
|
|
1027
|
+
],
|
|
1028
|
+
"members": {
|
|
1029
|
+
"Destination": {
|
|
1030
|
+
"shape": "S3"
|
|
1031
|
+
},
|
|
1032
|
+
"RecordingFileFormat": {}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"S2e": {
|
|
1036
|
+
"type": "structure",
|
|
1037
|
+
"members": {
|
|
1038
|
+
"MediaPipelineId": {},
|
|
1039
|
+
"MediaPipelineArn": {
|
|
1040
|
+
"shape": "S3"
|
|
1041
|
+
},
|
|
1042
|
+
"MediaInsightsPipelineConfigurationArn": {
|
|
1043
|
+
"shape": "S3"
|
|
1044
|
+
},
|
|
1045
|
+
"Status": {},
|
|
1046
|
+
"KinesisVideoStreamSourceRuntimeConfiguration": {
|
|
1047
|
+
"shape": "S1o"
|
|
1048
|
+
},
|
|
1049
|
+
"MediaInsightsRuntimeMetadata": {
|
|
1050
|
+
"shape": "S21"
|
|
1051
|
+
},
|
|
1052
|
+
"KinesisVideoStreamRecordingSourceRuntimeConfiguration": {
|
|
1053
|
+
"shape": "S24"
|
|
1054
|
+
},
|
|
1055
|
+
"S3RecordingSinkRuntimeConfiguration": {
|
|
1056
|
+
"shape": "S2b"
|
|
1057
|
+
},
|
|
1058
|
+
"CreatedTimestamp": {
|
|
1059
|
+
"shape": "S10"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
"S2h": {
|
|
1064
|
+
"type": "structure",
|
|
1065
|
+
"members": {
|
|
1066
|
+
"Disabled": {
|
|
1067
|
+
"type": "boolean"
|
|
1068
|
+
},
|
|
1069
|
+
"Rules": {
|
|
1070
|
+
"type": "list",
|
|
1071
|
+
"member": {
|
|
1072
|
+
"type": "structure",
|
|
1073
|
+
"required": [
|
|
1074
|
+
"Type"
|
|
1075
|
+
],
|
|
1076
|
+
"members": {
|
|
1077
|
+
"Type": {},
|
|
1078
|
+
"KeywordMatchConfiguration": {
|
|
1079
|
+
"type": "structure",
|
|
1080
|
+
"required": [
|
|
1081
|
+
"RuleName",
|
|
1082
|
+
"Keywords"
|
|
1083
|
+
],
|
|
1084
|
+
"members": {
|
|
1085
|
+
"RuleName": {},
|
|
1086
|
+
"Keywords": {
|
|
1087
|
+
"type": "list",
|
|
1088
|
+
"member": {}
|
|
1089
|
+
},
|
|
1090
|
+
"Negate": {
|
|
1091
|
+
"type": "boolean"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"SentimentConfiguration": {
|
|
1096
|
+
"type": "structure",
|
|
1097
|
+
"required": [
|
|
1098
|
+
"RuleName",
|
|
1099
|
+
"SentimentType",
|
|
1100
|
+
"TimePeriod"
|
|
1101
|
+
],
|
|
1102
|
+
"members": {
|
|
1103
|
+
"RuleName": {},
|
|
1104
|
+
"SentimentType": {},
|
|
1105
|
+
"TimePeriod": {
|
|
1106
|
+
"type": "integer"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"IssueDetectionConfiguration": {
|
|
1111
|
+
"type": "structure",
|
|
1112
|
+
"required": [
|
|
1113
|
+
"RuleName"
|
|
1114
|
+
],
|
|
1115
|
+
"members": {
|
|
1116
|
+
"RuleName": {}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"S2u": {
|
|
1125
|
+
"type": "list",
|
|
1126
|
+
"member": {
|
|
1127
|
+
"type": "structure",
|
|
1128
|
+
"required": [
|
|
1129
|
+
"Type"
|
|
1130
|
+
],
|
|
1131
|
+
"members": {
|
|
1132
|
+
"Type": {},
|
|
1133
|
+
"AmazonTranscribeCallAnalyticsProcessorConfiguration": {
|
|
1134
|
+
"type": "structure",
|
|
1135
|
+
"required": [
|
|
1136
|
+
"LanguageCode"
|
|
1137
|
+
],
|
|
1138
|
+
"members": {
|
|
1139
|
+
"LanguageCode": {},
|
|
1140
|
+
"VocabularyName": {},
|
|
1141
|
+
"VocabularyFilterName": {},
|
|
1142
|
+
"VocabularyFilterMethod": {},
|
|
1143
|
+
"LanguageModelName": {},
|
|
1144
|
+
"EnablePartialResultsStabilization": {
|
|
1145
|
+
"type": "boolean"
|
|
1146
|
+
},
|
|
1147
|
+
"PartialResultsStability": {},
|
|
1148
|
+
"ContentIdentificationType": {},
|
|
1149
|
+
"ContentRedactionType": {},
|
|
1150
|
+
"PiiEntityTypes": {},
|
|
1151
|
+
"FilterPartialResults": {
|
|
1152
|
+
"type": "boolean"
|
|
1153
|
+
},
|
|
1154
|
+
"PostCallAnalyticsSettings": {
|
|
1155
|
+
"type": "structure",
|
|
1156
|
+
"required": [
|
|
1157
|
+
"OutputLocation",
|
|
1158
|
+
"DataAccessRoleArn"
|
|
1159
|
+
],
|
|
1160
|
+
"members": {
|
|
1161
|
+
"OutputLocation": {},
|
|
1162
|
+
"DataAccessRoleArn": {},
|
|
1163
|
+
"ContentRedactionOutput": {},
|
|
1164
|
+
"OutputEncryptionKMSKeyId": {}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"CallAnalyticsStreamCategories": {
|
|
1168
|
+
"type": "list",
|
|
1169
|
+
"member": {}
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"AmazonTranscribeProcessorConfiguration": {
|
|
1174
|
+
"type": "structure",
|
|
1175
|
+
"required": [
|
|
1176
|
+
"LanguageCode"
|
|
1177
|
+
],
|
|
1178
|
+
"members": {
|
|
1179
|
+
"LanguageCode": {},
|
|
1180
|
+
"VocabularyName": {},
|
|
1181
|
+
"VocabularyFilterName": {},
|
|
1182
|
+
"VocabularyFilterMethod": {},
|
|
1183
|
+
"ShowSpeakerLabel": {
|
|
1184
|
+
"type": "boolean"
|
|
1185
|
+
},
|
|
1186
|
+
"EnablePartialResultsStabilization": {
|
|
1187
|
+
"type": "boolean"
|
|
1188
|
+
},
|
|
1189
|
+
"PartialResultsStability": {},
|
|
1190
|
+
"ContentIdentificationType": {},
|
|
1191
|
+
"ContentRedactionType": {},
|
|
1192
|
+
"PiiEntityTypes": {},
|
|
1193
|
+
"LanguageModelName": {},
|
|
1194
|
+
"FilterPartialResults": {
|
|
1195
|
+
"type": "boolean"
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"KinesisDataStreamSinkConfiguration": {
|
|
1200
|
+
"type": "structure",
|
|
1201
|
+
"members": {
|
|
1202
|
+
"InsightsTarget": {
|
|
1203
|
+
"shape": "S3"
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
"S3RecordingSinkConfiguration": {
|
|
1208
|
+
"type": "structure",
|
|
1209
|
+
"members": {
|
|
1210
|
+
"Destination": {
|
|
1211
|
+
"shape": "S3"
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
"VoiceAnalyticsProcessorConfiguration": {
|
|
1216
|
+
"type": "structure",
|
|
1217
|
+
"members": {
|
|
1218
|
+
"SpeakerSearchStatus": {},
|
|
1219
|
+
"VoiceToneAnalysisStatus": {}
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
"LambdaFunctionSinkConfiguration": {
|
|
1223
|
+
"type": "structure",
|
|
1224
|
+
"members": {
|
|
1225
|
+
"InsightsTarget": {
|
|
1226
|
+
"shape": "S3"
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"SqsQueueSinkConfiguration": {
|
|
1231
|
+
"type": "structure",
|
|
1232
|
+
"members": {
|
|
1233
|
+
"InsightsTarget": {
|
|
1234
|
+
"shape": "S3"
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"SnsTopicSinkConfiguration": {
|
|
1239
|
+
"type": "structure",
|
|
1240
|
+
"members": {
|
|
1241
|
+
"InsightsTarget": {
|
|
1242
|
+
"shape": "S3"
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"S3j": {
|
|
1250
|
+
"type": "structure",
|
|
1251
|
+
"members": {
|
|
1252
|
+
"MediaInsightsPipelineConfigurationName": {},
|
|
1253
|
+
"MediaInsightsPipelineConfigurationArn": {
|
|
1254
|
+
"shape": "S3"
|
|
1255
|
+
},
|
|
1256
|
+
"ResourceAccessRoleArn": {
|
|
1257
|
+
"shape": "S3"
|
|
1258
|
+
},
|
|
1259
|
+
"RealTimeAlertConfiguration": {
|
|
1260
|
+
"shape": "S2h"
|
|
1261
|
+
},
|
|
1262
|
+
"Elements": {
|
|
1263
|
+
"shape": "S2u"
|
|
1264
|
+
},
|
|
1265
|
+
"MediaInsightsPipelineConfigurationId": {},
|
|
1266
|
+
"CreatedTimestamp": {
|
|
1267
|
+
"shape": "S10"
|
|
1268
|
+
},
|
|
1269
|
+
"UpdatedTimestamp": {
|
|
1270
|
+
"shape": "S10"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"S3l": {
|
|
684
1275
|
"type": "list",
|
|
685
1276
|
"member": {
|
|
686
1277
|
"type": "structure",
|
|
@@ -712,7 +1303,7 @@
|
|
|
712
1303
|
}
|
|
713
1304
|
}
|
|
714
1305
|
},
|
|
715
|
-
"
|
|
1306
|
+
"S3q": {
|
|
716
1307
|
"type": "list",
|
|
717
1308
|
"member": {
|
|
718
1309
|
"type": "structure",
|
|
@@ -739,14 +1330,14 @@
|
|
|
739
1330
|
}
|
|
740
1331
|
}
|
|
741
1332
|
},
|
|
742
|
-
"
|
|
1333
|
+
"S3y": {
|
|
743
1334
|
"type": "structure",
|
|
744
1335
|
"members": {
|
|
745
1336
|
"Sources": {
|
|
746
|
-
"shape": "
|
|
1337
|
+
"shape": "S3l"
|
|
747
1338
|
},
|
|
748
1339
|
"Sinks": {
|
|
749
|
-
"shape": "
|
|
1340
|
+
"shape": "S3q"
|
|
750
1341
|
},
|
|
751
1342
|
"MediaPipelineId": {},
|
|
752
1343
|
"MediaPipelineArn": {},
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
"output_token": "NextToken",
|
|
6
6
|
"limit_key": "MaxResults"
|
|
7
7
|
},
|
|
8
|
+
"ListMediaInsightsPipelineConfigurations": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults"
|
|
12
|
+
},
|
|
8
13
|
"ListMediaPipelines": {
|
|
9
14
|
"input_token": "NextToken",
|
|
10
15
|
"output_token": "NextToken",
|