aws-sdk-core 2.11.81 → 2.11.82

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fd41388ce766b7429eee71c9d81f2abc1887295
4
- data.tar.gz: fe0fe10d196ad03ec746ee5a32292518d6892e95
3
+ metadata.gz: ee01c22bbea7f2ad76ead3c84273ec72b5167fb5
4
+ data.tar.gz: caf56106bc534411677c2f03f78c0cf892a185a1
5
5
  SHA512:
6
- metadata.gz: 5404a832abc3b8a59e0455f00c8239c23fffe4859ed8832565920cd46a101fb8d4365e931ad984876c41644a9e6b74fcefc3603456a751c3aebc05129b23ad72
7
- data.tar.gz: 88ee1a10fbb2ec53d720c2f70300dbeb2521e064261572de6d4c16aac3f82186806eba45cc5b0382b579826d211ca1366a05d11060f713d94ab317e04b6c711c
6
+ metadata.gz: 4c88d0d1edc41415ff2b34e65177dcba90b6390fe016ecbf8131ed9bca1502347586e03ee9fdb44ebf8127ed2c2eacb4d08021d30fa8a100703295a19ed6bcb9
7
+ data.tar.gz: 3c3a5655dad737ce6e6c06113f922e33bdc737c11a987e73c56fa2a5283be78d8fd7d2a4b40e2ac66f85468fd212c765795450e5b2e2fcfcfd69838eb34df821
@@ -4,6 +4,7 @@
4
4
  "endpointPrefix" : "pinpoint",
5
5
  "signingName" : "mobiletargeting",
6
6
  "serviceFullName" : "Amazon Pinpoint",
7
+ "serviceId" : "Pinpoint",
7
8
  "protocol" : "rest-json",
8
9
  "jsonVersion" : "1.1",
9
10
  "uid" : "pinpoint-2016-12-01",
@@ -64,7 +65,7 @@
64
65
  "shape" : "TooManyRequestsException"
65
66
  } ]
66
67
  },
67
- "CreateExportJob" : {
68
+ "CreateExportJob" : {
68
69
  "name" : "CreateExportJob",
69
70
  "http" : {
70
71
  "method" : "POST",
@@ -523,6 +524,33 @@
523
524
  "shape" : "TooManyRequestsException"
524
525
  } ]
525
526
  },
527
+ "DeleteUserEndpoints" : {
528
+ "name" : "DeleteUserEndpoints",
529
+ "http" : {
530
+ "method" : "DELETE",
531
+ "requestUri" : "/v1/apps/{application-id}/users/{user-id}",
532
+ "responseCode" : 202
533
+ },
534
+ "input" : {
535
+ "shape" : "DeleteUserEndpointsRequest"
536
+ },
537
+ "output" : {
538
+ "shape" : "DeleteUserEndpointsResponse"
539
+ },
540
+ "errors" : [ {
541
+ "shape" : "BadRequestException"
542
+ }, {
543
+ "shape" : "InternalServerErrorException"
544
+ }, {
545
+ "shape" : "ForbiddenException"
546
+ }, {
547
+ "shape" : "NotFoundException"
548
+ }, {
549
+ "shape" : "MethodNotAllowedException"
550
+ }, {
551
+ "shape" : "TooManyRequestsException"
552
+ } ]
553
+ },
526
554
  "GetAdmChannel" : {
527
555
  "name" : "GetAdmChannel",
528
556
  "http" : {
@@ -901,6 +929,33 @@
901
929
  "shape" : "TooManyRequestsException"
902
930
  } ]
903
931
  },
932
+ "GetChannels" : {
933
+ "name" : "GetChannels",
934
+ "http" : {
935
+ "method" : "GET",
936
+ "requestUri" : "/v1/apps/{application-id}/channels",
937
+ "responseCode" : 200
938
+ },
939
+ "input" : {
940
+ "shape" : "GetChannelsRequest"
941
+ },
942
+ "output" : {
943
+ "shape" : "GetChannelsResponse"
944
+ },
945
+ "errors" : [ {
946
+ "shape" : "BadRequestException"
947
+ }, {
948
+ "shape" : "InternalServerErrorException"
949
+ }, {
950
+ "shape" : "ForbiddenException"
951
+ }, {
952
+ "shape" : "NotFoundException"
953
+ }, {
954
+ "shape" : "MethodNotAllowedException"
955
+ }, {
956
+ "shape" : "TooManyRequestsException"
957
+ } ]
958
+ },
904
959
  "GetEmailChannel" : {
905
960
  "name" : "GetEmailChannel",
906
961
  "http" : {
@@ -1306,6 +1361,60 @@
1306
1361
  "shape" : "TooManyRequestsException"
1307
1362
  } ]
1308
1363
  },
1364
+ "GetUserEndpoints" : {
1365
+ "name" : "GetUserEndpoints",
1366
+ "http" : {
1367
+ "method" : "GET",
1368
+ "requestUri" : "/v1/apps/{application-id}/users/{user-id}",
1369
+ "responseCode" : 200
1370
+ },
1371
+ "input" : {
1372
+ "shape" : "GetUserEndpointsRequest"
1373
+ },
1374
+ "output" : {
1375
+ "shape" : "GetUserEndpointsResponse"
1376
+ },
1377
+ "errors" : [ {
1378
+ "shape" : "BadRequestException"
1379
+ }, {
1380
+ "shape" : "InternalServerErrorException"
1381
+ }, {
1382
+ "shape" : "ForbiddenException"
1383
+ }, {
1384
+ "shape" : "NotFoundException"
1385
+ }, {
1386
+ "shape" : "MethodNotAllowedException"
1387
+ }, {
1388
+ "shape" : "TooManyRequestsException"
1389
+ } ]
1390
+ },
1391
+ "PhoneNumberValidate" : {
1392
+ "name" : "PhoneNumberValidate",
1393
+ "http" : {
1394
+ "method" : "POST",
1395
+ "requestUri" : "/v1/phone/number/validate",
1396
+ "responseCode" : 200
1397
+ },
1398
+ "input" : {
1399
+ "shape" : "PhoneNumberValidateRequest"
1400
+ },
1401
+ "output" : {
1402
+ "shape" : "PhoneNumberValidateResponse"
1403
+ },
1404
+ "errors" : [ {
1405
+ "shape" : "BadRequestException"
1406
+ }, {
1407
+ "shape" : "InternalServerErrorException"
1408
+ }, {
1409
+ "shape" : "ForbiddenException"
1410
+ }, {
1411
+ "shape" : "NotFoundException"
1412
+ }, {
1413
+ "shape" : "MethodNotAllowedException"
1414
+ }, {
1415
+ "shape" : "TooManyRequestsException"
1416
+ } ]
1417
+ },
1309
1418
  "PutEventStream" : {
1310
1419
  "name" : "PutEventStream",
1311
1420
  "http" : {
@@ -1333,6 +1442,33 @@
1333
1442
  "shape" : "TooManyRequestsException"
1334
1443
  } ]
1335
1444
  },
1445
+ "RemoveAttributes" : {
1446
+ "name" : "RemoveAttributes",
1447
+ "http" : {
1448
+ "method" : "PUT",
1449
+ "requestUri" : "/v1/apps/{application-id}/attributes/{attribute-type}",
1450
+ "responseCode" : 200
1451
+ },
1452
+ "input" : {
1453
+ "shape" : "RemoveAttributesRequest"
1454
+ },
1455
+ "output" : {
1456
+ "shape" : "RemoveAttributesResponse"
1457
+ },
1458
+ "errors" : [ {
1459
+ "shape" : "BadRequestException"
1460
+ }, {
1461
+ "shape" : "InternalServerErrorException"
1462
+ }, {
1463
+ "shape" : "ForbiddenException"
1464
+ }, {
1465
+ "shape" : "NotFoundException"
1466
+ }, {
1467
+ "shape" : "MethodNotAllowedException"
1468
+ }, {
1469
+ "shape" : "TooManyRequestsException"
1470
+ } ]
1471
+ },
1336
1472
  "SendMessages" : {
1337
1473
  "name" : "SendMessages",
1338
1474
  "http" : {
@@ -1779,7 +1915,8 @@
1779
1915
  "Enabled" : {
1780
1916
  "shape" : "__boolean"
1781
1917
  }
1782
- }
1918
+ },
1919
+ "required" : [ ]
1783
1920
  },
1784
1921
  "ADMChannelResponse" : {
1785
1922
  "type" : "structure",
@@ -1814,7 +1951,8 @@
1814
1951
  "Version" : {
1815
1952
  "shape" : "__integer"
1816
1953
  }
1817
- }
1954
+ },
1955
+ "required" : [ ]
1818
1956
  },
1819
1957
  "ADMMessage" : {
1820
1958
  "type" : "structure",
@@ -1896,7 +2034,8 @@
1896
2034
  "TokenKeyId" : {
1897
2035
  "shape" : "__string"
1898
2036
  }
1899
- }
2037
+ },
2038
+ "required" : [ ]
1900
2039
  },
1901
2040
  "APNSChannelResponse" : {
1902
2041
  "type" : "structure",
@@ -1937,7 +2076,8 @@
1937
2076
  "Version" : {
1938
2077
  "shape" : "__integer"
1939
2078
  }
1940
- }
2079
+ },
2080
+ "required" : [ ]
1941
2081
  },
1942
2082
  "APNSMessage" : {
1943
2083
  "type" : "structure",
@@ -2022,7 +2162,8 @@
2022
2162
  "TokenKeyId" : {
2023
2163
  "shape" : "__string"
2024
2164
  }
2025
- }
2165
+ },
2166
+ "required" : [ ]
2026
2167
  },
2027
2168
  "APNSSandboxChannelResponse" : {
2028
2169
  "type" : "structure",
@@ -2063,7 +2204,8 @@
2063
2204
  "Version" : {
2064
2205
  "shape" : "__integer"
2065
2206
  }
2066
- }
2207
+ },
2208
+ "required" : [ ]
2067
2209
  },
2068
2210
  "APNSVoipChannelRequest" : {
2069
2211
  "type" : "structure",
@@ -2092,7 +2234,8 @@
2092
2234
  "TokenKeyId" : {
2093
2235
  "shape" : "__string"
2094
2236
  }
2095
- }
2237
+ },
2238
+ "required" : [ ]
2096
2239
  },
2097
2240
  "APNSVoipChannelResponse" : {
2098
2241
  "type" : "structure",
@@ -2133,7 +2276,8 @@
2133
2276
  "Version" : {
2134
2277
  "shape" : "__integer"
2135
2278
  }
2136
- }
2279
+ },
2280
+ "required" : [ ]
2137
2281
  },
2138
2282
  "APNSVoipSandboxChannelRequest" : {
2139
2283
  "type" : "structure",
@@ -2162,7 +2306,8 @@
2162
2306
  "TokenKeyId" : {
2163
2307
  "shape" : "__string"
2164
2308
  }
2165
- }
2309
+ },
2310
+ "required" : [ ]
2166
2311
  },
2167
2312
  "APNSVoipSandboxChannelResponse" : {
2168
2313
  "type" : "structure",
@@ -2203,7 +2348,8 @@
2203
2348
  "Version" : {
2204
2349
  "shape" : "__integer"
2205
2350
  }
2206
- }
2351
+ },
2352
+ "required" : [ ]
2207
2353
  },
2208
2354
  "Action" : {
2209
2355
  "type" : "string",
@@ -2215,7 +2361,8 @@
2215
2361
  "Item" : {
2216
2362
  "shape" : "ListOfActivityResponse"
2217
2363
  }
2218
- }
2364
+ },
2365
+ "required" : [ ]
2219
2366
  },
2220
2367
  "ActivityResponse" : {
2221
2368
  "type" : "structure",
@@ -2259,7 +2406,8 @@
2259
2406
  "TreatmentId" : {
2260
2407
  "shape" : "__string"
2261
2408
  }
2262
- }
2409
+ },
2410
+ "required" : [ ]
2263
2411
  },
2264
2412
  "AddressConfiguration" : {
2265
2413
  "type" : "structure",
@@ -2293,7 +2441,8 @@
2293
2441
  "Name" : {
2294
2442
  "shape" : "__string"
2295
2443
  }
2296
- }
2444
+ },
2445
+ "required" : [ ]
2297
2446
  },
2298
2447
  "ApplicationSettingsResource" : {
2299
2448
  "type" : "structure",
@@ -2313,7 +2462,8 @@
2313
2462
  "QuietTime" : {
2314
2463
  "shape" : "QuietTime"
2315
2464
  }
2316
- }
2465
+ },
2466
+ "required" : [ ]
2317
2467
  },
2318
2468
  "ApplicationsResponse" : {
2319
2469
  "type" : "structure",
@@ -2335,12 +2485,28 @@
2335
2485
  "Values" : {
2336
2486
  "shape" : "ListOf__string"
2337
2487
  }
2338
- }
2488
+ },
2489
+ "required" : [ ]
2339
2490
  },
2340
2491
  "AttributeType" : {
2341
2492
  "type" : "string",
2342
2493
  "enum" : [ "INCLUSIVE", "EXCLUSIVE" ]
2343
2494
  },
2495
+ "AttributesResource" : {
2496
+ "type" : "structure",
2497
+ "members" : {
2498
+ "ApplicationId" : {
2499
+ "shape" : "__string"
2500
+ },
2501
+ "AttributeType" : {
2502
+ "shape" : "__string"
2503
+ },
2504
+ "Attributes" : {
2505
+ "shape" : "ListOf__string"
2506
+ }
2507
+ },
2508
+ "required" : [ ]
2509
+ },
2344
2510
  "BadRequestException" : {
2345
2511
  "type" : "structure",
2346
2512
  "members" : {
@@ -2368,7 +2534,8 @@
2368
2534
  "SecretKey" : {
2369
2535
  "shape" : "__string"
2370
2536
  }
2371
- }
2537
+ },
2538
+ "required" : [ ]
2372
2539
  },
2373
2540
  "BaiduChannelResponse" : {
2374
2541
  "type" : "structure",
@@ -2406,7 +2573,8 @@
2406
2573
  "Version" : {
2407
2574
  "shape" : "__integer"
2408
2575
  }
2409
- }
2576
+ },
2577
+ "required" : [ ]
2410
2578
  },
2411
2579
  "BaiduMessage" : {
2412
2580
  "type" : "structure",
@@ -2444,6 +2612,9 @@
2444
2612
  "Substitutions" : {
2445
2613
  "shape" : "MapOfListOf__string"
2446
2614
  },
2615
+ "TimeToLive" : {
2616
+ "shape" : "__integer"
2617
+ },
2447
2618
  "Title" : {
2448
2619
  "shape" : "__string"
2449
2620
  },
@@ -2467,7 +2638,8 @@
2467
2638
  "Title" : {
2468
2639
  "shape" : "__string"
2469
2640
  }
2470
- }
2641
+ },
2642
+ "required" : [ ]
2471
2643
  },
2472
2644
  "CampaignHook" : {
2473
2645
  "type" : "structure",
@@ -2563,7 +2735,8 @@
2563
2735
  "Version" : {
2564
2736
  "shape" : "__integer"
2565
2737
  }
2566
- }
2738
+ },
2739
+ "required" : [ ]
2567
2740
  },
2568
2741
  "CampaignSmsMessage" : {
2569
2742
  "type" : "structure",
@@ -2589,7 +2762,7 @@
2589
2762
  },
2590
2763
  "CampaignStatus" : {
2591
2764
  "type" : "string",
2592
- "enum" : [ "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED" ]
2765
+ "enum" : [ "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED" ]
2593
2766
  },
2594
2767
  "CampaignsResponse" : {
2595
2768
  "type" : "structure",
@@ -2600,12 +2773,54 @@
2600
2773
  "NextToken" : {
2601
2774
  "shape" : "__string"
2602
2775
  }
2776
+ },
2777
+ "required" : [ ]
2778
+ },
2779
+ "ChannelResponse" : {
2780
+ "type" : "structure",
2781
+ "members" : {
2782
+ "ApplicationId" : {
2783
+ "shape" : "__string"
2784
+ },
2785
+ "CreationDate" : {
2786
+ "shape" : "__string"
2787
+ },
2788
+ "Enabled" : {
2789
+ "shape" : "__boolean"
2790
+ },
2791
+ "HasCredential" : {
2792
+ "shape" : "__boolean"
2793
+ },
2794
+ "Id" : {
2795
+ "shape" : "__string"
2796
+ },
2797
+ "IsArchived" : {
2798
+ "shape" : "__boolean"
2799
+ },
2800
+ "LastModifiedBy" : {
2801
+ "shape" : "__string"
2802
+ },
2803
+ "LastModifiedDate" : {
2804
+ "shape" : "__string"
2805
+ },
2806
+ "Version" : {
2807
+ "shape" : "__integer"
2808
+ }
2603
2809
  }
2604
2810
  },
2605
2811
  "ChannelType" : {
2606
2812
  "type" : "string",
2607
2813
  "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "EMAIL", "BAIDU", "CUSTOM" ]
2608
2814
  },
2815
+ "ChannelsResponse" : {
2816
+ "type" : "structure",
2817
+ "members" : {
2818
+ "Channels" : {
2819
+ "shape" : "MapOfChannelResponse"
2820
+ }
2821
+ },
2822
+ "required" : [ ]
2823
+ },
2609
2824
  "CreateAppRequest" : {
2610
2825
  "type" : "structure",
2611
2826
  "members" : {
@@ -2632,7 +2847,8 @@
2632
2847
  "Name" : {
2633
2848
  "shape" : "__string"
2634
2849
  }
2635
- }
2850
+ },
2851
+ "required" : [ ]
2636
2852
  },
2637
2853
  "CreateCampaignRequest" : {
2638
2854
  "type" : "structure",
@@ -3080,6 +3296,32 @@
3080
3296
  "required" : [ "SMSChannelResponse" ],
3081
3297
  "payload" : "SMSChannelResponse"
3082
3298
  },
3299
+ "DeleteUserEndpointsRequest" : {
3300
+ "type" : "structure",
3301
+ "members" : {
3302
+ "ApplicationId" : {
3303
+ "shape" : "__string",
3304
+ "location" : "uri",
3305
+ "locationName" : "application-id"
3306
+ },
3307
+ "UserId" : {
3308
+ "shape" : "__string",
3309
+ "location" : "uri",
3310
+ "locationName" : "user-id"
3311
+ }
3312
+ },
3313
+ "required" : [ "ApplicationId", "UserId" ]
3314
+ },
3315
+ "DeleteUserEndpointsResponse" : {
3316
+ "type" : "structure",
3317
+ "members" : {
3318
+ "EndpointsResponse" : {
3319
+ "shape" : "EndpointsResponse"
3320
+ }
3321
+ },
3322
+ "required" : [ "EndpointsResponse" ],
3323
+ "payload" : "EndpointsResponse"
3324
+ },
3083
3325
  "DeliveryStatus" : {
3084
3326
  "type" : "string",
3085
3327
  "enum" : [ "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE" ]
@@ -3112,7 +3354,8 @@
3112
3354
  "SMSMessage" : {
3113
3355
  "shape" : "SMSMessage"
3114
3356
  }
3115
- }
3357
+ },
3358
+ "required" : [ ]
3116
3359
  },
3117
3360
  "Duration" : {
3118
3361
  "type" : "string",
@@ -3133,7 +3376,8 @@
3133
3376
  "RoleArn" : {
3134
3377
  "shape" : "__string"
3135
3378
  }
3136
- }
3379
+ },
3380
+ "required" : [ ]
3137
3381
  },
3138
3382
  "EmailChannelResponse" : {
3139
3383
  "type" : "structure",
@@ -3168,6 +3412,9 @@
3168
3412
  "LastModifiedDate" : {
3169
3413
  "shape" : "__string"
3170
3414
  },
3415
+ "MessagesPerSecond" : {
3416
+ "shape" : "__integer"
3417
+ },
3171
3418
  "Platform" : {
3172
3419
  "shape" : "__string"
3173
3420
  },
@@ -3177,7 +3424,8 @@
3177
3424
  "Version" : {
3178
3425
  "shape" : "__integer"
3179
3426
  }
3180
- }
3427
+ },
3428
+ "required" : [ ]
3181
3429
  },
3182
3430
  "EndpointBatchItem" : {
3183
3431
  "type" : "structure",
@@ -3226,7 +3474,8 @@
3226
3474
  "Item" : {
3227
3475
  "shape" : "ListOfEndpointBatchItem"
3228
3476
  }
3229
- }
3477
+ },
3478
+ "required" : [ ]
3230
3479
  },
3231
3480
  "EndpointDemographic" : {
3232
3481
  "type" : "structure",
@@ -3289,6 +3538,9 @@
3289
3538
  "DeliveryStatus" : {
3290
3539
  "shape" : "DeliveryStatus"
3291
3540
  },
3541
+ "MessageId" : {
3542
+ "shape" : "__string"
3543
+ },
3292
3544
  "StatusCode" : {
3293
3545
  "shape" : "__integer"
3294
3546
  },
@@ -3298,7 +3550,8 @@
3298
3550
  "UpdatedToken" : {
3299
3551
  "shape" : "__string"
3300
3552
  }
3301
- }
3553
+ },
3554
+ "required" : [ ]
3302
3555
  },
3303
3556
  "EndpointRequest" : {
3304
3557
  "type" : "structure",
@@ -3419,6 +3672,15 @@
3419
3672
  }
3420
3673
  }
3421
3674
  },
3675
+ "EndpointsResponse" : {
3676
+ "type" : "structure",
3677
+ "members" : {
3678
+ "Item" : {
3679
+ "shape" : "ListOfEndpointResponse"
3680
+ }
3681
+ },
3682
+ "required" : [ ]
3683
+ },
3422
3684
  "EventStream" : {
3423
3685
  "type" : "structure",
3424
3686
  "members" : {
@@ -3440,7 +3702,8 @@
3440
3702
  "RoleArn" : {
3441
3703
  "shape" : "__string"
3442
3704
  }
3443
- }
3705
+ },
3706
+ "required" : [ ]
3444
3707
  },
3445
3708
  "ExportJobRequest" : {
3446
3709
  "type" : "structure",
@@ -3453,6 +3716,9 @@
3453
3716
  },
3454
3717
  "SegmentId" : {
3455
3718
  "shape" : "__string"
3719
+ },
3720
+ "SegmentVersion" : {
3721
+ "shape" : "__integer"
3456
3722
  }
3457
3723
  },
3458
3724
  "required" : [ ]
@@ -3468,6 +3734,9 @@
3468
3734
  },
3469
3735
  "SegmentId" : {
3470
3736
  "shape" : "__string"
3737
+ },
3738
+ "SegmentVersion" : {
3739
+ "shape" : "__integer"
3471
3740
  }
3472
3741
  },
3473
3742
  "required" : [ ]
@@ -3561,7 +3830,8 @@
3561
3830
  "Enabled" : {
3562
3831
  "shape" : "__boolean"
3563
3832
  }
3564
- }
3833
+ },
3834
+ "required" : [ ]
3565
3835
  },
3566
3836
  "GCMChannelResponse" : {
3567
3837
  "type" : "structure",
@@ -3599,7 +3869,8 @@
3599
3869
  "Version" : {
3600
3870
  "shape" : "__integer"
3601
3871
  }
3602
- }
3872
+ },
3873
+ "required" : [ ]
3603
3874
  },
3604
3875
  "GCMMessage" : {
3605
3876
  "type" : "structure",
@@ -3657,6 +3928,30 @@
3657
3928
  }
3658
3929
  }
3659
3930
  },
3931
+ "GPSCoordinates" : {
3932
+ "type" : "structure",
3933
+ "members" : {
3934
+ "Latitude" : {
3935
+ "shape" : "__double"
3936
+ },
3937
+ "Longitude" : {
3938
+ "shape" : "__double"
3939
+ }
3940
+ },
3941
+ "required" : [ ]
3942
+ },
3943
+ "GPSPointDimension" : {
3944
+ "type" : "structure",
3945
+ "members" : {
3946
+ "Coordinates" : {
3947
+ "shape" : "GPSCoordinates"
3948
+ },
3949
+ "RangeInKilometers" : {
3950
+ "shape" : "__double"
3951
+ }
3952
+ },
3953
+ "required" : [ ]
3954
+ },
3660
3955
  "GetAdmChannelRequest" : {
3661
3956
  "type" : "structure",
3662
3957
  "members" : {
@@ -4010,6 +4305,27 @@
4010
4305
  "required" : [ "CampaignsResponse" ],
4011
4306
  "payload" : "CampaignsResponse"
4012
4307
  },
4308
+ "GetChannelsRequest" : {
4309
+ "type" : "structure",
4310
+ "members" : {
4311
+ "ApplicationId" : {
4312
+ "shape" : "__string",
4313
+ "location" : "uri",
4314
+ "locationName" : "application-id"
4315
+ }
4316
+ },
4317
+ "required" : [ "ApplicationId" ]
4318
+ },
4319
+ "GetChannelsResponse" : {
4320
+ "type" : "structure",
4321
+ "members" : {
4322
+ "ChannelsResponse" : {
4323
+ "shape" : "ChannelsResponse"
4324
+ }
4325
+ },
4326
+ "required" : [ "ChannelsResponse" ],
4327
+ "payload" : "ChannelsResponse"
4328
+ },
4013
4329
  "GetEmailChannelRequest" : {
4014
4330
  "type" : "structure",
4015
4331
  "members" : {
@@ -4430,6 +4746,32 @@
4430
4746
  "required" : [ "SMSChannelResponse" ],
4431
4747
  "payload" : "SMSChannelResponse"
4432
4748
  },
4749
+ "GetUserEndpointsRequest" : {
4750
+ "type" : "structure",
4751
+ "members" : {
4752
+ "ApplicationId" : {
4753
+ "shape" : "__string",
4754
+ "location" : "uri",
4755
+ "locationName" : "application-id"
4756
+ },
4757
+ "UserId" : {
4758
+ "shape" : "__string",
4759
+ "location" : "uri",
4760
+ "locationName" : "user-id"
4761
+ }
4762
+ },
4763
+ "required" : [ "ApplicationId", "UserId" ]
4764
+ },
4765
+ "GetUserEndpointsResponse" : {
4766
+ "type" : "structure",
4767
+ "members" : {
4768
+ "EndpointsResponse" : {
4769
+ "shape" : "EndpointsResponse"
4770
+ }
4771
+ },
4772
+ "required" : [ "EndpointsResponse" ],
4773
+ "payload" : "EndpointsResponse"
4774
+ },
4433
4775
  "ImportJobRequest" : {
4434
4776
  "type" : "structure",
4435
4777
  "members" : {
@@ -4457,7 +4799,8 @@
4457
4799
  "SegmentName" : {
4458
4800
  "shape" : "__string"
4459
4801
  }
4460
- }
4802
+ },
4803
+ "required" : [ ]
4461
4804
  },
4462
4805
  "ImportJobResource" : {
4463
4806
  "type" : "structure",
@@ -4486,7 +4829,8 @@
4486
4829
  "SegmentName" : {
4487
4830
  "shape" : "__string"
4488
4831
  }
4489
- }
4832
+ },
4833
+ "required" : [ ]
4490
4834
  },
4491
4835
  "ImportJobResponse" : {
4492
4836
  "type" : "structure",
@@ -4530,7 +4874,8 @@
4530
4874
  "Type" : {
4531
4875
  "shape" : "__string"
4532
4876
  }
4533
- }
4877
+ },
4878
+ "required" : [ ]
4534
4879
  },
4535
4880
  "ImportJobsResponse" : {
4536
4881
  "type" : "structure",
@@ -4541,7 +4886,12 @@
4541
4886
  "NextToken" : {
4542
4887
  "shape" : "__string"
4543
4888
  }
4544
- }
4889
+ },
4890
+ "required" : [ ]
4891
+ },
4892
+ "Include" : {
4893
+ "type" : "string",
4894
+ "enum" : [ "ALL", "ANY", "NONE" ]
4545
4895
  },
4546
4896
  "InternalServerErrorException" : {
4547
4897
  "type" : "structure",
@@ -4562,156 +4912,6 @@
4562
4912
  "type" : "string",
4563
4913
  "enum" : [ "CREATED", "INITIALIZING", "PROCESSING", "COMPLETING", "COMPLETED", "FAILING", "FAILED" ]
4564
4914
  },
4565
- "ListOfActivityResponse" : {
4566
- "type" : "list",
4567
- "member" : {
4568
- "shape" : "ActivityResponse"
4569
- }
4570
- },
4571
- "ListOfApplicationResponse" : {
4572
- "type" : "list",
4573
- "member" : {
4574
- "shape" : "ApplicationResponse"
4575
- }
4576
- },
4577
- "ListOfCampaignResponse" : {
4578
- "type" : "list",
4579
- "member" : {
4580
- "shape" : "CampaignResponse"
4581
- }
4582
- },
4583
- "ListOfEndpointBatchItem" : {
4584
- "type" : "list",
4585
- "member" : {
4586
- "shape" : "EndpointBatchItem"
4587
- }
4588
- },
4589
- "ListOfExportJobResponse" : {
4590
- "type" : "list",
4591
- "member" : {
4592
- "shape" : "ExportJobResponse"
4593
- }
4594
- },
4595
- "ListOfImportJobResponse" : {
4596
- "type" : "list",
4597
- "member" : {
4598
- "shape" : "ImportJobResponse"
4599
- }
4600
- },
4601
- "ListOfSegmentResponse" : {
4602
- "type" : "list",
4603
- "member" : {
4604
- "shape" : "SegmentResponse"
4605
- }
4606
- },
4607
- "ListOfTreatmentResource" : {
4608
- "type" : "list",
4609
- "member" : {
4610
- "shape" : "TreatmentResource"
4611
- }
4612
- },
4613
- "ListOfWriteTreatmentResource" : {
4614
- "type" : "list",
4615
- "member" : {
4616
- "shape" : "WriteTreatmentResource"
4617
- }
4618
- },
4619
- "ListOf__string" : {
4620
- "type" : "list",
4621
- "member" : {
4622
- "shape" : "__string"
4623
- }
4624
- },
4625
- "MapOfAddressConfiguration" : {
4626
- "type" : "map",
4627
- "key" : {
4628
- "shape" : "__string"
4629
- },
4630
- "value" : {
4631
- "shape" : "AddressConfiguration"
4632
- }
4633
- },
4634
- "MapOfAttributeDimension" : {
4635
- "type" : "map",
4636
- "key" : {
4637
- "shape" : "__string"
4638
- },
4639
- "value" : {
4640
- "shape" : "AttributeDimension"
4641
- }
4642
- },
4643
- "MapOfEndpointMessageResult" : {
4644
- "type" : "map",
4645
- "key" : {
4646
- "shape" : "__string"
4647
- },
4648
- "value" : {
4649
- "shape" : "EndpointMessageResult"
4650
- }
4651
- },
4652
- "MapOfEndpointSendConfiguration" : {
4653
- "type" : "map",
4654
- "key" : {
4655
- "shape" : "__string"
4656
- },
4657
- "value" : {
4658
- "shape" : "EndpointSendConfiguration"
4659
- }
4660
- },
4661
- "MapOfListOf__string" : {
4662
- "type" : "map",
4663
- "key" : {
4664
- "shape" : "__string"
4665
- },
4666
- "value" : {
4667
- "shape" : "ListOf__string"
4668
- }
4669
- },
4670
- "MapOfMapOfEndpointMessageResult" : {
4671
- "type" : "map",
4672
- "key" : {
4673
- "shape" : "__string"
4674
- },
4675
- "value" : {
4676
- "shape" : "MapOfEndpointMessageResult"
4677
- }
4678
- },
4679
- "MapOfMessageResult" : {
4680
- "type" : "map",
4681
- "key" : {
4682
- "shape" : "__string"
4683
- },
4684
- "value" : {
4685
- "shape" : "MessageResult"
4686
- }
4687
- },
4688
- "MapOf__double" : {
4689
- "type" : "map",
4690
- "key" : {
4691
- "shape" : "__string"
4692
- },
4693
- "value" : {
4694
- "shape" : "__double"
4695
- }
4696
- },
4697
- "MapOf__integer" : {
4698
- "type" : "map",
4699
- "key" : {
4700
- "shape" : "__string"
4701
- },
4702
- "value" : {
4703
- "shape" : "__integer"
4704
- }
4705
- },
4706
- "MapOf__string" : {
4707
- "type" : "map",
4708
- "key" : {
4709
- "shape" : "__string"
4710
- },
4711
- "value" : {
4712
- "shape" : "__string"
4713
- }
4714
- },
4715
4915
  "Message" : {
4716
4916
  "type" : "structure",
4717
4917
  "members" : {
@@ -4742,13 +4942,17 @@
4742
4942
  "SilentPush" : {
4743
4943
  "shape" : "__boolean"
4744
4944
  },
4945
+ "TimeToLive" : {
4946
+ "shape" : "__integer"
4947
+ },
4745
4948
  "Title" : {
4746
4949
  "shape" : "__string"
4747
4950
  },
4748
4951
  "Url" : {
4749
4952
  "shape" : "__string"
4750
4953
  }
4751
- }
4954
+ },
4955
+ "required" : [ ]
4752
4956
  },
4753
4957
  "MessageBody" : {
4754
4958
  "type" : "structure",
@@ -4802,7 +5006,8 @@
4802
5006
  "MessageConfiguration" : {
4803
5007
  "shape" : "DirectMessageConfiguration"
4804
5008
  }
4805
- }
5009
+ },
5010
+ "required" : [ ]
4806
5011
  },
4807
5012
  "MessageResponse" : {
4808
5013
  "type" : "structure",
@@ -4819,14 +5024,18 @@
4819
5024
  "Result" : {
4820
5025
  "shape" : "MapOfMessageResult"
4821
5026
  }
4822
- }
4823
- },
5027
+ },
5028
+ "required" : [ ]
5029
+ },
4824
5030
  "MessageResult" : {
4825
5031
  "type" : "structure",
4826
5032
  "members" : {
4827
5033
  "DeliveryStatus" : {
4828
5034
  "shape" : "DeliveryStatus"
4829
5035
  },
5036
+ "MessageId" : {
5037
+ "shape" : "__string"
5038
+ },
4830
5039
  "StatusCode" : {
4831
5040
  "shape" : "__integer"
4832
5041
  },
@@ -4836,7 +5045,8 @@
4836
5045
  "UpdatedToken" : {
4837
5046
  "shape" : "__string"
4838
5047
  }
4839
- }
5048
+ },
5049
+ "required" : [ ]
4840
5050
  },
4841
5051
  "MessageType" : {
4842
5052
  "type" : "string",
@@ -4857,6 +5067,17 @@
4857
5067
  "httpStatusCode" : 405
4858
5068
  }
4859
5069
  },
5070
+ "MetricDimension" : {
5071
+ "type" : "structure",
5072
+ "members" : {
5073
+ "ComparisonOperator" : {
5074
+ "shape" : "__string"
5075
+ },
5076
+ "Value" : {
5077
+ "shape" : "__double"
5078
+ }
5079
+ }
5080
+ },
4860
5081
  "Mode" : {
4861
5082
  "type" : "string",
4862
5083
  "enum" : [ "DELIVERY", "FILTER" ]
@@ -4876,6 +5097,84 @@
4876
5097
  "httpStatusCode" : 404
4877
5098
  }
4878
5099
  },
5100
+ "NumberValidateRequest" : {
5101
+ "type" : "structure",
5102
+ "members" : {
5103
+ "IsoCountryCode" : {
5104
+ "shape" : "__string"
5105
+ },
5106
+ "PhoneNumber" : {
5107
+ "shape" : "__string"
5108
+ }
5109
+ }
5110
+ },
5111
+ "NumberValidateResponse" : {
5112
+ "type" : "structure",
5113
+ "members" : {
5114
+ "Carrier" : {
5115
+ "shape" : "__string"
5116
+ },
5117
+ "City" : {
5118
+ "shape" : "__string"
5119
+ },
5120
+ "CleansedPhoneNumberE164" : {
5121
+ "shape" : "__string"
5122
+ },
5123
+ "CleansedPhoneNumberNational" : {
5124
+ "shape" : "__string"
5125
+ },
5126
+ "Country" : {
5127
+ "shape" : "__string"
5128
+ },
5129
+ "CountryCodeIso2" : {
5130
+ "shape" : "__string"
5131
+ },
5132
+ "CountryCodeNumeric" : {
5133
+ "shape" : "__string"
5134
+ },
5135
+ "County" : {
5136
+ "shape" : "__string"
5137
+ },
5138
+ "OriginalCountryCodeIso2" : {
5139
+ "shape" : "__string"
5140
+ },
5141
+ "OriginalPhoneNumber" : {
5142
+ "shape" : "__string"
5143
+ },
5144
+ "PhoneType" : {
5145
+ "shape" : "__string"
5146
+ },
5147
+ "PhoneTypeCode" : {
5148
+ "shape" : "__integer"
5149
+ },
5150
+ "Timezone" : {
5151
+ "shape" : "__string"
5152
+ },
5153
+ "ZipCode" : {
5154
+ "shape" : "__string"
5155
+ }
5156
+ }
5157
+ },
5158
+ "PhoneNumberValidateRequest" : {
5159
+ "type" : "structure",
5160
+ "members" : {
5161
+ "NumberValidateRequest" : {
5162
+ "shape" : "NumberValidateRequest"
5163
+ }
5164
+ },
5165
+ "required" : [ "NumberValidateRequest" ],
5166
+ "payload" : "NumberValidateRequest"
5167
+ },
5168
+ "PhoneNumberValidateResponse" : {
5169
+ "type" : "structure",
5170
+ "members" : {
5171
+ "NumberValidateResponse" : {
5172
+ "shape" : "NumberValidateResponse"
5173
+ }
5174
+ },
5175
+ "required" : [ "NumberValidateResponse" ],
5176
+ "payload" : "NumberValidateResponse"
5177
+ },
4879
5178
  "PutEventStreamRequest" : {
4880
5179
  "type" : "structure",
4881
5180
  "members" : {
@@ -4921,12 +5220,43 @@
4921
5220
  "RecencyType" : {
4922
5221
  "shape" : "RecencyType"
4923
5222
  }
4924
- }
5223
+ },
5224
+ "required" : [ ]
4925
5225
  },
4926
5226
  "RecencyType" : {
4927
5227
  "type" : "string",
4928
5228
  "enum" : [ "ACTIVE", "INACTIVE" ]
4929
5229
  },
5230
+ "RemoveAttributesRequest" : {
5231
+ "type" : "structure",
5232
+ "members" : {
5233
+ "ApplicationId" : {
5234
+ "shape" : "__string",
5235
+ "location" : "uri",
5236
+ "locationName" : "application-id"
5237
+ },
5238
+ "AttributeType" : {
5239
+ "shape" : "__string",
5240
+ "location" : "uri",
5241
+ "locationName" : "attribute-type"
5242
+ },
5243
+ "UpdateAttributesRequest" : {
5244
+ "shape" : "UpdateAttributesRequest"
5245
+ }
5246
+ },
5247
+ "required" : [ "AttributeType", "ApplicationId", "UpdateAttributesRequest" ],
5248
+ "payload" : "UpdateAttributesRequest"
5249
+ },
5250
+ "RemoveAttributesResponse" : {
5251
+ "type" : "structure",
5252
+ "members" : {
5253
+ "AttributesResource" : {
5254
+ "shape" : "AttributesResource"
5255
+ }
5256
+ },
5257
+ "required" : [ "AttributesResource" ],
5258
+ "payload" : "AttributesResource"
5259
+ },
4930
5260
  "SMSChannelRequest" : {
4931
5261
  "type" : "structure",
4932
5262
  "members" : {
@@ -4939,7 +5269,8 @@
4939
5269
  "ShortCode" : {
4940
5270
  "shape" : "__string"
4941
5271
  }
4942
- }
5272
+ },
5273
+ "required" : [ ]
4943
5274
  },
4944
5275
  "SMSChannelResponse" : {
4945
5276
  "type" : "structure",
@@ -4971,16 +5302,23 @@
4971
5302
  "Platform" : {
4972
5303
  "shape" : "__string"
4973
5304
  },
5305
+ "PromotionalMessagesPerSecond" : {
5306
+ "shape" : "__integer"
5307
+ },
4974
5308
  "SenderId" : {
4975
5309
  "shape" : "__string"
4976
5310
  },
4977
5311
  "ShortCode" : {
4978
5312
  "shape" : "__string"
4979
5313
  },
5314
+ "TransactionalMessagesPerSecond" : {
5315
+ "shape" : "__integer"
5316
+ },
4980
5317
  "Version" : {
4981
5318
  "shape" : "__integer"
4982
5319
  }
4983
- }
5320
+ },
5321
+ "required" : [ ]
4984
5322
  },
4985
5323
  "SMSMessage" : {
4986
5324
  "type" : "structure",
@@ -4988,6 +5326,9 @@
4988
5326
  "Body" : {
4989
5327
  "shape" : "__string"
4990
5328
  },
5329
+ "Keyword" : {
5330
+ "shape" : "__string"
5331
+ },
4991
5332
  "MessageType" : {
4992
5333
  "shape" : "MessageType"
4993
5334
  },
@@ -5023,7 +5364,8 @@
5023
5364
  "Timezone" : {
5024
5365
  "shape" : "__string"
5025
5366
  }
5026
- }
5367
+ },
5368
+ "required" : [ ]
5027
5369
  },
5028
5370
  "SegmentBehaviors" : {
5029
5371
  "type" : "structure",
@@ -5071,11 +5413,44 @@
5071
5413
  "Location" : {
5072
5414
  "shape" : "SegmentLocation"
5073
5415
  },
5416
+ "Metrics" : {
5417
+ "shape" : "MapOfMetricDimension"
5418
+ },
5074
5419
  "UserAttributes" : {
5075
5420
  "shape" : "MapOfAttributeDimension"
5076
5421
  }
5077
5422
  }
5078
5423
  },
5424
+ "SegmentGroup" : {
5425
+ "type" : "structure",
5426
+ "members" : {
5427
+ "Dimensions" : {
5428
+ "shape" : "ListOfSegmentDimensions"
5429
+ },
5430
+ "SourceSegments" : {
5431
+ "shape" : "ListOfSegmentReference"
5432
+ },
5433
+ "SourceType" : {
5434
+ "shape" : "SourceType"
5435
+ },
5436
+ "Type" : {
5437
+ "shape" : "Type"
5438
+ }
5439
+ },
5440
+ "required" : [ ]
5441
+ },
5442
+ "SegmentGroupList" : {
5443
+ "type" : "structure",
5444
+ "members" : {
5445
+ "Groups" : {
5446
+ "shape" : "ListOfSegmentGroup"
5447
+ },
5448
+ "Include" : {
5449
+ "shape" : "Include"
5450
+ }
5451
+ },
5452
+ "required" : [ ]
5453
+ },
5079
5454
  "SegmentImportResource" : {
5080
5455
  "type" : "structure",
5081
5456
  "members" : {
@@ -5097,13 +5472,28 @@
5097
5472
  "Size" : {
5098
5473
  "shape" : "__integer"
5099
5474
  }
5100
- }
5475
+ },
5476
+ "required" : [ ]
5101
5477
  },
5102
5478
  "SegmentLocation" : {
5103
5479
  "type" : "structure",
5104
5480
  "members" : {
5105
5481
  "Country" : {
5106
5482
  "shape" : "SetDimension"
5483
+ },
5484
+ "GPSPoint" : {
5485
+ "shape" : "GPSPointDimension"
5486
+ }
5487
+ }
5488
+ },
5489
+ "SegmentReference" : {
5490
+ "type" : "structure",
5491
+ "members" : {
5492
+ "Id" : {
5493
+ "shape" : "__string"
5494
+ },
5495
+ "Version" : {
5496
+ "shape" : "__integer"
5107
5497
  }
5108
5498
  }
5109
5499
  },
@@ -5131,13 +5521,17 @@
5131
5521
  "Name" : {
5132
5522
  "shape" : "__string"
5133
5523
  },
5524
+ "SegmentGroups" : {
5525
+ "shape" : "SegmentGroupList"
5526
+ },
5134
5527
  "SegmentType" : {
5135
5528
  "shape" : "SegmentType"
5136
5529
  },
5137
5530
  "Version" : {
5138
5531
  "shape" : "__integer"
5139
5532
  }
5140
- }
5533
+ },
5534
+ "required" : [ ]
5141
5535
  },
5142
5536
  "SegmentType" : {
5143
5537
  "type" : "string",
@@ -5152,7 +5546,8 @@
5152
5546
  "NextToken" : {
5153
5547
  "shape" : "__string"
5154
5548
  }
5155
- }
5549
+ },
5550
+ "required" : [ ]
5156
5551
  },
5157
5552
  "SendMessagesRequest" : {
5158
5553
  "type" : "structure",
@@ -5191,7 +5586,8 @@
5191
5586
  "Users" : {
5192
5587
  "shape" : "MapOfEndpointSendConfiguration"
5193
5588
  }
5194
- }
5589
+ },
5590
+ "required" : [ ]
5195
5591
  },
5196
5592
  "SendUsersMessageResponse" : {
5197
5593
  "type" : "structure",
@@ -5205,7 +5601,8 @@
5205
5601
  "Result" : {
5206
5602
  "shape" : "MapOfMapOfEndpointMessageResult"
5207
5603
  }
5208
- }
5604
+ },
5605
+ "required" : [ ]
5209
5606
  },
5210
5607
  "SendUsersMessagesRequest" : {
5211
5608
  "type" : "structure",
@@ -5241,7 +5638,12 @@
5241
5638
  "Values" : {
5242
5639
  "shape" : "ListOf__string"
5243
5640
  }
5244
- }
5641
+ },
5642
+ "required" : [ ]
5643
+ },
5644
+ "SourceType" : {
5645
+ "type" : "string",
5646
+ "enum" : [ "ALL", "ANY" ]
5245
5647
  },
5246
5648
  "TooManyRequestsException" : {
5247
5649
  "type" : "structure",
@@ -5282,7 +5684,12 @@
5282
5684
  "TreatmentName" : {
5283
5685
  "shape" : "__string"
5284
5686
  }
5285
- }
5687
+ },
5688
+ "required" : [ ]
5689
+ },
5690
+ "Type" : {
5691
+ "type" : "string",
5692
+ "enum" : [ "ALL", "ANY", "NONE" ]
5286
5693
  },
5287
5694
  "UpdateAdmChannelRequest" : {
5288
5695
  "type" : "structure",
@@ -5434,6 +5841,14 @@
5434
5841
  "required" : [ "ApplicationSettingsResource" ],
5435
5842
  "payload" : "ApplicationSettingsResource"
5436
5843
  },
5844
+ "UpdateAttributesRequest" : {
5845
+ "type" : "structure",
5846
+ "members" : {
5847
+ "Blacklist" : {
5848
+ "shape" : "ListOf__string"
5849
+ }
5850
+ }
5851
+ },
5437
5852
  "UpdateBaiduChannelRequest" : {
5438
5853
  "type" : "structure",
5439
5854
  "members" : {
@@ -5655,6 +6070,9 @@
5655
6070
  "CampaignHook" : {
5656
6071
  "shape" : "CampaignHook"
5657
6072
  },
6073
+ "CloudWatchMetricsEnabled" : {
6074
+ "shape" : "__boolean"
6075
+ },
5658
6076
  "Limits" : {
5659
6077
  "shape" : "CampaignLimits"
5660
6078
  },
@@ -5716,7 +6134,8 @@
5716
6134
  "RoleArn" : {
5717
6135
  "shape" : "__string"
5718
6136
  }
5719
- }
6137
+ },
6138
+ "required" : [ ]
5720
6139
  },
5721
6140
  "WriteSegmentRequest" : {
5722
6141
  "type" : "structure",
@@ -5726,8 +6145,12 @@
5726
6145
  },
5727
6146
  "Name" : {
5728
6147
  "shape" : "__string"
6148
+ },
6149
+ "SegmentGroups" : {
6150
+ "shape" : "SegmentGroupList"
5729
6151
  }
5730
- }
6152
+ },
6153
+ "required" : [ ]
5731
6154
  },
5732
6155
  "WriteTreatmentResource" : {
5733
6156
  "type" : "structure",
@@ -5747,7 +6170,8 @@
5747
6170
  "TreatmentName" : {
5748
6171
  "shape" : "__string"
5749
6172
  }
5750
- }
6173
+ },
6174
+ "required" : [ ]
5751
6175
  },
5752
6176
  "__boolean" : {
5753
6177
  "type" : "boolean"
@@ -5758,11 +6182,211 @@
5758
6182
  "__integer" : {
5759
6183
  "type" : "integer"
5760
6184
  },
6185
+ "ListOfActivityResponse" : {
6186
+ "type" : "list",
6187
+ "member" : {
6188
+ "shape" : "ActivityResponse"
6189
+ }
6190
+ },
6191
+ "ListOfApplicationResponse" : {
6192
+ "type" : "list",
6193
+ "member" : {
6194
+ "shape" : "ApplicationResponse"
6195
+ }
6196
+ },
6197
+ "ListOfCampaignResponse" : {
6198
+ "type" : "list",
6199
+ "member" : {
6200
+ "shape" : "CampaignResponse"
6201
+ }
6202
+ },
6203
+ "ListOfEndpointBatchItem" : {
6204
+ "type" : "list",
6205
+ "member" : {
6206
+ "shape" : "EndpointBatchItem"
6207
+ }
6208
+ },
6209
+ "ListOfEndpointResponse" : {
6210
+ "type" : "list",
6211
+ "member" : {
6212
+ "shape" : "EndpointResponse"
6213
+ }
6214
+ },
6215
+ "ListOfExportJobResponse" : {
6216
+ "type" : "list",
6217
+ "member" : {
6218
+ "shape" : "ExportJobResponse"
6219
+ }
6220
+ },
6221
+ "ListOfImportJobResponse" : {
6222
+ "type" : "list",
6223
+ "member" : {
6224
+ "shape" : "ImportJobResponse"
6225
+ }
6226
+ },
6227
+ "ListOfSegmentDimensions" : {
6228
+ "type" : "list",
6229
+ "member" : {
6230
+ "shape" : "SegmentDimensions"
6231
+ }
6232
+ },
6233
+ "ListOfSegmentGroup" : {
6234
+ "type" : "list",
6235
+ "member" : {
6236
+ "shape" : "SegmentGroup"
6237
+ }
6238
+ },
6239
+ "ListOfSegmentReference" : {
6240
+ "type" : "list",
6241
+ "member" : {
6242
+ "shape" : "SegmentReference"
6243
+ }
6244
+ },
6245
+ "ListOfSegmentResponse" : {
6246
+ "type" : "list",
6247
+ "member" : {
6248
+ "shape" : "SegmentResponse"
6249
+ }
6250
+ },
6251
+ "ListOfTreatmentResource" : {
6252
+ "type" : "list",
6253
+ "member" : {
6254
+ "shape" : "TreatmentResource"
6255
+ }
6256
+ },
6257
+ "ListOfWriteTreatmentResource" : {
6258
+ "type" : "list",
6259
+ "member" : {
6260
+ "shape" : "WriteTreatmentResource"
6261
+ }
6262
+ },
6263
+ "ListOf__string" : {
6264
+ "type" : "list",
6265
+ "member" : {
6266
+ "shape" : "__string"
6267
+ }
6268
+ },
6269
+ "__long" : {
6270
+ "type" : "long"
6271
+ },
6272
+ "MapOfAddressConfiguration" : {
6273
+ "type" : "map",
6274
+ "key" : {
6275
+ "shape" : "__string"
6276
+ },
6277
+ "value" : {
6278
+ "shape" : "AddressConfiguration"
6279
+ }
6280
+ },
6281
+ "MapOfAttributeDimension" : {
6282
+ "type" : "map",
6283
+ "key" : {
6284
+ "shape" : "__string"
6285
+ },
6286
+ "value" : {
6287
+ "shape" : "AttributeDimension"
6288
+ }
6289
+ },
6290
+ "MapOfChannelResponse" : {
6291
+ "type" : "map",
6292
+ "key" : {
6293
+ "shape" : "__string"
6294
+ },
6295
+ "value" : {
6296
+ "shape" : "ChannelResponse"
6297
+ }
6298
+ },
6299
+ "MapOfEndpointMessageResult" : {
6300
+ "type" : "map",
6301
+ "key" : {
6302
+ "shape" : "__string"
6303
+ },
6304
+ "value" : {
6305
+ "shape" : "EndpointMessageResult"
6306
+ }
6307
+ },
6308
+ "MapOfEndpointSendConfiguration" : {
6309
+ "type" : "map",
6310
+ "key" : {
6311
+ "shape" : "__string"
6312
+ },
6313
+ "value" : {
6314
+ "shape" : "EndpointSendConfiguration"
6315
+ }
6316
+ },
6317
+ "MapOfMessageResult" : {
6318
+ "type" : "map",
6319
+ "key" : {
6320
+ "shape" : "__string"
6321
+ },
6322
+ "value" : {
6323
+ "shape" : "MessageResult"
6324
+ }
6325
+ },
6326
+ "MapOfMetricDimension" : {
6327
+ "type" : "map",
6328
+ "key" : {
6329
+ "shape" : "__string"
6330
+ },
6331
+ "value" : {
6332
+ "shape" : "MetricDimension"
6333
+ }
6334
+ },
6335
+ "MapOf__double" : {
6336
+ "type" : "map",
6337
+ "key" : {
6338
+ "shape" : "__string"
6339
+ },
6340
+ "value" : {
6341
+ "shape" : "__double"
6342
+ }
6343
+ },
6344
+ "MapOf__integer" : {
6345
+ "type" : "map",
6346
+ "key" : {
6347
+ "shape" : "__string"
6348
+ },
6349
+ "value" : {
6350
+ "shape" : "__integer"
6351
+ }
6352
+ },
6353
+ "MapOfListOf__string" : {
6354
+ "type" : "map",
6355
+ "key" : {
6356
+ "shape" : "__string"
6357
+ },
6358
+ "value" : {
6359
+ "shape" : "ListOf__string"
6360
+ }
6361
+ },
6362
+ "MapOfMapOfEndpointMessageResult" : {
6363
+ "type" : "map",
6364
+ "key" : {
6365
+ "shape" : "__string"
6366
+ },
6367
+ "value" : {
6368
+ "shape" : "MapOfEndpointMessageResult"
6369
+ }
6370
+ },
6371
+ "MapOf__string" : {
6372
+ "type" : "map",
6373
+ "key" : {
6374
+ "shape" : "__string"
6375
+ },
6376
+ "value" : {
6377
+ "shape" : "__string"
6378
+ }
6379
+ },
5761
6380
  "__string" : {
5762
6381
  "type" : "string"
5763
6382
  },
5764
- "__timestamp" : {
5765
- "type" : "timestamp"
6383
+ "__timestampIso8601" : {
6384
+ "type" : "timestamp",
6385
+ "timestampFormat" : "iso8601"
6386
+ },
6387
+ "__timestampUnix" : {
6388
+ "type" : "timestamp",
6389
+ "timestampFormat" : "unixTimestamp"
5766
6390
  }
5767
6391
  }
5768
- }
6392
+ }