aws-sdk 2.1608.0 → 2.1610.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/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +3 -0
- package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
- package/apis/connectcases-2022-10-03.min.json +184 -63
- package/apis/fms-2018-01-01.min.json +59 -58
- package/apis/inspector2-2020-06-08.min.json +99 -74
- package/apis/omics-2022-11-28.min.json +36 -22
- package/apis/opensearch-2021-01-01.min.json +93 -92
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
- package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
- package/apis/qbusiness-2023-11-27.examples.json +2 -3
- package/apis/qbusiness-2023-11-27.min.json +778 -693
- package/apis/qbusiness-2023-11-27.paginators.json +1 -1
- package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
- package/apis/quicksight-2018-04-01.min.json +557 -494
- package/apis/route53resolver-2018-04-01.min.json +58 -52
- package/apis/sagemaker-2017-07-24.min.json +330 -319
- package/apis/signer-2017-08-25.min.json +3 -0
- package/apis/timestream-query-2018-11-01.min.json +71 -23
- package/apis/transcribe-2017-10-26.min.json +101 -76
- package/apis/trustedadvisor-2022-09-15.min.json +107 -46
- package/clients/amplify.d.ts +2 -1
- package/clients/chimesdkvoice.d.ts +9 -9
- package/clients/codeartifact.d.ts +27 -27
- package/clients/connectcases.d.ts +98 -0
- package/clients/fms.d.ts +8 -3
- package/clients/inspector2.d.ts +44 -3
- package/clients/omics.d.ts +89 -53
- package/clients/opensearch.d.ts +8 -3
- package/clients/pinpointsmsvoicev2.d.ts +514 -8
- package/clients/qbusiness.d.ts +818 -700
- package/clients/qbusiness.js +1 -0
- package/clients/quicksight.d.ts +91 -12
- package/clients/route53resolver.d.ts +18 -5
- package/clients/sagemaker.d.ts +12 -1
- package/clients/signer.d.ts +3 -3
- package/clients/timestreamquery.d.ts +54 -0
- package/clients/transcribeservice.d.ts +32 -0
- package/clients/trustedadvisor.d.ts +66 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +106 -99
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -41,6 +41,34 @@
|
|
41
41
|
}
|
42
42
|
}
|
43
43
|
},
|
44
|
+
"AssociateProtectConfiguration": {
|
45
|
+
"input": {
|
46
|
+
"type": "structure",
|
47
|
+
"required": [
|
48
|
+
"ProtectConfigurationId",
|
49
|
+
"ConfigurationSetName"
|
50
|
+
],
|
51
|
+
"members": {
|
52
|
+
"ProtectConfigurationId": {},
|
53
|
+
"ConfigurationSetName": {}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"output": {
|
57
|
+
"type": "structure",
|
58
|
+
"required": [
|
59
|
+
"ConfigurationSetArn",
|
60
|
+
"ConfigurationSetName",
|
61
|
+
"ProtectConfigurationArn",
|
62
|
+
"ProtectConfigurationId"
|
63
|
+
],
|
64
|
+
"members": {
|
65
|
+
"ConfigurationSetArn": {},
|
66
|
+
"ConfigurationSetName": {},
|
67
|
+
"ProtectConfigurationArn": {},
|
68
|
+
"ProtectConfigurationId": {}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
},
|
44
72
|
"CreateConfigurationSet": {
|
45
73
|
"input": {
|
46
74
|
"type": "structure",
|
@@ -50,7 +78,7 @@
|
|
50
78
|
"members": {
|
51
79
|
"ConfigurationSetName": {},
|
52
80
|
"Tags": {
|
53
|
-
"shape": "
|
81
|
+
"shape": "Sg"
|
54
82
|
},
|
55
83
|
"ClientToken": {
|
56
84
|
"idempotencyToken": true
|
@@ -63,7 +91,7 @@
|
|
63
91
|
"ConfigurationSetArn": {},
|
64
92
|
"ConfigurationSetName": {},
|
65
93
|
"Tags": {
|
66
|
-
"shape": "
|
94
|
+
"shape": "Sg"
|
67
95
|
},
|
68
96
|
"CreatedTimestamp": {
|
69
97
|
"type": "timestamp"
|
@@ -83,16 +111,16 @@
|
|
83
111
|
"ConfigurationSetName": {},
|
84
112
|
"EventDestinationName": {},
|
85
113
|
"MatchingEventTypes": {
|
86
|
-
"shape": "
|
114
|
+
"shape": "So"
|
87
115
|
},
|
88
116
|
"CloudWatchLogsDestination": {
|
89
|
-
"shape": "
|
117
|
+
"shape": "Sq"
|
90
118
|
},
|
91
119
|
"KinesisFirehoseDestination": {
|
92
|
-
"shape": "
|
120
|
+
"shape": "St"
|
93
121
|
},
|
94
122
|
"SnsDestination": {
|
95
|
-
"shape": "
|
123
|
+
"shape": "Sv"
|
96
124
|
},
|
97
125
|
"ClientToken": {
|
98
126
|
"idempotencyToken": true
|
@@ -105,7 +133,7 @@
|
|
105
133
|
"ConfigurationSetArn": {},
|
106
134
|
"ConfigurationSetName": {},
|
107
135
|
"EventDestination": {
|
108
|
-
"shape": "
|
136
|
+
"shape": "Sy"
|
109
137
|
}
|
110
138
|
}
|
111
139
|
}
|
@@ -119,7 +147,7 @@
|
|
119
147
|
"members": {
|
120
148
|
"OptOutListName": {},
|
121
149
|
"Tags": {
|
122
|
-
"shape": "
|
150
|
+
"shape": "Sg"
|
123
151
|
},
|
124
152
|
"ClientToken": {
|
125
153
|
"idempotencyToken": true
|
@@ -132,7 +160,7 @@
|
|
132
160
|
"OptOutListArn": {},
|
133
161
|
"OptOutListName": {},
|
134
162
|
"Tags": {
|
135
|
-
"shape": "
|
163
|
+
"shape": "Sg"
|
136
164
|
},
|
137
165
|
"CreatedTimestamp": {
|
138
166
|
"type": "timestamp"
|
@@ -156,7 +184,7 @@
|
|
156
184
|
"type": "boolean"
|
157
185
|
},
|
158
186
|
"Tags": {
|
159
|
-
"shape": "
|
187
|
+
"shape": "Sg"
|
160
188
|
},
|
161
189
|
"ClientToken": {
|
162
190
|
"idempotencyToken": true
|
@@ -186,7 +214,7 @@
|
|
186
214
|
"type": "boolean"
|
187
215
|
},
|
188
216
|
"Tags": {
|
189
|
-
"shape": "
|
217
|
+
"shape": "Sg"
|
190
218
|
},
|
191
219
|
"CreatedTimestamp": {
|
192
220
|
"type": "timestamp"
|
@@ -194,6 +222,48 @@
|
|
194
222
|
}
|
195
223
|
}
|
196
224
|
},
|
225
|
+
"CreateProtectConfiguration": {
|
226
|
+
"input": {
|
227
|
+
"type": "structure",
|
228
|
+
"members": {
|
229
|
+
"ClientToken": {
|
230
|
+
"idempotencyToken": true
|
231
|
+
},
|
232
|
+
"DeletionProtectionEnabled": {
|
233
|
+
"type": "boolean"
|
234
|
+
},
|
235
|
+
"Tags": {
|
236
|
+
"shape": "Sg"
|
237
|
+
}
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"output": {
|
241
|
+
"type": "structure",
|
242
|
+
"required": [
|
243
|
+
"ProtectConfigurationArn",
|
244
|
+
"ProtectConfigurationId",
|
245
|
+
"CreatedTimestamp",
|
246
|
+
"AccountDefault",
|
247
|
+
"DeletionProtectionEnabled"
|
248
|
+
],
|
249
|
+
"members": {
|
250
|
+
"ProtectConfigurationArn": {},
|
251
|
+
"ProtectConfigurationId": {},
|
252
|
+
"CreatedTimestamp": {
|
253
|
+
"type": "timestamp"
|
254
|
+
},
|
255
|
+
"AccountDefault": {
|
256
|
+
"type": "boolean"
|
257
|
+
},
|
258
|
+
"DeletionProtectionEnabled": {
|
259
|
+
"type": "boolean"
|
260
|
+
},
|
261
|
+
"Tags": {
|
262
|
+
"shape": "Sg"
|
263
|
+
}
|
264
|
+
}
|
265
|
+
}
|
266
|
+
},
|
197
267
|
"CreateRegistration": {
|
198
268
|
"input": {
|
199
269
|
"type": "structure",
|
@@ -203,7 +273,7 @@
|
|
203
273
|
"members": {
|
204
274
|
"RegistrationType": {},
|
205
275
|
"Tags": {
|
206
|
-
"shape": "
|
276
|
+
"shape": "Sg"
|
207
277
|
},
|
208
278
|
"ClientToken": {
|
209
279
|
"idempotencyToken": true
|
@@ -229,10 +299,10 @@
|
|
229
299
|
"type": "long"
|
230
300
|
},
|
231
301
|
"AdditionalAttributes": {
|
232
|
-
"shape": "
|
302
|
+
"shape": "S1g"
|
233
303
|
},
|
234
304
|
"Tags": {
|
235
|
-
"shape": "
|
305
|
+
"shape": "Sg"
|
236
306
|
},
|
237
307
|
"CreatedTimestamp": {
|
238
308
|
"type": "timestamp"
|
@@ -283,7 +353,7 @@
|
|
283
353
|
},
|
284
354
|
"AttachmentUrl": {},
|
285
355
|
"Tags": {
|
286
|
-
"shape": "
|
356
|
+
"shape": "Sg"
|
287
357
|
},
|
288
358
|
"ClientToken": {
|
289
359
|
"idempotencyToken": true
|
@@ -303,7 +373,7 @@
|
|
303
373
|
"RegistrationAttachmentId": {},
|
304
374
|
"AttachmentStatus": {},
|
305
375
|
"Tags": {
|
306
|
-
"shape": "
|
376
|
+
"shape": "Sg"
|
307
377
|
},
|
308
378
|
"CreatedTimestamp": {
|
309
379
|
"type": "timestamp"
|
@@ -338,7 +408,7 @@
|
|
338
408
|
},
|
339
409
|
"RegistrationVersionStatus": {},
|
340
410
|
"RegistrationVersionStatusHistory": {
|
341
|
-
"shape": "
|
411
|
+
"shape": "S1u"
|
342
412
|
}
|
343
413
|
}
|
344
414
|
}
|
@@ -352,7 +422,7 @@
|
|
352
422
|
"members": {
|
353
423
|
"DestinationPhoneNumber": {},
|
354
424
|
"Tags": {
|
355
|
-
"shape": "
|
425
|
+
"shape": "Sg"
|
356
426
|
},
|
357
427
|
"ClientToken": {
|
358
428
|
"idempotencyToken": true
|
@@ -374,7 +444,7 @@
|
|
374
444
|
"DestinationPhoneNumber": {},
|
375
445
|
"Status": {},
|
376
446
|
"Tags": {
|
377
|
-
"shape": "
|
447
|
+
"shape": "Sg"
|
378
448
|
},
|
379
449
|
"CreatedTimestamp": {
|
380
450
|
"type": "timestamp"
|
@@ -382,6 +452,23 @@
|
|
382
452
|
}
|
383
453
|
}
|
384
454
|
},
|
455
|
+
"DeleteAccountDefaultProtectConfiguration": {
|
456
|
+
"input": {
|
457
|
+
"type": "structure",
|
458
|
+
"members": {}
|
459
|
+
},
|
460
|
+
"output": {
|
461
|
+
"type": "structure",
|
462
|
+
"required": [
|
463
|
+
"DefaultProtectConfigurationArn",
|
464
|
+
"DefaultProtectConfigurationId"
|
465
|
+
],
|
466
|
+
"members": {
|
467
|
+
"DefaultProtectConfigurationArn": {},
|
468
|
+
"DefaultProtectConfigurationId": {}
|
469
|
+
}
|
470
|
+
}
|
471
|
+
},
|
385
472
|
"DeleteConfigurationSet": {
|
386
473
|
"input": {
|
387
474
|
"type": "structure",
|
@@ -398,7 +485,7 @@
|
|
398
485
|
"ConfigurationSetArn": {},
|
399
486
|
"ConfigurationSetName": {},
|
400
487
|
"EventDestinations": {
|
401
|
-
"shape": "
|
488
|
+
"shape": "S22"
|
402
489
|
},
|
403
490
|
"DefaultMessageType": {},
|
404
491
|
"DefaultSenderId": {},
|
@@ -464,7 +551,7 @@
|
|
464
551
|
"ConfigurationSetArn": {},
|
465
552
|
"ConfigurationSetName": {},
|
466
553
|
"EventDestination": {
|
467
|
-
"shape": "
|
554
|
+
"shape": "Sy"
|
468
555
|
}
|
469
556
|
}
|
470
557
|
}
|
@@ -492,6 +579,20 @@
|
|
492
579
|
}
|
493
580
|
}
|
494
581
|
},
|
582
|
+
"DeleteMediaMessageSpendLimitOverride": {
|
583
|
+
"input": {
|
584
|
+
"type": "structure",
|
585
|
+
"members": {}
|
586
|
+
},
|
587
|
+
"output": {
|
588
|
+
"type": "structure",
|
589
|
+
"members": {
|
590
|
+
"MonthlyLimit": {
|
591
|
+
"type": "long"
|
592
|
+
}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
},
|
495
596
|
"DeleteOptOutList": {
|
496
597
|
"input": {
|
497
598
|
"type": "structure",
|
@@ -575,6 +676,40 @@
|
|
575
676
|
}
|
576
677
|
}
|
577
678
|
},
|
679
|
+
"DeleteProtectConfiguration": {
|
680
|
+
"input": {
|
681
|
+
"type": "structure",
|
682
|
+
"required": [
|
683
|
+
"ProtectConfigurationId"
|
684
|
+
],
|
685
|
+
"members": {
|
686
|
+
"ProtectConfigurationId": {}
|
687
|
+
}
|
688
|
+
},
|
689
|
+
"output": {
|
690
|
+
"type": "structure",
|
691
|
+
"required": [
|
692
|
+
"ProtectConfigurationArn",
|
693
|
+
"ProtectConfigurationId",
|
694
|
+
"CreatedTimestamp",
|
695
|
+
"AccountDefault",
|
696
|
+
"DeletionProtectionEnabled"
|
697
|
+
],
|
698
|
+
"members": {
|
699
|
+
"ProtectConfigurationArn": {},
|
700
|
+
"ProtectConfigurationId": {},
|
701
|
+
"CreatedTimestamp": {
|
702
|
+
"type": "timestamp"
|
703
|
+
},
|
704
|
+
"AccountDefault": {
|
705
|
+
"type": "boolean"
|
706
|
+
},
|
707
|
+
"DeletionProtectionEnabled": {
|
708
|
+
"type": "boolean"
|
709
|
+
}
|
710
|
+
}
|
711
|
+
}
|
712
|
+
},
|
578
713
|
"DeleteRegistration": {
|
579
714
|
"input": {
|
580
715
|
"type": "structure",
|
@@ -610,7 +745,7 @@
|
|
610
745
|
"type": "long"
|
611
746
|
},
|
612
747
|
"AdditionalAttributes": {
|
613
|
-
"shape": "
|
748
|
+
"shape": "S1g"
|
614
749
|
},
|
615
750
|
"CreatedTimestamp": {
|
616
751
|
"type": "timestamp"
|
@@ -675,7 +810,7 @@
|
|
675
810
|
},
|
676
811
|
"FieldPath": {},
|
677
812
|
"SelectChoices": {
|
678
|
-
"shape": "
|
813
|
+
"shape": "S31"
|
679
814
|
},
|
680
815
|
"TextValue": {},
|
681
816
|
"RegistrationAttachmentId": {}
|
@@ -825,7 +960,7 @@
|
|
825
960
|
"members": {
|
826
961
|
"Name": {},
|
827
962
|
"Values": {
|
828
|
-
"shape": "
|
963
|
+
"shape": "S3t"
|
829
964
|
}
|
830
965
|
}
|
831
966
|
}
|
@@ -853,13 +988,14 @@
|
|
853
988
|
"ConfigurationSetArn": {},
|
854
989
|
"ConfigurationSetName": {},
|
855
990
|
"EventDestinations": {
|
856
|
-
"shape": "
|
991
|
+
"shape": "S22"
|
857
992
|
},
|
858
993
|
"DefaultMessageType": {},
|
859
994
|
"DefaultSenderId": {},
|
860
995
|
"CreatedTimestamp": {
|
861
996
|
"type": "timestamp"
|
862
|
-
}
|
997
|
+
},
|
998
|
+
"ProtectConfigurationId": {}
|
863
999
|
}
|
864
1000
|
}
|
865
1001
|
},
|
@@ -890,7 +1026,7 @@
|
|
890
1026
|
"members": {
|
891
1027
|
"Name": {},
|
892
1028
|
"Values": {
|
893
|
-
"shape": "
|
1029
|
+
"shape": "S3t"
|
894
1030
|
}
|
895
1031
|
}
|
896
1032
|
}
|
@@ -988,7 +1124,7 @@
|
|
988
1124
|
"members": {
|
989
1125
|
"Name": {},
|
990
1126
|
"Values": {
|
991
|
-
"shape": "
|
1127
|
+
"shape": "S3t"
|
992
1128
|
}
|
993
1129
|
}
|
994
1130
|
}
|
@@ -1047,7 +1183,7 @@
|
|
1047
1183
|
"members": {
|
1048
1184
|
"Name": {},
|
1049
1185
|
"Values": {
|
1050
|
-
"shape": "
|
1186
|
+
"shape": "S3t"
|
1051
1187
|
}
|
1052
1188
|
}
|
1053
1189
|
}
|
@@ -1088,7 +1224,7 @@
|
|
1088
1224
|
"IsoCountryCode": {},
|
1089
1225
|
"MessageType": {},
|
1090
1226
|
"NumberCapabilities": {
|
1091
|
-
"shape": "
|
1227
|
+
"shape": "S4t"
|
1092
1228
|
},
|
1093
1229
|
"NumberType": {},
|
1094
1230
|
"MonthlyLeasingPrice": {},
|
@@ -1135,7 +1271,7 @@
|
|
1135
1271
|
"members": {
|
1136
1272
|
"Name": {},
|
1137
1273
|
"Values": {
|
1138
|
-
"shape": "
|
1274
|
+
"shape": "S3t"
|
1139
1275
|
}
|
1140
1276
|
}
|
1141
1277
|
}
|
@@ -1195,6 +1331,69 @@
|
|
1195
1331
|
}
|
1196
1332
|
}
|
1197
1333
|
},
|
1334
|
+
"DescribeProtectConfigurations": {
|
1335
|
+
"input": {
|
1336
|
+
"type": "structure",
|
1337
|
+
"members": {
|
1338
|
+
"ProtectConfigurationIds": {
|
1339
|
+
"type": "list",
|
1340
|
+
"member": {}
|
1341
|
+
},
|
1342
|
+
"Filters": {
|
1343
|
+
"type": "list",
|
1344
|
+
"member": {
|
1345
|
+
"type": "structure",
|
1346
|
+
"required": [
|
1347
|
+
"Name",
|
1348
|
+
"Values"
|
1349
|
+
],
|
1350
|
+
"members": {
|
1351
|
+
"Name": {},
|
1352
|
+
"Values": {
|
1353
|
+
"shape": "S3t"
|
1354
|
+
}
|
1355
|
+
}
|
1356
|
+
}
|
1357
|
+
},
|
1358
|
+
"NextToken": {},
|
1359
|
+
"MaxResults": {
|
1360
|
+
"type": "integer"
|
1361
|
+
}
|
1362
|
+
}
|
1363
|
+
},
|
1364
|
+
"output": {
|
1365
|
+
"type": "structure",
|
1366
|
+
"members": {
|
1367
|
+
"ProtectConfigurations": {
|
1368
|
+
"type": "list",
|
1369
|
+
"member": {
|
1370
|
+
"type": "structure",
|
1371
|
+
"required": [
|
1372
|
+
"ProtectConfigurationArn",
|
1373
|
+
"ProtectConfigurationId",
|
1374
|
+
"CreatedTimestamp",
|
1375
|
+
"AccountDefault",
|
1376
|
+
"DeletionProtectionEnabled"
|
1377
|
+
],
|
1378
|
+
"members": {
|
1379
|
+
"ProtectConfigurationArn": {},
|
1380
|
+
"ProtectConfigurationId": {},
|
1381
|
+
"CreatedTimestamp": {
|
1382
|
+
"type": "timestamp"
|
1383
|
+
},
|
1384
|
+
"AccountDefault": {
|
1385
|
+
"type": "boolean"
|
1386
|
+
},
|
1387
|
+
"DeletionProtectionEnabled": {
|
1388
|
+
"type": "boolean"
|
1389
|
+
}
|
1390
|
+
}
|
1391
|
+
}
|
1392
|
+
},
|
1393
|
+
"NextToken": {}
|
1394
|
+
}
|
1395
|
+
}
|
1396
|
+
},
|
1198
1397
|
"DescribeRegistrationAttachments": {
|
1199
1398
|
"input": {
|
1200
1399
|
"type": "structure",
|
@@ -1214,7 +1413,7 @@
|
|
1214
1413
|
"members": {
|
1215
1414
|
"Name": {},
|
1216
1415
|
"Values": {
|
1217
|
-
"shape": "
|
1416
|
+
"shape": "S3t"
|
1218
1417
|
}
|
1219
1418
|
}
|
1220
1419
|
}
|
@@ -1266,7 +1465,7 @@
|
|
1266
1465
|
"RegistrationType": {},
|
1267
1466
|
"SectionPath": {},
|
1268
1467
|
"FieldPaths": {
|
1269
|
-
"shape": "
|
1468
|
+
"shape": "S5m"
|
1270
1469
|
},
|
1271
1470
|
"NextToken": {},
|
1272
1471
|
"MaxResults": {
|
@@ -1385,7 +1584,7 @@
|
|
1385
1584
|
},
|
1386
1585
|
"SectionPath": {},
|
1387
1586
|
"FieldPaths": {
|
1388
|
-
"shape": "
|
1587
|
+
"shape": "S5m"
|
1389
1588
|
},
|
1390
1589
|
"NextToken": {},
|
1391
1590
|
"MaxResults": {
|
@@ -1417,7 +1616,7 @@
|
|
1417
1616
|
"members": {
|
1418
1617
|
"FieldPath": {},
|
1419
1618
|
"SelectChoices": {
|
1420
|
-
"shape": "
|
1619
|
+
"shape": "S31"
|
1421
1620
|
},
|
1422
1621
|
"TextValue": {},
|
1423
1622
|
"RegistrationAttachmentId": {},
|
@@ -1505,7 +1704,7 @@
|
|
1505
1704
|
"members": {
|
1506
1705
|
"Name": {},
|
1507
1706
|
"Values": {
|
1508
|
-
"shape": "
|
1707
|
+
"shape": "S3t"
|
1509
1708
|
}
|
1510
1709
|
}
|
1511
1710
|
}
|
@@ -1594,7 +1793,7 @@
|
|
1594
1793
|
"members": {
|
1595
1794
|
"Name": {},
|
1596
1795
|
"Values": {
|
1597
|
-
"shape": "
|
1796
|
+
"shape": "S3t"
|
1598
1797
|
}
|
1599
1798
|
}
|
1600
1799
|
}
|
@@ -1630,7 +1829,7 @@
|
|
1630
1829
|
},
|
1631
1830
|
"RegistrationVersionStatus": {},
|
1632
1831
|
"RegistrationVersionStatusHistory": {
|
1633
|
-
"shape": "
|
1832
|
+
"shape": "S1u"
|
1634
1833
|
},
|
1635
1834
|
"DeniedReasons": {
|
1636
1835
|
"type": "list",
|
@@ -1675,7 +1874,7 @@
|
|
1675
1874
|
"members": {
|
1676
1875
|
"Name": {},
|
1677
1876
|
"Values": {
|
1678
|
-
"shape": "
|
1877
|
+
"shape": "S3t"
|
1679
1878
|
}
|
1680
1879
|
}
|
1681
1880
|
}
|
@@ -1719,7 +1918,7 @@
|
|
1719
1918
|
"type": "long"
|
1720
1919
|
},
|
1721
1920
|
"AdditionalAttributes": {
|
1722
|
-
"shape": "
|
1921
|
+
"shape": "S1g"
|
1723
1922
|
},
|
1724
1923
|
"CreatedTimestamp": {
|
1725
1924
|
"type": "timestamp"
|
@@ -1760,7 +1959,7 @@
|
|
1760
1959
|
"members": {
|
1761
1960
|
"Name": {},
|
1762
1961
|
"Values": {
|
1763
|
-
"shape": "
|
1962
|
+
"shape": "S3t"
|
1764
1963
|
}
|
1765
1964
|
}
|
1766
1965
|
}
|
@@ -1792,7 +1991,7 @@
|
|
1792
1991
|
"SenderId": {},
|
1793
1992
|
"IsoCountryCode": {},
|
1794
1993
|
"MessageTypes": {
|
1795
|
-
"shape": "
|
1994
|
+
"shape": "S7e"
|
1796
1995
|
},
|
1797
1996
|
"MonthlyLeasingPrice": {},
|
1798
1997
|
"DeletionProtectionEnabled": {
|
@@ -1873,7 +2072,7 @@
|
|
1873
2072
|
"members": {
|
1874
2073
|
"Name": {},
|
1875
2074
|
"Values": {
|
1876
|
-
"shape": "
|
2075
|
+
"shape": "S3t"
|
1877
2076
|
}
|
1878
2077
|
}
|
1879
2078
|
}
|
@@ -1944,6 +2143,34 @@
|
|
1944
2143
|
}
|
1945
2144
|
}
|
1946
2145
|
},
|
2146
|
+
"DisassociateProtectConfiguration": {
|
2147
|
+
"input": {
|
2148
|
+
"type": "structure",
|
2149
|
+
"required": [
|
2150
|
+
"ProtectConfigurationId",
|
2151
|
+
"ConfigurationSetName"
|
2152
|
+
],
|
2153
|
+
"members": {
|
2154
|
+
"ProtectConfigurationId": {},
|
2155
|
+
"ConfigurationSetName": {}
|
2156
|
+
}
|
2157
|
+
},
|
2158
|
+
"output": {
|
2159
|
+
"type": "structure",
|
2160
|
+
"required": [
|
2161
|
+
"ConfigurationSetArn",
|
2162
|
+
"ConfigurationSetName",
|
2163
|
+
"ProtectConfigurationArn",
|
2164
|
+
"ProtectConfigurationId"
|
2165
|
+
],
|
2166
|
+
"members": {
|
2167
|
+
"ConfigurationSetArn": {},
|
2168
|
+
"ConfigurationSetName": {},
|
2169
|
+
"ProtectConfigurationArn": {},
|
2170
|
+
"ProtectConfigurationId": {}
|
2171
|
+
}
|
2172
|
+
}
|
2173
|
+
},
|
1947
2174
|
"DiscardRegistrationVersion": {
|
1948
2175
|
"input": {
|
1949
2176
|
"type": "structure",
|
@@ -1971,7 +2198,37 @@
|
|
1971
2198
|
},
|
1972
2199
|
"RegistrationVersionStatus": {},
|
1973
2200
|
"RegistrationVersionStatusHistory": {
|
1974
|
-
"shape": "
|
2201
|
+
"shape": "S1u"
|
2202
|
+
}
|
2203
|
+
}
|
2204
|
+
}
|
2205
|
+
},
|
2206
|
+
"GetProtectConfigurationCountryRuleSet": {
|
2207
|
+
"input": {
|
2208
|
+
"type": "structure",
|
2209
|
+
"required": [
|
2210
|
+
"ProtectConfigurationId",
|
2211
|
+
"NumberCapability"
|
2212
|
+
],
|
2213
|
+
"members": {
|
2214
|
+
"ProtectConfigurationId": {},
|
2215
|
+
"NumberCapability": {}
|
2216
|
+
}
|
2217
|
+
},
|
2218
|
+
"output": {
|
2219
|
+
"type": "structure",
|
2220
|
+
"required": [
|
2221
|
+
"ProtectConfigurationArn",
|
2222
|
+
"ProtectConfigurationId",
|
2223
|
+
"NumberCapability",
|
2224
|
+
"CountryRuleSet"
|
2225
|
+
],
|
2226
|
+
"members": {
|
2227
|
+
"ProtectConfigurationArn": {},
|
2228
|
+
"ProtectConfigurationId": {},
|
2229
|
+
"NumberCapability": {},
|
2230
|
+
"CountryRuleSet": {
|
2231
|
+
"shape": "S81"
|
1975
2232
|
}
|
1976
2233
|
}
|
1977
2234
|
}
|
@@ -1995,7 +2252,7 @@
|
|
1995
2252
|
"members": {
|
1996
2253
|
"Name": {},
|
1997
2254
|
"Values": {
|
1998
|
-
"shape": "
|
2255
|
+
"shape": "S3t"
|
1999
2256
|
}
|
2000
2257
|
}
|
2001
2258
|
}
|
@@ -2026,7 +2283,7 @@
|
|
2026
2283
|
"OriginationIdentity": {},
|
2027
2284
|
"IsoCountryCode": {},
|
2028
2285
|
"NumberCapabilities": {
|
2029
|
-
"shape": "
|
2286
|
+
"shape": "S4t"
|
2030
2287
|
},
|
2031
2288
|
"PhoneNumber": {}
|
2032
2289
|
}
|
@@ -2055,7 +2312,7 @@
|
|
2055
2312
|
"members": {
|
2056
2313
|
"Name": {},
|
2057
2314
|
"Values": {
|
2058
|
-
"shape": "
|
2315
|
+
"shape": "S3t"
|
2059
2316
|
}
|
2060
2317
|
}
|
2061
2318
|
}
|
@@ -2115,7 +2372,7 @@
|
|
2115
2372
|
"members": {
|
2116
2373
|
"ResourceArn": {},
|
2117
2374
|
"Tags": {
|
2118
|
-
"shape": "
|
2375
|
+
"shape": "Sg"
|
2119
2376
|
}
|
2120
2377
|
}
|
2121
2378
|
}
|
@@ -2184,7 +2441,7 @@
|
|
2184
2441
|
"RegistrationId": {},
|
2185
2442
|
"FieldPath": {},
|
2186
2443
|
"SelectChoices": {
|
2187
|
-
"shape": "
|
2444
|
+
"shape": "S31"
|
2188
2445
|
},
|
2189
2446
|
"TextValue": {},
|
2190
2447
|
"RegistrationAttachmentId": {}
|
@@ -2206,7 +2463,7 @@
|
|
2206
2463
|
},
|
2207
2464
|
"FieldPath": {},
|
2208
2465
|
"SelectChoices": {
|
2209
|
-
"shape": "
|
2466
|
+
"shape": "S31"
|
2210
2467
|
},
|
2211
2468
|
"TextValue": {},
|
2212
2469
|
"RegistrationAttachmentId": {}
|
@@ -2233,7 +2490,7 @@
|
|
2233
2490
|
"IsoCountryCode": {},
|
2234
2491
|
"MessageType": {},
|
2235
2492
|
"NumberCapabilities": {
|
2236
|
-
"shape": "
|
2493
|
+
"shape": "S4t"
|
2237
2494
|
},
|
2238
2495
|
"NumberType": {},
|
2239
2496
|
"MonthlyLeasingPrice": {},
|
@@ -2280,7 +2537,7 @@
|
|
2280
2537
|
"SenderId": {},
|
2281
2538
|
"IsoCountryCode": {},
|
2282
2539
|
"MessageTypes": {
|
2283
|
-
"shape": "
|
2540
|
+
"shape": "S7e"
|
2284
2541
|
},
|
2285
2542
|
"MonthlyLeasingPrice": {},
|
2286
2543
|
"Registered": {
|
@@ -2303,7 +2560,7 @@
|
|
2303
2560
|
"IsoCountryCode": {},
|
2304
2561
|
"MessageType": {},
|
2305
2562
|
"NumberCapabilities": {
|
2306
|
-
"shape": "
|
2563
|
+
"shape": "S4t"
|
2307
2564
|
},
|
2308
2565
|
"NumberType": {},
|
2309
2566
|
"OptOutListName": {},
|
@@ -2313,7 +2570,7 @@
|
|
2313
2570
|
"type": "boolean"
|
2314
2571
|
},
|
2315
2572
|
"Tags": {
|
2316
|
-
"shape": "
|
2573
|
+
"shape": "Sg"
|
2317
2574
|
},
|
2318
2575
|
"ClientToken": {
|
2319
2576
|
"idempotencyToken": true
|
@@ -2330,7 +2587,7 @@
|
|
2330
2587
|
"IsoCountryCode": {},
|
2331
2588
|
"MessageType": {},
|
2332
2589
|
"NumberCapabilities": {
|
2333
|
-
"shape": "
|
2590
|
+
"shape": "S4t"
|
2334
2591
|
},
|
2335
2592
|
"NumberType": {},
|
2336
2593
|
"MonthlyLeasingPrice": {},
|
@@ -2349,7 +2606,7 @@
|
|
2349
2606
|
"PoolId": {},
|
2350
2607
|
"RegistrationId": {},
|
2351
2608
|
"Tags": {
|
2352
|
-
"shape": "
|
2609
|
+
"shape": "Sg"
|
2353
2610
|
},
|
2354
2611
|
"CreatedTimestamp": {
|
2355
2612
|
"type": "timestamp"
|
@@ -2368,13 +2625,13 @@
|
|
2368
2625
|
"SenderId": {},
|
2369
2626
|
"IsoCountryCode": {},
|
2370
2627
|
"MessageTypes": {
|
2371
|
-
"shape": "
|
2628
|
+
"shape": "S7e"
|
2372
2629
|
},
|
2373
2630
|
"DeletionProtectionEnabled": {
|
2374
2631
|
"type": "boolean"
|
2375
2632
|
},
|
2376
2633
|
"Tags": {
|
2377
|
-
"shape": "
|
2634
|
+
"shape": "Sg"
|
2378
2635
|
},
|
2379
2636
|
"ClientToken": {
|
2380
2637
|
"idempotencyToken": true
|
@@ -2397,7 +2654,7 @@
|
|
2397
2654
|
"SenderId": {},
|
2398
2655
|
"IsoCountryCode": {},
|
2399
2656
|
"MessageTypes": {
|
2400
|
-
"shape": "
|
2657
|
+
"shape": "S7e"
|
2401
2658
|
},
|
2402
2659
|
"MonthlyLeasingPrice": {},
|
2403
2660
|
"DeletionProtectionEnabled": {
|
@@ -2407,7 +2664,7 @@
|
|
2407
2664
|
"type": "boolean"
|
2408
2665
|
},
|
2409
2666
|
"Tags": {
|
2410
|
-
"shape": "
|
2667
|
+
"shape": "Sg"
|
2411
2668
|
}
|
2412
2669
|
}
|
2413
2670
|
}
|
@@ -2426,10 +2683,10 @@
|
|
2426
2683
|
"OriginationIdentity": {},
|
2427
2684
|
"ConfigurationSetName": {},
|
2428
2685
|
"Context": {
|
2429
|
-
"shape": "
|
2686
|
+
"shape": "S94"
|
2430
2687
|
},
|
2431
2688
|
"DestinationCountryParameters": {
|
2432
|
-
"shape": "
|
2689
|
+
"shape": "S97"
|
2433
2690
|
}
|
2434
2691
|
}
|
2435
2692
|
},
|
@@ -2443,6 +2700,42 @@
|
|
2443
2700
|
}
|
2444
2701
|
}
|
2445
2702
|
},
|
2703
|
+
"SendMediaMessage": {
|
2704
|
+
"input": {
|
2705
|
+
"type": "structure",
|
2706
|
+
"required": [
|
2707
|
+
"DestinationPhoneNumber",
|
2708
|
+
"OriginationIdentity"
|
2709
|
+
],
|
2710
|
+
"members": {
|
2711
|
+
"DestinationPhoneNumber": {},
|
2712
|
+
"OriginationIdentity": {},
|
2713
|
+
"MessageBody": {},
|
2714
|
+
"MediaUrls": {
|
2715
|
+
"type": "list",
|
2716
|
+
"member": {}
|
2717
|
+
},
|
2718
|
+
"ConfigurationSetName": {},
|
2719
|
+
"MaxPrice": {},
|
2720
|
+
"TimeToLive": {
|
2721
|
+
"type": "integer"
|
2722
|
+
},
|
2723
|
+
"Context": {
|
2724
|
+
"shape": "S94"
|
2725
|
+
},
|
2726
|
+
"DryRun": {
|
2727
|
+
"type": "boolean"
|
2728
|
+
},
|
2729
|
+
"ProtectConfigurationId": {}
|
2730
|
+
}
|
2731
|
+
},
|
2732
|
+
"output": {
|
2733
|
+
"type": "structure",
|
2734
|
+
"members": {
|
2735
|
+
"MessageId": {}
|
2736
|
+
}
|
2737
|
+
}
|
2738
|
+
},
|
2446
2739
|
"SendTextMessage": {
|
2447
2740
|
"input": {
|
2448
2741
|
"type": "structure",
|
@@ -2461,14 +2754,15 @@
|
|
2461
2754
|
"type": "integer"
|
2462
2755
|
},
|
2463
2756
|
"Context": {
|
2464
|
-
"shape": "
|
2757
|
+
"shape": "S94"
|
2465
2758
|
},
|
2466
2759
|
"DestinationCountryParameters": {
|
2467
|
-
"shape": "
|
2760
|
+
"shape": "S97"
|
2468
2761
|
},
|
2469
2762
|
"DryRun": {
|
2470
2763
|
"type": "boolean"
|
2471
|
-
}
|
2764
|
+
},
|
2765
|
+
"ProtectConfigurationId": {}
|
2472
2766
|
}
|
2473
2767
|
},
|
2474
2768
|
"output": {
|
@@ -2497,11 +2791,12 @@
|
|
2497
2791
|
"type": "integer"
|
2498
2792
|
},
|
2499
2793
|
"Context": {
|
2500
|
-
"shape": "
|
2794
|
+
"shape": "S94"
|
2501
2795
|
},
|
2502
2796
|
"DryRun": {
|
2503
2797
|
"type": "boolean"
|
2504
|
-
}
|
2798
|
+
},
|
2799
|
+
"ProtectConfigurationId": {}
|
2505
2800
|
}
|
2506
2801
|
},
|
2507
2802
|
"output": {
|
@@ -2511,6 +2806,28 @@
|
|
2511
2806
|
}
|
2512
2807
|
}
|
2513
2808
|
},
|
2809
|
+
"SetAccountDefaultProtectConfiguration": {
|
2810
|
+
"input": {
|
2811
|
+
"type": "structure",
|
2812
|
+
"required": [
|
2813
|
+
"ProtectConfigurationId"
|
2814
|
+
],
|
2815
|
+
"members": {
|
2816
|
+
"ProtectConfigurationId": {}
|
2817
|
+
}
|
2818
|
+
},
|
2819
|
+
"output": {
|
2820
|
+
"type": "structure",
|
2821
|
+
"required": [
|
2822
|
+
"DefaultProtectConfigurationArn",
|
2823
|
+
"DefaultProtectConfigurationId"
|
2824
|
+
],
|
2825
|
+
"members": {
|
2826
|
+
"DefaultProtectConfigurationArn": {},
|
2827
|
+
"DefaultProtectConfigurationId": {}
|
2828
|
+
}
|
2829
|
+
}
|
2830
|
+
},
|
2514
2831
|
"SetDefaultMessageType": {
|
2515
2832
|
"input": {
|
2516
2833
|
"type": "structure",
|
@@ -2553,6 +2870,27 @@
|
|
2553
2870
|
}
|
2554
2871
|
}
|
2555
2872
|
},
|
2873
|
+
"SetMediaMessageSpendLimitOverride": {
|
2874
|
+
"input": {
|
2875
|
+
"type": "structure",
|
2876
|
+
"required": [
|
2877
|
+
"MonthlyLimit"
|
2878
|
+
],
|
2879
|
+
"members": {
|
2880
|
+
"MonthlyLimit": {
|
2881
|
+
"type": "long"
|
2882
|
+
}
|
2883
|
+
}
|
2884
|
+
},
|
2885
|
+
"output": {
|
2886
|
+
"type": "structure",
|
2887
|
+
"members": {
|
2888
|
+
"MonthlyLimit": {
|
2889
|
+
"type": "long"
|
2890
|
+
}
|
2891
|
+
}
|
2892
|
+
}
|
2893
|
+
},
|
2556
2894
|
"SetTextMessageSpendLimitOverride": {
|
2557
2895
|
"input": {
|
2558
2896
|
"type": "structure",
|
@@ -2622,7 +2960,7 @@
|
|
2622
2960
|
},
|
2623
2961
|
"RegistrationVersionStatus": {},
|
2624
2962
|
"RegistrationVersionStatusHistory": {
|
2625
|
-
"shape": "
|
2963
|
+
"shape": "S1u"
|
2626
2964
|
}
|
2627
2965
|
}
|
2628
2966
|
}
|
@@ -2639,7 +2977,7 @@
|
|
2639
2977
|
"Tags": {
|
2640
2978
|
"type": "list",
|
2641
2979
|
"member": {
|
2642
|
-
"shape": "
|
2980
|
+
"shape": "Sh"
|
2643
2981
|
}
|
2644
2982
|
}
|
2645
2983
|
}
|
@@ -2683,16 +3021,16 @@
|
|
2683
3021
|
"type": "boolean"
|
2684
3022
|
},
|
2685
3023
|
"MatchingEventTypes": {
|
2686
|
-
"shape": "
|
3024
|
+
"shape": "So"
|
2687
3025
|
},
|
2688
3026
|
"CloudWatchLogsDestination": {
|
2689
|
-
"shape": "
|
3027
|
+
"shape": "Sq"
|
2690
3028
|
},
|
2691
3029
|
"KinesisFirehoseDestination": {
|
2692
|
-
"shape": "
|
3030
|
+
"shape": "St"
|
2693
3031
|
},
|
2694
3032
|
"SnsDestination": {
|
2695
|
-
"shape": "
|
3033
|
+
"shape": "Sv"
|
2696
3034
|
}
|
2697
3035
|
}
|
2698
3036
|
},
|
@@ -2702,7 +3040,7 @@
|
|
2702
3040
|
"ConfigurationSetArn": {},
|
2703
3041
|
"ConfigurationSetName": {},
|
2704
3042
|
"EventDestination": {
|
2705
|
-
"shape": "
|
3043
|
+
"shape": "Sy"
|
2706
3044
|
}
|
2707
3045
|
}
|
2708
3046
|
}
|
@@ -2739,7 +3077,7 @@
|
|
2739
3077
|
"IsoCountryCode": {},
|
2740
3078
|
"MessageType": {},
|
2741
3079
|
"NumberCapabilities": {
|
2742
|
-
"shape": "
|
3080
|
+
"shape": "S4t"
|
2743
3081
|
},
|
2744
3082
|
"NumberType": {},
|
2745
3083
|
"MonthlyLeasingPrice": {},
|
@@ -2815,6 +3153,77 @@
|
|
2815
3153
|
}
|
2816
3154
|
}
|
2817
3155
|
},
|
3156
|
+
"UpdateProtectConfiguration": {
|
3157
|
+
"input": {
|
3158
|
+
"type": "structure",
|
3159
|
+
"required": [
|
3160
|
+
"ProtectConfigurationId"
|
3161
|
+
],
|
3162
|
+
"members": {
|
3163
|
+
"ProtectConfigurationId": {},
|
3164
|
+
"DeletionProtectionEnabled": {
|
3165
|
+
"type": "boolean"
|
3166
|
+
}
|
3167
|
+
}
|
3168
|
+
},
|
3169
|
+
"output": {
|
3170
|
+
"type": "structure",
|
3171
|
+
"required": [
|
3172
|
+
"ProtectConfigurationArn",
|
3173
|
+
"ProtectConfigurationId",
|
3174
|
+
"CreatedTimestamp",
|
3175
|
+
"AccountDefault",
|
3176
|
+
"DeletionProtectionEnabled"
|
3177
|
+
],
|
3178
|
+
"members": {
|
3179
|
+
"ProtectConfigurationArn": {},
|
3180
|
+
"ProtectConfigurationId": {},
|
3181
|
+
"CreatedTimestamp": {
|
3182
|
+
"type": "timestamp"
|
3183
|
+
},
|
3184
|
+
"AccountDefault": {
|
3185
|
+
"type": "boolean"
|
3186
|
+
},
|
3187
|
+
"DeletionProtectionEnabled": {
|
3188
|
+
"type": "boolean"
|
3189
|
+
}
|
3190
|
+
}
|
3191
|
+
}
|
3192
|
+
},
|
3193
|
+
"UpdateProtectConfigurationCountryRuleSet": {
|
3194
|
+
"input": {
|
3195
|
+
"type": "structure",
|
3196
|
+
"required": [
|
3197
|
+
"ProtectConfigurationId",
|
3198
|
+
"NumberCapability",
|
3199
|
+
"CountryRuleSetUpdates"
|
3200
|
+
],
|
3201
|
+
"members": {
|
3202
|
+
"ProtectConfigurationId": {},
|
3203
|
+
"NumberCapability": {},
|
3204
|
+
"CountryRuleSetUpdates": {
|
3205
|
+
"shape": "S81"
|
3206
|
+
}
|
3207
|
+
}
|
3208
|
+
},
|
3209
|
+
"output": {
|
3210
|
+
"type": "structure",
|
3211
|
+
"required": [
|
3212
|
+
"ProtectConfigurationArn",
|
3213
|
+
"ProtectConfigurationId",
|
3214
|
+
"NumberCapability",
|
3215
|
+
"CountryRuleSet"
|
3216
|
+
],
|
3217
|
+
"members": {
|
3218
|
+
"ProtectConfigurationArn": {},
|
3219
|
+
"ProtectConfigurationId": {},
|
3220
|
+
"NumberCapability": {},
|
3221
|
+
"CountryRuleSet": {
|
3222
|
+
"shape": "S81"
|
3223
|
+
}
|
3224
|
+
}
|
3225
|
+
}
|
3226
|
+
},
|
2818
3227
|
"UpdateSenderId": {
|
2819
3228
|
"input": {
|
2820
3229
|
"type": "structure",
|
@@ -2846,7 +3255,7 @@
|
|
2846
3255
|
"SenderId": {},
|
2847
3256
|
"IsoCountryCode": {},
|
2848
3257
|
"MessageTypes": {
|
2849
|
-
"shape": "
|
3258
|
+
"shape": "S7e"
|
2850
3259
|
},
|
2851
3260
|
"MonthlyLeasingPrice": {},
|
2852
3261
|
"DeletionProtectionEnabled": {
|
@@ -2893,13 +3302,13 @@
|
|
2893
3302
|
}
|
2894
3303
|
},
|
2895
3304
|
"shapes": {
|
2896
|
-
"
|
3305
|
+
"Sg": {
|
2897
3306
|
"type": "list",
|
2898
3307
|
"member": {
|
2899
|
-
"shape": "
|
3308
|
+
"shape": "Sh"
|
2900
3309
|
}
|
2901
3310
|
},
|
2902
|
-
"
|
3311
|
+
"Sh": {
|
2903
3312
|
"type": "structure",
|
2904
3313
|
"required": [
|
2905
3314
|
"Key",
|
@@ -2910,11 +3319,11 @@
|
|
2910
3319
|
"Value": {}
|
2911
3320
|
}
|
2912
3321
|
},
|
2913
|
-
"
|
3322
|
+
"So": {
|
2914
3323
|
"type": "list",
|
2915
3324
|
"member": {}
|
2916
3325
|
},
|
2917
|
-
"
|
3326
|
+
"Sq": {
|
2918
3327
|
"type": "structure",
|
2919
3328
|
"required": [
|
2920
3329
|
"IamRoleArn",
|
@@ -2925,7 +3334,7 @@
|
|
2925
3334
|
"LogGroupArn": {}
|
2926
3335
|
}
|
2927
3336
|
},
|
2928
|
-
"
|
3337
|
+
"St": {
|
2929
3338
|
"type": "structure",
|
2930
3339
|
"required": [
|
2931
3340
|
"IamRoleArn",
|
@@ -2936,7 +3345,7 @@
|
|
2936
3345
|
"DeliveryStreamArn": {}
|
2937
3346
|
}
|
2938
3347
|
},
|
2939
|
-
"
|
3348
|
+
"Sv": {
|
2940
3349
|
"type": "structure",
|
2941
3350
|
"required": [
|
2942
3351
|
"TopicArn"
|
@@ -2945,7 +3354,7 @@
|
|
2945
3354
|
"TopicArn": {}
|
2946
3355
|
}
|
2947
3356
|
},
|
2948
|
-
"
|
3357
|
+
"Sy": {
|
2949
3358
|
"type": "structure",
|
2950
3359
|
"required": [
|
2951
3360
|
"EventDestinationName",
|
@@ -2958,25 +3367,25 @@
|
|
2958
3367
|
"type": "boolean"
|
2959
3368
|
},
|
2960
3369
|
"MatchingEventTypes": {
|
2961
|
-
"shape": "
|
3370
|
+
"shape": "So"
|
2962
3371
|
},
|
2963
3372
|
"CloudWatchLogsDestination": {
|
2964
|
-
"shape": "
|
3373
|
+
"shape": "Sq"
|
2965
3374
|
},
|
2966
3375
|
"KinesisFirehoseDestination": {
|
2967
|
-
"shape": "
|
3376
|
+
"shape": "St"
|
2968
3377
|
},
|
2969
3378
|
"SnsDestination": {
|
2970
|
-
"shape": "
|
3379
|
+
"shape": "Sv"
|
2971
3380
|
}
|
2972
3381
|
}
|
2973
3382
|
},
|
2974
|
-
"
|
3383
|
+
"S1g": {
|
2975
3384
|
"type": "map",
|
2976
3385
|
"key": {},
|
2977
3386
|
"value": {}
|
2978
3387
|
},
|
2979
|
-
"
|
3388
|
+
"S1u": {
|
2980
3389
|
"type": "structure",
|
2981
3390
|
"required": [
|
2982
3391
|
"DraftTimestamp"
|
@@ -3008,38 +3417,51 @@
|
|
3008
3417
|
}
|
3009
3418
|
}
|
3010
3419
|
},
|
3011
|
-
"
|
3420
|
+
"S22": {
|
3012
3421
|
"type": "list",
|
3013
3422
|
"member": {
|
3014
|
-
"shape": "
|
3423
|
+
"shape": "Sy"
|
3015
3424
|
}
|
3016
3425
|
},
|
3017
|
-
"
|
3426
|
+
"S31": {
|
3018
3427
|
"type": "list",
|
3019
3428
|
"member": {}
|
3020
3429
|
},
|
3021
|
-
"
|
3430
|
+
"S3t": {
|
3022
3431
|
"type": "list",
|
3023
3432
|
"member": {}
|
3024
3433
|
},
|
3025
|
-
"
|
3434
|
+
"S4t": {
|
3026
3435
|
"type": "list",
|
3027
3436
|
"member": {}
|
3028
3437
|
},
|
3029
|
-
"
|
3438
|
+
"S5m": {
|
3030
3439
|
"type": "list",
|
3031
3440
|
"member": {}
|
3032
3441
|
},
|
3033
|
-
"
|
3442
|
+
"S7e": {
|
3034
3443
|
"type": "list",
|
3035
3444
|
"member": {}
|
3036
3445
|
},
|
3037
|
-
"
|
3446
|
+
"S81": {
|
3447
|
+
"type": "map",
|
3448
|
+
"key": {},
|
3449
|
+
"value": {
|
3450
|
+
"type": "structure",
|
3451
|
+
"required": [
|
3452
|
+
"ProtectStatus"
|
3453
|
+
],
|
3454
|
+
"members": {
|
3455
|
+
"ProtectStatus": {}
|
3456
|
+
}
|
3457
|
+
}
|
3458
|
+
},
|
3459
|
+
"S94": {
|
3038
3460
|
"type": "map",
|
3039
3461
|
"key": {},
|
3040
3462
|
"value": {}
|
3041
3463
|
},
|
3042
|
-
"
|
3464
|
+
"S97": {
|
3043
3465
|
"type": "map",
|
3044
3466
|
"key": {},
|
3045
3467
|
"value": {}
|