aws-sdk-core 2.11.492 → 2.11.493

Sign up to get free protection for your applications and to get access to all the features.
@@ -419,6 +419,45 @@
419
419
  "output": {
420
420
  "shape": "ListPackagingGroupsResponse"
421
421
  }
422
+ },
423
+ "ListTagsForResource": {
424
+ "errors": [],
425
+ "http": {
426
+ "method": "GET",
427
+ "requestUri": "/tags/{resource-arn}",
428
+ "responseCode": 200
429
+ },
430
+ "input": {
431
+ "shape": "ListTagsForResourceRequest"
432
+ },
433
+ "name": "ListTagsForResource",
434
+ "output": {
435
+ "shape": "ListTagsForResourceResponse"
436
+ }
437
+ },
438
+ "TagResource": {
439
+ "errors": [],
440
+ "http": {
441
+ "method": "POST",
442
+ "requestUri": "/tags/{resource-arn}",
443
+ "responseCode": 204
444
+ },
445
+ "input": {
446
+ "shape": "TagResourceRequest"
447
+ },
448
+ "name": "TagResource"
449
+ },
450
+ "UntagResource": {
451
+ "errors": [],
452
+ "http": {
453
+ "method": "DELETE",
454
+ "requestUri": "/tags/{resource-arn}",
455
+ "responseCode": 204
456
+ },
457
+ "input": {
458
+ "shape": "UntagResourceRequest"
459
+ },
460
+ "name": "UntagResource"
422
461
  }
423
462
  },
424
463
  "shapes": {
@@ -463,6 +502,10 @@
463
502
  "SourceRoleArn": {
464
503
  "locationName": "sourceRoleArn",
465
504
  "shape": "__string"
505
+ },
506
+ "Tags": {
507
+ "locationName": "tags",
508
+ "shape": "Tags"
466
509
  }
467
510
  },
468
511
  "type": "structure"
@@ -488,6 +531,10 @@
488
531
  "SourceRoleArn": {
489
532
  "locationName": "sourceRoleArn",
490
533
  "shape": "__string"
534
+ },
535
+ "Tags": {
536
+ "locationName": "tags",
537
+ "shape": "Tags"
491
538
  }
492
539
  },
493
540
  "required": [
@@ -540,6 +587,10 @@
540
587
  "SourceRoleArn": {
541
588
  "locationName": "sourceRoleArn",
542
589
  "shape": "__string"
590
+ },
591
+ "Tags": {
592
+ "locationName": "tags",
593
+ "shape": "Tags"
543
594
  }
544
595
  },
545
596
  "type": "structure"
@@ -597,6 +648,10 @@
597
648
  "SourceRoleArn": {
598
649
  "locationName": "sourceRoleArn",
599
650
  "shape": "__string"
651
+ },
652
+ "Tags": {
653
+ "locationName": "tags",
654
+ "shape": "Tags"
600
655
  }
601
656
  },
602
657
  "required": [
@@ -640,6 +695,10 @@
640
695
  "SourceRoleArn": {
641
696
  "locationName": "sourceRoleArn",
642
697
  "shape": "__string"
698
+ },
699
+ "Tags": {
700
+ "locationName": "tags",
701
+ "shape": "Tags"
643
702
  }
644
703
  },
645
704
  "type": "structure"
@@ -669,6 +728,10 @@
669
728
  "PackagingGroupId": {
670
729
  "locationName": "packagingGroupId",
671
730
  "shape": "__string"
731
+ },
732
+ "Tags": {
733
+ "locationName": "tags",
734
+ "shape": "Tags"
672
735
  }
673
736
  },
674
737
  "required": [
@@ -706,6 +769,10 @@
706
769
  "PackagingGroupId": {
707
770
  "locationName": "packagingGroupId",
708
771
  "shape": "__string"
772
+ },
773
+ "Tags": {
774
+ "locationName": "tags",
775
+ "shape": "Tags"
709
776
  }
710
777
  },
711
778
  "type": "structure"
@@ -715,6 +782,10 @@
715
782
  "Id": {
716
783
  "locationName": "id",
717
784
  "shape": "__string"
785
+ },
786
+ "Tags": {
787
+ "locationName": "tags",
788
+ "shape": "Tags"
718
789
  }
719
790
  },
720
791
  "required": [
@@ -735,6 +806,10 @@
735
806
  "Id": {
736
807
  "locationName": "id",
737
808
  "shape": "__string"
809
+ },
810
+ "Tags": {
811
+ "locationName": "tags",
812
+ "shape": "Tags"
738
813
  }
739
814
  },
740
815
  "type": "structure"
@@ -901,6 +976,10 @@
901
976
  "SourceRoleArn": {
902
977
  "locationName": "sourceRoleArn",
903
978
  "shape": "__string"
979
+ },
980
+ "Tags": {
981
+ "locationName": "tags",
982
+ "shape": "Tags"
904
983
  }
905
984
  },
906
985
  "type": "structure"
@@ -947,6 +1026,10 @@
947
1026
  "PackagingGroupId": {
948
1027
  "locationName": "packagingGroupId",
949
1028
  "shape": "__string"
1029
+ },
1030
+ "Tags": {
1031
+ "locationName": "tags",
1032
+ "shape": "Tags"
950
1033
  }
951
1034
  },
952
1035
  "type": "structure"
@@ -977,6 +1060,10 @@
977
1060
  "Id": {
978
1061
  "locationName": "id",
979
1062
  "shape": "__string"
1063
+ },
1064
+ "Tags": {
1065
+ "locationName": "tags",
1066
+ "shape": "Tags"
980
1067
  }
981
1068
  },
982
1069
  "type": "structure"
@@ -1194,6 +1281,28 @@
1194
1281
  },
1195
1282
  "type": "structure"
1196
1283
  },
1284
+ "ListTagsForResourceRequest": {
1285
+ "members": {
1286
+ "ResourceArn": {
1287
+ "location": "uri",
1288
+ "locationName": "resource-arn",
1289
+ "shape": "__string"
1290
+ }
1291
+ },
1292
+ "required": [
1293
+ "ResourceArn"
1294
+ ],
1295
+ "type": "structure"
1296
+ },
1297
+ "ListTagsForResourceResponse": {
1298
+ "members": {
1299
+ "Tags": {
1300
+ "locationName": "tags",
1301
+ "shape": "__mapOf__string"
1302
+ }
1303
+ },
1304
+ "type": "structure"
1305
+ },
1197
1306
  "ManifestLayout": {
1198
1307
  "enum": [
1199
1308
  "FULL",
@@ -1293,6 +1402,10 @@
1293
1402
  "PackagingGroupId": {
1294
1403
  "locationName": "packagingGroupId",
1295
1404
  "shape": "__string"
1405
+ },
1406
+ "Tags": {
1407
+ "locationName": "tags",
1408
+ "shape": "Tags"
1296
1409
  }
1297
1410
  },
1298
1411
  "type": "structure"
@@ -1322,6 +1435,10 @@
1322
1435
  "PackagingGroupId": {
1323
1436
  "locationName": "packagingGroupId",
1324
1437
  "shape": "__string"
1438
+ },
1439
+ "Tags": {
1440
+ "locationName": "tags",
1441
+ "shape": "Tags"
1325
1442
  }
1326
1443
  },
1327
1444
  "required": [
@@ -1356,6 +1473,10 @@
1356
1473
  "Id": {
1357
1474
  "locationName": "id",
1358
1475
  "shape": "__string"
1476
+ },
1477
+ "Tags": {
1478
+ "locationName": "tags",
1479
+ "shape": "Tags"
1359
1480
  }
1360
1481
  },
1361
1482
  "type": "structure"
@@ -1365,6 +1486,10 @@
1365
1486
  "Id": {
1366
1487
  "locationName": "id",
1367
1488
  "shape": "__string"
1489
+ },
1490
+ "Tags": {
1491
+ "locationName": "tags",
1492
+ "shape": "Tags"
1368
1493
  }
1369
1494
  },
1370
1495
  "required": [
@@ -1460,6 +1585,45 @@
1460
1585
  },
1461
1586
  "type": "structure"
1462
1587
  },
1588
+ "TagResourceRequest": {
1589
+ "members": {
1590
+ "ResourceArn": {
1591
+ "location": "uri",
1592
+ "locationName": "resource-arn",
1593
+ "shape": "__string"
1594
+ },
1595
+ "Tags": {
1596
+ "locationName": "tags",
1597
+ "shape": "__mapOf__string"
1598
+ }
1599
+ },
1600
+ "required": [
1601
+ "ResourceArn",
1602
+ "Tags"
1603
+ ],
1604
+ "type": "structure"
1605
+ },
1606
+ "Tags": {
1607
+ "key": {
1608
+ "shape": "__string"
1609
+ },
1610
+ "type": "map",
1611
+ "value": {
1612
+ "shape": "__string"
1613
+ }
1614
+ },
1615
+ "TagsModel": {
1616
+ "members": {
1617
+ "Tags": {
1618
+ "locationName": "tags",
1619
+ "shape": "__mapOf__string"
1620
+ }
1621
+ },
1622
+ "required": [
1623
+ "Tags"
1624
+ ],
1625
+ "type": "structure"
1626
+ },
1463
1627
  "TooManyRequestsException": {
1464
1628
  "error": {
1465
1629
  "httpStatusCode": 429
@@ -1486,6 +1650,25 @@
1486
1650
  },
1487
1651
  "type": "structure"
1488
1652
  },
1653
+ "UntagResourceRequest": {
1654
+ "members": {
1655
+ "ResourceArn": {
1656
+ "location": "uri",
1657
+ "locationName": "resource-arn",
1658
+ "shape": "__string"
1659
+ },
1660
+ "TagKeys": {
1661
+ "location": "querystring",
1662
+ "locationName": "tagKeys",
1663
+ "shape": "__listOf__string"
1664
+ }
1665
+ },
1666
+ "required": [
1667
+ "TagKeys",
1668
+ "ResourceArn"
1669
+ ],
1670
+ "type": "structure"
1671
+ },
1489
1672
  "__PeriodTriggersElement": {
1490
1673
  "enum": [
1491
1674
  "ADS"
@@ -1558,6 +1741,15 @@
1558
1741
  "__long": {
1559
1742
  "type": "long"
1560
1743
  },
1744
+ "__mapOf__string": {
1745
+ "key": {
1746
+ "shape": "__string"
1747
+ },
1748
+ "type": "map",
1749
+ "value": {
1750
+ "shape": "__string"
1751
+ }
1752
+ },
1561
1753
  "__string": {
1562
1754
  "type": "string"
1563
1755
  }
@@ -4952,6 +4952,14 @@
4952
4952
  "Rows"
4953
4953
  ]
4954
4954
  },
4955
+ "CampaignCustomMessage": {
4956
+ "type": "structure",
4957
+ "members": {
4958
+ "Data": {
4959
+ "shape": "__string"
4960
+ }
4961
+ }
4962
+ },
4955
4963
  "CampaignDateRangeKpiResponse": {
4956
4964
  "type": "structure",
4957
4965
  "members": {
@@ -5064,6 +5072,9 @@
5064
5072
  "CreationDate": {
5065
5073
  "shape": "__string"
5066
5074
  },
5075
+ "CustomDeliveryConfiguration": {
5076
+ "shape": "CustomDeliveryConfiguration"
5077
+ },
5067
5078
  "DefaultState": {
5068
5079
  "shape": "CampaignState"
5069
5080
  },
@@ -5650,6 +5661,20 @@
5650
5661
  ],
5651
5662
  "payload": "CreateTemplateMessageBody"
5652
5663
  },
5664
+ "CustomDeliveryConfiguration": {
5665
+ "type": "structure",
5666
+ "members": {
5667
+ "DeliveryUri": {
5668
+ "shape": "__string"
5669
+ },
5670
+ "EndpointTypes": {
5671
+ "shape": "ListOf__EndpointTypesElement"
5672
+ }
5673
+ },
5674
+ "required": [
5675
+ "DeliveryUri"
5676
+ ]
5677
+ },
5653
5678
  "DefaultMessage": {
5654
5679
  "type": "structure",
5655
5680
  "members": {
@@ -9318,6 +9343,9 @@
9318
9343
  "BaiduMessage": {
9319
9344
  "shape": "Message"
9320
9345
  },
9346
+ "CustomMessage": {
9347
+ "shape": "CampaignCustomMessage"
9348
+ },
9321
9349
  "DefaultMessage": {
9322
9350
  "shape": "Message"
9323
9351
  },
@@ -10765,6 +10793,9 @@
10765
10793
  "TreatmentResource": {
10766
10794
  "type": "structure",
10767
10795
  "members": {
10796
+ "CustomDeliveryConfiguration": {
10797
+ "shape": "CustomDeliveryConfiguration"
10798
+ },
10768
10799
  "Id": {
10769
10800
  "shape": "__string"
10770
10801
  },
@@ -11815,6 +11846,9 @@
11815
11846
  "AdditionalTreatments": {
11816
11847
  "shape": "ListOfWriteTreatmentResource"
11817
11848
  },
11849
+ "CustomDeliveryConfiguration": {
11850
+ "shape": "CustomDeliveryConfiguration"
11851
+ },
11818
11852
  "Description": {
11819
11853
  "shape": "__string"
11820
11854
  },
@@ -11940,6 +11974,9 @@
11940
11974
  "WriteTreatmentResource": {
11941
11975
  "type": "structure",
11942
11976
  "members": {
11977
+ "CustomDeliveryConfiguration": {
11978
+ "shape": "CustomDeliveryConfiguration"
11979
+ },
11943
11980
  "MessageConfiguration": {
11944
11981
  "shape": "MessageConfiguration"
11945
11982
  },
@@ -11963,6 +12000,22 @@
11963
12000
  "SizePercent"
11964
12001
  ]
11965
12002
  },
12003
+ "__EndpointTypesElement": {
12004
+ "type": "string",
12005
+ "enum": [
12006
+ "GCM",
12007
+ "APNS",
12008
+ "APNS_SANDBOX",
12009
+ "APNS_VOIP",
12010
+ "APNS_VOIP_SANDBOX",
12011
+ "ADM",
12012
+ "SMS",
12013
+ "VOICE",
12014
+ "EMAIL",
12015
+ "BAIDU",
12016
+ "CUSTOM"
12017
+ ]
12018
+ },
11966
12019
  "__boolean": {
11967
12020
  "type": "boolean"
11968
12021
  },
@@ -12104,6 +12157,12 @@
12104
12157
  "shape": "WriteTreatmentResource"
12105
12158
  }
12106
12159
  },
12160
+ "ListOf__EndpointTypesElement": {
12161
+ "type": "list",
12162
+ "member": {
12163
+ "shape": "__EndpointTypesElement"
12164
+ }
12165
+ },
12107
12166
  "ListOf__string": {
12108
12167
  "type": "list",
12109
12168
  "member": {
@@ -198,6 +198,7 @@
198
198
  {"shape":"MalformedArnException"},
199
199
  {"shape":"InvalidNextTokenException"},
200
200
  {"shape":"InvalidParameterException"},
201
+ {"shape":"ResourceArnNotFoundException"},
201
202
  {"shape":"ServerInternalException"},
202
203
  {"shape":"ServiceUnavailableException"}
203
204
  ]
@@ -232,6 +233,7 @@
232
233
  {"shape":"ResourceShareInvitationArnNotFoundException"},
233
234
  {"shape":"InvalidMaxResultsException"},
234
235
  {"shape":"MalformedArnException"},
236
+ {"shape":"UnknownResourceException"},
235
237
  {"shape":"InvalidNextTokenException"},
236
238
  {"shape":"InvalidParameterException"},
237
239
  {"shape":"ServerInternalException"},
@@ -326,6 +328,21 @@
326
328
  {"shape":"OperationNotPermittedException"}
327
329
  ]
328
330
  },
331
+ "ListResourceTypes":{
332
+ "name":"ListResourceTypes",
333
+ "http":{
334
+ "method":"POST",
335
+ "requestUri":"/listresourcetypes"
336
+ },
337
+ "input":{"shape":"ListResourceTypesRequest"},
338
+ "output":{"shape":"ListResourceTypesResponse"},
339
+ "errors":[
340
+ {"shape":"InvalidNextTokenException"},
341
+ {"shape":"InvalidParameterException"},
342
+ {"shape":"ServerInternalException"},
343
+ {"shape":"ServiceUnavailableException"}
344
+ ]
345
+ },
329
346
  "ListResources":{
330
347
  "name":"ListResources",
331
348
  "http":{
@@ -358,7 +375,8 @@
358
375
  {"shape":"InvalidParameterException"},
359
376
  {"shape":"MissingRequiredParameterException"},
360
377
  {"shape":"ServerInternalException"},
361
- {"shape":"ServiceUnavailableException"}
378
+ {"shape":"ServiceUnavailableException"},
379
+ {"shape":"UnknownResourceException"}
362
380
  ]
363
381
  },
364
382
  "RejectResourceShareInvitation":{
@@ -798,6 +816,20 @@
798
816
  "nextToken":{"shape":"String"}
799
817
  }
800
818
  },
819
+ "ListResourceTypesRequest":{
820
+ "type":"structure",
821
+ "members":{
822
+ "nextToken":{"shape":"String"},
823
+ "maxResults":{"shape":"MaxResults"}
824
+ }
825
+ },
826
+ "ListResourceTypesResponse":{
827
+ "type":"structure",
828
+ "members":{
829
+ "resourceTypes":{"shape":"ServiceNameAndResourceTypeList"},
830
+ "nextToken":{"shape":"String"}
831
+ }
832
+ },
801
833
  "ListResourcesRequest":{
802
834
  "type":"structure",
803
835
  "required":["resourceOwner"],
@@ -1150,6 +1182,17 @@
1150
1182
  "error":{"httpStatusCode":500},
1151
1183
  "exception":true
1152
1184
  },
1185
+ "ServiceNameAndResourceType":{
1186
+ "type":"structure",
1187
+ "members":{
1188
+ "resourceType":{"shape":"String"},
1189
+ "serviceName":{"shape":"String"}
1190
+ }
1191
+ },
1192
+ "ServiceNameAndResourceTypeList":{
1193
+ "type":"list",
1194
+ "member":{"shape":"ServiceNameAndResourceType"}
1195
+ },
1153
1196
  "ServiceUnavailableException":{
1154
1197
  "type":"structure",
1155
1198
  "required":["message"],