aws-sdk 2.1008.0 → 2.1012.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 +21 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +43 -37
- package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/apis/dataexchange-2017-07-25.min.json +65 -13
- package/apis/directconnect-2012-10-25.min.json +119 -35
- package/apis/glue-2017-03-31.min.json +341 -339
- package/apis/ivs-2020-07-14.min.json +127 -100
- package/apis/ivs-2020-07-14.paginators.json +4 -14
- package/apis/mediaconvert-2017-08-29.min.json +137 -134
- package/apis/mediapackage-2017-10-12.min.json +4 -0
- package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/panorama-2019-07-24.examples.json +5 -0
- package/apis/panorama-2019-07-24.min.json +1622 -0
- package/apis/panorama-2019-07-24.paginators.json +49 -0
- package/apis/quicksight-2018-04-01.min.json +237 -159
- package/apis/securityhub-2018-10-26.min.json +282 -137
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +8 -0
- package/clients/chimesdkmessaging.d.ts +475 -2
- package/clients/dataexchange.d.ts +110 -20
- package/clients/directconnect.d.ts +186 -49
- package/clients/efs.d.ts +10 -10
- package/clients/glue.d.ts +11 -2
- package/clients/ivs.d.ts +158 -133
- package/clients/mediaconvert.d.ts +57 -58
- package/clients/mediapackage.d.ts +4 -0
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/panorama.d.ts +1926 -0
- package/clients/panorama.js +18 -0
- package/clients/quicksight.d.ts +158 -75
- package/clients/securityhub.d.ts +161 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +125 -38
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,32 @@
|
|
|
11
11
|
"uid": "chime-sdk-messaging-2021-05-15"
|
|
12
12
|
},
|
|
13
13
|
"operations": {
|
|
14
|
+
"AssociateChannelFlow": {
|
|
15
|
+
"http": {
|
|
16
|
+
"method": "PUT",
|
|
17
|
+
"requestUri": "/channels/{channelArn}/channel-flow",
|
|
18
|
+
"responseCode": 200
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"ChannelArn",
|
|
24
|
+
"ChannelFlowArn",
|
|
25
|
+
"ChimeBearer"
|
|
26
|
+
],
|
|
27
|
+
"members": {
|
|
28
|
+
"ChannelArn": {
|
|
29
|
+
"location": "uri",
|
|
30
|
+
"locationName": "channelArn"
|
|
31
|
+
},
|
|
32
|
+
"ChannelFlowArn": {},
|
|
33
|
+
"ChimeBearer": {
|
|
34
|
+
"location": "header",
|
|
35
|
+
"locationName": "x-amz-chime-bearer"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
14
40
|
"BatchCreateChannelMembership": {
|
|
15
41
|
"http": {
|
|
16
42
|
"requestUri": "/channels/{channelArn}/memberships?operation=batch-create",
|
|
@@ -46,13 +72,13 @@
|
|
|
46
72
|
"type": "structure",
|
|
47
73
|
"members": {
|
|
48
74
|
"InvitedBy": {
|
|
49
|
-
"shape": "
|
|
75
|
+
"shape": "S8"
|
|
50
76
|
},
|
|
51
77
|
"Type": {},
|
|
52
78
|
"Members": {
|
|
53
79
|
"type": "list",
|
|
54
80
|
"member": {
|
|
55
|
-
"shape": "
|
|
81
|
+
"shape": "S8"
|
|
56
82
|
}
|
|
57
83
|
},
|
|
58
84
|
"ChannelArn": {}
|
|
@@ -72,6 +98,54 @@
|
|
|
72
98
|
}
|
|
73
99
|
}
|
|
74
100
|
},
|
|
101
|
+
"ChannelFlowCallback": {
|
|
102
|
+
"http": {
|
|
103
|
+
"requestUri": "/channels/{channelArn}?operation=channel-flow-callback",
|
|
104
|
+
"responseCode": 200
|
|
105
|
+
},
|
|
106
|
+
"input": {
|
|
107
|
+
"type": "structure",
|
|
108
|
+
"required": [
|
|
109
|
+
"CallbackId",
|
|
110
|
+
"ChannelArn",
|
|
111
|
+
"ChannelMessage"
|
|
112
|
+
],
|
|
113
|
+
"members": {
|
|
114
|
+
"CallbackId": {
|
|
115
|
+
"idempotencyToken": true
|
|
116
|
+
},
|
|
117
|
+
"ChannelArn": {
|
|
118
|
+
"location": "uri",
|
|
119
|
+
"locationName": "channelArn"
|
|
120
|
+
},
|
|
121
|
+
"DeleteResource": {
|
|
122
|
+
"type": "boolean"
|
|
123
|
+
},
|
|
124
|
+
"ChannelMessage": {
|
|
125
|
+
"type": "structure",
|
|
126
|
+
"required": [
|
|
127
|
+
"MessageId"
|
|
128
|
+
],
|
|
129
|
+
"members": {
|
|
130
|
+
"MessageId": {},
|
|
131
|
+
"Content": {
|
|
132
|
+
"shape": "Sk"
|
|
133
|
+
},
|
|
134
|
+
"Metadata": {
|
|
135
|
+
"shape": "Sl"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"output": {
|
|
142
|
+
"type": "structure",
|
|
143
|
+
"members": {
|
|
144
|
+
"ChannelArn": {},
|
|
145
|
+
"CallbackId": {}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
75
149
|
"CreateChannel": {
|
|
76
150
|
"http": {
|
|
77
151
|
"requestUri": "/channels",
|
|
@@ -88,36 +162,19 @@
|
|
|
88
162
|
"members": {
|
|
89
163
|
"AppInstanceArn": {},
|
|
90
164
|
"Name": {
|
|
91
|
-
"shape": "
|
|
165
|
+
"shape": "So"
|
|
92
166
|
},
|
|
93
167
|
"Mode": {},
|
|
94
168
|
"Privacy": {},
|
|
95
169
|
"Metadata": {
|
|
96
|
-
"shape": "
|
|
170
|
+
"shape": "Sl"
|
|
97
171
|
},
|
|
98
172
|
"ClientRequestToken": {
|
|
99
|
-
"shape": "
|
|
173
|
+
"shape": "Sr",
|
|
100
174
|
"idempotencyToken": true
|
|
101
175
|
},
|
|
102
176
|
"Tags": {
|
|
103
|
-
"
|
|
104
|
-
"member": {
|
|
105
|
-
"type": "structure",
|
|
106
|
-
"required": [
|
|
107
|
-
"Key",
|
|
108
|
-
"Value"
|
|
109
|
-
],
|
|
110
|
-
"members": {
|
|
111
|
-
"Key": {
|
|
112
|
-
"type": "string",
|
|
113
|
-
"sensitive": true
|
|
114
|
-
},
|
|
115
|
-
"Value": {
|
|
116
|
-
"type": "string",
|
|
117
|
-
"sensitive": true
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
177
|
+
"shape": "Ss"
|
|
121
178
|
},
|
|
122
179
|
"ChimeBearer": {
|
|
123
180
|
"location": "header",
|
|
@@ -161,9 +218,45 @@
|
|
|
161
218
|
"members": {
|
|
162
219
|
"ChannelArn": {},
|
|
163
220
|
"Member": {
|
|
164
|
-
"shape": "
|
|
221
|
+
"shape": "S8"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"CreateChannelFlow": {
|
|
227
|
+
"http": {
|
|
228
|
+
"requestUri": "/channel-flows",
|
|
229
|
+
"responseCode": 201
|
|
230
|
+
},
|
|
231
|
+
"input": {
|
|
232
|
+
"type": "structure",
|
|
233
|
+
"required": [
|
|
234
|
+
"AppInstanceArn",
|
|
235
|
+
"Processors",
|
|
236
|
+
"Name",
|
|
237
|
+
"ClientRequestToken"
|
|
238
|
+
],
|
|
239
|
+
"members": {
|
|
240
|
+
"AppInstanceArn": {},
|
|
241
|
+
"Processors": {
|
|
242
|
+
"shape": "S10"
|
|
243
|
+
},
|
|
244
|
+
"Name": {
|
|
245
|
+
"shape": "So"
|
|
246
|
+
},
|
|
247
|
+
"Tags": {
|
|
248
|
+
"shape": "Ss"
|
|
249
|
+
},
|
|
250
|
+
"ClientRequestToken": {
|
|
251
|
+
"shape": "Sr"
|
|
165
252
|
}
|
|
166
253
|
}
|
|
254
|
+
},
|
|
255
|
+
"output": {
|
|
256
|
+
"type": "structure",
|
|
257
|
+
"members": {
|
|
258
|
+
"ChannelFlowArn": {}
|
|
259
|
+
}
|
|
167
260
|
}
|
|
168
261
|
},
|
|
169
262
|
"CreateChannelMembership": {
|
|
@@ -197,7 +290,7 @@
|
|
|
197
290
|
"members": {
|
|
198
291
|
"ChannelArn": {},
|
|
199
292
|
"Member": {
|
|
200
|
-
"shape": "
|
|
293
|
+
"shape": "S8"
|
|
201
294
|
}
|
|
202
295
|
}
|
|
203
296
|
}
|
|
@@ -231,7 +324,7 @@
|
|
|
231
324
|
"members": {
|
|
232
325
|
"ChannelArn": {},
|
|
233
326
|
"ChannelModerator": {
|
|
234
|
-
"shape": "
|
|
327
|
+
"shape": "S8"
|
|
235
328
|
}
|
|
236
329
|
}
|
|
237
330
|
}
|
|
@@ -289,6 +382,25 @@
|
|
|
289
382
|
}
|
|
290
383
|
}
|
|
291
384
|
},
|
|
385
|
+
"DeleteChannelFlow": {
|
|
386
|
+
"http": {
|
|
387
|
+
"method": "DELETE",
|
|
388
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
389
|
+
"responseCode": 204
|
|
390
|
+
},
|
|
391
|
+
"input": {
|
|
392
|
+
"type": "structure",
|
|
393
|
+
"required": [
|
|
394
|
+
"ChannelFlowArn"
|
|
395
|
+
],
|
|
396
|
+
"members": {
|
|
397
|
+
"ChannelFlowArn": {
|
|
398
|
+
"location": "uri",
|
|
399
|
+
"locationName": "channelFlowArn"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
292
404
|
"DeleteChannelMembership": {
|
|
293
405
|
"http": {
|
|
294
406
|
"method": "DELETE",
|
|
@@ -406,16 +518,16 @@
|
|
|
406
518
|
"type": "structure",
|
|
407
519
|
"members": {
|
|
408
520
|
"Name": {
|
|
409
|
-
"shape": "
|
|
521
|
+
"shape": "So"
|
|
410
522
|
},
|
|
411
523
|
"ChannelArn": {},
|
|
412
524
|
"Mode": {},
|
|
413
525
|
"Privacy": {},
|
|
414
526
|
"Metadata": {
|
|
415
|
-
"shape": "
|
|
527
|
+
"shape": "Sl"
|
|
416
528
|
},
|
|
417
529
|
"CreatedBy": {
|
|
418
|
-
"shape": "
|
|
530
|
+
"shape": "S8"
|
|
419
531
|
},
|
|
420
532
|
"CreatedTimestamp": {
|
|
421
533
|
"type": "timestamp"
|
|
@@ -425,7 +537,8 @@
|
|
|
425
537
|
},
|
|
426
538
|
"LastUpdatedTimestamp": {
|
|
427
539
|
"type": "timestamp"
|
|
428
|
-
}
|
|
540
|
+
},
|
|
541
|
+
"ChannelFlowArn": {}
|
|
429
542
|
}
|
|
430
543
|
}
|
|
431
544
|
}
|
|
@@ -466,14 +579,56 @@
|
|
|
466
579
|
"type": "structure",
|
|
467
580
|
"members": {
|
|
468
581
|
"Member": {
|
|
469
|
-
"shape": "
|
|
582
|
+
"shape": "S8"
|
|
470
583
|
},
|
|
471
584
|
"ChannelArn": {},
|
|
472
585
|
"CreatedTimestamp": {
|
|
473
586
|
"type": "timestamp"
|
|
474
587
|
},
|
|
475
588
|
"CreatedBy": {
|
|
476
|
-
"shape": "
|
|
589
|
+
"shape": "S8"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"DescribeChannelFlow": {
|
|
597
|
+
"http": {
|
|
598
|
+
"method": "GET",
|
|
599
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
600
|
+
"responseCode": 200
|
|
601
|
+
},
|
|
602
|
+
"input": {
|
|
603
|
+
"type": "structure",
|
|
604
|
+
"required": [
|
|
605
|
+
"ChannelFlowArn"
|
|
606
|
+
],
|
|
607
|
+
"members": {
|
|
608
|
+
"ChannelFlowArn": {
|
|
609
|
+
"location": "uri",
|
|
610
|
+
"locationName": "channelFlowArn"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"output": {
|
|
615
|
+
"type": "structure",
|
|
616
|
+
"members": {
|
|
617
|
+
"ChannelFlow": {
|
|
618
|
+
"type": "structure",
|
|
619
|
+
"members": {
|
|
620
|
+
"ChannelFlowArn": {},
|
|
621
|
+
"Processors": {
|
|
622
|
+
"shape": "S10"
|
|
623
|
+
},
|
|
624
|
+
"Name": {
|
|
625
|
+
"shape": "So"
|
|
626
|
+
},
|
|
627
|
+
"CreatedTimestamp": {
|
|
628
|
+
"type": "timestamp"
|
|
629
|
+
},
|
|
630
|
+
"LastUpdatedTimestamp": {
|
|
631
|
+
"type": "timestamp"
|
|
477
632
|
}
|
|
478
633
|
}
|
|
479
634
|
}
|
|
@@ -515,11 +670,11 @@
|
|
|
515
670
|
"type": "structure",
|
|
516
671
|
"members": {
|
|
517
672
|
"InvitedBy": {
|
|
518
|
-
"shape": "
|
|
673
|
+
"shape": "S8"
|
|
519
674
|
},
|
|
520
675
|
"Type": {},
|
|
521
676
|
"Member": {
|
|
522
|
-
"shape": "
|
|
677
|
+
"shape": "S8"
|
|
523
678
|
},
|
|
524
679
|
"ChannelArn": {},
|
|
525
680
|
"CreatedTimestamp": {
|
|
@@ -565,7 +720,7 @@
|
|
|
565
720
|
"type": "structure",
|
|
566
721
|
"members": {
|
|
567
722
|
"ChannelMembership": {
|
|
568
|
-
"shape": "
|
|
723
|
+
"shape": "S1y"
|
|
569
724
|
}
|
|
570
725
|
}
|
|
571
726
|
}
|
|
@@ -602,7 +757,7 @@
|
|
|
602
757
|
"type": "structure",
|
|
603
758
|
"members": {
|
|
604
759
|
"Channel": {
|
|
605
|
-
"shape": "
|
|
760
|
+
"shape": "S23"
|
|
606
761
|
}
|
|
607
762
|
}
|
|
608
763
|
}
|
|
@@ -642,20 +797,49 @@
|
|
|
642
797
|
"type": "structure",
|
|
643
798
|
"members": {
|
|
644
799
|
"Moderator": {
|
|
645
|
-
"shape": "
|
|
800
|
+
"shape": "S8"
|
|
646
801
|
},
|
|
647
802
|
"ChannelArn": {},
|
|
648
803
|
"CreatedTimestamp": {
|
|
649
804
|
"type": "timestamp"
|
|
650
805
|
},
|
|
651
806
|
"CreatedBy": {
|
|
652
|
-
"shape": "
|
|
807
|
+
"shape": "S8"
|
|
653
808
|
}
|
|
654
809
|
}
|
|
655
810
|
}
|
|
656
811
|
}
|
|
657
812
|
}
|
|
658
813
|
},
|
|
814
|
+
"DisassociateChannelFlow": {
|
|
815
|
+
"http": {
|
|
816
|
+
"method": "DELETE",
|
|
817
|
+
"requestUri": "/channels/{channelArn}/channel-flow/{channelFlowArn}",
|
|
818
|
+
"responseCode": 204
|
|
819
|
+
},
|
|
820
|
+
"input": {
|
|
821
|
+
"type": "structure",
|
|
822
|
+
"required": [
|
|
823
|
+
"ChannelArn",
|
|
824
|
+
"ChannelFlowArn",
|
|
825
|
+
"ChimeBearer"
|
|
826
|
+
],
|
|
827
|
+
"members": {
|
|
828
|
+
"ChannelArn": {
|
|
829
|
+
"location": "uri",
|
|
830
|
+
"locationName": "channelArn"
|
|
831
|
+
},
|
|
832
|
+
"ChannelFlowArn": {
|
|
833
|
+
"location": "uri",
|
|
834
|
+
"locationName": "channelFlowArn"
|
|
835
|
+
},
|
|
836
|
+
"ChimeBearer": {
|
|
837
|
+
"location": "header",
|
|
838
|
+
"locationName": "x-amz-chime-bearer"
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
},
|
|
659
843
|
"GetChannelMessage": {
|
|
660
844
|
"http": {
|
|
661
845
|
"method": "GET",
|
|
@@ -693,10 +877,10 @@
|
|
|
693
877
|
"ChannelArn": {},
|
|
694
878
|
"MessageId": {},
|
|
695
879
|
"Content": {
|
|
696
|
-
"shape": "
|
|
880
|
+
"shape": "S2b"
|
|
697
881
|
},
|
|
698
882
|
"Metadata": {
|
|
699
|
-
"shape": "
|
|
883
|
+
"shape": "Sl"
|
|
700
884
|
},
|
|
701
885
|
"Type": {},
|
|
702
886
|
"CreatedTimestamp": {
|
|
@@ -709,17 +893,57 @@
|
|
|
709
893
|
"type": "timestamp"
|
|
710
894
|
},
|
|
711
895
|
"Sender": {
|
|
712
|
-
"shape": "
|
|
896
|
+
"shape": "S8"
|
|
713
897
|
},
|
|
714
898
|
"Redacted": {
|
|
715
899
|
"type": "boolean"
|
|
716
900
|
},
|
|
717
|
-
"Persistence": {}
|
|
901
|
+
"Persistence": {},
|
|
902
|
+
"Status": {
|
|
903
|
+
"shape": "S2e"
|
|
904
|
+
}
|
|
718
905
|
}
|
|
719
906
|
}
|
|
720
907
|
}
|
|
721
908
|
}
|
|
722
909
|
},
|
|
910
|
+
"GetChannelMessageStatus": {
|
|
911
|
+
"http": {
|
|
912
|
+
"method": "GET",
|
|
913
|
+
"requestUri": "/channels/{channelArn}/messages/{messageId}?scope=message-status",
|
|
914
|
+
"responseCode": 200
|
|
915
|
+
},
|
|
916
|
+
"input": {
|
|
917
|
+
"type": "structure",
|
|
918
|
+
"required": [
|
|
919
|
+
"ChannelArn",
|
|
920
|
+
"MessageId",
|
|
921
|
+
"ChimeBearer"
|
|
922
|
+
],
|
|
923
|
+
"members": {
|
|
924
|
+
"ChannelArn": {
|
|
925
|
+
"location": "uri",
|
|
926
|
+
"locationName": "channelArn"
|
|
927
|
+
},
|
|
928
|
+
"MessageId": {
|
|
929
|
+
"location": "uri",
|
|
930
|
+
"locationName": "messageId"
|
|
931
|
+
},
|
|
932
|
+
"ChimeBearer": {
|
|
933
|
+
"location": "header",
|
|
934
|
+
"locationName": "x-amz-chime-bearer"
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"output": {
|
|
939
|
+
"type": "structure",
|
|
940
|
+
"members": {
|
|
941
|
+
"Status": {
|
|
942
|
+
"shape": "S2e"
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
723
947
|
"GetMessagingSessionEndpoint": {
|
|
724
948
|
"http": {
|
|
725
949
|
"method": "GET",
|
|
@@ -765,7 +989,7 @@
|
|
|
765
989
|
"type": "integer"
|
|
766
990
|
},
|
|
767
991
|
"NextToken": {
|
|
768
|
-
"shape": "
|
|
992
|
+
"shape": "S2p",
|
|
769
993
|
"location": "querystring",
|
|
770
994
|
"locationName": "next-token"
|
|
771
995
|
},
|
|
@@ -780,7 +1004,7 @@
|
|
|
780
1004
|
"members": {
|
|
781
1005
|
"ChannelArn": {},
|
|
782
1006
|
"NextToken": {
|
|
783
|
-
"shape": "
|
|
1007
|
+
"shape": "S2p"
|
|
784
1008
|
},
|
|
785
1009
|
"ChannelBans": {
|
|
786
1010
|
"type": "list",
|
|
@@ -788,10 +1012,62 @@
|
|
|
788
1012
|
"type": "structure",
|
|
789
1013
|
"members": {
|
|
790
1014
|
"Member": {
|
|
791
|
-
"shape": "
|
|
1015
|
+
"shape": "S8"
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"ListChannelFlows": {
|
|
1024
|
+
"http": {
|
|
1025
|
+
"method": "GET",
|
|
1026
|
+
"requestUri": "/channel-flows",
|
|
1027
|
+
"responseCode": 200
|
|
1028
|
+
},
|
|
1029
|
+
"input": {
|
|
1030
|
+
"type": "structure",
|
|
1031
|
+
"required": [
|
|
1032
|
+
"AppInstanceArn"
|
|
1033
|
+
],
|
|
1034
|
+
"members": {
|
|
1035
|
+
"AppInstanceArn": {
|
|
1036
|
+
"location": "querystring",
|
|
1037
|
+
"locationName": "app-instance-arn"
|
|
1038
|
+
},
|
|
1039
|
+
"MaxResults": {
|
|
1040
|
+
"location": "querystring",
|
|
1041
|
+
"locationName": "max-results",
|
|
1042
|
+
"type": "integer"
|
|
1043
|
+
},
|
|
1044
|
+
"NextToken": {
|
|
1045
|
+
"shape": "S2p",
|
|
1046
|
+
"location": "querystring",
|
|
1047
|
+
"locationName": "next-token"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"output": {
|
|
1052
|
+
"type": "structure",
|
|
1053
|
+
"members": {
|
|
1054
|
+
"ChannelFlows": {
|
|
1055
|
+
"type": "list",
|
|
1056
|
+
"member": {
|
|
1057
|
+
"type": "structure",
|
|
1058
|
+
"members": {
|
|
1059
|
+
"ChannelFlowArn": {},
|
|
1060
|
+
"Name": {
|
|
1061
|
+
"shape": "So"
|
|
1062
|
+
},
|
|
1063
|
+
"Processors": {
|
|
1064
|
+
"shape": "S10"
|
|
792
1065
|
}
|
|
793
1066
|
}
|
|
794
1067
|
}
|
|
1068
|
+
},
|
|
1069
|
+
"NextToken": {
|
|
1070
|
+
"shape": "S2p"
|
|
795
1071
|
}
|
|
796
1072
|
}
|
|
797
1073
|
}
|
|
@@ -823,7 +1099,7 @@
|
|
|
823
1099
|
"type": "integer"
|
|
824
1100
|
},
|
|
825
1101
|
"NextToken": {
|
|
826
|
-
"shape": "
|
|
1102
|
+
"shape": "S2p",
|
|
827
1103
|
"location": "querystring",
|
|
828
1104
|
"locationName": "next-token"
|
|
829
1105
|
},
|
|
@@ -843,13 +1119,13 @@
|
|
|
843
1119
|
"type": "structure",
|
|
844
1120
|
"members": {
|
|
845
1121
|
"Member": {
|
|
846
|
-
"shape": "
|
|
1122
|
+
"shape": "S8"
|
|
847
1123
|
}
|
|
848
1124
|
}
|
|
849
1125
|
}
|
|
850
1126
|
},
|
|
851
1127
|
"NextToken": {
|
|
852
|
-
"shape": "
|
|
1128
|
+
"shape": "S2p"
|
|
853
1129
|
}
|
|
854
1130
|
}
|
|
855
1131
|
}
|
|
@@ -876,7 +1152,7 @@
|
|
|
876
1152
|
"type": "integer"
|
|
877
1153
|
},
|
|
878
1154
|
"NextToken": {
|
|
879
|
-
"shape": "
|
|
1155
|
+
"shape": "S2p",
|
|
880
1156
|
"location": "querystring",
|
|
881
1157
|
"locationName": "next-token"
|
|
882
1158
|
},
|
|
@@ -892,11 +1168,11 @@
|
|
|
892
1168
|
"ChannelMemberships": {
|
|
893
1169
|
"type": "list",
|
|
894
1170
|
"member": {
|
|
895
|
-
"shape": "
|
|
1171
|
+
"shape": "S1y"
|
|
896
1172
|
}
|
|
897
1173
|
},
|
|
898
1174
|
"NextToken": {
|
|
899
|
-
"shape": "
|
|
1175
|
+
"shape": "S2p"
|
|
900
1176
|
}
|
|
901
1177
|
}
|
|
902
1178
|
}
|
|
@@ -938,7 +1214,7 @@
|
|
|
938
1214
|
"type": "integer"
|
|
939
1215
|
},
|
|
940
1216
|
"NextToken": {
|
|
941
|
-
"shape": "
|
|
1217
|
+
"shape": "S2p",
|
|
942
1218
|
"location": "querystring",
|
|
943
1219
|
"locationName": "next-token"
|
|
944
1220
|
},
|
|
@@ -953,7 +1229,7 @@
|
|
|
953
1229
|
"members": {
|
|
954
1230
|
"ChannelArn": {},
|
|
955
1231
|
"NextToken": {
|
|
956
|
-
"shape": "
|
|
1232
|
+
"shape": "S2p"
|
|
957
1233
|
},
|
|
958
1234
|
"ChannelMessages": {
|
|
959
1235
|
"type": "list",
|
|
@@ -962,10 +1238,10 @@
|
|
|
962
1238
|
"members": {
|
|
963
1239
|
"MessageId": {},
|
|
964
1240
|
"Content": {
|
|
965
|
-
"shape": "
|
|
1241
|
+
"shape": "S2b"
|
|
966
1242
|
},
|
|
967
1243
|
"Metadata": {
|
|
968
|
-
"shape": "
|
|
1244
|
+
"shape": "Sl"
|
|
969
1245
|
},
|
|
970
1246
|
"Type": {},
|
|
971
1247
|
"CreatedTimestamp": {
|
|
@@ -978,10 +1254,13 @@
|
|
|
978
1254
|
"type": "timestamp"
|
|
979
1255
|
},
|
|
980
1256
|
"Sender": {
|
|
981
|
-
"shape": "
|
|
1257
|
+
"shape": "S8"
|
|
982
1258
|
},
|
|
983
1259
|
"Redacted": {
|
|
984
1260
|
"type": "boolean"
|
|
1261
|
+
},
|
|
1262
|
+
"Status": {
|
|
1263
|
+
"shape": "S2e"
|
|
985
1264
|
}
|
|
986
1265
|
}
|
|
987
1266
|
}
|
|
@@ -1012,7 +1291,7 @@
|
|
|
1012
1291
|
"type": "integer"
|
|
1013
1292
|
},
|
|
1014
1293
|
"NextToken": {
|
|
1015
|
-
"shape": "
|
|
1294
|
+
"shape": "S2p",
|
|
1016
1295
|
"location": "querystring",
|
|
1017
1296
|
"locationName": "next-token"
|
|
1018
1297
|
},
|
|
@@ -1027,7 +1306,7 @@
|
|
|
1027
1306
|
"members": {
|
|
1028
1307
|
"ChannelArn": {},
|
|
1029
1308
|
"NextToken": {
|
|
1030
|
-
"shape": "
|
|
1309
|
+
"shape": "S2p"
|
|
1031
1310
|
},
|
|
1032
1311
|
"ChannelModerators": {
|
|
1033
1312
|
"type": "list",
|
|
@@ -1035,7 +1314,7 @@
|
|
|
1035
1314
|
"type": "structure",
|
|
1036
1315
|
"members": {
|
|
1037
1316
|
"Moderator": {
|
|
1038
|
-
"shape": "
|
|
1317
|
+
"shape": "S8"
|
|
1039
1318
|
}
|
|
1040
1319
|
}
|
|
1041
1320
|
}
|
|
@@ -1070,7 +1349,7 @@
|
|
|
1070
1349
|
"type": "integer"
|
|
1071
1350
|
},
|
|
1072
1351
|
"NextToken": {
|
|
1073
|
-
"shape": "
|
|
1352
|
+
"shape": "S2p",
|
|
1074
1353
|
"location": "querystring",
|
|
1075
1354
|
"locationName": "next-token"
|
|
1076
1355
|
},
|
|
@@ -1086,11 +1365,65 @@
|
|
|
1086
1365
|
"Channels": {
|
|
1087
1366
|
"type": "list",
|
|
1088
1367
|
"member": {
|
|
1089
|
-
"shape": "
|
|
1368
|
+
"shape": "S1z"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"NextToken": {
|
|
1372
|
+
"shape": "S2p"
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"ListChannelsAssociatedWithChannelFlow": {
|
|
1378
|
+
"http": {
|
|
1379
|
+
"method": "GET",
|
|
1380
|
+
"requestUri": "/channels?scope=channel-flow-associations",
|
|
1381
|
+
"responseCode": 200
|
|
1382
|
+
},
|
|
1383
|
+
"input": {
|
|
1384
|
+
"type": "structure",
|
|
1385
|
+
"required": [
|
|
1386
|
+
"ChannelFlowArn"
|
|
1387
|
+
],
|
|
1388
|
+
"members": {
|
|
1389
|
+
"ChannelFlowArn": {
|
|
1390
|
+
"location": "querystring",
|
|
1391
|
+
"locationName": "channel-flow-arn"
|
|
1392
|
+
},
|
|
1393
|
+
"MaxResults": {
|
|
1394
|
+
"location": "querystring",
|
|
1395
|
+
"locationName": "max-results",
|
|
1396
|
+
"type": "integer"
|
|
1397
|
+
},
|
|
1398
|
+
"NextToken": {
|
|
1399
|
+
"shape": "S2p",
|
|
1400
|
+
"location": "querystring",
|
|
1401
|
+
"locationName": "next-token"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"output": {
|
|
1406
|
+
"type": "structure",
|
|
1407
|
+
"members": {
|
|
1408
|
+
"Channels": {
|
|
1409
|
+
"type": "list",
|
|
1410
|
+
"member": {
|
|
1411
|
+
"type": "structure",
|
|
1412
|
+
"members": {
|
|
1413
|
+
"Name": {
|
|
1414
|
+
"shape": "So"
|
|
1415
|
+
},
|
|
1416
|
+
"ChannelArn": {},
|
|
1417
|
+
"Mode": {},
|
|
1418
|
+
"Privacy": {},
|
|
1419
|
+
"Metadata": {
|
|
1420
|
+
"shape": "Sl"
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1090
1423
|
}
|
|
1091
1424
|
},
|
|
1092
1425
|
"NextToken": {
|
|
1093
|
-
"shape": "
|
|
1426
|
+
"shape": "S2p"
|
|
1094
1427
|
}
|
|
1095
1428
|
}
|
|
1096
1429
|
}
|
|
@@ -1117,7 +1450,7 @@
|
|
|
1117
1450
|
"type": "integer"
|
|
1118
1451
|
},
|
|
1119
1452
|
"NextToken": {
|
|
1120
|
-
"shape": "
|
|
1453
|
+
"shape": "S2p",
|
|
1121
1454
|
"location": "querystring",
|
|
1122
1455
|
"locationName": "next-token"
|
|
1123
1456
|
},
|
|
@@ -1133,11 +1466,38 @@
|
|
|
1133
1466
|
"Channels": {
|
|
1134
1467
|
"type": "list",
|
|
1135
1468
|
"member": {
|
|
1136
|
-
"shape": "
|
|
1469
|
+
"shape": "S23"
|
|
1137
1470
|
}
|
|
1138
1471
|
},
|
|
1139
1472
|
"NextToken": {
|
|
1140
|
-
"shape": "
|
|
1473
|
+
"shape": "S2p"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
"ListTagsForResource": {
|
|
1479
|
+
"http": {
|
|
1480
|
+
"method": "GET",
|
|
1481
|
+
"requestUri": "/tags",
|
|
1482
|
+
"responseCode": 200
|
|
1483
|
+
},
|
|
1484
|
+
"input": {
|
|
1485
|
+
"type": "structure",
|
|
1486
|
+
"required": [
|
|
1487
|
+
"ResourceARN"
|
|
1488
|
+
],
|
|
1489
|
+
"members": {
|
|
1490
|
+
"ResourceARN": {
|
|
1491
|
+
"location": "querystring",
|
|
1492
|
+
"locationName": "arn"
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"output": {
|
|
1497
|
+
"type": "structure",
|
|
1498
|
+
"members": {
|
|
1499
|
+
"Tags": {
|
|
1500
|
+
"shape": "Ss"
|
|
1141
1501
|
}
|
|
1142
1502
|
}
|
|
1143
1503
|
}
|
|
@@ -1198,16 +1558,15 @@
|
|
|
1198
1558
|
"locationName": "channelArn"
|
|
1199
1559
|
},
|
|
1200
1560
|
"Content": {
|
|
1201
|
-
"
|
|
1202
|
-
"sensitive": true
|
|
1561
|
+
"shape": "Sk"
|
|
1203
1562
|
},
|
|
1204
1563
|
"Type": {},
|
|
1205
1564
|
"Persistence": {},
|
|
1206
1565
|
"Metadata": {
|
|
1207
|
-
"shape": "
|
|
1566
|
+
"shape": "Sl"
|
|
1208
1567
|
},
|
|
1209
1568
|
"ClientRequestToken": {
|
|
1210
|
-
"shape": "
|
|
1569
|
+
"shape": "Sr",
|
|
1211
1570
|
"idempotencyToken": true
|
|
1212
1571
|
},
|
|
1213
1572
|
"ChimeBearer": {
|
|
@@ -1220,7 +1579,51 @@
|
|
|
1220
1579
|
"type": "structure",
|
|
1221
1580
|
"members": {
|
|
1222
1581
|
"ChannelArn": {},
|
|
1223
|
-
"MessageId": {}
|
|
1582
|
+
"MessageId": {},
|
|
1583
|
+
"Status": {
|
|
1584
|
+
"shape": "S2e"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"TagResource": {
|
|
1590
|
+
"http": {
|
|
1591
|
+
"requestUri": "/tags?operation=tag-resource",
|
|
1592
|
+
"responseCode": 204
|
|
1593
|
+
},
|
|
1594
|
+
"input": {
|
|
1595
|
+
"type": "structure",
|
|
1596
|
+
"required": [
|
|
1597
|
+
"ResourceARN",
|
|
1598
|
+
"Tags"
|
|
1599
|
+
],
|
|
1600
|
+
"members": {
|
|
1601
|
+
"ResourceARN": {},
|
|
1602
|
+
"Tags": {
|
|
1603
|
+
"shape": "Ss"
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"UntagResource": {
|
|
1609
|
+
"http": {
|
|
1610
|
+
"requestUri": "/tags?operation=untag-resource",
|
|
1611
|
+
"responseCode": 204
|
|
1612
|
+
},
|
|
1613
|
+
"input": {
|
|
1614
|
+
"type": "structure",
|
|
1615
|
+
"required": [
|
|
1616
|
+
"ResourceARN",
|
|
1617
|
+
"TagKeys"
|
|
1618
|
+
],
|
|
1619
|
+
"members": {
|
|
1620
|
+
"ResourceARN": {},
|
|
1621
|
+
"TagKeys": {
|
|
1622
|
+
"type": "list",
|
|
1623
|
+
"member": {
|
|
1624
|
+
"shape": "Su"
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1224
1627
|
}
|
|
1225
1628
|
}
|
|
1226
1629
|
},
|
|
@@ -1244,11 +1647,11 @@
|
|
|
1244
1647
|
"locationName": "channelArn"
|
|
1245
1648
|
},
|
|
1246
1649
|
"Name": {
|
|
1247
|
-
"shape": "
|
|
1650
|
+
"shape": "So"
|
|
1248
1651
|
},
|
|
1249
1652
|
"Mode": {},
|
|
1250
1653
|
"Metadata": {
|
|
1251
|
-
"shape": "
|
|
1654
|
+
"shape": "Sl"
|
|
1252
1655
|
},
|
|
1253
1656
|
"ChimeBearer": {
|
|
1254
1657
|
"location": "header",
|
|
@@ -1263,6 +1666,39 @@
|
|
|
1263
1666
|
}
|
|
1264
1667
|
}
|
|
1265
1668
|
},
|
|
1669
|
+
"UpdateChannelFlow": {
|
|
1670
|
+
"http": {
|
|
1671
|
+
"method": "PUT",
|
|
1672
|
+
"requestUri": "/channel-flows/{channelFlowArn}",
|
|
1673
|
+
"responseCode": 200
|
|
1674
|
+
},
|
|
1675
|
+
"input": {
|
|
1676
|
+
"type": "structure",
|
|
1677
|
+
"required": [
|
|
1678
|
+
"ChannelFlowArn",
|
|
1679
|
+
"Processors",
|
|
1680
|
+
"Name"
|
|
1681
|
+
],
|
|
1682
|
+
"members": {
|
|
1683
|
+
"ChannelFlowArn": {
|
|
1684
|
+
"location": "uri",
|
|
1685
|
+
"locationName": "channelFlowArn"
|
|
1686
|
+
},
|
|
1687
|
+
"Processors": {
|
|
1688
|
+
"shape": "S10"
|
|
1689
|
+
},
|
|
1690
|
+
"Name": {
|
|
1691
|
+
"shape": "So"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"output": {
|
|
1696
|
+
"type": "structure",
|
|
1697
|
+
"members": {
|
|
1698
|
+
"ChannelFlowArn": {}
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1266
1702
|
"UpdateChannelMessage": {
|
|
1267
1703
|
"http": {
|
|
1268
1704
|
"method": "PUT",
|
|
@@ -1286,10 +1722,10 @@
|
|
|
1286
1722
|
"locationName": "messageId"
|
|
1287
1723
|
},
|
|
1288
1724
|
"Content": {
|
|
1289
|
-
"shape": "
|
|
1725
|
+
"shape": "S2b"
|
|
1290
1726
|
},
|
|
1291
1727
|
"Metadata": {
|
|
1292
|
-
"shape": "
|
|
1728
|
+
"shape": "Sl"
|
|
1293
1729
|
},
|
|
1294
1730
|
"ChimeBearer": {
|
|
1295
1731
|
"location": "header",
|
|
@@ -1301,7 +1737,10 @@
|
|
|
1301
1737
|
"type": "structure",
|
|
1302
1738
|
"members": {
|
|
1303
1739
|
"ChannelArn": {},
|
|
1304
|
-
"MessageId": {}
|
|
1740
|
+
"MessageId": {},
|
|
1741
|
+
"Status": {
|
|
1742
|
+
"shape": "S2e"
|
|
1743
|
+
}
|
|
1305
1744
|
}
|
|
1306
1745
|
}
|
|
1307
1746
|
},
|
|
@@ -1337,7 +1776,7 @@
|
|
|
1337
1776
|
}
|
|
1338
1777
|
},
|
|
1339
1778
|
"shapes": {
|
|
1340
|
-
"
|
|
1779
|
+
"S8": {
|
|
1341
1780
|
"type": "structure",
|
|
1342
1781
|
"members": {
|
|
1343
1782
|
"Arn": {},
|
|
@@ -1347,23 +1786,90 @@
|
|
|
1347
1786
|
}
|
|
1348
1787
|
}
|
|
1349
1788
|
},
|
|
1350
|
-
"
|
|
1789
|
+
"Sk": {
|
|
1790
|
+
"type": "string",
|
|
1791
|
+
"sensitive": true
|
|
1792
|
+
},
|
|
1793
|
+
"Sl": {
|
|
1351
1794
|
"type": "string",
|
|
1352
1795
|
"sensitive": true
|
|
1353
1796
|
},
|
|
1354
|
-
"
|
|
1797
|
+
"So": {
|
|
1355
1798
|
"type": "string",
|
|
1356
1799
|
"sensitive": true
|
|
1357
1800
|
},
|
|
1358
|
-
"
|
|
1801
|
+
"Sr": {
|
|
1802
|
+
"type": "string",
|
|
1803
|
+
"sensitive": true
|
|
1804
|
+
},
|
|
1805
|
+
"Ss": {
|
|
1806
|
+
"type": "list",
|
|
1807
|
+
"member": {
|
|
1808
|
+
"type": "structure",
|
|
1809
|
+
"required": [
|
|
1810
|
+
"Key",
|
|
1811
|
+
"Value"
|
|
1812
|
+
],
|
|
1813
|
+
"members": {
|
|
1814
|
+
"Key": {
|
|
1815
|
+
"shape": "Su"
|
|
1816
|
+
},
|
|
1817
|
+
"Value": {
|
|
1818
|
+
"type": "string",
|
|
1819
|
+
"sensitive": true
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"Su": {
|
|
1359
1825
|
"type": "string",
|
|
1360
1826
|
"sensitive": true
|
|
1361
1827
|
},
|
|
1362
|
-
"
|
|
1828
|
+
"S10": {
|
|
1829
|
+
"type": "list",
|
|
1830
|
+
"member": {
|
|
1831
|
+
"type": "structure",
|
|
1832
|
+
"required": [
|
|
1833
|
+
"Name",
|
|
1834
|
+
"Configuration",
|
|
1835
|
+
"ExecutionOrder",
|
|
1836
|
+
"FallbackAction"
|
|
1837
|
+
],
|
|
1838
|
+
"members": {
|
|
1839
|
+
"Name": {
|
|
1840
|
+
"shape": "So"
|
|
1841
|
+
},
|
|
1842
|
+
"Configuration": {
|
|
1843
|
+
"type": "structure",
|
|
1844
|
+
"required": [
|
|
1845
|
+
"Lambda"
|
|
1846
|
+
],
|
|
1847
|
+
"members": {
|
|
1848
|
+
"Lambda": {
|
|
1849
|
+
"type": "structure",
|
|
1850
|
+
"required": [
|
|
1851
|
+
"ResourceArn",
|
|
1852
|
+
"InvocationType"
|
|
1853
|
+
],
|
|
1854
|
+
"members": {
|
|
1855
|
+
"ResourceArn": {},
|
|
1856
|
+
"InvocationType": {}
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
"ExecutionOrder": {
|
|
1862
|
+
"type": "integer"
|
|
1863
|
+
},
|
|
1864
|
+
"FallbackAction": {}
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"S1y": {
|
|
1363
1869
|
"type": "structure",
|
|
1364
1870
|
"members": {
|
|
1365
1871
|
"ChannelSummary": {
|
|
1366
|
-
"shape": "
|
|
1872
|
+
"shape": "S1z"
|
|
1367
1873
|
},
|
|
1368
1874
|
"AppInstanceUserMembershipSummary": {
|
|
1369
1875
|
"type": "structure",
|
|
@@ -1376,36 +1882,43 @@
|
|
|
1376
1882
|
}
|
|
1377
1883
|
}
|
|
1378
1884
|
},
|
|
1379
|
-
"
|
|
1885
|
+
"S1z": {
|
|
1380
1886
|
"type": "structure",
|
|
1381
1887
|
"members": {
|
|
1382
1888
|
"Name": {
|
|
1383
|
-
"shape": "
|
|
1889
|
+
"shape": "So"
|
|
1384
1890
|
},
|
|
1385
1891
|
"ChannelArn": {},
|
|
1386
1892
|
"Mode": {},
|
|
1387
1893
|
"Privacy": {},
|
|
1388
1894
|
"Metadata": {
|
|
1389
|
-
"shape": "
|
|
1895
|
+
"shape": "Sl"
|
|
1390
1896
|
},
|
|
1391
1897
|
"LastMessageTimestamp": {
|
|
1392
1898
|
"type": "timestamp"
|
|
1393
1899
|
}
|
|
1394
1900
|
}
|
|
1395
1901
|
},
|
|
1396
|
-
"
|
|
1902
|
+
"S23": {
|
|
1397
1903
|
"type": "structure",
|
|
1398
1904
|
"members": {
|
|
1399
1905
|
"ChannelSummary": {
|
|
1400
|
-
"shape": "
|
|
1906
|
+
"shape": "S1z"
|
|
1401
1907
|
}
|
|
1402
1908
|
}
|
|
1403
1909
|
},
|
|
1404
|
-
"
|
|
1910
|
+
"S2b": {
|
|
1405
1911
|
"type": "string",
|
|
1406
1912
|
"sensitive": true
|
|
1407
1913
|
},
|
|
1408
|
-
"
|
|
1914
|
+
"S2e": {
|
|
1915
|
+
"type": "structure",
|
|
1916
|
+
"members": {
|
|
1917
|
+
"Value": {},
|
|
1918
|
+
"Detail": {}
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"S2p": {
|
|
1409
1922
|
"type": "string",
|
|
1410
1923
|
"sensitive": true
|
|
1411
1924
|
}
|