aws-sdk-core 2.11.519 → 2.11.524
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +10 -2
- data/apis/cloudfront/2019-03-26/api-2.json +3 -1
- data/apis/directconnect/2012-10-25/api-2.json +114 -0
- data/apis/ec2/2016-11-15/api-2.json +9 -0
- data/apis/elasticache/2015-02-02/api-2.json +10 -0
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
- data/apis/es/2015-01-01/api-2.json +328 -0
- data/apis/es/2015-01-01/paginators-1.json +10 -0
- data/apis/glue/2017-03-31/api-2.json +1 -0
- data/apis/iam/2010-05-08/api-2.json +26 -2
- data/apis/lightsail/2016-11-28/api-2.json +6 -2
- data/apis/mediaconvert/2017-08-29/api-2.json +275 -6
- data/apis/mediapackage-vod/2018-11-07/api-2.json +122 -0
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
- data/apis/personalize/2018-05-22/api-2.json +147 -0
- data/apis/pinpoint/2016-12-01/api-2.json +95 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
- data/apis/servicediscovery/2017-03-14/api-2.json +173 -13
- data/apis/servicediscovery/2017-03-14/examples-1.json +330 -0
- data/apis/shield/2016-06-02/api-2.json +105 -2
- data/apis/shield/2016-06-02/paginators-1.json +13 -1
- data/apis/ssm/2014-11-06/api-2.json +11 -5
- data/apis/transfer/2018-11-05/api-2.json +8 -2
- data/endpoints.json +65 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -458,6 +458,40 @@
|
|
458
458
|
"shape": "UntagResourceRequest"
|
459
459
|
},
|
460
460
|
"name": "UntagResource"
|
461
|
+
},
|
462
|
+
"UpdatePackagingGroup": {
|
463
|
+
"errors": [
|
464
|
+
{
|
465
|
+
"shape": "UnprocessableEntityException"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"shape": "InternalServerErrorException"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"shape": "ForbiddenException"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"shape": "NotFoundException"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"shape": "ServiceUnavailableException"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"shape": "TooManyRequestsException"
|
481
|
+
}
|
482
|
+
],
|
483
|
+
"http": {
|
484
|
+
"method": "PUT",
|
485
|
+
"requestUri": "/packaging_groups/{id}",
|
486
|
+
"responseCode": 200
|
487
|
+
},
|
488
|
+
"input": {
|
489
|
+
"shape": "UpdatePackagingGroupRequest"
|
490
|
+
},
|
491
|
+
"name": "UpdatePackagingGroup",
|
492
|
+
"output": {
|
493
|
+
"shape": "UpdatePackagingGroupResponse"
|
494
|
+
}
|
461
495
|
}
|
462
496
|
},
|
463
497
|
"shapes": {
|
@@ -595,6 +629,23 @@
|
|
595
629
|
},
|
596
630
|
"type": "structure"
|
597
631
|
},
|
632
|
+
"Authorization": {
|
633
|
+
"members": {
|
634
|
+
"CdnIdentifierSecret": {
|
635
|
+
"locationName": "cdnIdentifierSecret",
|
636
|
+
"shape": "__string"
|
637
|
+
},
|
638
|
+
"SecretsRoleArn": {
|
639
|
+
"locationName": "secretsRoleArn",
|
640
|
+
"shape": "__string"
|
641
|
+
}
|
642
|
+
},
|
643
|
+
"required": [
|
644
|
+
"SecretsRoleArn",
|
645
|
+
"CdnIdentifierSecret"
|
646
|
+
],
|
647
|
+
"type": "structure"
|
648
|
+
},
|
598
649
|
"CmafEncryption": {
|
599
650
|
"members": {
|
600
651
|
"SpekeKeyProvider": {
|
@@ -779,6 +830,10 @@
|
|
779
830
|
},
|
780
831
|
"CreatePackagingGroupRequest": {
|
781
832
|
"members": {
|
833
|
+
"Authorization": {
|
834
|
+
"locationName": "authorization",
|
835
|
+
"shape": "Authorization"
|
836
|
+
},
|
782
837
|
"Id": {
|
783
838
|
"locationName": "id",
|
784
839
|
"shape": "__string"
|
@@ -799,6 +854,10 @@
|
|
799
854
|
"locationName": "arn",
|
800
855
|
"shape": "__string"
|
801
856
|
},
|
857
|
+
"Authorization": {
|
858
|
+
"locationName": "authorization",
|
859
|
+
"shape": "Authorization"
|
860
|
+
},
|
802
861
|
"DomainName": {
|
803
862
|
"locationName": "domainName",
|
804
863
|
"shape": "__string"
|
@@ -1053,6 +1112,10 @@
|
|
1053
1112
|
"locationName": "arn",
|
1054
1113
|
"shape": "__string"
|
1055
1114
|
},
|
1115
|
+
"Authorization": {
|
1116
|
+
"locationName": "authorization",
|
1117
|
+
"shape": "Authorization"
|
1118
|
+
},
|
1056
1119
|
"DomainName": {
|
1057
1120
|
"locationName": "domainName",
|
1058
1121
|
"shape": "__string"
|
@@ -1466,6 +1529,10 @@
|
|
1466
1529
|
"locationName": "arn",
|
1467
1530
|
"shape": "__string"
|
1468
1531
|
},
|
1532
|
+
"Authorization": {
|
1533
|
+
"locationName": "authorization",
|
1534
|
+
"shape": "Authorization"
|
1535
|
+
},
|
1469
1536
|
"DomainName": {
|
1470
1537
|
"locationName": "domainName",
|
1471
1538
|
"shape": "__string"
|
@@ -1483,6 +1550,10 @@
|
|
1483
1550
|
},
|
1484
1551
|
"PackagingGroupCreateParameters": {
|
1485
1552
|
"members": {
|
1553
|
+
"Authorization": {
|
1554
|
+
"locationName": "authorization",
|
1555
|
+
"shape": "Authorization"
|
1556
|
+
},
|
1486
1557
|
"Id": {
|
1487
1558
|
"locationName": "id",
|
1488
1559
|
"shape": "__string"
|
@@ -1510,6 +1581,15 @@
|
|
1510
1581
|
},
|
1511
1582
|
"type": "structure"
|
1512
1583
|
},
|
1584
|
+
"PackagingGroupUpdateParameters": {
|
1585
|
+
"members": {
|
1586
|
+
"Authorization": {
|
1587
|
+
"locationName": "authorization",
|
1588
|
+
"shape": "Authorization"
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
"type": "structure"
|
1592
|
+
},
|
1513
1593
|
"Profile": {
|
1514
1594
|
"enum": [
|
1515
1595
|
"NONE",
|
@@ -1669,6 +1749,48 @@
|
|
1669
1749
|
],
|
1670
1750
|
"type": "structure"
|
1671
1751
|
},
|
1752
|
+
"UpdatePackagingGroupRequest": {
|
1753
|
+
"members": {
|
1754
|
+
"Authorization": {
|
1755
|
+
"locationName": "authorization",
|
1756
|
+
"shape": "Authorization"
|
1757
|
+
},
|
1758
|
+
"Id": {
|
1759
|
+
"location": "uri",
|
1760
|
+
"locationName": "id",
|
1761
|
+
"shape": "__string"
|
1762
|
+
}
|
1763
|
+
},
|
1764
|
+
"required": [
|
1765
|
+
"Id"
|
1766
|
+
],
|
1767
|
+
"type": "structure"
|
1768
|
+
},
|
1769
|
+
"UpdatePackagingGroupResponse": {
|
1770
|
+
"members": {
|
1771
|
+
"Arn": {
|
1772
|
+
"locationName": "arn",
|
1773
|
+
"shape": "__string"
|
1774
|
+
},
|
1775
|
+
"Authorization": {
|
1776
|
+
"locationName": "authorization",
|
1777
|
+
"shape": "Authorization"
|
1778
|
+
},
|
1779
|
+
"DomainName": {
|
1780
|
+
"locationName": "domainName",
|
1781
|
+
"shape": "__string"
|
1782
|
+
},
|
1783
|
+
"Id": {
|
1784
|
+
"locationName": "id",
|
1785
|
+
"shape": "__string"
|
1786
|
+
},
|
1787
|
+
"Tags": {
|
1788
|
+
"locationName": "tags",
|
1789
|
+
"shape": "Tags"
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
"type": "structure"
|
1793
|
+
},
|
1672
1794
|
"__PeriodTriggersElement": {
|
1673
1795
|
"enum": [
|
1674
1796
|
"ADS"
|
@@ -110,6 +110,21 @@
|
|
110
110
|
],
|
111
111
|
"idempotent":true
|
112
112
|
},
|
113
|
+
"CreateFilter":{
|
114
|
+
"name":"CreateFilter",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"CreateFilterRequest"},
|
120
|
+
"output":{"shape":"CreateFilterResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InvalidInputException"},
|
123
|
+
{"shape":"ResourceAlreadyExistsException"},
|
124
|
+
{"shape":"ResourceNotFoundException"},
|
125
|
+
{"shape":"LimitExceededException"}
|
126
|
+
]
|
127
|
+
},
|
113
128
|
"CreateSchema":{
|
114
129
|
"name":"CreateSchema",
|
115
130
|
"http":{
|
@@ -211,6 +226,18 @@
|
|
211
226
|
],
|
212
227
|
"idempotent":true
|
213
228
|
},
|
229
|
+
"DeleteFilter":{
|
230
|
+
"name":"DeleteFilter",
|
231
|
+
"http":{
|
232
|
+
"method":"POST",
|
233
|
+
"requestUri":"/"
|
234
|
+
},
|
235
|
+
"input":{"shape":"DeleteFilterRequest"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InvalidInputException"},
|
238
|
+
{"shape":"ResourceNotFoundException"}
|
239
|
+
]
|
240
|
+
},
|
214
241
|
"DeleteSchema":{
|
215
242
|
"name":"DeleteSchema",
|
216
243
|
"http":{
|
@@ -351,6 +378,20 @@
|
|
351
378
|
],
|
352
379
|
"idempotent":true
|
353
380
|
},
|
381
|
+
"DescribeFilter":{
|
382
|
+
"name":"DescribeFilter",
|
383
|
+
"http":{
|
384
|
+
"method":"POST",
|
385
|
+
"requestUri":"/"
|
386
|
+
},
|
387
|
+
"input":{"shape":"DescribeFilterRequest"},
|
388
|
+
"output":{"shape":"DescribeFilterResponse"},
|
389
|
+
"errors":[
|
390
|
+
{"shape":"InvalidInputException"},
|
391
|
+
{"shape":"ResourceNotFoundException"}
|
392
|
+
],
|
393
|
+
"idempotent":true
|
394
|
+
},
|
354
395
|
"DescribeRecipe":{
|
355
396
|
"name":"DescribeRecipe",
|
356
397
|
"http":{
|
@@ -504,6 +545,20 @@
|
|
504
545
|
],
|
505
546
|
"idempotent":true
|
506
547
|
},
|
548
|
+
"ListFilters":{
|
549
|
+
"name":"ListFilters",
|
550
|
+
"http":{
|
551
|
+
"method":"POST",
|
552
|
+
"requestUri":"/"
|
553
|
+
},
|
554
|
+
"input":{"shape":"ListFiltersRequest"},
|
555
|
+
"output":{"shape":"ListFiltersResponse"},
|
556
|
+
"errors":[
|
557
|
+
{"shape":"InvalidInputException"},
|
558
|
+
{"shape":"InvalidNextTokenException"}
|
559
|
+
],
|
560
|
+
"idempotent":true
|
561
|
+
},
|
507
562
|
"ListRecipes":{
|
508
563
|
"name":"ListRecipes",
|
509
564
|
"http":{
|
@@ -635,6 +690,7 @@
|
|
635
690
|
"members":{
|
636
691
|
"jobName":{"shape":"Name"},
|
637
692
|
"batchInferenceJobArn":{"shape":"Arn"},
|
693
|
+
"filterArn":{"shape":"Arn"},
|
638
694
|
"failureReason":{"shape":"FailureReason"},
|
639
695
|
"solutionVersionArn":{"shape":"Arn"},
|
640
696
|
"numResults":{"shape":"NumBatchResults"},
|
@@ -773,6 +829,7 @@
|
|
773
829
|
"members":{
|
774
830
|
"jobName":{"shape":"Name"},
|
775
831
|
"solutionVersionArn":{"shape":"Arn"},
|
832
|
+
"filterArn":{"shape":"Arn"},
|
776
833
|
"numResults":{"shape":"NumBatchResults"},
|
777
834
|
"jobInput":{"shape":"BatchInferenceJobInput"},
|
778
835
|
"jobOutput":{"shape":"BatchInferenceJobOutput"},
|
@@ -879,6 +936,25 @@
|
|
879
936
|
"trackingId":{"shape":"TrackingId"}
|
880
937
|
}
|
881
938
|
},
|
939
|
+
"CreateFilterRequest":{
|
940
|
+
"type":"structure",
|
941
|
+
"required":[
|
942
|
+
"name",
|
943
|
+
"datasetGroupArn",
|
944
|
+
"filterExpression"
|
945
|
+
],
|
946
|
+
"members":{
|
947
|
+
"name":{"shape":"Name"},
|
948
|
+
"datasetGroupArn":{"shape":"Arn"},
|
949
|
+
"filterExpression":{"shape":"FilterExpression"}
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"CreateFilterResponse":{
|
953
|
+
"type":"structure",
|
954
|
+
"members":{
|
955
|
+
"filterArn":{"shape":"Arn"}
|
956
|
+
}
|
957
|
+
},
|
882
958
|
"CreateSchemaRequest":{
|
883
959
|
"type":"structure",
|
884
960
|
"required":[
|
@@ -1127,6 +1203,13 @@
|
|
1127
1203
|
"eventTrackerArn":{"shape":"Arn"}
|
1128
1204
|
}
|
1129
1205
|
},
|
1206
|
+
"DeleteFilterRequest":{
|
1207
|
+
"type":"structure",
|
1208
|
+
"required":["filterArn"],
|
1209
|
+
"members":{
|
1210
|
+
"filterArn":{"shape":"Arn"}
|
1211
|
+
}
|
1212
|
+
},
|
1130
1213
|
"DeleteSchemaRequest":{
|
1131
1214
|
"type":"structure",
|
1132
1215
|
"required":["schemaArn"],
|
@@ -1245,6 +1328,19 @@
|
|
1245
1328
|
"featureTransformation":{"shape":"FeatureTransformation"}
|
1246
1329
|
}
|
1247
1330
|
},
|
1331
|
+
"DescribeFilterRequest":{
|
1332
|
+
"type":"structure",
|
1333
|
+
"required":["filterArn"],
|
1334
|
+
"members":{
|
1335
|
+
"filterArn":{"shape":"Arn"}
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"DescribeFilterResponse":{
|
1339
|
+
"type":"structure",
|
1340
|
+
"members":{
|
1341
|
+
"filter":{"shape":"Filter"}
|
1342
|
+
}
|
1343
|
+
},
|
1248
1344
|
"DescribeRecipeRequest":{
|
1249
1345
|
"type":"structure",
|
1250
1346
|
"required":["recipeArn"],
|
@@ -1363,6 +1459,42 @@
|
|
1363
1459
|
"value":{"shape":"ParameterValue"},
|
1364
1460
|
"max":100
|
1365
1461
|
},
|
1462
|
+
"Filter":{
|
1463
|
+
"type":"structure",
|
1464
|
+
"members":{
|
1465
|
+
"name":{"shape":"Name"},
|
1466
|
+
"filterArn":{"shape":"Arn"},
|
1467
|
+
"creationDateTime":{"shape":"Date"},
|
1468
|
+
"lastUpdatedDateTime":{"shape":"Date"},
|
1469
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1470
|
+
"failureReason":{"shape":"FailureReason"},
|
1471
|
+
"filterExpression":{"shape":"FilterExpression"},
|
1472
|
+
"status":{"shape":"Status"}
|
1473
|
+
}
|
1474
|
+
},
|
1475
|
+
"FilterExpression":{
|
1476
|
+
"type":"string",
|
1477
|
+
"max":2500,
|
1478
|
+
"min":1,
|
1479
|
+
"sensitive":true
|
1480
|
+
},
|
1481
|
+
"FilterSummary":{
|
1482
|
+
"type":"structure",
|
1483
|
+
"members":{
|
1484
|
+
"name":{"shape":"Name"},
|
1485
|
+
"filterArn":{"shape":"Arn"},
|
1486
|
+
"creationDateTime":{"shape":"Date"},
|
1487
|
+
"lastUpdatedDateTime":{"shape":"Date"},
|
1488
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1489
|
+
"failureReason":{"shape":"FailureReason"},
|
1490
|
+
"status":{"shape":"Status"}
|
1491
|
+
}
|
1492
|
+
},
|
1493
|
+
"Filters":{
|
1494
|
+
"type":"list",
|
1495
|
+
"member":{"shape":"FilterSummary"},
|
1496
|
+
"max":100
|
1497
|
+
},
|
1366
1498
|
"GetSolutionMetricsRequest":{
|
1367
1499
|
"type":"structure",
|
1368
1500
|
"required":["solutionVersionArn"],
|
@@ -1554,6 +1686,21 @@
|
|
1554
1686
|
"nextToken":{"shape":"NextToken"}
|
1555
1687
|
}
|
1556
1688
|
},
|
1689
|
+
"ListFiltersRequest":{
|
1690
|
+
"type":"structure",
|
1691
|
+
"members":{
|
1692
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1693
|
+
"nextToken":{"shape":"NextToken"},
|
1694
|
+
"maxResults":{"shape":"MaxResults"}
|
1695
|
+
}
|
1696
|
+
},
|
1697
|
+
"ListFiltersResponse":{
|
1698
|
+
"type":"structure",
|
1699
|
+
"members":{
|
1700
|
+
"Filters":{"shape":"Filters"},
|
1701
|
+
"nextToken":{"shape":"NextToken"}
|
1702
|
+
}
|
1703
|
+
},
|
1557
1704
|
"ListRecipesRequest":{
|
1558
1705
|
"type":"structure",
|
1559
1706
|
"members":{
|
@@ -4566,6 +4566,9 @@
|
|
4566
4566
|
"Activity": {
|
4567
4567
|
"type": "structure",
|
4568
4568
|
"members": {
|
4569
|
+
"CUSTOM": {
|
4570
|
+
"shape": "CustomMessageActivity"
|
4571
|
+
},
|
4569
4572
|
"ConditionalSplit": {
|
4570
4573
|
"shape": "ConditionalSplitActivity"
|
4571
4574
|
},
|
@@ -4581,9 +4584,15 @@
|
|
4581
4584
|
"MultiCondition": {
|
4582
4585
|
"shape": "MultiConditionalSplitActivity"
|
4583
4586
|
},
|
4587
|
+
"PUSH": {
|
4588
|
+
"shape": "PushMessageActivity"
|
4589
|
+
},
|
4584
4590
|
"RandomSplit": {
|
4585
4591
|
"shape": "RandomSplitActivity"
|
4586
4592
|
},
|
4593
|
+
"SMS": {
|
4594
|
+
"shape": "SMSMessageActivity"
|
4595
|
+
},
|
4587
4596
|
"Wait": {
|
4588
4597
|
"shape": "WaitActivity"
|
4589
4598
|
}
|
@@ -5226,6 +5235,7 @@
|
|
5226
5235
|
"ChannelType": {
|
5227
5236
|
"type": "string",
|
5228
5237
|
"enum": [
|
5238
|
+
"PUSH",
|
5229
5239
|
"GCM",
|
5230
5240
|
"APNS",
|
5231
5241
|
"APNS_SANDBOX",
|
@@ -5675,6 +5685,29 @@
|
|
5675
5685
|
"DeliveryUri"
|
5676
5686
|
]
|
5677
5687
|
},
|
5688
|
+
"CustomMessageActivity": {
|
5689
|
+
"type": "structure",
|
5690
|
+
"members": {
|
5691
|
+
"DeliveryUri": {
|
5692
|
+
"shape": "__string"
|
5693
|
+
},
|
5694
|
+
"EndpointTypes": {
|
5695
|
+
"shape": "ListOf__EndpointTypesElement"
|
5696
|
+
},
|
5697
|
+
"MessageConfig": {
|
5698
|
+
"shape": "JourneyCustomMessage"
|
5699
|
+
},
|
5700
|
+
"NextActivity": {
|
5701
|
+
"shape": "__string"
|
5702
|
+
},
|
5703
|
+
"TemplateName": {
|
5704
|
+
"shape": "__string"
|
5705
|
+
},
|
5706
|
+
"TemplateVersion": {
|
5707
|
+
"shape": "__string"
|
5708
|
+
}
|
5709
|
+
}
|
5710
|
+
},
|
5678
5711
|
"DefaultMessage": {
|
5679
5712
|
"type": "structure",
|
5680
5713
|
"members": {
|
@@ -8925,6 +8958,14 @@
|
|
8925
8958
|
"FAILED"
|
8926
8959
|
]
|
8927
8960
|
},
|
8961
|
+
"JourneyCustomMessage": {
|
8962
|
+
"type": "structure",
|
8963
|
+
"members": {
|
8964
|
+
"Data": {
|
8965
|
+
"shape": "__string"
|
8966
|
+
}
|
8967
|
+
}
|
8968
|
+
},
|
8928
8969
|
"JourneyDateRangeKpiResponse": {
|
8929
8970
|
"type": "structure",
|
8930
8971
|
"members": {
|
@@ -9035,6 +9076,14 @@
|
|
9035
9076
|
}
|
9036
9077
|
}
|
9037
9078
|
},
|
9079
|
+
"JourneyPushMessage": {
|
9080
|
+
"type": "structure",
|
9081
|
+
"members": {
|
9082
|
+
"TimeToLive": {
|
9083
|
+
"shape": "__string"
|
9084
|
+
}
|
9085
|
+
}
|
9086
|
+
},
|
9038
9087
|
"JourneyResponse": {
|
9039
9088
|
"type": "structure",
|
9040
9089
|
"members": {
|
@@ -9091,6 +9140,17 @@
|
|
9091
9140
|
"ApplicationId"
|
9092
9141
|
]
|
9093
9142
|
},
|
9143
|
+
"JourneySMSMessage": {
|
9144
|
+
"type": "structure",
|
9145
|
+
"members": {
|
9146
|
+
"MessageType": {
|
9147
|
+
"shape": "MessageType"
|
9148
|
+
},
|
9149
|
+
"SenderId": {
|
9150
|
+
"shape": "__string"
|
9151
|
+
}
|
9152
|
+
}
|
9153
|
+
},
|
9094
9154
|
"JourneySchedule": {
|
9095
9155
|
"type": "structure",
|
9096
9156
|
"members": {
|
@@ -9656,6 +9716,23 @@
|
|
9656
9716
|
}
|
9657
9717
|
}
|
9658
9718
|
},
|
9719
|
+
"PushMessageActivity": {
|
9720
|
+
"type": "structure",
|
9721
|
+
"members": {
|
9722
|
+
"MessageConfig": {
|
9723
|
+
"shape": "JourneyPushMessage"
|
9724
|
+
},
|
9725
|
+
"NextActivity": {
|
9726
|
+
"shape": "__string"
|
9727
|
+
},
|
9728
|
+
"TemplateName": {
|
9729
|
+
"shape": "__string"
|
9730
|
+
},
|
9731
|
+
"TemplateVersion": {
|
9732
|
+
"shape": "__string"
|
9733
|
+
}
|
9734
|
+
}
|
9735
|
+
},
|
9659
9736
|
"PushNotificationTemplateRequest": {
|
9660
9737
|
"type": "structure",
|
9661
9738
|
"members": {
|
@@ -10077,6 +10154,23 @@
|
|
10077
10154
|
}
|
10078
10155
|
}
|
10079
10156
|
},
|
10157
|
+
"SMSMessageActivity": {
|
10158
|
+
"type": "structure",
|
10159
|
+
"members": {
|
10160
|
+
"MessageConfig": {
|
10161
|
+
"shape": "JourneySMSMessage"
|
10162
|
+
},
|
10163
|
+
"NextActivity": {
|
10164
|
+
"shape": "__string"
|
10165
|
+
},
|
10166
|
+
"TemplateName": {
|
10167
|
+
"shape": "__string"
|
10168
|
+
},
|
10169
|
+
"TemplateVersion": {
|
10170
|
+
"shape": "__string"
|
10171
|
+
}
|
10172
|
+
}
|
10173
|
+
},
|
10080
10174
|
"SMSTemplateRequest": {
|
10081
10175
|
"type": "structure",
|
10082
10176
|
"members": {
|
@@ -12003,6 +12097,7 @@
|
|
12003
12097
|
"__EndpointTypesElement": {
|
12004
12098
|
"type": "string",
|
12005
12099
|
"enum": [
|
12100
|
+
"PUSH",
|
12006
12101
|
"GCM",
|
12007
12102
|
"APNS",
|
12008
12103
|
"APNS_SANDBOX",
|