aws-sdk 2.1102.0 → 2.1105.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +863 -807
  4. package/apis/fms-2018-01-01.min.json +210 -83
  5. package/apis/fms-2018-01-01.paginators.json +6 -0
  6. package/apis/fsx-2018-03-01.min.json +3 -0
  7. package/apis/grafana-2020-08-18.min.json +117 -19
  8. package/apis/iot-data-2015-05-28.min.json +1 -1
  9. package/apis/metadata.json +4 -0
  10. package/apis/organizations-2016-11-28.min.json +77 -62
  11. package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  12. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  13. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  14. package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  15. package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
  16. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  17. package/apis/workspaces-2015-04-08.min.json +195 -27
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/auditmanager.d.ts +4 -4
  21. package/clients/cloudcontrol.d.ts +22 -22
  22. package/clients/databrew.d.ts +3 -3
  23. package/clients/ec2.d.ts +77 -3
  24. package/clients/fms.d.ts +222 -8
  25. package/clients/fsx.d.ts +12 -8
  26. package/clients/grafana.d.ts +81 -5
  27. package/clients/iot.d.ts +13 -13
  28. package/clients/iotdata.d.ts +7 -7
  29. package/clients/organizations.d.ts +144 -129
  30. package/clients/pinpointsmsvoicev2.d.ts +2367 -0
  31. package/clients/pinpointsmsvoicev2.js +19 -0
  32. package/clients/route53recoverycluster.d.ts +75 -12
  33. package/clients/workspaces.d.ts +239 -0
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +58 -14
  36. package/dist/aws-sdk.js +871 -811
  37. package/dist/aws-sdk.min.js +69 -69
  38. package/lib/config_service_placeholders.d.ts +2 -0
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
@@ -0,0 +1,1681 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-03-31",
5
+ "endpointPrefix": "sms-voice",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "serviceFullName": "Amazon Pinpoint SMS Voice V2",
9
+ "serviceId": "Pinpoint SMS Voice V2",
10
+ "signatureVersion": "v4",
11
+ "signingName": "sms-voice",
12
+ "targetPrefix": "PinpointSMSVoiceV2",
13
+ "uid": "pinpoint-sms-voice-v2-2022-03-31"
14
+ },
15
+ "operations": {
16
+ "AssociateOriginationIdentity": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "PoolId",
21
+ "OriginationIdentity",
22
+ "IsoCountryCode"
23
+ ],
24
+ "members": {
25
+ "PoolId": {},
26
+ "OriginationIdentity": {},
27
+ "IsoCountryCode": {},
28
+ "ClientToken": {
29
+ "idempotencyToken": true
30
+ }
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {
36
+ "PoolArn": {},
37
+ "PoolId": {},
38
+ "OriginationIdentityArn": {},
39
+ "OriginationIdentity": {},
40
+ "IsoCountryCode": {}
41
+ }
42
+ }
43
+ },
44
+ "CreateConfigurationSet": {
45
+ "input": {
46
+ "type": "structure",
47
+ "required": [
48
+ "ConfigurationSetName"
49
+ ],
50
+ "members": {
51
+ "ConfigurationSetName": {},
52
+ "Tags": {
53
+ "shape": "Sa"
54
+ },
55
+ "ClientToken": {
56
+ "idempotencyToken": true
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "members": {
63
+ "ConfigurationSetArn": {},
64
+ "ConfigurationSetName": {},
65
+ "Tags": {
66
+ "shape": "Sa"
67
+ },
68
+ "CreatedTimestamp": {
69
+ "type": "timestamp"
70
+ }
71
+ }
72
+ }
73
+ },
74
+ "CreateEventDestination": {
75
+ "input": {
76
+ "type": "structure",
77
+ "required": [
78
+ "ConfigurationSetName",
79
+ "EventDestinationName",
80
+ "MatchingEventTypes"
81
+ ],
82
+ "members": {
83
+ "ConfigurationSetName": {},
84
+ "EventDestinationName": {},
85
+ "MatchingEventTypes": {
86
+ "shape": "Sj"
87
+ },
88
+ "CloudWatchLogsDestination": {
89
+ "shape": "Sl"
90
+ },
91
+ "KinesisFirehoseDestination": {
92
+ "shape": "So"
93
+ },
94
+ "SnsDestination": {
95
+ "shape": "Sq"
96
+ },
97
+ "ClientToken": {
98
+ "idempotencyToken": true
99
+ }
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "members": {
105
+ "ConfigurationSetArn": {},
106
+ "ConfigurationSetName": {},
107
+ "EventDestination": {
108
+ "shape": "St"
109
+ }
110
+ }
111
+ }
112
+ },
113
+ "CreateOptOutList": {
114
+ "input": {
115
+ "type": "structure",
116
+ "required": [
117
+ "OptOutListName"
118
+ ],
119
+ "members": {
120
+ "OptOutListName": {},
121
+ "Tags": {
122
+ "shape": "Sa"
123
+ },
124
+ "ClientToken": {
125
+ "idempotencyToken": true
126
+ }
127
+ }
128
+ },
129
+ "output": {
130
+ "type": "structure",
131
+ "members": {
132
+ "OptOutListArn": {},
133
+ "OptOutListName": {},
134
+ "Tags": {
135
+ "shape": "Sa"
136
+ },
137
+ "CreatedTimestamp": {
138
+ "type": "timestamp"
139
+ }
140
+ }
141
+ }
142
+ },
143
+ "CreatePool": {
144
+ "input": {
145
+ "type": "structure",
146
+ "required": [
147
+ "OriginationIdentity",
148
+ "IsoCountryCode",
149
+ "MessageType"
150
+ ],
151
+ "members": {
152
+ "OriginationIdentity": {},
153
+ "IsoCountryCode": {},
154
+ "MessageType": {},
155
+ "DeletionProtectionEnabled": {
156
+ "type": "boolean"
157
+ },
158
+ "Tags": {
159
+ "shape": "Sa"
160
+ },
161
+ "ClientToken": {
162
+ "idempotencyToken": true
163
+ }
164
+ }
165
+ },
166
+ "output": {
167
+ "type": "structure",
168
+ "members": {
169
+ "PoolArn": {},
170
+ "PoolId": {},
171
+ "Status": {},
172
+ "MessageType": {},
173
+ "TwoWayEnabled": {
174
+ "type": "boolean"
175
+ },
176
+ "TwoWayChannelArn": {},
177
+ "SelfManagedOptOutsEnabled": {
178
+ "type": "boolean"
179
+ },
180
+ "OptOutListName": {},
181
+ "SharedRoutesEnabled": {
182
+ "type": "boolean"
183
+ },
184
+ "DeletionProtectionEnabled": {
185
+ "type": "boolean"
186
+ },
187
+ "Tags": {
188
+ "shape": "Sa"
189
+ },
190
+ "CreatedTimestamp": {
191
+ "type": "timestamp"
192
+ }
193
+ }
194
+ }
195
+ },
196
+ "DeleteConfigurationSet": {
197
+ "input": {
198
+ "type": "structure",
199
+ "required": [
200
+ "ConfigurationSetName"
201
+ ],
202
+ "members": {
203
+ "ConfigurationSetName": {}
204
+ }
205
+ },
206
+ "output": {
207
+ "type": "structure",
208
+ "members": {
209
+ "ConfigurationSetArn": {},
210
+ "ConfigurationSetName": {},
211
+ "EventDestinations": {
212
+ "shape": "S16"
213
+ },
214
+ "DefaultMessageType": {},
215
+ "DefaultSenderId": {},
216
+ "CreatedTimestamp": {
217
+ "type": "timestamp"
218
+ }
219
+ }
220
+ }
221
+ },
222
+ "DeleteDefaultMessageType": {
223
+ "input": {
224
+ "type": "structure",
225
+ "required": [
226
+ "ConfigurationSetName"
227
+ ],
228
+ "members": {
229
+ "ConfigurationSetName": {}
230
+ }
231
+ },
232
+ "output": {
233
+ "type": "structure",
234
+ "members": {
235
+ "ConfigurationSetArn": {},
236
+ "ConfigurationSetName": {},
237
+ "MessageType": {}
238
+ }
239
+ }
240
+ },
241
+ "DeleteDefaultSenderId": {
242
+ "input": {
243
+ "type": "structure",
244
+ "required": [
245
+ "ConfigurationSetName"
246
+ ],
247
+ "members": {
248
+ "ConfigurationSetName": {}
249
+ }
250
+ },
251
+ "output": {
252
+ "type": "structure",
253
+ "members": {
254
+ "ConfigurationSetArn": {},
255
+ "ConfigurationSetName": {},
256
+ "SenderId": {}
257
+ }
258
+ }
259
+ },
260
+ "DeleteEventDestination": {
261
+ "input": {
262
+ "type": "structure",
263
+ "required": [
264
+ "ConfigurationSetName",
265
+ "EventDestinationName"
266
+ ],
267
+ "members": {
268
+ "ConfigurationSetName": {},
269
+ "EventDestinationName": {}
270
+ }
271
+ },
272
+ "output": {
273
+ "type": "structure",
274
+ "members": {
275
+ "ConfigurationSetArn": {},
276
+ "ConfigurationSetName": {},
277
+ "EventDestination": {
278
+ "shape": "St"
279
+ }
280
+ }
281
+ }
282
+ },
283
+ "DeleteKeyword": {
284
+ "input": {
285
+ "type": "structure",
286
+ "required": [
287
+ "OriginationIdentity",
288
+ "Keyword"
289
+ ],
290
+ "members": {
291
+ "OriginationIdentity": {},
292
+ "Keyword": {}
293
+ }
294
+ },
295
+ "output": {
296
+ "type": "structure",
297
+ "members": {
298
+ "OriginationIdentityArn": {},
299
+ "OriginationIdentity": {},
300
+ "Keyword": {},
301
+ "KeywordMessage": {},
302
+ "KeywordAction": {}
303
+ }
304
+ }
305
+ },
306
+ "DeleteOptOutList": {
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "OptOutListName"
311
+ ],
312
+ "members": {
313
+ "OptOutListName": {}
314
+ }
315
+ },
316
+ "output": {
317
+ "type": "structure",
318
+ "members": {
319
+ "OptOutListArn": {},
320
+ "OptOutListName": {},
321
+ "CreatedTimestamp": {
322
+ "type": "timestamp"
323
+ }
324
+ }
325
+ }
326
+ },
327
+ "DeleteOptedOutNumber": {
328
+ "input": {
329
+ "type": "structure",
330
+ "required": [
331
+ "OptOutListName",
332
+ "OptedOutNumber"
333
+ ],
334
+ "members": {
335
+ "OptOutListName": {},
336
+ "OptedOutNumber": {}
337
+ }
338
+ },
339
+ "output": {
340
+ "type": "structure",
341
+ "members": {
342
+ "OptOutListArn": {},
343
+ "OptOutListName": {},
344
+ "OptedOutNumber": {},
345
+ "OptedOutTimestamp": {
346
+ "type": "timestamp"
347
+ },
348
+ "EndUserOptedOut": {
349
+ "type": "boolean"
350
+ }
351
+ }
352
+ }
353
+ },
354
+ "DeletePool": {
355
+ "input": {
356
+ "type": "structure",
357
+ "required": [
358
+ "PoolId"
359
+ ],
360
+ "members": {
361
+ "PoolId": {}
362
+ }
363
+ },
364
+ "output": {
365
+ "type": "structure",
366
+ "members": {
367
+ "PoolArn": {},
368
+ "PoolId": {},
369
+ "Status": {},
370
+ "MessageType": {},
371
+ "TwoWayEnabled": {
372
+ "type": "boolean"
373
+ },
374
+ "TwoWayChannelArn": {},
375
+ "SelfManagedOptOutsEnabled": {
376
+ "type": "boolean"
377
+ },
378
+ "OptOutListName": {},
379
+ "SharedRoutesEnabled": {
380
+ "type": "boolean"
381
+ },
382
+ "CreatedTimestamp": {
383
+ "type": "timestamp"
384
+ }
385
+ }
386
+ }
387
+ },
388
+ "DeleteTextMessageSpendLimitOverride": {
389
+ "input": {
390
+ "type": "structure",
391
+ "members": {}
392
+ },
393
+ "output": {
394
+ "type": "structure",
395
+ "members": {
396
+ "MonthlyLimit": {
397
+ "type": "long"
398
+ }
399
+ }
400
+ }
401
+ },
402
+ "DeleteVoiceMessageSpendLimitOverride": {
403
+ "input": {
404
+ "type": "structure",
405
+ "members": {}
406
+ },
407
+ "output": {
408
+ "type": "structure",
409
+ "members": {
410
+ "MonthlyLimit": {
411
+ "type": "long"
412
+ }
413
+ }
414
+ }
415
+ },
416
+ "DescribeAccountAttributes": {
417
+ "input": {
418
+ "type": "structure",
419
+ "members": {
420
+ "NextToken": {},
421
+ "MaxResults": {
422
+ "type": "integer"
423
+ }
424
+ }
425
+ },
426
+ "output": {
427
+ "type": "structure",
428
+ "members": {
429
+ "AccountAttributes": {
430
+ "type": "list",
431
+ "member": {
432
+ "type": "structure",
433
+ "required": [
434
+ "Name",
435
+ "Value"
436
+ ],
437
+ "members": {
438
+ "Name": {},
439
+ "Value": {}
440
+ }
441
+ }
442
+ },
443
+ "NextToken": {}
444
+ }
445
+ }
446
+ },
447
+ "DescribeAccountLimits": {
448
+ "input": {
449
+ "type": "structure",
450
+ "members": {
451
+ "NextToken": {},
452
+ "MaxResults": {
453
+ "type": "integer"
454
+ }
455
+ }
456
+ },
457
+ "output": {
458
+ "type": "structure",
459
+ "members": {
460
+ "AccountLimits": {
461
+ "type": "list",
462
+ "member": {
463
+ "type": "structure",
464
+ "required": [
465
+ "Name",
466
+ "Used",
467
+ "Max"
468
+ ],
469
+ "members": {
470
+ "Name": {},
471
+ "Used": {
472
+ "type": "long"
473
+ },
474
+ "Max": {
475
+ "type": "long"
476
+ }
477
+ }
478
+ }
479
+ },
480
+ "NextToken": {}
481
+ }
482
+ }
483
+ },
484
+ "DescribeConfigurationSets": {
485
+ "input": {
486
+ "type": "structure",
487
+ "members": {
488
+ "ConfigurationSetNames": {
489
+ "type": "list",
490
+ "member": {}
491
+ },
492
+ "Filters": {
493
+ "type": "list",
494
+ "member": {
495
+ "type": "structure",
496
+ "required": [
497
+ "Name",
498
+ "Values"
499
+ ],
500
+ "members": {
501
+ "Name": {},
502
+ "Values": {
503
+ "shape": "S2f"
504
+ }
505
+ }
506
+ }
507
+ },
508
+ "NextToken": {},
509
+ "MaxResults": {
510
+ "type": "integer"
511
+ }
512
+ }
513
+ },
514
+ "output": {
515
+ "type": "structure",
516
+ "members": {
517
+ "ConfigurationSets": {
518
+ "type": "list",
519
+ "member": {
520
+ "type": "structure",
521
+ "required": [
522
+ "ConfigurationSetArn",
523
+ "ConfigurationSetName",
524
+ "EventDestinations",
525
+ "CreatedTimestamp"
526
+ ],
527
+ "members": {
528
+ "ConfigurationSetArn": {},
529
+ "ConfigurationSetName": {},
530
+ "EventDestinations": {
531
+ "shape": "S16"
532
+ },
533
+ "DefaultMessageType": {},
534
+ "DefaultSenderId": {},
535
+ "CreatedTimestamp": {
536
+ "type": "timestamp"
537
+ }
538
+ }
539
+ }
540
+ },
541
+ "NextToken": {}
542
+ }
543
+ }
544
+ },
545
+ "DescribeKeywords": {
546
+ "input": {
547
+ "type": "structure",
548
+ "required": [
549
+ "OriginationIdentity"
550
+ ],
551
+ "members": {
552
+ "OriginationIdentity": {},
553
+ "Keywords": {
554
+ "type": "list",
555
+ "member": {}
556
+ },
557
+ "Filters": {
558
+ "type": "list",
559
+ "member": {
560
+ "type": "structure",
561
+ "required": [
562
+ "Name",
563
+ "Values"
564
+ ],
565
+ "members": {
566
+ "Name": {},
567
+ "Values": {
568
+ "shape": "S2f"
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "NextToken": {},
574
+ "MaxResults": {
575
+ "type": "integer"
576
+ }
577
+ }
578
+ },
579
+ "output": {
580
+ "type": "structure",
581
+ "members": {
582
+ "OriginationIdentityArn": {},
583
+ "OriginationIdentity": {},
584
+ "Keywords": {
585
+ "type": "list",
586
+ "member": {
587
+ "type": "structure",
588
+ "required": [
589
+ "Keyword",
590
+ "KeywordMessage",
591
+ "KeywordAction"
592
+ ],
593
+ "members": {
594
+ "Keyword": {},
595
+ "KeywordMessage": {},
596
+ "KeywordAction": {}
597
+ }
598
+ }
599
+ },
600
+ "NextToken": {}
601
+ }
602
+ }
603
+ },
604
+ "DescribeOptOutLists": {
605
+ "input": {
606
+ "type": "structure",
607
+ "members": {
608
+ "OptOutListNames": {
609
+ "type": "list",
610
+ "member": {}
611
+ },
612
+ "NextToken": {},
613
+ "MaxResults": {
614
+ "type": "integer"
615
+ }
616
+ }
617
+ },
618
+ "output": {
619
+ "type": "structure",
620
+ "members": {
621
+ "OptOutLists": {
622
+ "type": "list",
623
+ "member": {
624
+ "type": "structure",
625
+ "required": [
626
+ "OptOutListArn",
627
+ "OptOutListName",
628
+ "CreatedTimestamp"
629
+ ],
630
+ "members": {
631
+ "OptOutListArn": {},
632
+ "OptOutListName": {},
633
+ "CreatedTimestamp": {
634
+ "type": "timestamp"
635
+ }
636
+ }
637
+ }
638
+ },
639
+ "NextToken": {}
640
+ }
641
+ }
642
+ },
643
+ "DescribeOptedOutNumbers": {
644
+ "input": {
645
+ "type": "structure",
646
+ "required": [
647
+ "OptOutListName"
648
+ ],
649
+ "members": {
650
+ "OptOutListName": {},
651
+ "OptedOutNumbers": {
652
+ "type": "list",
653
+ "member": {}
654
+ },
655
+ "Filters": {
656
+ "type": "list",
657
+ "member": {
658
+ "type": "structure",
659
+ "required": [
660
+ "Name",
661
+ "Values"
662
+ ],
663
+ "members": {
664
+ "Name": {},
665
+ "Values": {
666
+ "shape": "S2f"
667
+ }
668
+ }
669
+ }
670
+ },
671
+ "NextToken": {},
672
+ "MaxResults": {
673
+ "type": "integer"
674
+ }
675
+ }
676
+ },
677
+ "output": {
678
+ "type": "structure",
679
+ "members": {
680
+ "OptOutListArn": {},
681
+ "OptOutListName": {},
682
+ "OptedOutNumbers": {
683
+ "type": "list",
684
+ "member": {
685
+ "type": "structure",
686
+ "required": [
687
+ "OptedOutNumber",
688
+ "OptedOutTimestamp",
689
+ "EndUserOptedOut"
690
+ ],
691
+ "members": {
692
+ "OptedOutNumber": {},
693
+ "OptedOutTimestamp": {
694
+ "type": "timestamp"
695
+ },
696
+ "EndUserOptedOut": {
697
+ "type": "boolean"
698
+ }
699
+ }
700
+ }
701
+ },
702
+ "NextToken": {}
703
+ }
704
+ }
705
+ },
706
+ "DescribePhoneNumbers": {
707
+ "input": {
708
+ "type": "structure",
709
+ "members": {
710
+ "PhoneNumberIds": {
711
+ "type": "list",
712
+ "member": {}
713
+ },
714
+ "Filters": {
715
+ "type": "list",
716
+ "member": {
717
+ "type": "structure",
718
+ "required": [
719
+ "Name",
720
+ "Values"
721
+ ],
722
+ "members": {
723
+ "Name": {},
724
+ "Values": {
725
+ "shape": "S2f"
726
+ }
727
+ }
728
+ }
729
+ },
730
+ "NextToken": {},
731
+ "MaxResults": {
732
+ "type": "integer"
733
+ }
734
+ }
735
+ },
736
+ "output": {
737
+ "type": "structure",
738
+ "members": {
739
+ "PhoneNumbers": {
740
+ "type": "list",
741
+ "member": {
742
+ "type": "structure",
743
+ "required": [
744
+ "PhoneNumberArn",
745
+ "PhoneNumber",
746
+ "Status",
747
+ "IsoCountryCode",
748
+ "MessageType",
749
+ "NumberCapabilities",
750
+ "NumberType",
751
+ "MonthlyLeasingPrice",
752
+ "TwoWayEnabled",
753
+ "SelfManagedOptOutsEnabled",
754
+ "OptOutListName",
755
+ "DeletionProtectionEnabled",
756
+ "CreatedTimestamp"
757
+ ],
758
+ "members": {
759
+ "PhoneNumberArn": {},
760
+ "PhoneNumberId": {},
761
+ "PhoneNumber": {},
762
+ "Status": {},
763
+ "IsoCountryCode": {},
764
+ "MessageType": {},
765
+ "NumberCapabilities": {
766
+ "shape": "S3f"
767
+ },
768
+ "NumberType": {},
769
+ "MonthlyLeasingPrice": {},
770
+ "TwoWayEnabled": {
771
+ "type": "boolean"
772
+ },
773
+ "TwoWayChannelArn": {},
774
+ "SelfManagedOptOutsEnabled": {
775
+ "type": "boolean"
776
+ },
777
+ "OptOutListName": {},
778
+ "DeletionProtectionEnabled": {
779
+ "type": "boolean"
780
+ },
781
+ "PoolId": {},
782
+ "CreatedTimestamp": {
783
+ "type": "timestamp"
784
+ }
785
+ }
786
+ }
787
+ },
788
+ "NextToken": {}
789
+ }
790
+ }
791
+ },
792
+ "DescribePools": {
793
+ "input": {
794
+ "type": "structure",
795
+ "members": {
796
+ "PoolIds": {
797
+ "type": "list",
798
+ "member": {}
799
+ },
800
+ "Filters": {
801
+ "type": "list",
802
+ "member": {
803
+ "type": "structure",
804
+ "required": [
805
+ "Name",
806
+ "Values"
807
+ ],
808
+ "members": {
809
+ "Name": {},
810
+ "Values": {
811
+ "shape": "S2f"
812
+ }
813
+ }
814
+ }
815
+ },
816
+ "NextToken": {},
817
+ "MaxResults": {
818
+ "type": "integer"
819
+ }
820
+ }
821
+ },
822
+ "output": {
823
+ "type": "structure",
824
+ "members": {
825
+ "Pools": {
826
+ "type": "list",
827
+ "member": {
828
+ "type": "structure",
829
+ "required": [
830
+ "PoolArn",
831
+ "PoolId",
832
+ "Status",
833
+ "MessageType",
834
+ "TwoWayEnabled",
835
+ "SelfManagedOptOutsEnabled",
836
+ "OptOutListName",
837
+ "SharedRoutesEnabled",
838
+ "DeletionProtectionEnabled",
839
+ "CreatedTimestamp"
840
+ ],
841
+ "members": {
842
+ "PoolArn": {},
843
+ "PoolId": {},
844
+ "Status": {},
845
+ "MessageType": {},
846
+ "TwoWayEnabled": {
847
+ "type": "boolean"
848
+ },
849
+ "TwoWayChannelArn": {},
850
+ "SelfManagedOptOutsEnabled": {
851
+ "type": "boolean"
852
+ },
853
+ "OptOutListName": {},
854
+ "SharedRoutesEnabled": {
855
+ "type": "boolean"
856
+ },
857
+ "DeletionProtectionEnabled": {
858
+ "type": "boolean"
859
+ },
860
+ "CreatedTimestamp": {
861
+ "type": "timestamp"
862
+ }
863
+ }
864
+ }
865
+ },
866
+ "NextToken": {}
867
+ }
868
+ }
869
+ },
870
+ "DescribeSenderIds": {
871
+ "input": {
872
+ "type": "structure",
873
+ "members": {
874
+ "SenderIds": {
875
+ "type": "list",
876
+ "member": {
877
+ "type": "structure",
878
+ "required": [
879
+ "SenderId",
880
+ "IsoCountryCode"
881
+ ],
882
+ "members": {
883
+ "SenderId": {},
884
+ "IsoCountryCode": {}
885
+ }
886
+ }
887
+ },
888
+ "Filters": {
889
+ "type": "list",
890
+ "member": {
891
+ "type": "structure",
892
+ "required": [
893
+ "Name",
894
+ "Values"
895
+ ],
896
+ "members": {
897
+ "Name": {},
898
+ "Values": {
899
+ "shape": "S2f"
900
+ }
901
+ }
902
+ }
903
+ },
904
+ "NextToken": {},
905
+ "MaxResults": {
906
+ "type": "integer"
907
+ }
908
+ }
909
+ },
910
+ "output": {
911
+ "type": "structure",
912
+ "members": {
913
+ "SenderIds": {
914
+ "type": "list",
915
+ "member": {
916
+ "type": "structure",
917
+ "required": [
918
+ "SenderIdArn",
919
+ "SenderId",
920
+ "IsoCountryCode",
921
+ "MessageTypes",
922
+ "MonthlyLeasingPrice"
923
+ ],
924
+ "members": {
925
+ "SenderIdArn": {},
926
+ "SenderId": {},
927
+ "IsoCountryCode": {},
928
+ "MessageTypes": {
929
+ "type": "list",
930
+ "member": {}
931
+ },
932
+ "MonthlyLeasingPrice": {}
933
+ }
934
+ }
935
+ },
936
+ "NextToken": {}
937
+ }
938
+ }
939
+ },
940
+ "DescribeSpendLimits": {
941
+ "input": {
942
+ "type": "structure",
943
+ "members": {
944
+ "NextToken": {},
945
+ "MaxResults": {
946
+ "type": "integer"
947
+ }
948
+ }
949
+ },
950
+ "output": {
951
+ "type": "structure",
952
+ "members": {
953
+ "SpendLimits": {
954
+ "type": "list",
955
+ "member": {
956
+ "type": "structure",
957
+ "required": [
958
+ "Name",
959
+ "EnforcedLimit",
960
+ "MaxLimit",
961
+ "Overridden"
962
+ ],
963
+ "members": {
964
+ "Name": {},
965
+ "EnforcedLimit": {
966
+ "type": "long"
967
+ },
968
+ "MaxLimit": {
969
+ "type": "long"
970
+ },
971
+ "Overridden": {
972
+ "type": "boolean"
973
+ }
974
+ }
975
+ }
976
+ },
977
+ "NextToken": {}
978
+ }
979
+ }
980
+ },
981
+ "DisassociateOriginationIdentity": {
982
+ "input": {
983
+ "type": "structure",
984
+ "required": [
985
+ "PoolId",
986
+ "OriginationIdentity",
987
+ "IsoCountryCode"
988
+ ],
989
+ "members": {
990
+ "PoolId": {},
991
+ "OriginationIdentity": {},
992
+ "IsoCountryCode": {},
993
+ "ClientToken": {
994
+ "idempotencyToken": true
995
+ }
996
+ }
997
+ },
998
+ "output": {
999
+ "type": "structure",
1000
+ "members": {
1001
+ "PoolArn": {},
1002
+ "PoolId": {},
1003
+ "OriginationIdentityArn": {},
1004
+ "OriginationIdentity": {},
1005
+ "IsoCountryCode": {}
1006
+ }
1007
+ }
1008
+ },
1009
+ "ListPoolOriginationIdentities": {
1010
+ "input": {
1011
+ "type": "structure",
1012
+ "required": [
1013
+ "PoolId"
1014
+ ],
1015
+ "members": {
1016
+ "PoolId": {},
1017
+ "Filters": {
1018
+ "type": "list",
1019
+ "member": {
1020
+ "type": "structure",
1021
+ "required": [
1022
+ "Name",
1023
+ "Values"
1024
+ ],
1025
+ "members": {
1026
+ "Name": {},
1027
+ "Values": {
1028
+ "shape": "S2f"
1029
+ }
1030
+ }
1031
+ }
1032
+ },
1033
+ "NextToken": {},
1034
+ "MaxResults": {
1035
+ "type": "integer"
1036
+ }
1037
+ }
1038
+ },
1039
+ "output": {
1040
+ "type": "structure",
1041
+ "members": {
1042
+ "PoolArn": {},
1043
+ "PoolId": {},
1044
+ "OriginationIdentities": {
1045
+ "type": "list",
1046
+ "member": {
1047
+ "type": "structure",
1048
+ "required": [
1049
+ "OriginationIdentityArn",
1050
+ "OriginationIdentity",
1051
+ "IsoCountryCode",
1052
+ "NumberCapabilities"
1053
+ ],
1054
+ "members": {
1055
+ "OriginationIdentityArn": {},
1056
+ "OriginationIdentity": {},
1057
+ "IsoCountryCode": {},
1058
+ "NumberCapabilities": {
1059
+ "shape": "S3f"
1060
+ }
1061
+ }
1062
+ }
1063
+ },
1064
+ "NextToken": {}
1065
+ }
1066
+ }
1067
+ },
1068
+ "ListTagsForResource": {
1069
+ "input": {
1070
+ "type": "structure",
1071
+ "required": [
1072
+ "ResourceArn"
1073
+ ],
1074
+ "members": {
1075
+ "ResourceArn": {}
1076
+ }
1077
+ },
1078
+ "output": {
1079
+ "type": "structure",
1080
+ "members": {
1081
+ "ResourceArn": {},
1082
+ "Tags": {
1083
+ "shape": "Sa"
1084
+ }
1085
+ }
1086
+ }
1087
+ },
1088
+ "PutKeyword": {
1089
+ "input": {
1090
+ "type": "structure",
1091
+ "required": [
1092
+ "OriginationIdentity",
1093
+ "Keyword",
1094
+ "KeywordMessage"
1095
+ ],
1096
+ "members": {
1097
+ "OriginationIdentity": {},
1098
+ "Keyword": {},
1099
+ "KeywordMessage": {},
1100
+ "KeywordAction": {}
1101
+ }
1102
+ },
1103
+ "output": {
1104
+ "type": "structure",
1105
+ "members": {
1106
+ "OriginationIdentityArn": {},
1107
+ "OriginationIdentity": {},
1108
+ "Keyword": {},
1109
+ "KeywordMessage": {},
1110
+ "KeywordAction": {}
1111
+ }
1112
+ }
1113
+ },
1114
+ "PutOptedOutNumber": {
1115
+ "input": {
1116
+ "type": "structure",
1117
+ "required": [
1118
+ "OptOutListName",
1119
+ "OptedOutNumber"
1120
+ ],
1121
+ "members": {
1122
+ "OptOutListName": {},
1123
+ "OptedOutNumber": {}
1124
+ }
1125
+ },
1126
+ "output": {
1127
+ "type": "structure",
1128
+ "members": {
1129
+ "OptOutListArn": {},
1130
+ "OptOutListName": {},
1131
+ "OptedOutNumber": {},
1132
+ "OptedOutTimestamp": {
1133
+ "type": "timestamp"
1134
+ },
1135
+ "EndUserOptedOut": {
1136
+ "type": "boolean"
1137
+ }
1138
+ }
1139
+ }
1140
+ },
1141
+ "ReleasePhoneNumber": {
1142
+ "input": {
1143
+ "type": "structure",
1144
+ "required": [
1145
+ "PhoneNumberId"
1146
+ ],
1147
+ "members": {
1148
+ "PhoneNumberId": {}
1149
+ }
1150
+ },
1151
+ "output": {
1152
+ "type": "structure",
1153
+ "members": {
1154
+ "PhoneNumberArn": {},
1155
+ "PhoneNumberId": {},
1156
+ "PhoneNumber": {},
1157
+ "Status": {},
1158
+ "IsoCountryCode": {},
1159
+ "MessageType": {},
1160
+ "NumberCapabilities": {
1161
+ "shape": "S3f"
1162
+ },
1163
+ "NumberType": {},
1164
+ "MonthlyLeasingPrice": {},
1165
+ "TwoWayEnabled": {
1166
+ "type": "boolean"
1167
+ },
1168
+ "TwoWayChannelArn": {},
1169
+ "SelfManagedOptOutsEnabled": {
1170
+ "type": "boolean"
1171
+ },
1172
+ "OptOutListName": {},
1173
+ "CreatedTimestamp": {
1174
+ "type": "timestamp"
1175
+ }
1176
+ }
1177
+ }
1178
+ },
1179
+ "RequestPhoneNumber": {
1180
+ "input": {
1181
+ "type": "structure",
1182
+ "required": [
1183
+ "IsoCountryCode",
1184
+ "MessageType",
1185
+ "NumberCapabilities",
1186
+ "NumberType"
1187
+ ],
1188
+ "members": {
1189
+ "IsoCountryCode": {},
1190
+ "MessageType": {},
1191
+ "NumberCapabilities": {
1192
+ "shape": "S3f"
1193
+ },
1194
+ "NumberType": {},
1195
+ "OptOutListName": {},
1196
+ "PoolId": {},
1197
+ "RegistrationId": {},
1198
+ "DeletionProtectionEnabled": {
1199
+ "type": "boolean"
1200
+ },
1201
+ "Tags": {
1202
+ "shape": "Sa"
1203
+ },
1204
+ "ClientToken": {
1205
+ "idempotencyToken": true
1206
+ }
1207
+ }
1208
+ },
1209
+ "output": {
1210
+ "type": "structure",
1211
+ "members": {
1212
+ "PhoneNumberArn": {},
1213
+ "PhoneNumberId": {},
1214
+ "PhoneNumber": {},
1215
+ "Status": {},
1216
+ "IsoCountryCode": {},
1217
+ "MessageType": {},
1218
+ "NumberCapabilities": {
1219
+ "shape": "S3f"
1220
+ },
1221
+ "NumberType": {},
1222
+ "MonthlyLeasingPrice": {},
1223
+ "TwoWayEnabled": {
1224
+ "type": "boolean"
1225
+ },
1226
+ "TwoWayChannelArn": {},
1227
+ "SelfManagedOptOutsEnabled": {
1228
+ "type": "boolean"
1229
+ },
1230
+ "OptOutListName": {},
1231
+ "DeletionProtectionEnabled": {
1232
+ "type": "boolean"
1233
+ },
1234
+ "PoolId": {},
1235
+ "Tags": {
1236
+ "shape": "Sa"
1237
+ },
1238
+ "CreatedTimestamp": {
1239
+ "type": "timestamp"
1240
+ }
1241
+ }
1242
+ }
1243
+ },
1244
+ "SendTextMessage": {
1245
+ "input": {
1246
+ "type": "structure",
1247
+ "required": [
1248
+ "DestinationPhoneNumber"
1249
+ ],
1250
+ "members": {
1251
+ "DestinationPhoneNumber": {},
1252
+ "OriginationIdentity": {},
1253
+ "MessageBody": {},
1254
+ "MessageType": {},
1255
+ "Keyword": {},
1256
+ "ConfigurationSetName": {},
1257
+ "MaxPrice": {},
1258
+ "TimeToLive": {
1259
+ "type": "integer"
1260
+ },
1261
+ "Context": {
1262
+ "shape": "S4x"
1263
+ },
1264
+ "DestinationCountryParameters": {
1265
+ "type": "map",
1266
+ "key": {},
1267
+ "value": {}
1268
+ },
1269
+ "DryRun": {
1270
+ "type": "boolean"
1271
+ }
1272
+ }
1273
+ },
1274
+ "output": {
1275
+ "type": "structure",
1276
+ "members": {
1277
+ "MessageId": {}
1278
+ }
1279
+ }
1280
+ },
1281
+ "SendVoiceMessage": {
1282
+ "input": {
1283
+ "type": "structure",
1284
+ "required": [
1285
+ "DestinationPhoneNumber",
1286
+ "OriginationIdentity"
1287
+ ],
1288
+ "members": {
1289
+ "DestinationPhoneNumber": {},
1290
+ "OriginationIdentity": {},
1291
+ "MessageBody": {},
1292
+ "MessageBodyTextType": {},
1293
+ "VoiceId": {},
1294
+ "ConfigurationSetName": {},
1295
+ "MaxPricePerMinute": {},
1296
+ "TimeToLive": {
1297
+ "type": "integer"
1298
+ },
1299
+ "Context": {
1300
+ "shape": "S4x"
1301
+ },
1302
+ "DryRun": {
1303
+ "type": "boolean"
1304
+ }
1305
+ }
1306
+ },
1307
+ "output": {
1308
+ "type": "structure",
1309
+ "members": {
1310
+ "MessageId": {}
1311
+ }
1312
+ }
1313
+ },
1314
+ "SetDefaultMessageType": {
1315
+ "input": {
1316
+ "type": "structure",
1317
+ "required": [
1318
+ "ConfigurationSetName",
1319
+ "MessageType"
1320
+ ],
1321
+ "members": {
1322
+ "ConfigurationSetName": {},
1323
+ "MessageType": {}
1324
+ }
1325
+ },
1326
+ "output": {
1327
+ "type": "structure",
1328
+ "members": {
1329
+ "ConfigurationSetArn": {},
1330
+ "ConfigurationSetName": {},
1331
+ "MessageType": {}
1332
+ }
1333
+ }
1334
+ },
1335
+ "SetDefaultSenderId": {
1336
+ "input": {
1337
+ "type": "structure",
1338
+ "required": [
1339
+ "ConfigurationSetName",
1340
+ "SenderId"
1341
+ ],
1342
+ "members": {
1343
+ "ConfigurationSetName": {},
1344
+ "SenderId": {}
1345
+ }
1346
+ },
1347
+ "output": {
1348
+ "type": "structure",
1349
+ "members": {
1350
+ "ConfigurationSetArn": {},
1351
+ "ConfigurationSetName": {},
1352
+ "SenderId": {}
1353
+ }
1354
+ }
1355
+ },
1356
+ "SetTextMessageSpendLimitOverride": {
1357
+ "input": {
1358
+ "type": "structure",
1359
+ "required": [
1360
+ "MonthlyLimit"
1361
+ ],
1362
+ "members": {
1363
+ "MonthlyLimit": {
1364
+ "type": "long"
1365
+ }
1366
+ }
1367
+ },
1368
+ "output": {
1369
+ "type": "structure",
1370
+ "members": {
1371
+ "MonthlyLimit": {
1372
+ "type": "long"
1373
+ }
1374
+ }
1375
+ }
1376
+ },
1377
+ "SetVoiceMessageSpendLimitOverride": {
1378
+ "input": {
1379
+ "type": "structure",
1380
+ "required": [
1381
+ "MonthlyLimit"
1382
+ ],
1383
+ "members": {
1384
+ "MonthlyLimit": {
1385
+ "type": "long"
1386
+ }
1387
+ }
1388
+ },
1389
+ "output": {
1390
+ "type": "structure",
1391
+ "members": {
1392
+ "MonthlyLimit": {
1393
+ "type": "long"
1394
+ }
1395
+ }
1396
+ }
1397
+ },
1398
+ "TagResource": {
1399
+ "input": {
1400
+ "type": "structure",
1401
+ "required": [
1402
+ "ResourceArn",
1403
+ "Tags"
1404
+ ],
1405
+ "members": {
1406
+ "ResourceArn": {},
1407
+ "Tags": {
1408
+ "type": "list",
1409
+ "member": {
1410
+ "shape": "Sb"
1411
+ }
1412
+ }
1413
+ }
1414
+ },
1415
+ "output": {
1416
+ "type": "structure",
1417
+ "members": {}
1418
+ }
1419
+ },
1420
+ "UntagResource": {
1421
+ "input": {
1422
+ "type": "structure",
1423
+ "required": [
1424
+ "ResourceArn",
1425
+ "TagKeys"
1426
+ ],
1427
+ "members": {
1428
+ "ResourceArn": {},
1429
+ "TagKeys": {
1430
+ "type": "list",
1431
+ "member": {}
1432
+ }
1433
+ }
1434
+ },
1435
+ "output": {
1436
+ "type": "structure",
1437
+ "members": {}
1438
+ }
1439
+ },
1440
+ "UpdateEventDestination": {
1441
+ "input": {
1442
+ "type": "structure",
1443
+ "required": [
1444
+ "ConfigurationSetName",
1445
+ "EventDestinationName"
1446
+ ],
1447
+ "members": {
1448
+ "ConfigurationSetName": {},
1449
+ "EventDestinationName": {},
1450
+ "Enabled": {
1451
+ "type": "boolean"
1452
+ },
1453
+ "MatchingEventTypes": {
1454
+ "shape": "Sj"
1455
+ },
1456
+ "CloudWatchLogsDestination": {
1457
+ "shape": "Sl"
1458
+ },
1459
+ "KinesisFirehoseDestination": {
1460
+ "shape": "So"
1461
+ },
1462
+ "SnsDestination": {
1463
+ "shape": "Sq"
1464
+ }
1465
+ }
1466
+ },
1467
+ "output": {
1468
+ "type": "structure",
1469
+ "members": {
1470
+ "ConfigurationSetArn": {},
1471
+ "ConfigurationSetName": {},
1472
+ "EventDestination": {
1473
+ "shape": "St"
1474
+ }
1475
+ }
1476
+ }
1477
+ },
1478
+ "UpdatePhoneNumber": {
1479
+ "input": {
1480
+ "type": "structure",
1481
+ "required": [
1482
+ "PhoneNumberId"
1483
+ ],
1484
+ "members": {
1485
+ "PhoneNumberId": {},
1486
+ "TwoWayEnabled": {
1487
+ "type": "boolean"
1488
+ },
1489
+ "TwoWayChannelArn": {},
1490
+ "SelfManagedOptOutsEnabled": {
1491
+ "type": "boolean"
1492
+ },
1493
+ "OptOutListName": {},
1494
+ "DeletionProtectionEnabled": {
1495
+ "type": "boolean"
1496
+ }
1497
+ }
1498
+ },
1499
+ "output": {
1500
+ "type": "structure",
1501
+ "members": {
1502
+ "PhoneNumberArn": {},
1503
+ "PhoneNumberId": {},
1504
+ "PhoneNumber": {},
1505
+ "Status": {},
1506
+ "IsoCountryCode": {},
1507
+ "MessageType": {},
1508
+ "NumberCapabilities": {
1509
+ "shape": "S3f"
1510
+ },
1511
+ "NumberType": {},
1512
+ "MonthlyLeasingPrice": {},
1513
+ "TwoWayEnabled": {
1514
+ "type": "boolean"
1515
+ },
1516
+ "TwoWayChannelArn": {},
1517
+ "SelfManagedOptOutsEnabled": {
1518
+ "type": "boolean"
1519
+ },
1520
+ "OptOutListName": {},
1521
+ "DeletionProtectionEnabled": {
1522
+ "type": "boolean"
1523
+ },
1524
+ "CreatedTimestamp": {
1525
+ "type": "timestamp"
1526
+ }
1527
+ }
1528
+ }
1529
+ },
1530
+ "UpdatePool": {
1531
+ "input": {
1532
+ "type": "structure",
1533
+ "required": [
1534
+ "PoolId"
1535
+ ],
1536
+ "members": {
1537
+ "PoolId": {},
1538
+ "TwoWayEnabled": {
1539
+ "type": "boolean"
1540
+ },
1541
+ "TwoWayChannelArn": {},
1542
+ "SelfManagedOptOutsEnabled": {
1543
+ "type": "boolean"
1544
+ },
1545
+ "OptOutListName": {},
1546
+ "SharedRoutesEnabled": {
1547
+ "type": "boolean"
1548
+ },
1549
+ "DeletionProtectionEnabled": {
1550
+ "type": "boolean"
1551
+ }
1552
+ }
1553
+ },
1554
+ "output": {
1555
+ "type": "structure",
1556
+ "members": {
1557
+ "PoolArn": {},
1558
+ "PoolId": {},
1559
+ "Status": {},
1560
+ "MessageType": {},
1561
+ "TwoWayEnabled": {
1562
+ "type": "boolean"
1563
+ },
1564
+ "TwoWayChannelArn": {},
1565
+ "SelfManagedOptOutsEnabled": {
1566
+ "type": "boolean"
1567
+ },
1568
+ "OptOutListName": {},
1569
+ "SharedRoutesEnabled": {
1570
+ "type": "boolean"
1571
+ },
1572
+ "DeletionProtectionEnabled": {
1573
+ "type": "boolean"
1574
+ },
1575
+ "CreatedTimestamp": {
1576
+ "type": "timestamp"
1577
+ }
1578
+ }
1579
+ }
1580
+ }
1581
+ },
1582
+ "shapes": {
1583
+ "Sa": {
1584
+ "type": "list",
1585
+ "member": {
1586
+ "shape": "Sb"
1587
+ }
1588
+ },
1589
+ "Sb": {
1590
+ "type": "structure",
1591
+ "required": [
1592
+ "Key",
1593
+ "Value"
1594
+ ],
1595
+ "members": {
1596
+ "Key": {},
1597
+ "Value": {}
1598
+ }
1599
+ },
1600
+ "Sj": {
1601
+ "type": "list",
1602
+ "member": {}
1603
+ },
1604
+ "Sl": {
1605
+ "type": "structure",
1606
+ "required": [
1607
+ "IamRoleArn",
1608
+ "LogGroupArn"
1609
+ ],
1610
+ "members": {
1611
+ "IamRoleArn": {},
1612
+ "LogGroupArn": {}
1613
+ }
1614
+ },
1615
+ "So": {
1616
+ "type": "structure",
1617
+ "required": [
1618
+ "IamRoleArn",
1619
+ "DeliveryStreamArn"
1620
+ ],
1621
+ "members": {
1622
+ "IamRoleArn": {},
1623
+ "DeliveryStreamArn": {}
1624
+ }
1625
+ },
1626
+ "Sq": {
1627
+ "type": "structure",
1628
+ "required": [
1629
+ "TopicArn"
1630
+ ],
1631
+ "members": {
1632
+ "TopicArn": {}
1633
+ }
1634
+ },
1635
+ "St": {
1636
+ "type": "structure",
1637
+ "required": [
1638
+ "EventDestinationName",
1639
+ "Enabled",
1640
+ "MatchingEventTypes"
1641
+ ],
1642
+ "members": {
1643
+ "EventDestinationName": {},
1644
+ "Enabled": {
1645
+ "type": "boolean"
1646
+ },
1647
+ "MatchingEventTypes": {
1648
+ "shape": "Sj"
1649
+ },
1650
+ "CloudWatchLogsDestination": {
1651
+ "shape": "Sl"
1652
+ },
1653
+ "KinesisFirehoseDestination": {
1654
+ "shape": "So"
1655
+ },
1656
+ "SnsDestination": {
1657
+ "shape": "Sq"
1658
+ }
1659
+ }
1660
+ },
1661
+ "S16": {
1662
+ "type": "list",
1663
+ "member": {
1664
+ "shape": "St"
1665
+ }
1666
+ },
1667
+ "S2f": {
1668
+ "type": "list",
1669
+ "member": {}
1670
+ },
1671
+ "S3f": {
1672
+ "type": "list",
1673
+ "member": {}
1674
+ },
1675
+ "S4x": {
1676
+ "type": "map",
1677
+ "key": {},
1678
+ "value": {}
1679
+ }
1680
+ }
1681
+ }