aws-sdk 2.1404.0 → 2.1406.0
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/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/appfabric-2023-05-19.examples.json +5 -0
- package/apis/appfabric-2023-05-19.min.json +1254 -0
- package/apis/appfabric-2023-05-19.paginators.json +28 -0
- package/apis/appfabric-2023-05-19.waiters2.json +5 -0
- package/apis/appflow-2020-08-23.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +79 -27
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/emr-serverless-2021-07-13.min.json +2 -1
- package/apis/glue-2017-03-31.min.json +358 -348
- package/apis/guardduty-2017-11-28.min.json +54 -49
- package/apis/iam-2010-05-08.min.json +85 -54
- package/apis/iam-2010-05-08.paginators.json +49 -0
- package/apis/ivs-2020-07-14.min.json +99 -23
- package/apis/kinesisvideo-2017-09-30.min.json +117 -25
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +202 -192
- package/apis/privatenetworks-2021-12-03.min.json +127 -69
- package/apis/sagemaker-2017-07-24.min.json +667 -647
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appfabric.d.ts +1127 -0
- package/clients/appfabric.js +19 -0
- package/clients/appflow.d.ts +4 -0
- package/clients/connect.d.ts +82 -4
- package/clients/emrserverless.d.ts +10 -6
- package/clients/glue.d.ts +11 -2
- package/clients/guardduty.d.ts +7 -2
- package/clients/iam.d.ts +51 -12
- package/clients/ivs.d.ts +80 -0
- package/clients/kinesisvideo.d.ts +144 -10
- package/clients/macie2.d.ts +18 -18
- package/clients/pinpoint.d.ts +10 -0
- package/clients/privatenetworks.d.ts +67 -5
- package/clients/sagemaker.d.ts +27 -1
- package/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
- package/clients/ssm.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +63 -19
- package/dist/aws-sdk.js +348 -109
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -77,6 +77,58 @@
|
|
77
77
|
}
|
78
78
|
}
|
79
79
|
},
|
80
|
+
"BatchStartViewerSessionRevocation": {
|
81
|
+
"http": {
|
82
|
+
"requestUri": "/BatchStartViewerSessionRevocation",
|
83
|
+
"responseCode": 200
|
84
|
+
},
|
85
|
+
"input": {
|
86
|
+
"type": "structure",
|
87
|
+
"required": [
|
88
|
+
"viewerSessions"
|
89
|
+
],
|
90
|
+
"members": {
|
91
|
+
"viewerSessions": {
|
92
|
+
"type": "list",
|
93
|
+
"member": {
|
94
|
+
"type": "structure",
|
95
|
+
"required": [
|
96
|
+
"channelArn",
|
97
|
+
"viewerId"
|
98
|
+
],
|
99
|
+
"members": {
|
100
|
+
"channelArn": {},
|
101
|
+
"viewerId": {},
|
102
|
+
"viewerSessionVersionsLessThanOrEqualTo": {
|
103
|
+
"type": "integer"
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"output": {
|
111
|
+
"type": "structure",
|
112
|
+
"members": {
|
113
|
+
"errors": {
|
114
|
+
"type": "list",
|
115
|
+
"member": {
|
116
|
+
"type": "structure",
|
117
|
+
"required": [
|
118
|
+
"channelArn",
|
119
|
+
"viewerId"
|
120
|
+
],
|
121
|
+
"members": {
|
122
|
+
"channelArn": {},
|
123
|
+
"code": {},
|
124
|
+
"message": {},
|
125
|
+
"viewerId": {}
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
129
|
+
}
|
130
|
+
}
|
131
|
+
},
|
80
132
|
"CreateChannel": {
|
81
133
|
"http": {
|
82
134
|
"requestUri": "/CreateChannel",
|
@@ -125,7 +177,7 @@
|
|
125
177
|
],
|
126
178
|
"members": {
|
127
179
|
"destinationConfiguration": {
|
128
|
-
"shape": "
|
180
|
+
"shape": "S17"
|
129
181
|
},
|
130
182
|
"name": {},
|
131
183
|
"recordingReconnectWindowSeconds": {
|
@@ -135,7 +187,7 @@
|
|
135
187
|
"shape": "Sf"
|
136
188
|
},
|
137
189
|
"thumbnailConfiguration": {
|
138
|
-
"shape": "
|
190
|
+
"shape": "S1c"
|
139
191
|
}
|
140
192
|
}
|
141
193
|
},
|
@@ -143,7 +195,7 @@
|
|
143
195
|
"type": "structure",
|
144
196
|
"members": {
|
145
197
|
"recordingConfiguration": {
|
146
|
-
"shape": "
|
198
|
+
"shape": "S1g"
|
147
199
|
}
|
148
200
|
}
|
149
201
|
}
|
@@ -279,7 +331,7 @@
|
|
279
331
|
"type": "structure",
|
280
332
|
"members": {
|
281
333
|
"keyPair": {
|
282
|
-
"shape": "
|
334
|
+
"shape": "S1v"
|
283
335
|
}
|
284
336
|
}
|
285
337
|
}
|
@@ -302,7 +354,7 @@
|
|
302
354
|
"type": "structure",
|
303
355
|
"members": {
|
304
356
|
"recordingConfiguration": {
|
305
|
-
"shape": "
|
357
|
+
"shape": "S1g"
|
306
358
|
}
|
307
359
|
}
|
308
360
|
}
|
@@ -331,7 +383,7 @@
|
|
331
383
|
"health": {},
|
332
384
|
"playbackUrl": {},
|
333
385
|
"startTime": {
|
334
|
-
"shape": "
|
386
|
+
"shape": "S24"
|
335
387
|
},
|
336
388
|
"state": {},
|
337
389
|
"streamId": {},
|
@@ -391,7 +443,7 @@
|
|
391
443
|
"shape": "S6"
|
392
444
|
},
|
393
445
|
"endTime": {
|
394
|
-
"shape": "
|
446
|
+
"shape": "S2d"
|
395
447
|
},
|
396
448
|
"ingestConfiguration": {
|
397
449
|
"type": "structure",
|
@@ -435,10 +487,10 @@
|
|
435
487
|
}
|
436
488
|
},
|
437
489
|
"recordingConfiguration": {
|
438
|
-
"shape": "
|
490
|
+
"shape": "S1g"
|
439
491
|
},
|
440
492
|
"startTime": {
|
441
|
-
"shape": "
|
493
|
+
"shape": "S2d"
|
442
494
|
},
|
443
495
|
"streamId": {},
|
444
496
|
"truncatedEvents": {
|
@@ -447,7 +499,7 @@
|
|
447
499
|
"type": "structure",
|
448
500
|
"members": {
|
449
501
|
"eventTime": {
|
450
|
-
"shape": "
|
502
|
+
"shape": "S2d"
|
451
503
|
},
|
452
504
|
"name": {},
|
453
505
|
"type": {}
|
@@ -481,7 +533,7 @@
|
|
481
533
|
"type": "structure",
|
482
534
|
"members": {
|
483
535
|
"keyPair": {
|
484
|
-
"shape": "
|
536
|
+
"shape": "S1v"
|
485
537
|
}
|
486
538
|
}
|
487
539
|
}
|
@@ -605,7 +657,7 @@
|
|
605
657
|
"members": {
|
606
658
|
"arn": {},
|
607
659
|
"destinationConfiguration": {
|
608
|
-
"shape": "
|
660
|
+
"shape": "S17"
|
609
661
|
},
|
610
662
|
"name": {},
|
611
663
|
"state": {},
|
@@ -690,13 +742,13 @@
|
|
690
742
|
"type": "structure",
|
691
743
|
"members": {
|
692
744
|
"endTime": {
|
693
|
-
"shape": "
|
745
|
+
"shape": "S2d"
|
694
746
|
},
|
695
747
|
"hasErrorEvent": {
|
696
748
|
"type": "boolean"
|
697
749
|
},
|
698
750
|
"startTime": {
|
699
|
-
"shape": "
|
751
|
+
"shape": "S2d"
|
700
752
|
},
|
701
753
|
"streamId": {}
|
702
754
|
}
|
@@ -740,7 +792,7 @@
|
|
740
792
|
"channelArn": {},
|
741
793
|
"health": {},
|
742
794
|
"startTime": {
|
743
|
-
"shape": "
|
795
|
+
"shape": "S24"
|
744
796
|
},
|
745
797
|
"state": {},
|
746
798
|
"streamId": {},
|
@@ -803,6 +855,30 @@
|
|
803
855
|
}
|
804
856
|
}
|
805
857
|
},
|
858
|
+
"StartViewerSessionRevocation": {
|
859
|
+
"http": {
|
860
|
+
"requestUri": "/StartViewerSessionRevocation",
|
861
|
+
"responseCode": 200
|
862
|
+
},
|
863
|
+
"input": {
|
864
|
+
"type": "structure",
|
865
|
+
"required": [
|
866
|
+
"channelArn",
|
867
|
+
"viewerId"
|
868
|
+
],
|
869
|
+
"members": {
|
870
|
+
"channelArn": {},
|
871
|
+
"viewerId": {},
|
872
|
+
"viewerSessionVersionsLessThanOrEqualTo": {
|
873
|
+
"type": "integer"
|
874
|
+
}
|
875
|
+
}
|
876
|
+
},
|
877
|
+
"output": {
|
878
|
+
"type": "structure",
|
879
|
+
"members": {}
|
880
|
+
}
|
881
|
+
},
|
806
882
|
"StopStream": {
|
807
883
|
"http": {
|
808
884
|
"requestUri": "/StopStream",
|
@@ -967,7 +1043,7 @@
|
|
967
1043
|
}
|
968
1044
|
}
|
969
1045
|
},
|
970
|
-
"
|
1046
|
+
"S17": {
|
971
1047
|
"type": "structure",
|
972
1048
|
"members": {
|
973
1049
|
"s3": {
|
@@ -981,7 +1057,7 @@
|
|
981
1057
|
}
|
982
1058
|
}
|
983
1059
|
},
|
984
|
-
"
|
1060
|
+
"S1c": {
|
985
1061
|
"type": "structure",
|
986
1062
|
"members": {
|
987
1063
|
"recordingMode": {},
|
@@ -990,7 +1066,7 @@
|
|
990
1066
|
}
|
991
1067
|
}
|
992
1068
|
},
|
993
|
-
"
|
1069
|
+
"S1g": {
|
994
1070
|
"type": "structure",
|
995
1071
|
"required": [
|
996
1072
|
"arn",
|
@@ -1000,7 +1076,7 @@
|
|
1000
1076
|
"members": {
|
1001
1077
|
"arn": {},
|
1002
1078
|
"destinationConfiguration": {
|
1003
|
-
"shape": "
|
1079
|
+
"shape": "S17"
|
1004
1080
|
},
|
1005
1081
|
"name": {},
|
1006
1082
|
"recordingReconnectWindowSeconds": {
|
@@ -1011,11 +1087,11 @@
|
|
1011
1087
|
"shape": "Sf"
|
1012
1088
|
},
|
1013
1089
|
"thumbnailConfiguration": {
|
1014
|
-
"shape": "
|
1090
|
+
"shape": "S1c"
|
1015
1091
|
}
|
1016
1092
|
}
|
1017
1093
|
},
|
1018
|
-
"
|
1094
|
+
"S1v": {
|
1019
1095
|
"type": "structure",
|
1020
1096
|
"members": {
|
1021
1097
|
"arn": {},
|
@@ -1026,11 +1102,11 @@
|
|
1026
1102
|
}
|
1027
1103
|
}
|
1028
1104
|
},
|
1029
|
-
"
|
1105
|
+
"S24": {
|
1030
1106
|
"type": "timestamp",
|
1031
1107
|
"timestampFormat": "iso8601"
|
1032
1108
|
},
|
1033
|
-
"
|
1109
|
+
"S2d": {
|
1034
1110
|
"type": "timestamp",
|
1035
1111
|
"timestampFormat": "iso8601"
|
1036
1112
|
}
|
@@ -70,6 +70,22 @@
|
|
70
70
|
}
|
71
71
|
}
|
72
72
|
},
|
73
|
+
"DeleteEdgeConfiguration": {
|
74
|
+
"http": {
|
75
|
+
"requestUri": "/deleteEdgeConfiguration"
|
76
|
+
},
|
77
|
+
"input": {
|
78
|
+
"type": "structure",
|
79
|
+
"members": {
|
80
|
+
"StreamName": {},
|
81
|
+
"StreamARN": {}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"output": {
|
85
|
+
"type": "structure",
|
86
|
+
"members": {}
|
87
|
+
}
|
88
|
+
},
|
73
89
|
"DeleteSignalingChannel": {
|
74
90
|
"http": {
|
75
91
|
"requestUri": "/deleteSignalingChannel"
|
@@ -133,7 +149,38 @@
|
|
133
149
|
"SyncStatus": {},
|
134
150
|
"FailedStatusDetails": {},
|
135
151
|
"EdgeConfig": {
|
136
|
-
"shape": "
|
152
|
+
"shape": "Sw"
|
153
|
+
},
|
154
|
+
"EdgeAgentStatus": {
|
155
|
+
"type": "structure",
|
156
|
+
"members": {
|
157
|
+
"LastRecorderStatus": {
|
158
|
+
"type": "structure",
|
159
|
+
"members": {
|
160
|
+
"JobStatusDetails": {},
|
161
|
+
"LastCollectedTime": {
|
162
|
+
"type": "timestamp"
|
163
|
+
},
|
164
|
+
"LastUpdatedTime": {
|
165
|
+
"type": "timestamp"
|
166
|
+
},
|
167
|
+
"RecorderStatus": {}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"LastUploaderStatus": {
|
171
|
+
"type": "structure",
|
172
|
+
"members": {
|
173
|
+
"JobStatusDetails": {},
|
174
|
+
"LastCollectedTime": {
|
175
|
+
"type": "timestamp"
|
176
|
+
},
|
177
|
+
"LastUpdatedTime": {
|
178
|
+
"type": "timestamp"
|
179
|
+
},
|
180
|
+
"UploaderStatus": {}
|
181
|
+
}
|
182
|
+
}
|
183
|
+
}
|
137
184
|
}
|
138
185
|
}
|
139
186
|
}
|
@@ -153,7 +200,7 @@
|
|
153
200
|
"type": "structure",
|
154
201
|
"members": {
|
155
202
|
"ImageGenerationConfiguration": {
|
156
|
-
"shape": "
|
203
|
+
"shape": "S1k"
|
157
204
|
}
|
158
205
|
}
|
159
206
|
}
|
@@ -205,7 +252,7 @@
|
|
205
252
|
"type": "structure",
|
206
253
|
"members": {
|
207
254
|
"MediaStorageConfiguration": {
|
208
|
-
"shape": "
|
255
|
+
"shape": "S26"
|
209
256
|
}
|
210
257
|
}
|
211
258
|
}
|
@@ -225,7 +272,7 @@
|
|
225
272
|
"type": "structure",
|
226
273
|
"members": {
|
227
274
|
"NotificationConfiguration": {
|
228
|
-
"shape": "
|
275
|
+
"shape": "S2a"
|
229
276
|
}
|
230
277
|
}
|
231
278
|
}
|
@@ -245,7 +292,7 @@
|
|
245
292
|
"type": "structure",
|
246
293
|
"members": {
|
247
294
|
"ChannelInfo": {
|
248
|
-
"shape": "
|
295
|
+
"shape": "S2e"
|
249
296
|
}
|
250
297
|
}
|
251
298
|
}
|
@@ -265,7 +312,7 @@
|
|
265
312
|
"type": "structure",
|
266
313
|
"members": {
|
267
314
|
"StreamInfo": {
|
268
|
-
"shape": "
|
315
|
+
"shape": "S2i"
|
269
316
|
}
|
270
317
|
}
|
271
318
|
}
|
@@ -331,6 +378,51 @@
|
|
331
378
|
}
|
332
379
|
}
|
333
380
|
},
|
381
|
+
"ListEdgeAgentConfigurations": {
|
382
|
+
"http": {
|
383
|
+
"requestUri": "/listEdgeAgentConfigurations"
|
384
|
+
},
|
385
|
+
"input": {
|
386
|
+
"type": "structure",
|
387
|
+
"required": [
|
388
|
+
"HubDeviceArn"
|
389
|
+
],
|
390
|
+
"members": {
|
391
|
+
"HubDeviceArn": {},
|
392
|
+
"MaxResults": {
|
393
|
+
"type": "integer"
|
394
|
+
},
|
395
|
+
"NextToken": {}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"output": {
|
399
|
+
"type": "structure",
|
400
|
+
"members": {
|
401
|
+
"EdgeConfigs": {
|
402
|
+
"type": "list",
|
403
|
+
"member": {
|
404
|
+
"type": "structure",
|
405
|
+
"members": {
|
406
|
+
"StreamName": {},
|
407
|
+
"StreamARN": {},
|
408
|
+
"CreationTime": {
|
409
|
+
"type": "timestamp"
|
410
|
+
},
|
411
|
+
"LastUpdatedTime": {
|
412
|
+
"type": "timestamp"
|
413
|
+
},
|
414
|
+
"SyncStatus": {},
|
415
|
+
"FailedStatusDetails": {},
|
416
|
+
"EdgeConfig": {
|
417
|
+
"shape": "Sw"
|
418
|
+
}
|
419
|
+
}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"NextToken": {}
|
423
|
+
}
|
424
|
+
}
|
425
|
+
},
|
334
426
|
"ListSignalingChannels": {
|
335
427
|
"http": {
|
336
428
|
"requestUri": "/listSignalingChannels"
|
@@ -357,7 +449,7 @@
|
|
357
449
|
"ChannelInfoList": {
|
358
450
|
"type": "list",
|
359
451
|
"member": {
|
360
|
-
"shape": "
|
452
|
+
"shape": "S2e"
|
361
453
|
}
|
362
454
|
},
|
363
455
|
"NextToken": {}
|
@@ -390,7 +482,7 @@
|
|
390
482
|
"StreamInfoList": {
|
391
483
|
"type": "list",
|
392
484
|
"member": {
|
393
|
-
"shape": "
|
485
|
+
"shape": "S2i"
|
394
486
|
}
|
395
487
|
},
|
396
488
|
"NextToken": {}
|
@@ -456,7 +548,7 @@
|
|
456
548
|
"StreamName": {},
|
457
549
|
"StreamARN": {},
|
458
550
|
"EdgeConfig": {
|
459
|
-
"shape": "
|
551
|
+
"shape": "Sw"
|
460
552
|
}
|
461
553
|
}
|
462
554
|
},
|
@@ -474,7 +566,7 @@
|
|
474
566
|
"SyncStatus": {},
|
475
567
|
"FailedStatusDetails": {},
|
476
568
|
"EdgeConfig": {
|
477
|
-
"shape": "
|
569
|
+
"shape": "Sw"
|
478
570
|
}
|
479
571
|
}
|
480
572
|
}
|
@@ -539,7 +631,7 @@
|
|
539
631
|
"members": {
|
540
632
|
"ResourceARN": {},
|
541
633
|
"TagKeyList": {
|
542
|
-
"shape": "
|
634
|
+
"shape": "S3n"
|
543
635
|
}
|
544
636
|
}
|
545
637
|
},
|
@@ -561,7 +653,7 @@
|
|
561
653
|
"StreamARN": {},
|
562
654
|
"StreamName": {},
|
563
655
|
"TagKeyList": {
|
564
|
-
"shape": "
|
656
|
+
"shape": "S3n"
|
565
657
|
}
|
566
658
|
}
|
567
659
|
},
|
@@ -606,7 +698,7 @@
|
|
606
698
|
"StreamName": {},
|
607
699
|
"StreamARN": {},
|
608
700
|
"ImageGenerationConfiguration": {
|
609
|
-
"shape": "
|
701
|
+
"shape": "S1k"
|
610
702
|
}
|
611
703
|
}
|
612
704
|
},
|
@@ -628,7 +720,7 @@
|
|
628
720
|
"members": {
|
629
721
|
"ChannelARN": {},
|
630
722
|
"MediaStorageConfiguration": {
|
631
|
-
"shape": "
|
723
|
+
"shape": "S26"
|
632
724
|
}
|
633
725
|
}
|
634
726
|
},
|
@@ -647,7 +739,7 @@
|
|
647
739
|
"StreamName": {},
|
648
740
|
"StreamARN": {},
|
649
741
|
"NotificationConfiguration": {
|
650
|
-
"shape": "
|
742
|
+
"shape": "S2a"
|
651
743
|
}
|
652
744
|
}
|
653
745
|
},
|
@@ -727,7 +819,7 @@
|
|
727
819
|
"key": {},
|
728
820
|
"value": {}
|
729
821
|
},
|
730
|
-
"
|
822
|
+
"Sw": {
|
731
823
|
"type": "structure",
|
732
824
|
"required": [
|
733
825
|
"HubDeviceArn",
|
@@ -756,7 +848,7 @@
|
|
756
848
|
}
|
757
849
|
},
|
758
850
|
"ScheduleConfig": {
|
759
|
-
"shape": "
|
851
|
+
"shape": "S12"
|
760
852
|
}
|
761
853
|
}
|
762
854
|
},
|
@@ -767,7 +859,7 @@
|
|
767
859
|
],
|
768
860
|
"members": {
|
769
861
|
"ScheduleConfig": {
|
770
|
-
"shape": "
|
862
|
+
"shape": "S12"
|
771
863
|
}
|
772
864
|
}
|
773
865
|
},
|
@@ -793,7 +885,7 @@
|
|
793
885
|
}
|
794
886
|
}
|
795
887
|
},
|
796
|
-
"
|
888
|
+
"S12": {
|
797
889
|
"type": "structure",
|
798
890
|
"required": [
|
799
891
|
"ScheduleExpression",
|
@@ -806,7 +898,7 @@
|
|
806
898
|
}
|
807
899
|
}
|
808
900
|
},
|
809
|
-
"
|
901
|
+
"S1k": {
|
810
902
|
"type": "structure",
|
811
903
|
"required": [
|
812
904
|
"Status",
|
@@ -846,7 +938,7 @@
|
|
846
938
|
}
|
847
939
|
}
|
848
940
|
},
|
849
|
-
"
|
941
|
+
"S26": {
|
850
942
|
"type": "structure",
|
851
943
|
"required": [
|
852
944
|
"Status"
|
@@ -856,7 +948,7 @@
|
|
856
948
|
"Status": {}
|
857
949
|
}
|
858
950
|
},
|
859
|
-
"
|
951
|
+
"S2a": {
|
860
952
|
"type": "structure",
|
861
953
|
"required": [
|
862
954
|
"Status",
|
@@ -875,7 +967,7 @@
|
|
875
967
|
}
|
876
968
|
}
|
877
969
|
},
|
878
|
-
"
|
970
|
+
"S2e": {
|
879
971
|
"type": "structure",
|
880
972
|
"members": {
|
881
973
|
"ChannelName": {},
|
@@ -891,7 +983,7 @@
|
|
891
983
|
"Version": {}
|
892
984
|
}
|
893
985
|
},
|
894
|
-
"
|
986
|
+
"S2i": {
|
895
987
|
"type": "structure",
|
896
988
|
"members": {
|
897
989
|
"DeviceName": {},
|
@@ -909,7 +1001,7 @@
|
|
909
1001
|
}
|
910
1002
|
}
|
911
1003
|
},
|
912
|
-
"
|
1004
|
+
"S3n": {
|
913
1005
|
"type": "list",
|
914
1006
|
"member": {}
|
915
1007
|
}
|
@@ -6,6 +6,12 @@
|
|
6
6
|
"output_token": "NextToken",
|
7
7
|
"result_key": "MappedResourceConfigurationList"
|
8
8
|
},
|
9
|
+
"ListEdgeAgentConfigurations": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults",
|
12
|
+
"output_token": "NextToken",
|
13
|
+
"result_key": "EdgeConfigs"
|
14
|
+
},
|
9
15
|
"ListSignalingChannels": {
|
10
16
|
"input_token": "NextToken",
|
11
17
|
"limit_key": "MaxResults",
|