aws-sdk-core 2.11.399 → 2.11.400

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,21 @@
37
37
  "input_token": "NextToken",
38
38
  "output_token": "NextToken",
39
39
  "result_key": "StackSummaries"
40
+ },
41
+ "ListTypeRegistrations": {
42
+ "input_token": "NextToken",
43
+ "limit_key": "MaxResults",
44
+ "output_token": "NextToken"
45
+ },
46
+ "ListTypeVersions": {
47
+ "input_token": "NextToken",
48
+ "limit_key": "MaxResults",
49
+ "output_token": "NextToken"
50
+ },
51
+ "ListTypes": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken"
40
55
  }
41
56
  }
42
57
  }
@@ -232,6 +232,26 @@
232
232
  "state": "failure"
233
233
  }
234
234
  ]
235
+ },
236
+ "TypeRegistrationComplete": {
237
+ "delay": 30,
238
+ "operation": "DescribeTypeRegistration",
239
+ "maxAttempts": 120,
240
+ "description": "Wait until type registration is COMPLETE.",
241
+ "acceptors": [
242
+ {
243
+ "argument": "ProgressStatus",
244
+ "expected": "COMPLETE",
245
+ "matcher": "path",
246
+ "state": "success"
247
+ },
248
+ {
249
+ "argument": "ProgressStatus",
250
+ "expected": "FAILED",
251
+ "matcher": "path",
252
+ "state": "failure"
253
+ }
254
+ ]
235
255
  }
236
256
  }
237
257
  }
@@ -308,6 +308,37 @@
308
308
  }
309
309
  ]
310
310
  },
311
+ "CreateVoiceTemplate": {
312
+ "name": "CreateVoiceTemplate",
313
+ "http": {
314
+ "method": "POST",
315
+ "requestUri": "/v1/templates/{template-name}/voice",
316
+ "responseCode": 201
317
+ },
318
+ "input": {
319
+ "shape": "CreateVoiceTemplateRequest"
320
+ },
321
+ "output": {
322
+ "shape": "CreateVoiceTemplateResponse"
323
+ },
324
+ "errors": [
325
+ {
326
+ "shape": "MethodNotAllowedException"
327
+ },
328
+ {
329
+ "shape": "TooManyRequestsException"
330
+ },
331
+ {
332
+ "shape": "BadRequestException"
333
+ },
334
+ {
335
+ "shape": "InternalServerErrorException"
336
+ },
337
+ {
338
+ "shape": "ForbiddenException"
339
+ }
340
+ ]
341
+ },
311
342
  "DeleteAdmChannel": {
312
343
  "name": "DeleteAdmChannel",
313
344
  "http": {
@@ -988,6 +1019,40 @@
988
1019
  }
989
1020
  ]
990
1021
  },
1022
+ "DeleteVoiceTemplate": {
1023
+ "name": "DeleteVoiceTemplate",
1024
+ "http": {
1025
+ "method": "DELETE",
1026
+ "requestUri": "/v1/templates/{template-name}/voice",
1027
+ "responseCode": 202
1028
+ },
1029
+ "input": {
1030
+ "shape": "DeleteVoiceTemplateRequest"
1031
+ },
1032
+ "output": {
1033
+ "shape": "DeleteVoiceTemplateResponse"
1034
+ },
1035
+ "errors": [
1036
+ {
1037
+ "shape": "BadRequestException"
1038
+ },
1039
+ {
1040
+ "shape": "InternalServerErrorException"
1041
+ },
1042
+ {
1043
+ "shape": "ForbiddenException"
1044
+ },
1045
+ {
1046
+ "shape": "NotFoundException"
1047
+ },
1048
+ {
1049
+ "shape": "MethodNotAllowedException"
1050
+ },
1051
+ {
1052
+ "shape": "TooManyRequestsException"
1053
+ }
1054
+ ]
1055
+ },
991
1056
  "GetAdmChannel": {
992
1057
  "name": "GetAdmChannel",
993
1058
  "http": {
@@ -2382,6 +2447,40 @@
2382
2447
  }
2383
2448
  ]
2384
2449
  },
2450
+ "GetVoiceTemplate": {
2451
+ "name": "GetVoiceTemplate",
2452
+ "http": {
2453
+ "method": "GET",
2454
+ "requestUri": "/v1/templates/{template-name}/voice",
2455
+ "responseCode": 200
2456
+ },
2457
+ "input": {
2458
+ "shape": "GetVoiceTemplateRequest"
2459
+ },
2460
+ "output": {
2461
+ "shape": "GetVoiceTemplateResponse"
2462
+ },
2463
+ "errors": [
2464
+ {
2465
+ "shape": "BadRequestException"
2466
+ },
2467
+ {
2468
+ "shape": "InternalServerErrorException"
2469
+ },
2470
+ {
2471
+ "shape": "ForbiddenException"
2472
+ },
2473
+ {
2474
+ "shape": "NotFoundException"
2475
+ },
2476
+ {
2477
+ "shape": "MethodNotAllowedException"
2478
+ },
2479
+ {
2480
+ "shape": "TooManyRequestsException"
2481
+ }
2482
+ ]
2483
+ },
2385
2484
  "ListJourneys": {
2386
2485
  "name": "ListJourneys",
2387
2486
  "http": {
@@ -3375,6 +3474,40 @@
3375
3474
  "shape": "TooManyRequestsException"
3376
3475
  }
3377
3476
  ]
3477
+ },
3478
+ "UpdateVoiceTemplate": {
3479
+ "name": "UpdateVoiceTemplate",
3480
+ "http": {
3481
+ "method": "PUT",
3482
+ "requestUri": "/v1/templates/{template-name}/voice",
3483
+ "responseCode": 202
3484
+ },
3485
+ "input": {
3486
+ "shape": "UpdateVoiceTemplateRequest"
3487
+ },
3488
+ "output": {
3489
+ "shape": "UpdateVoiceTemplateResponse"
3490
+ },
3491
+ "errors": [
3492
+ {
3493
+ "shape": "BadRequestException"
3494
+ },
3495
+ {
3496
+ "shape": "InternalServerErrorException"
3497
+ },
3498
+ {
3499
+ "shape": "ForbiddenException"
3500
+ },
3501
+ {
3502
+ "shape": "NotFoundException"
3503
+ },
3504
+ {
3505
+ "shape": "MethodNotAllowedException"
3506
+ },
3507
+ {
3508
+ "shape": "TooManyRequestsException"
3509
+ }
3510
+ ]
3378
3511
  }
3379
3512
  },
3380
3513
  "shapes": {
@@ -3631,6 +3764,9 @@
3631
3764
  "MediaUrl": {
3632
3765
  "shape": "__string"
3633
3766
  },
3767
+ "RawContent": {
3768
+ "shape": "__string"
3769
+ },
3634
3770
  "Sound": {
3635
3771
  "shape": "__string"
3636
3772
  },
@@ -3996,6 +4132,9 @@
3996
4132
  "ImageUrl": {
3997
4133
  "shape": "__string"
3998
4134
  },
4135
+ "RawContent": {
4136
+ "shape": "__string"
4137
+ },
3999
4138
  "SmallImageIconUrl": {
4000
4139
  "shape": "__string"
4001
4140
  },
@@ -4880,6 +5019,36 @@
4880
5019
  }
4881
5020
  }
4882
5021
  },
5022
+ "CreateVoiceTemplateRequest": {
5023
+ "type": "structure",
5024
+ "members": {
5025
+ "TemplateName": {
5026
+ "shape": "__string",
5027
+ "location": "uri",
5028
+ "locationName": "template-name"
5029
+ },
5030
+ "VoiceTemplateRequest": {
5031
+ "shape": "VoiceTemplateRequest"
5032
+ }
5033
+ },
5034
+ "required": [
5035
+ "TemplateName",
5036
+ "VoiceTemplateRequest"
5037
+ ],
5038
+ "payload": "VoiceTemplateRequest"
5039
+ },
5040
+ "CreateVoiceTemplateResponse": {
5041
+ "type": "structure",
5042
+ "members": {
5043
+ "CreateTemplateMessageBody": {
5044
+ "shape": "CreateTemplateMessageBody"
5045
+ }
5046
+ },
5047
+ "required": [
5048
+ "CreateTemplateMessageBody"
5049
+ ],
5050
+ "payload": "CreateTemplateMessageBody"
5051
+ },
4883
5052
  "DefaultMessage": {
4884
5053
  "type": "structure",
4885
5054
  "members": {
@@ -5467,6 +5636,31 @@
5467
5636
  ],
5468
5637
  "payload": "VoiceChannelResponse"
5469
5638
  },
5639
+ "DeleteVoiceTemplateRequest": {
5640
+ "type": "structure",
5641
+ "members": {
5642
+ "TemplateName": {
5643
+ "shape": "__string",
5644
+ "location": "uri",
5645
+ "locationName": "template-name"
5646
+ }
5647
+ },
5648
+ "required": [
5649
+ "TemplateName"
5650
+ ]
5651
+ },
5652
+ "DeleteVoiceTemplateResponse": {
5653
+ "type": "structure",
5654
+ "members": {
5655
+ "MessageBody": {
5656
+ "shape": "MessageBody"
5657
+ }
5658
+ },
5659
+ "required": [
5660
+ "MessageBody"
5661
+ ],
5662
+ "payload": "MessageBody"
5663
+ },
5470
5664
  "DeliveryStatus": {
5471
5665
  "type": "string",
5472
5666
  "enum": [
@@ -5647,6 +5841,9 @@
5647
5841
  "EmailTemplateRequest": {
5648
5842
  "type": "structure",
5649
5843
  "members": {
5844
+ "DefaultSubstitutions": {
5845
+ "shape": "__string"
5846
+ },
5650
5847
  "HtmlPart": {
5651
5848
  "shape": "__string"
5652
5849
  },
@@ -5657,6 +5854,9 @@
5657
5854
  "shape": "MapOf__string",
5658
5855
  "locationName": "tags"
5659
5856
  },
5857
+ "TemplateDescription": {
5858
+ "shape": "__string"
5859
+ },
5660
5860
  "TextPart": {
5661
5861
  "shape": "__string"
5662
5862
  }
@@ -5671,6 +5871,9 @@
5671
5871
  "CreationDate": {
5672
5872
  "shape": "__string"
5673
5873
  },
5874
+ "DefaultSubstitutions": {
5875
+ "shape": "__string"
5876
+ },
5674
5877
  "HtmlPart": {
5675
5878
  "shape": "__string"
5676
5879
  },
@@ -5684,6 +5887,9 @@
5684
5887
  "shape": "MapOf__string",
5685
5888
  "locationName": "tags"
5686
5889
  },
5890
+ "TemplateDescription": {
5891
+ "shape": "__string"
5892
+ },
5687
5893
  "TemplateName": {
5688
5894
  "shape": "__string"
5689
5895
  },
@@ -7743,6 +7949,31 @@
7743
7949
  ],
7744
7950
  "payload": "VoiceChannelResponse"
7745
7951
  },
7952
+ "GetVoiceTemplateRequest": {
7953
+ "type": "structure",
7954
+ "members": {
7955
+ "TemplateName": {
7956
+ "shape": "__string",
7957
+ "location": "uri",
7958
+ "locationName": "template-name"
7959
+ }
7960
+ },
7961
+ "required": [
7962
+ "TemplateName"
7963
+ ]
7964
+ },
7965
+ "GetVoiceTemplateResponse": {
7966
+ "type": "structure",
7967
+ "members": {
7968
+ "VoiceTemplateResponse": {
7969
+ "shape": "VoiceTemplateResponse"
7970
+ }
7971
+ },
7972
+ "required": [
7973
+ "VoiceTemplateResponse"
7974
+ ],
7975
+ "payload": "VoiceTemplateResponse"
7976
+ },
7746
7977
  "HoldoutActivity": {
7747
7978
  "type": "structure",
7748
7979
  "members": {
@@ -8612,12 +8843,18 @@
8612
8843
  "Default": {
8613
8844
  "shape": "DefaultPushNotificationTemplate"
8614
8845
  },
8846
+ "DefaultSubstitutions": {
8847
+ "shape": "__string"
8848
+ },
8615
8849
  "GCM": {
8616
8850
  "shape": "AndroidPushNotificationTemplate"
8617
8851
  },
8618
8852
  "tags": {
8619
8853
  "shape": "MapOf__string",
8620
8854
  "locationName": "tags"
8855
+ },
8856
+ "TemplateDescription": {
8857
+ "shape": "__string"
8621
8858
  }
8622
8859
  }
8623
8860
  },
@@ -8642,6 +8879,9 @@
8642
8879
  "Default": {
8643
8880
  "shape": "DefaultPushNotificationTemplate"
8644
8881
  },
8882
+ "DefaultSubstitutions": {
8883
+ "shape": "__string"
8884
+ },
8645
8885
  "GCM": {
8646
8886
  "shape": "AndroidPushNotificationTemplate"
8647
8887
  },
@@ -8652,6 +8892,9 @@
8652
8892
  "shape": "MapOf__string",
8653
8893
  "locationName": "tags"
8654
8894
  },
8895
+ "TemplateDescription": {
8896
+ "shape": "__string"
8897
+ },
8655
8898
  "TemplateName": {
8656
8899
  "shape": "__string"
8657
8900
  },
@@ -8952,9 +9195,15 @@
8952
9195
  "Body": {
8953
9196
  "shape": "__string"
8954
9197
  },
9198
+ "DefaultSubstitutions": {
9199
+ "shape": "__string"
9200
+ },
8955
9201
  "tags": {
8956
9202
  "shape": "MapOf__string",
8957
9203
  "locationName": "tags"
9204
+ },
9205
+ "TemplateDescription": {
9206
+ "shape": "__string"
8958
9207
  }
8959
9208
  }
8960
9209
  },
@@ -8970,6 +9219,9 @@
8970
9219
  "CreationDate": {
8971
9220
  "shape": "__string"
8972
9221
  },
9222
+ "DefaultSubstitutions": {
9223
+ "shape": "__string"
9224
+ },
8973
9225
  "LastModifiedDate": {
8974
9226
  "shape": "__string"
8975
9227
  },
@@ -8977,6 +9229,9 @@
8977
9229
  "shape": "MapOf__string",
8978
9230
  "locationName": "tags"
8979
9231
  },
9232
+ "TemplateDescription": {
9233
+ "shape": "__string"
9234
+ },
8980
9235
  "TemplateName": {
8981
9236
  "shape": "__string"
8982
9237
  },
@@ -9492,6 +9747,9 @@
9492
9747
  },
9493
9748
  "SMSTemplate": {
9494
9749
  "shape": "Template"
9750
+ },
9751
+ "VoiceTemplate": {
9752
+ "shape": "Template"
9495
9753
  }
9496
9754
  }
9497
9755
  },
@@ -9504,6 +9762,9 @@
9504
9762
  "CreationDate": {
9505
9763
  "shape": "__string"
9506
9764
  },
9765
+ "DefaultSubstitutions": {
9766
+ "shape": "__string"
9767
+ },
9507
9768
  "LastModifiedDate": {
9508
9769
  "shape": "__string"
9509
9770
  },
@@ -9511,6 +9772,9 @@
9511
9772
  "shape": "MapOf__string",
9512
9773
  "locationName": "tags"
9513
9774
  },
9775
+ "TemplateDescription": {
9776
+ "shape": "__string"
9777
+ },
9514
9778
  "TemplateName": {
9515
9779
  "shape": "__string"
9516
9780
  },
@@ -10261,6 +10525,36 @@
10261
10525
  ],
10262
10526
  "payload": "VoiceChannelResponse"
10263
10527
  },
10528
+ "UpdateVoiceTemplateRequest": {
10529
+ "type": "structure",
10530
+ "members": {
10531
+ "TemplateName": {
10532
+ "shape": "__string",
10533
+ "location": "uri",
10534
+ "locationName": "template-name"
10535
+ },
10536
+ "VoiceTemplateRequest": {
10537
+ "shape": "VoiceTemplateRequest"
10538
+ }
10539
+ },
10540
+ "required": [
10541
+ "TemplateName",
10542
+ "VoiceTemplateRequest"
10543
+ ],
10544
+ "payload": "VoiceTemplateRequest"
10545
+ },
10546
+ "UpdateVoiceTemplateResponse": {
10547
+ "type": "structure",
10548
+ "members": {
10549
+ "MessageBody": {
10550
+ "shape": "MessageBody"
10551
+ }
10552
+ },
10553
+ "required": [
10554
+ "MessageBody"
10555
+ ],
10556
+ "payload": "MessageBody"
10557
+ },
10264
10558
  "VoiceChannelRequest": {
10265
10559
  "type": "structure",
10266
10560
  "members": {
@@ -10327,6 +10621,75 @@
10327
10621
  }
10328
10622
  }
10329
10623
  },
10624
+ "VoiceTemplateRequest": {
10625
+ "type": "structure",
10626
+ "members": {
10627
+ "Body": {
10628
+ "shape": "__string"
10629
+ },
10630
+ "DefaultSubstitutions": {
10631
+ "shape": "__string"
10632
+ },
10633
+ "LanguageCode": {
10634
+ "shape": "__string"
10635
+ },
10636
+ "tags": {
10637
+ "shape": "MapOf__string",
10638
+ "locationName": "tags"
10639
+ },
10640
+ "TemplateDescription": {
10641
+ "shape": "__string"
10642
+ },
10643
+ "VoiceId": {
10644
+ "shape": "__string"
10645
+ }
10646
+ }
10647
+ },
10648
+ "VoiceTemplateResponse": {
10649
+ "type": "structure",
10650
+ "members": {
10651
+ "Arn": {
10652
+ "shape": "__string"
10653
+ },
10654
+ "Body": {
10655
+ "shape": "__string"
10656
+ },
10657
+ "CreationDate": {
10658
+ "shape": "__string"
10659
+ },
10660
+ "DefaultSubstitutions": {
10661
+ "shape": "__string"
10662
+ },
10663
+ "LanguageCode": {
10664
+ "shape": "__string"
10665
+ },
10666
+ "LastModifiedDate": {
10667
+ "shape": "__string"
10668
+ },
10669
+ "tags": {
10670
+ "shape": "MapOf__string",
10671
+ "locationName": "tags"
10672
+ },
10673
+ "TemplateDescription": {
10674
+ "shape": "__string"
10675
+ },
10676
+ "TemplateName": {
10677
+ "shape": "__string"
10678
+ },
10679
+ "TemplateType": {
10680
+ "shape": "TemplateType"
10681
+ },
10682
+ "VoiceId": {
10683
+ "shape": "__string"
10684
+ }
10685
+ },
10686
+ "required": [
10687
+ "LastModifiedDate",
10688
+ "CreationDate",
10689
+ "TemplateName",
10690
+ "TemplateType"
10691
+ ]
10692
+ },
10330
10693
  "WaitActivity": {
10331
10694
  "type": "structure",
10332
10695
  "members": {