aws-sdk-core 2.11.368 → 2.11.369

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: 1940af59e37c38325785a8021a49018b5aebd80a
4
- data.tar.gz: c0fabbfc9b3fb5440c3d04c4979b1dfc5509f340
3
+ metadata.gz: 968dd3ae70305fb6b79f91ec8392faa0b96a7cbf
4
+ data.tar.gz: 2b5084248f68f13586b7dc3cf1ca11212e724cae
5
5
  SHA512:
6
- metadata.gz: 7a02c87d10cc718047aedb3b7966c222019a9f2452ce079086c3e2d5d11b084c64bc0885ad19e3071bb110af7b2115efd636b7cec72f5a8817bb222afbd8c0af
7
- data.tar.gz: 1c539df37344caf6fcf4d528fae8245836183e4dd831d609339cccdb184c8ebb41314f1bcf59910313e8a1790da653afdfa838d153ecb9e3fd5e7dda7fe27428
6
+ metadata.gz: 72a20e19f720f7acd1747cb2b845496cb582b24a74e415d7b531b885d913ff1155305bfce9eee6d44c35a681c7dcafc9298f7e8b981244052be18aada06d3135
7
+ data.tar.gz: 160d93bb0980bb92d1c18140cec7484dac548b824c972e13a4e1d3758a1d7911fe175baf5c5433fa64256cb3af81cac7a04df7e04fa66756ebb9bb5440c62d6f
@@ -1005,7 +1005,8 @@
1005
1005
  "jumboFrameCapable":{"shape":"JumboFrameCapable"},
1006
1006
  "awsDeviceV2":{"shape":"AwsDeviceV2"},
1007
1007
  "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1008
- "tags":{"shape":"TagList"}
1008
+ "tags":{"shape":"TagList"},
1009
+ "providerName":{"shape":"ProviderName"}
1009
1010
  }
1010
1011
  },
1011
1012
  "ConnectionId":{"type":"string"},
@@ -1060,7 +1061,8 @@
1060
1061
  "bandwidth":{"shape":"Bandwidth"},
1061
1062
  "connectionName":{"shape":"ConnectionName"},
1062
1063
  "lagId":{"shape":"LagId"},
1063
- "tags":{"shape":"TagList"}
1064
+ "tags":{"shape":"TagList"},
1065
+ "providerName":{"shape":"ProviderName"}
1064
1066
  }
1065
1067
  },
1066
1068
  "CreateDirectConnectGatewayAssociationProposalRequest":{
@@ -1126,7 +1128,8 @@
1126
1128
  "bandwidth":{"shape":"Bandwidth"},
1127
1129
  "location":{"shape":"LocationCode"},
1128
1130
  "lagId":{"shape":"LagId"},
1129
- "tags":{"shape":"TagList"}
1131
+ "tags":{"shape":"TagList"},
1132
+ "providerName":{"shape":"ProviderName"}
1130
1133
  }
1131
1134
  },
1132
1135
  "CreateLagRequest":{
@@ -1144,7 +1147,8 @@
1144
1147
  "lagName":{"shape":"LagName"},
1145
1148
  "connectionId":{"shape":"ConnectionId"},
1146
1149
  "tags":{"shape":"TagList"},
1147
- "childConnectionTags":{"shape":"TagList"}
1150
+ "childConnectionTags":{"shape":"TagList"},
1151
+ "providerName":{"shape":"ProviderName"}
1148
1152
  }
1149
1153
  },
1150
1154
  "CreatePrivateVirtualInterfaceRequest":{
@@ -1616,7 +1620,8 @@
1616
1620
  "jumboFrameCapable":{"shape":"JumboFrameCapable"},
1617
1621
  "awsDeviceV2":{"shape":"AwsDeviceV2"},
1618
1622
  "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1619
- "tags":{"shape":"TagList"}
1623
+ "tags":{"shape":"TagList"},
1624
+ "providerName":{"shape":"ProviderName"}
1620
1625
  }
1621
1626
  },
1622
1627
  "InterconnectId":{"type":"string"},
@@ -1662,7 +1667,8 @@
1662
1667
  "allowsHostedConnections":{"shape":"BooleanFlag"},
1663
1668
  "jumboFrameCapable":{"shape":"JumboFrameCapable"},
1664
1669
  "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1665
- "tags":{"shape":"TagList"}
1670
+ "tags":{"shape":"TagList"},
1671
+ "providerName":{"shape":"ProviderName"}
1666
1672
  }
1667
1673
  },
1668
1674
  "LagId":{"type":"string"},
@@ -1708,7 +1714,8 @@
1708
1714
  "locationCode":{"shape":"LocationCode"},
1709
1715
  "locationName":{"shape":"LocationName"},
1710
1716
  "region":{"shape":"Region"},
1711
- "availablePortSpeeds":{"shape":"AvailablePortSpeeds"}
1717
+ "availablePortSpeeds":{"shape":"AvailablePortSpeeds"},
1718
+ "availableProviders":{"shape":"ProviderList"}
1712
1719
  }
1713
1720
  },
1714
1721
  "LocationCode":{"type":"string"},
@@ -1850,6 +1857,10 @@
1850
1857
  "PaginationToken":{"type":"string"},
1851
1858
  "PartnerName":{"type":"string"},
1852
1859
  "PortSpeed":{"type":"string"},
1860
+ "ProviderList":{
1861
+ "type":"list",
1862
+ "member":{"shape":"ProviderName"}
1863
+ },
1853
1864
  "ProviderName":{"type":"string"},
1854
1865
  "Region":{"type":"string"},
1855
1866
  "ResourceArn":{"type":"string"},
@@ -1986,10 +1997,7 @@
1986
1997
  "virtualGatewayState":{"shape":"VirtualGatewayState"}
1987
1998
  }
1988
1999
  },
1989
- "VirtualGatewayId":{
1990
- "type":"string",
1991
- "deprecated":true
1992
- },
2000
+ "VirtualGatewayId":{"type":"string"},
1993
2001
  "VirtualGatewayList":{
1994
2002
  "type":"list",
1995
2003
  "member":{"shape":"VirtualGateway"}
@@ -215,7 +215,7 @@
215
215
  "ClusterJDBCURL":{
216
216
  "type":"string",
217
217
  "min":1,
218
- "pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.amazonaws\\.com:\\d{1,5}/[a-zA-Z0-9_$]+"
218
+ "pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.([a-zA-Z0-9\\.]+):\\d{1,5}/[a-zA-Z0-9_$]+"
219
219
  },
220
220
  "ColumnToJsonKeyMappings":{
221
221
  "type":"map",
@@ -447,11 +447,16 @@
447
447
  "max":100,
448
448
  "min":1
449
449
  },
450
+ "ElasticsearchClusterEndpoint":{
451
+ "type":"string",
452
+ "max":512,
453
+ "min":1,
454
+ "pattern":"https:.*"
455
+ },
450
456
  "ElasticsearchDestinationConfiguration":{
451
457
  "type":"structure",
452
458
  "required":[
453
459
  "RoleARN",
454
- "DomainARN",
455
460
  "IndexName",
456
461
  "TypeName",
457
462
  "S3Configuration"
@@ -459,6 +464,7 @@
459
464
  "members":{
460
465
  "RoleARN":{"shape":"RoleARN"},
461
466
  "DomainARN":{"shape":"ElasticsearchDomainARN"},
467
+ "ClusterEndpoint":{"shape":"ElasticsearchClusterEndpoint"},
462
468
  "IndexName":{"shape":"ElasticsearchIndexName"},
463
469
  "TypeName":{"shape":"ElasticsearchTypeName"},
464
470
  "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
@@ -475,6 +481,7 @@
475
481
  "members":{
476
482
  "RoleARN":{"shape":"RoleARN"},
477
483
  "DomainARN":{"shape":"ElasticsearchDomainARN"},
484
+ "ClusterEndpoint":{"shape":"ElasticsearchClusterEndpoint"},
478
485
  "IndexName":{"shape":"ElasticsearchIndexName"},
479
486
  "TypeName":{"shape":"ElasticsearchTypeName"},
480
487
  "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
@@ -491,6 +498,7 @@
491
498
  "members":{
492
499
  "RoleARN":{"shape":"RoleARN"},
493
500
  "DomainARN":{"shape":"ElasticsearchDomainARN"},
501
+ "ClusterEndpoint":{"shape":"ElasticsearchClusterEndpoint"},
494
502
  "IndexName":{"shape":"ElasticsearchIndexName"},
495
503
  "TypeName":{"shape":"ElasticsearchTypeName"},
496
504
  "IndexRotationPeriod":{"shape":"ElasticsearchIndexRotationPeriod"},
@@ -2502,7 +2502,10 @@
2502
2502
  "CONFIG_FILES",
2503
2503
  "INSTANCE_ID",
2504
2504
  "JDBC_CONNECTION_URL",
2505
- "JDBC_ENFORCE_SSL"
2505
+ "JDBC_ENFORCE_SSL",
2506
+ "CUSTOM_JDBC_CERT",
2507
+ "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2508
+ "CUSTOM_JDBC_CERT_STRING"
2506
2509
  ]
2507
2510
  },
2508
2511
  "ConnectionType":{
@@ -1061,7 +1061,8 @@
1061
1061
  "type":"structure",
1062
1062
  "members":{
1063
1063
  "Simple":{"shape":"Message"},
1064
- "Raw":{"shape":"RawMessage"}
1064
+ "Raw":{"shape":"RawMessage"},
1065
+ "Template":{"shape":"Template"}
1065
1066
  }
1066
1067
  },
1067
1068
  "Enabled":{"type":"boolean"},
@@ -1987,6 +1988,18 @@
1987
1988
  }
1988
1989
  },
1989
1990
  "TagValue":{"type":"string"},
1991
+ "Template":{
1992
+ "type":"structure",
1993
+ "members":{
1994
+ "TemplateArn":{"shape":"TemplateArn"},
1995
+ "TemplateData":{"shape":"TemplateData"}
1996
+ }
1997
+ },
1998
+ "TemplateArn":{"type":"string"},
1999
+ "TemplateData":{
2000
+ "type":"string",
2001
+ "max":262144
2002
+ },
1990
2003
  "Timestamp":{"type":"timestamp"},
1991
2004
  "TlsPolicy":{
1992
2005
  "type":"string",
@@ -79,6 +79,37 @@
79
79
  }
80
80
  ]
81
81
  },
82
+ "CreateEmailTemplate": {
83
+ "name": "CreateEmailTemplate",
84
+ "http": {
85
+ "method": "POST",
86
+ "requestUri": "/v1/templates/{template-name}/email",
87
+ "responseCode": 201
88
+ },
89
+ "input": {
90
+ "shape": "CreateEmailTemplateRequest"
91
+ },
92
+ "output": {
93
+ "shape": "CreateEmailTemplateResponse"
94
+ },
95
+ "errors": [
96
+ {
97
+ "shape": "MethodNotAllowedException"
98
+ },
99
+ {
100
+ "shape": "TooManyRequestsException"
101
+ },
102
+ {
103
+ "shape": "BadRequestException"
104
+ },
105
+ {
106
+ "shape": "InternalServerErrorException"
107
+ },
108
+ {
109
+ "shape": "ForbiddenException"
110
+ }
111
+ ]
112
+ },
82
113
  "CreateExportJob": {
83
114
  "name": "CreateExportJob",
84
115
  "http": {
@@ -147,6 +178,37 @@
147
178
  }
148
179
  ]
149
180
  },
181
+ "CreatePushTemplate": {
182
+ "name": "CreatePushTemplate",
183
+ "http": {
184
+ "method": "POST",
185
+ "requestUri": "/v1/templates/{template-name}/push",
186
+ "responseCode": 201
187
+ },
188
+ "input": {
189
+ "shape": "CreatePushTemplateRequest"
190
+ },
191
+ "output": {
192
+ "shape": "CreatePushTemplateResponse"
193
+ },
194
+ "errors": [
195
+ {
196
+ "shape": "MethodNotAllowedException"
197
+ },
198
+ {
199
+ "shape": "TooManyRequestsException"
200
+ },
201
+ {
202
+ "shape": "BadRequestException"
203
+ },
204
+ {
205
+ "shape": "InternalServerErrorException"
206
+ },
207
+ {
208
+ "shape": "ForbiddenException"
209
+ }
210
+ ]
211
+ },
150
212
  "CreateSegment": {
151
213
  "name": "CreateSegment",
152
214
  "http": {
@@ -181,6 +243,37 @@
181
243
  }
182
244
  ]
183
245
  },
246
+ "CreateSmsTemplate": {
247
+ "name": "CreateSmsTemplate",
248
+ "http": {
249
+ "method": "POST",
250
+ "requestUri": "/v1/templates/{template-name}/sms",
251
+ "responseCode": 201
252
+ },
253
+ "input": {
254
+ "shape": "CreateSmsTemplateRequest"
255
+ },
256
+ "output": {
257
+ "shape": "CreateSmsTemplateResponse"
258
+ },
259
+ "errors": [
260
+ {
261
+ "shape": "MethodNotAllowedException"
262
+ },
263
+ {
264
+ "shape": "TooManyRequestsException"
265
+ },
266
+ {
267
+ "shape": "BadRequestException"
268
+ },
269
+ {
270
+ "shape": "InternalServerErrorException"
271
+ },
272
+ {
273
+ "shape": "ForbiddenException"
274
+ }
275
+ ]
276
+ },
184
277
  "DeleteAdmChannel": {
185
278
  "name": "DeleteAdmChannel",
186
279
  "http": {
@@ -487,6 +580,40 @@
487
580
  }
488
581
  ]
489
582
  },
583
+ "DeleteEmailTemplate": {
584
+ "name": "DeleteEmailTemplate",
585
+ "http": {
586
+ "method": "DELETE",
587
+ "requestUri": "/v1/templates/{template-name}/email",
588
+ "responseCode": 202
589
+ },
590
+ "input": {
591
+ "shape": "DeleteEmailTemplateRequest"
592
+ },
593
+ "output": {
594
+ "shape": "DeleteEmailTemplateResponse"
595
+ },
596
+ "errors": [
597
+ {
598
+ "shape": "BadRequestException"
599
+ },
600
+ {
601
+ "shape": "InternalServerErrorException"
602
+ },
603
+ {
604
+ "shape": "ForbiddenException"
605
+ },
606
+ {
607
+ "shape": "NotFoundException"
608
+ },
609
+ {
610
+ "shape": "MethodNotAllowedException"
611
+ },
612
+ {
613
+ "shape": "TooManyRequestsException"
614
+ }
615
+ ]
616
+ },
490
617
  "DeleteEndpoint": {
491
618
  "name": "DeleteEndpoint",
492
619
  "http": {
@@ -589,6 +716,40 @@
589
716
  }
590
717
  ]
591
718
  },
719
+ "DeletePushTemplate": {
720
+ "name": "DeletePushTemplate",
721
+ "http": {
722
+ "method": "DELETE",
723
+ "requestUri": "/v1/templates/{template-name}/push",
724
+ "responseCode": 202
725
+ },
726
+ "input": {
727
+ "shape": "DeletePushTemplateRequest"
728
+ },
729
+ "output": {
730
+ "shape": "DeletePushTemplateResponse"
731
+ },
732
+ "errors": [
733
+ {
734
+ "shape": "BadRequestException"
735
+ },
736
+ {
737
+ "shape": "InternalServerErrorException"
738
+ },
739
+ {
740
+ "shape": "ForbiddenException"
741
+ },
742
+ {
743
+ "shape": "NotFoundException"
744
+ },
745
+ {
746
+ "shape": "MethodNotAllowedException"
747
+ },
748
+ {
749
+ "shape": "TooManyRequestsException"
750
+ }
751
+ ]
752
+ },
592
753
  "DeleteSegment": {
593
754
  "name": "DeleteSegment",
594
755
  "http": {
@@ -657,6 +818,40 @@
657
818
  }
658
819
  ]
659
820
  },
821
+ "DeleteSmsTemplate": {
822
+ "name": "DeleteSmsTemplate",
823
+ "http": {
824
+ "method": "DELETE",
825
+ "requestUri": "/v1/templates/{template-name}/sms",
826
+ "responseCode": 202
827
+ },
828
+ "input": {
829
+ "shape": "DeleteSmsTemplateRequest"
830
+ },
831
+ "output": {
832
+ "shape": "DeleteSmsTemplateResponse"
833
+ },
834
+ "errors": [
835
+ {
836
+ "shape": "BadRequestException"
837
+ },
838
+ {
839
+ "shape": "InternalServerErrorException"
840
+ },
841
+ {
842
+ "shape": "ForbiddenException"
843
+ },
844
+ {
845
+ "shape": "NotFoundException"
846
+ },
847
+ {
848
+ "shape": "MethodNotAllowedException"
849
+ },
850
+ {
851
+ "shape": "TooManyRequestsException"
852
+ }
853
+ ]
854
+ },
660
855
  "DeleteUserEndpoints": {
661
856
  "name": "DeleteUserEndpoints",
662
857
  "http": {
@@ -1337,6 +1532,40 @@
1337
1532
  }
1338
1533
  ]
1339
1534
  },
1535
+ "GetEmailTemplate": {
1536
+ "name": "GetEmailTemplate",
1537
+ "http": {
1538
+ "method": "GET",
1539
+ "requestUri": "/v1/templates/{template-name}/email",
1540
+ "responseCode": 200
1541
+ },
1542
+ "input": {
1543
+ "shape": "GetEmailTemplateRequest"
1544
+ },
1545
+ "output": {
1546
+ "shape": "GetEmailTemplateResponse"
1547
+ },
1548
+ "errors": [
1549
+ {
1550
+ "shape": "BadRequestException"
1551
+ },
1552
+ {
1553
+ "shape": "InternalServerErrorException"
1554
+ },
1555
+ {
1556
+ "shape": "ForbiddenException"
1557
+ },
1558
+ {
1559
+ "shape": "NotFoundException"
1560
+ },
1561
+ {
1562
+ "shape": "MethodNotAllowedException"
1563
+ },
1564
+ {
1565
+ "shape": "TooManyRequestsException"
1566
+ }
1567
+ ]
1568
+ },
1340
1569
  "GetEndpoint": {
1341
1570
  "name": "GetEndpoint",
1342
1571
  "http": {
@@ -1575,6 +1804,40 @@
1575
1804
  }
1576
1805
  ]
1577
1806
  },
1807
+ "GetPushTemplate": {
1808
+ "name": "GetPushTemplate",
1809
+ "http": {
1810
+ "method": "GET",
1811
+ "requestUri": "/v1/templates/{template-name}/push",
1812
+ "responseCode": 200
1813
+ },
1814
+ "input": {
1815
+ "shape": "GetPushTemplateRequest"
1816
+ },
1817
+ "output": {
1818
+ "shape": "GetPushTemplateResponse"
1819
+ },
1820
+ "errors": [
1821
+ {
1822
+ "shape": "BadRequestException"
1823
+ },
1824
+ {
1825
+ "shape": "InternalServerErrorException"
1826
+ },
1827
+ {
1828
+ "shape": "ForbiddenException"
1829
+ },
1830
+ {
1831
+ "shape": "NotFoundException"
1832
+ },
1833
+ {
1834
+ "shape": "MethodNotAllowedException"
1835
+ },
1836
+ {
1837
+ "shape": "TooManyRequestsException"
1838
+ }
1839
+ ]
1840
+ },
1578
1841
  "GetSegment": {
1579
1842
  "name": "GetSegment",
1580
1843
  "http": {
@@ -1813,6 +2076,40 @@
1813
2076
  }
1814
2077
  ]
1815
2078
  },
2079
+ "GetSmsTemplate": {
2080
+ "name": "GetSmsTemplate",
2081
+ "http": {
2082
+ "method": "GET",
2083
+ "requestUri": "/v1/templates/{template-name}/sms",
2084
+ "responseCode": 200
2085
+ },
2086
+ "input": {
2087
+ "shape": "GetSmsTemplateRequest"
2088
+ },
2089
+ "output": {
2090
+ "shape": "GetSmsTemplateResponse"
2091
+ },
2092
+ "errors": [
2093
+ {
2094
+ "shape": "BadRequestException"
2095
+ },
2096
+ {
2097
+ "shape": "InternalServerErrorException"
2098
+ },
2099
+ {
2100
+ "shape": "ForbiddenException"
2101
+ },
2102
+ {
2103
+ "shape": "NotFoundException"
2104
+ },
2105
+ {
2106
+ "shape": "MethodNotAllowedException"
2107
+ },
2108
+ {
2109
+ "shape": "TooManyRequestsException"
2110
+ }
2111
+ ]
2112
+ },
1816
2113
  "GetUserEndpoints": {
1817
2114
  "name": "GetUserEndpoints",
1818
2115
  "http": {
@@ -1898,6 +2195,37 @@
1898
2195
 
1899
2196
  ]
1900
2197
  },
2198
+ "ListTemplates": {
2199
+ "name": "ListTemplates",
2200
+ "http": {
2201
+ "method": "GET",
2202
+ "requestUri": "/v1/templates",
2203
+ "responseCode": 200
2204
+ },
2205
+ "input": {
2206
+ "shape": "ListTemplatesRequest"
2207
+ },
2208
+ "output": {
2209
+ "shape": "ListTemplatesResponse"
2210
+ },
2211
+ "errors": [
2212
+ {
2213
+ "shape": "MethodNotAllowedException"
2214
+ },
2215
+ {
2216
+ "shape": "TooManyRequestsException"
2217
+ },
2218
+ {
2219
+ "shape": "BadRequestException"
2220
+ },
2221
+ {
2222
+ "shape": "InternalServerErrorException"
2223
+ },
2224
+ {
2225
+ "shape": "ForbiddenException"
2226
+ }
2227
+ ]
2228
+ },
1901
2229
  "PhoneNumberValidate": {
1902
2230
  "name": "PhoneNumberValidate",
1903
2231
  "http": {
@@ -2436,6 +2764,40 @@
2436
2764
  }
2437
2765
  ]
2438
2766
  },
2767
+ "UpdateEmailTemplate": {
2768
+ "name": "UpdateEmailTemplate",
2769
+ "http": {
2770
+ "method": "PUT",
2771
+ "requestUri": "/v1/templates/{template-name}/email",
2772
+ "responseCode": 202
2773
+ },
2774
+ "input": {
2775
+ "shape": "UpdateEmailTemplateRequest"
2776
+ },
2777
+ "output": {
2778
+ "shape": "UpdateEmailTemplateResponse"
2779
+ },
2780
+ "errors": [
2781
+ {
2782
+ "shape": "BadRequestException"
2783
+ },
2784
+ {
2785
+ "shape": "InternalServerErrorException"
2786
+ },
2787
+ {
2788
+ "shape": "ForbiddenException"
2789
+ },
2790
+ {
2791
+ "shape": "NotFoundException"
2792
+ },
2793
+ {
2794
+ "shape": "MethodNotAllowedException"
2795
+ },
2796
+ {
2797
+ "shape": "TooManyRequestsException"
2798
+ }
2799
+ ]
2800
+ },
2439
2801
  "UpdateEndpoint": {
2440
2802
  "name": "UpdateEndpoint",
2441
2803
  "http": {
@@ -2538,6 +2900,40 @@
2538
2900
  }
2539
2901
  ]
2540
2902
  },
2903
+ "UpdatePushTemplate": {
2904
+ "name": "UpdatePushTemplate",
2905
+ "http": {
2906
+ "method": "PUT",
2907
+ "requestUri": "/v1/templates/{template-name}/push",
2908
+ "responseCode": 202
2909
+ },
2910
+ "input": {
2911
+ "shape": "UpdatePushTemplateRequest"
2912
+ },
2913
+ "output": {
2914
+ "shape": "UpdatePushTemplateResponse"
2915
+ },
2916
+ "errors": [
2917
+ {
2918
+ "shape": "BadRequestException"
2919
+ },
2920
+ {
2921
+ "shape": "InternalServerErrorException"
2922
+ },
2923
+ {
2924
+ "shape": "ForbiddenException"
2925
+ },
2926
+ {
2927
+ "shape": "NotFoundException"
2928
+ },
2929
+ {
2930
+ "shape": "MethodNotAllowedException"
2931
+ },
2932
+ {
2933
+ "shape": "TooManyRequestsException"
2934
+ }
2935
+ ]
2936
+ },
2541
2937
  "UpdateSegment": {
2542
2938
  "name": "UpdateSegment",
2543
2939
  "http": {
@@ -2606,6 +3002,40 @@
2606
3002
  }
2607
3003
  ]
2608
3004
  },
3005
+ "UpdateSmsTemplate": {
3006
+ "name": "UpdateSmsTemplate",
3007
+ "http": {
3008
+ "method": "PUT",
3009
+ "requestUri": "/v1/templates/{template-name}/sms",
3010
+ "responseCode": 202
3011
+ },
3012
+ "input": {
3013
+ "shape": "UpdateSmsTemplateRequest"
3014
+ },
3015
+ "output": {
3016
+ "shape": "UpdateSmsTemplateResponse"
3017
+ },
3018
+ "errors": [
3019
+ {
3020
+ "shape": "BadRequestException"
3021
+ },
3022
+ {
3023
+ "shape": "InternalServerErrorException"
3024
+ },
3025
+ {
3026
+ "shape": "ForbiddenException"
3027
+ },
3028
+ {
3029
+ "shape": "NotFoundException"
3030
+ },
3031
+ {
3032
+ "shape": "MethodNotAllowedException"
3033
+ },
3034
+ {
3035
+ "shape": "TooManyRequestsException"
3036
+ }
3037
+ ]
3038
+ },
2609
3039
  "UpdateVoiceChannel": {
2610
3040
  "name": "UpdateVoiceChannel",
2611
3041
  "http": {
@@ -2880,6 +3310,29 @@
2880
3310
  }
2881
3311
  }
2882
3312
  },
3313
+ "APNSPushNotificationTemplate": {
3314
+ "type": "structure",
3315
+ "members": {
3316
+ "Action": {
3317
+ "shape": "Action"
3318
+ },
3319
+ "Body": {
3320
+ "shape": "__string"
3321
+ },
3322
+ "MediaUrl": {
3323
+ "shape": "__string"
3324
+ },
3325
+ "Sound": {
3326
+ "shape": "__string"
3327
+ },
3328
+ "Title": {
3329
+ "shape": "__string"
3330
+ },
3331
+ "Url": {
3332
+ "shape": "__string"
3333
+ }
3334
+ }
3335
+ },
2883
3336
  "APNSSandboxChannelRequest": {
2884
3337
  "type": "structure",
2885
3338
  "members": {
@@ -3170,25 +3623,54 @@
3170
3623
  "ApplicationId"
3171
3624
  ]
3172
3625
  },
3173
- "AddressConfiguration": {
3626
+ "AddressConfiguration": {
3627
+ "type": "structure",
3628
+ "members": {
3629
+ "BodyOverride": {
3630
+ "shape": "__string"
3631
+ },
3632
+ "ChannelType": {
3633
+ "shape": "ChannelType"
3634
+ },
3635
+ "Context": {
3636
+ "shape": "MapOf__string"
3637
+ },
3638
+ "RawContent": {
3639
+ "shape": "__string"
3640
+ },
3641
+ "Substitutions": {
3642
+ "shape": "MapOfListOf__string"
3643
+ },
3644
+ "TitleOverride": {
3645
+ "shape": "__string"
3646
+ }
3647
+ }
3648
+ },
3649
+ "AndroidPushNotificationTemplate": {
3174
3650
  "type": "structure",
3175
3651
  "members": {
3176
- "BodyOverride": {
3652
+ "Action": {
3653
+ "shape": "Action"
3654
+ },
3655
+ "Body": {
3177
3656
  "shape": "__string"
3178
3657
  },
3179
- "ChannelType": {
3180
- "shape": "ChannelType"
3658
+ "ImageIconUrl": {
3659
+ "shape": "__string"
3181
3660
  },
3182
- "Context": {
3183
- "shape": "MapOf__string"
3661
+ "ImageUrl": {
3662
+ "shape": "__string"
3184
3663
  },
3185
- "RawContent": {
3664
+ "SmallImageIconUrl": {
3186
3665
  "shape": "__string"
3187
3666
  },
3188
- "Substitutions": {
3189
- "shape": "MapOfListOf__string"
3667
+ "Sound": {
3668
+ "shape": "__string"
3190
3669
  },
3191
- "TitleOverride": {
3670
+ "Title": {
3671
+ "shape": "__string"
3672
+ },
3673
+ "Url": {
3192
3674
  "shape": "__string"
3193
3675
  }
3194
3676
  }
@@ -3613,6 +4095,9 @@
3613
4095
  "shape": "MapOf__string",
3614
4096
  "locationName": "tags"
3615
4097
  },
4098
+ "TemplateConfiguration": {
4099
+ "shape": "TemplateConfiguration"
4100
+ },
3616
4101
  "TreatmentDescription": {
3617
4102
  "shape": "__string"
3618
4103
  },
@@ -3808,6 +4293,36 @@
3808
4293
  ],
3809
4294
  "payload": "CampaignResponse"
3810
4295
  },
4296
+ "CreateEmailTemplateRequest": {
4297
+ "type": "structure",
4298
+ "members": {
4299
+ "EmailTemplateRequest": {
4300
+ "shape": "EmailTemplateRequest"
4301
+ },
4302
+ "TemplateName": {
4303
+ "shape": "__string",
4304
+ "location": "uri",
4305
+ "locationName": "template-name"
4306
+ }
4307
+ },
4308
+ "required": [
4309
+ "TemplateName",
4310
+ "EmailTemplateRequest"
4311
+ ],
4312
+ "payload": "EmailTemplateRequest"
4313
+ },
4314
+ "CreateEmailTemplateResponse": {
4315
+ "type": "structure",
4316
+ "members": {
4317
+ "CreateTemplateMessageBody": {
4318
+ "shape": "CreateTemplateMessageBody"
4319
+ }
4320
+ },
4321
+ "required": [
4322
+ "CreateTemplateMessageBody"
4323
+ ],
4324
+ "payload": "CreateTemplateMessageBody"
4325
+ },
3811
4326
  "CreateExportJobRequest": {
3812
4327
  "type": "structure",
3813
4328
  "members": {
@@ -3868,6 +4383,36 @@
3868
4383
  ],
3869
4384
  "payload": "ImportJobResponse"
3870
4385
  },
4386
+ "CreatePushTemplateRequest": {
4387
+ "type": "structure",
4388
+ "members": {
4389
+ "PushNotificationTemplateRequest": {
4390
+ "shape": "PushNotificationTemplateRequest"
4391
+ },
4392
+ "TemplateName": {
4393
+ "shape": "__string",
4394
+ "location": "uri",
4395
+ "locationName": "template-name"
4396
+ }
4397
+ },
4398
+ "required": [
4399
+ "TemplateName",
4400
+ "PushNotificationTemplateRequest"
4401
+ ],
4402
+ "payload": "PushNotificationTemplateRequest"
4403
+ },
4404
+ "CreatePushTemplateResponse": {
4405
+ "type": "structure",
4406
+ "members": {
4407
+ "CreateTemplateMessageBody": {
4408
+ "shape": "CreateTemplateMessageBody"
4409
+ }
4410
+ },
4411
+ "required": [
4412
+ "CreateTemplateMessageBody"
4413
+ ],
4414
+ "payload": "CreateTemplateMessageBody"
4415
+ },
3871
4416
  "CreateSegmentRequest": {
3872
4417
  "type": "structure",
3873
4418
  "members": {
@@ -3898,6 +4443,50 @@
3898
4443
  ],
3899
4444
  "payload": "SegmentResponse"
3900
4445
  },
4446
+ "CreateSmsTemplateRequest": {
4447
+ "type": "structure",
4448
+ "members": {
4449
+ "SMSTemplateRequest": {
4450
+ "shape": "SMSTemplateRequest"
4451
+ },
4452
+ "TemplateName": {
4453
+ "shape": "__string",
4454
+ "location": "uri",
4455
+ "locationName": "template-name"
4456
+ }
4457
+ },
4458
+ "required": [
4459
+ "TemplateName",
4460
+ "SMSTemplateRequest"
4461
+ ],
4462
+ "payload": "SMSTemplateRequest"
4463
+ },
4464
+ "CreateSmsTemplateResponse": {
4465
+ "type": "structure",
4466
+ "members": {
4467
+ "CreateTemplateMessageBody": {
4468
+ "shape": "CreateTemplateMessageBody"
4469
+ }
4470
+ },
4471
+ "required": [
4472
+ "CreateTemplateMessageBody"
4473
+ ],
4474
+ "payload": "CreateTemplateMessageBody"
4475
+ },
4476
+ "CreateTemplateMessageBody": {
4477
+ "type": "structure",
4478
+ "members": {
4479
+ "Arn": {
4480
+ "shape": "__string"
4481
+ },
4482
+ "Message": {
4483
+ "shape": "__string"
4484
+ },
4485
+ "RequestID": {
4486
+ "shape": "__string"
4487
+ }
4488
+ }
4489
+ },
3901
4490
  "DefaultMessage": {
3902
4491
  "type": "structure",
3903
4492
  "members": {
@@ -3935,6 +4524,26 @@
3935
4524
  }
3936
4525
  }
3937
4526
  },
4527
+ "DefaultPushNotificationTemplate": {
4528
+ "type": "structure",
4529
+ "members": {
4530
+ "Action": {
4531
+ "shape": "Action"
4532
+ },
4533
+ "Body": {
4534
+ "shape": "__string"
4535
+ },
4536
+ "Sound": {
4537
+ "shape": "__string"
4538
+ },
4539
+ "Title": {
4540
+ "shape": "__string"
4541
+ },
4542
+ "Url": {
4543
+ "shape": "__string"
4544
+ }
4545
+ }
4546
+ },
3938
4547
  "DeleteAdmChannelRequest": {
3939
4548
  "type": "structure",
3940
4549
  "members": {
@@ -4166,6 +4775,31 @@
4166
4775
  ],
4167
4776
  "payload": "EmailChannelResponse"
4168
4777
  },
4778
+ "DeleteEmailTemplateRequest": {
4779
+ "type": "structure",
4780
+ "members": {
4781
+ "TemplateName": {
4782
+ "shape": "__string",
4783
+ "location": "uri",
4784
+ "locationName": "template-name"
4785
+ }
4786
+ },
4787
+ "required": [
4788
+ "TemplateName"
4789
+ ]
4790
+ },
4791
+ "DeleteEmailTemplateResponse": {
4792
+ "type": "structure",
4793
+ "members": {
4794
+ "MessageBody": {
4795
+ "shape": "MessageBody"
4796
+ }
4797
+ },
4798
+ "required": [
4799
+ "MessageBody"
4800
+ ],
4801
+ "payload": "MessageBody"
4802
+ },
4169
4803
  "DeleteEndpointRequest": {
4170
4804
  "type": "structure",
4171
4805
  "members": {
@@ -4247,6 +4881,31 @@
4247
4881
  ],
4248
4882
  "payload": "GCMChannelResponse"
4249
4883
  },
4884
+ "DeletePushTemplateRequest": {
4885
+ "type": "structure",
4886
+ "members": {
4887
+ "TemplateName": {
4888
+ "shape": "__string",
4889
+ "location": "uri",
4890
+ "locationName": "template-name"
4891
+ }
4892
+ },
4893
+ "required": [
4894
+ "TemplateName"
4895
+ ]
4896
+ },
4897
+ "DeletePushTemplateResponse": {
4898
+ "type": "structure",
4899
+ "members": {
4900
+ "MessageBody": {
4901
+ "shape": "MessageBody"
4902
+ }
4903
+ },
4904
+ "required": [
4905
+ "MessageBody"
4906
+ ],
4907
+ "payload": "MessageBody"
4908
+ },
4250
4909
  "DeleteSegmentRequest": {
4251
4910
  "type": "structure",
4252
4911
  "members": {
@@ -4303,6 +4962,31 @@
4303
4962
  ],
4304
4963
  "payload": "SMSChannelResponse"
4305
4964
  },
4965
+ "DeleteSmsTemplateRequest": {
4966
+ "type": "structure",
4967
+ "members": {
4968
+ "TemplateName": {
4969
+ "shape": "__string",
4970
+ "location": "uri",
4971
+ "locationName": "template-name"
4972
+ }
4973
+ },
4974
+ "required": [
4975
+ "TemplateName"
4976
+ ]
4977
+ },
4978
+ "DeleteSmsTemplateResponse": {
4979
+ "type": "structure",
4980
+ "members": {
4981
+ "MessageBody": {
4982
+ "shape": "MessageBody"
4983
+ }
4984
+ },
4985
+ "required": [
4986
+ "MessageBody"
4987
+ ],
4988
+ "payload": "MessageBody"
4989
+ },
4306
4990
  "DeleteUserEndpointsRequest": {
4307
4991
  "type": "structure",
4308
4992
  "members": {
@@ -4522,6 +5206,63 @@
4522
5206
  }
4523
5207
  }
4524
5208
  },
5209
+ "EmailTemplateRequest": {
5210
+ "type": "structure",
5211
+ "members": {
5212
+ "HtmlPart": {
5213
+ "shape": "__string"
5214
+ },
5215
+ "Subject": {
5216
+ "shape": "__string"
5217
+ },
5218
+ "tags": {
5219
+ "shape": "MapOf__string",
5220
+ "locationName": "tags"
5221
+ },
5222
+ "TextPart": {
5223
+ "shape": "__string"
5224
+ }
5225
+ }
5226
+ },
5227
+ "EmailTemplateResponse": {
5228
+ "type": "structure",
5229
+ "members": {
5230
+ "Arn": {
5231
+ "shape": "__string"
5232
+ },
5233
+ "CreationDate": {
5234
+ "shape": "__string"
5235
+ },
5236
+ "HtmlPart": {
5237
+ "shape": "__string"
5238
+ },
5239
+ "LastModifiedDate": {
5240
+ "shape": "__string"
5241
+ },
5242
+ "Subject": {
5243
+ "shape": "__string"
5244
+ },
5245
+ "tags": {
5246
+ "shape": "MapOf__string",
5247
+ "locationName": "tags"
5248
+ },
5249
+ "TemplateName": {
5250
+ "shape": "__string"
5251
+ },
5252
+ "TemplateType": {
5253
+ "shape": "TemplateType"
5254
+ },
5255
+ "TextPart": {
5256
+ "shape": "__string"
5257
+ }
5258
+ },
5259
+ "required": [
5260
+ "LastModifiedDate",
5261
+ "CreationDate",
5262
+ "TemplateName",
5263
+ "TemplateType"
5264
+ ]
5265
+ },
4525
5266
  "EndpointBatchItem": {
4526
5267
  "type": "structure",
4527
5268
  "members": {
@@ -5779,6 +6520,31 @@
5779
6520
  ],
5780
6521
  "payload": "EmailChannelResponse"
5781
6522
  },
6523
+ "GetEmailTemplateRequest": {
6524
+ "type": "structure",
6525
+ "members": {
6526
+ "TemplateName": {
6527
+ "shape": "__string",
6528
+ "location": "uri",
6529
+ "locationName": "template-name"
6530
+ }
6531
+ },
6532
+ "required": [
6533
+ "TemplateName"
6534
+ ]
6535
+ },
6536
+ "GetEmailTemplateResponse": {
6537
+ "type": "structure",
6538
+ "members": {
6539
+ "EmailTemplateResponse": {
6540
+ "shape": "EmailTemplateResponse"
6541
+ }
6542
+ },
6543
+ "required": [
6544
+ "EmailTemplateResponse"
6545
+ ],
6546
+ "payload": "EmailTemplateResponse"
6547
+ },
5782
6548
  "GetEndpointRequest": {
5783
6549
  "type": "structure",
5784
6550
  "members": {
@@ -5980,17 +6746,42 @@
5980
6746
  "ApplicationId"
5981
6747
  ]
5982
6748
  },
5983
- "GetImportJobsResponse": {
6749
+ "GetImportJobsResponse": {
6750
+ "type": "structure",
6751
+ "members": {
6752
+ "ImportJobsResponse": {
6753
+ "shape": "ImportJobsResponse"
6754
+ }
6755
+ },
6756
+ "required": [
6757
+ "ImportJobsResponse"
6758
+ ],
6759
+ "payload": "ImportJobsResponse"
6760
+ },
6761
+ "GetPushTemplateRequest": {
6762
+ "type": "structure",
6763
+ "members": {
6764
+ "TemplateName": {
6765
+ "shape": "__string",
6766
+ "location": "uri",
6767
+ "locationName": "template-name"
6768
+ }
6769
+ },
6770
+ "required": [
6771
+ "TemplateName"
6772
+ ]
6773
+ },
6774
+ "GetPushTemplateResponse": {
5984
6775
  "type": "structure",
5985
6776
  "members": {
5986
- "ImportJobsResponse": {
5987
- "shape": "ImportJobsResponse"
6777
+ "PushNotificationTemplateResponse": {
6778
+ "shape": "PushNotificationTemplateResponse"
5988
6779
  }
5989
6780
  },
5990
6781
  "required": [
5991
- "ImportJobsResponse"
6782
+ "PushNotificationTemplateResponse"
5992
6783
  ],
5993
- "payload": "ImportJobsResponse"
6784
+ "payload": "PushNotificationTemplateResponse"
5994
6785
  },
5995
6786
  "GetSegmentExportJobsRequest": {
5996
6787
  "type": "structure",
@@ -6243,6 +7034,31 @@
6243
7034
  ],
6244
7035
  "payload": "SMSChannelResponse"
6245
7036
  },
7037
+ "GetSmsTemplateRequest": {
7038
+ "type": "structure",
7039
+ "members": {
7040
+ "TemplateName": {
7041
+ "shape": "__string",
7042
+ "location": "uri",
7043
+ "locationName": "template-name"
7044
+ }
7045
+ },
7046
+ "required": [
7047
+ "TemplateName"
7048
+ ]
7049
+ },
7050
+ "GetSmsTemplateResponse": {
7051
+ "type": "structure",
7052
+ "members": {
7053
+ "SMSTemplateResponse": {
7054
+ "shape": "SMSTemplateResponse"
7055
+ }
7056
+ },
7057
+ "required": [
7058
+ "SMSTemplateResponse"
7059
+ ],
7060
+ "payload": "SMSTemplateResponse"
7061
+ },
6246
7062
  "GetUserEndpointsRequest": {
6247
7063
  "type": "structure",
6248
7064
  "members": {
@@ -6504,6 +7320,43 @@
6504
7320
  ],
6505
7321
  "payload": "TagsModel"
6506
7322
  },
7323
+ "ListTemplatesRequest": {
7324
+ "type": "structure",
7325
+ "members": {
7326
+ "NextToken": {
7327
+ "shape": "__string",
7328
+ "location": "querystring",
7329
+ "locationName": "next-token"
7330
+ },
7331
+ "PageSize": {
7332
+ "shape": "__string",
7333
+ "location": "querystring",
7334
+ "locationName": "page-size"
7335
+ },
7336
+ "Prefix": {
7337
+ "shape": "__string",
7338
+ "location": "querystring",
7339
+ "locationName": "prefix"
7340
+ },
7341
+ "TemplateType": {
7342
+ "shape": "__string",
7343
+ "location": "querystring",
7344
+ "locationName": "template-type"
7345
+ }
7346
+ }
7347
+ },
7348
+ "ListTemplatesResponse": {
7349
+ "type": "structure",
7350
+ "members": {
7351
+ "TemplatesResponse": {
7352
+ "shape": "TemplatesResponse"
7353
+ }
7354
+ },
7355
+ "required": [
7356
+ "TemplatesResponse"
7357
+ ],
7358
+ "payload": "TemplatesResponse"
7359
+ },
6507
7360
  "Message": {
6508
7361
  "type": "structure",
6509
7362
  "members": {
@@ -6597,6 +7450,9 @@
6597
7450
  "MessageConfiguration": {
6598
7451
  "shape": "DirectMessageConfiguration"
6599
7452
  },
7453
+ "TemplateConfiguration": {
7454
+ "shape": "TemplateConfiguration"
7455
+ },
6600
7456
  "TraceId": {
6601
7457
  "shape": "__string"
6602
7458
  }
@@ -6828,6 +7684,75 @@
6828
7684
  }
6829
7685
  }
6830
7686
  },
7687
+ "PushNotificationTemplateRequest": {
7688
+ "type": "structure",
7689
+ "members": {
7690
+ "ADM": {
7691
+ "shape": "AndroidPushNotificationTemplate"
7692
+ },
7693
+ "APNS": {
7694
+ "shape": "APNSPushNotificationTemplate"
7695
+ },
7696
+ "Baidu": {
7697
+ "shape": "AndroidPushNotificationTemplate"
7698
+ },
7699
+ "Default": {
7700
+ "shape": "DefaultPushNotificationTemplate"
7701
+ },
7702
+ "GCM": {
7703
+ "shape": "AndroidPushNotificationTemplate"
7704
+ },
7705
+ "tags": {
7706
+ "shape": "MapOf__string",
7707
+ "locationName": "tags"
7708
+ }
7709
+ }
7710
+ },
7711
+ "PushNotificationTemplateResponse": {
7712
+ "type": "structure",
7713
+ "members": {
7714
+ "ADM": {
7715
+ "shape": "AndroidPushNotificationTemplate"
7716
+ },
7717
+ "APNS": {
7718
+ "shape": "APNSPushNotificationTemplate"
7719
+ },
7720
+ "Arn": {
7721
+ "shape": "__string"
7722
+ },
7723
+ "Baidu": {
7724
+ "shape": "AndroidPushNotificationTemplate"
7725
+ },
7726
+ "CreationDate": {
7727
+ "shape": "__string"
7728
+ },
7729
+ "Default": {
7730
+ "shape": "DefaultPushNotificationTemplate"
7731
+ },
7732
+ "GCM": {
7733
+ "shape": "AndroidPushNotificationTemplate"
7734
+ },
7735
+ "LastModifiedDate": {
7736
+ "shape": "__string"
7737
+ },
7738
+ "tags": {
7739
+ "shape": "MapOf__string",
7740
+ "locationName": "tags"
7741
+ },
7742
+ "TemplateName": {
7743
+ "shape": "__string"
7744
+ },
7745
+ "TemplateType": {
7746
+ "shape": "TemplateType"
7747
+ }
7748
+ },
7749
+ "required": [
7750
+ "LastModifiedDate",
7751
+ "CreationDate",
7752
+ "TemplateName",
7753
+ "TemplateType"
7754
+ ]
7755
+ },
6831
7756
  "PutEventStreamRequest": {
6832
7757
  "type": "structure",
6833
7758
  "members": {
@@ -7089,6 +8014,51 @@
7089
8014
  }
7090
8015
  }
7091
8016
  },
8017
+ "SMSTemplateRequest": {
8018
+ "type": "structure",
8019
+ "members": {
8020
+ "Body": {
8021
+ "shape": "__string"
8022
+ },
8023
+ "tags": {
8024
+ "shape": "MapOf__string",
8025
+ "locationName": "tags"
8026
+ }
8027
+ }
8028
+ },
8029
+ "SMSTemplateResponse": {
8030
+ "type": "structure",
8031
+ "members": {
8032
+ "Arn": {
8033
+ "shape": "__string"
8034
+ },
8035
+ "Body": {
8036
+ "shape": "__string"
8037
+ },
8038
+ "CreationDate": {
8039
+ "shape": "__string"
8040
+ },
8041
+ "LastModifiedDate": {
8042
+ "shape": "__string"
8043
+ },
8044
+ "tags": {
8045
+ "shape": "MapOf__string",
8046
+ "locationName": "tags"
8047
+ },
8048
+ "TemplateName": {
8049
+ "shape": "__string"
8050
+ },
8051
+ "TemplateType": {
8052
+ "shape": "TemplateType"
8053
+ }
8054
+ },
8055
+ "required": [
8056
+ "LastModifiedDate",
8057
+ "CreationDate",
8058
+ "TemplateName",
8059
+ "TemplateType"
8060
+ ]
8061
+ },
7092
8062
  "Schedule": {
7093
8063
  "type": "structure",
7094
8064
  "members": {
@@ -7364,6 +8334,9 @@
7364
8334
  "MessageConfiguration": {
7365
8335
  "shape": "DirectMessageConfiguration"
7366
8336
  },
8337
+ "TemplateConfiguration": {
8338
+ "shape": "TemplateConfiguration"
8339
+ },
7367
8340
  "TraceId": {
7368
8341
  "shape": "__string"
7369
8342
  },
@@ -7521,6 +8494,80 @@
7521
8494
  "tags"
7522
8495
  ]
7523
8496
  },
8497
+ "Template": {
8498
+ "type": "structure",
8499
+ "members": {
8500
+ "Name": {
8501
+ "shape": "__string"
8502
+ }
8503
+ }
8504
+ },
8505
+ "TemplateConfiguration": {
8506
+ "type": "structure",
8507
+ "members": {
8508
+ "EmailTemplate": {
8509
+ "shape": "Template"
8510
+ },
8511
+ "PushTemplate": {
8512
+ "shape": "Template"
8513
+ },
8514
+ "SMSTemplate": {
8515
+ "shape": "Template"
8516
+ }
8517
+ }
8518
+ },
8519
+ "TemplateResponse": {
8520
+ "type": "structure",
8521
+ "members": {
8522
+ "Arn": {
8523
+ "shape": "__string"
8524
+ },
8525
+ "CreationDate": {
8526
+ "shape": "__string"
8527
+ },
8528
+ "LastModifiedDate": {
8529
+ "shape": "__string"
8530
+ },
8531
+ "tags": {
8532
+ "shape": "MapOf__string",
8533
+ "locationName": "tags"
8534
+ },
8535
+ "TemplateName": {
8536
+ "shape": "__string"
8537
+ },
8538
+ "TemplateType": {
8539
+ "shape": "TemplateType"
8540
+ }
8541
+ },
8542
+ "required": [
8543
+ "LastModifiedDate",
8544
+ "CreationDate",
8545
+ "TemplateName",
8546
+ "TemplateType"
8547
+ ]
8548
+ },
8549
+ "TemplateType": {
8550
+ "type": "string",
8551
+ "enum": [
8552
+ "EMAIL",
8553
+ "SMS",
8554
+ "PUSH"
8555
+ ]
8556
+ },
8557
+ "TemplatesResponse": {
8558
+ "type": "structure",
8559
+ "members": {
8560
+ "Item": {
8561
+ "shape": "ListOfTemplateResponse"
8562
+ },
8563
+ "NextToken": {
8564
+ "shape": "__string"
8565
+ }
8566
+ },
8567
+ "required": [
8568
+ "Item"
8569
+ ]
8570
+ },
7524
8571
  "TooManyRequestsException": {
7525
8572
  "type": "structure",
7526
8573
  "members": {
@@ -7554,6 +8601,9 @@
7554
8601
  "State": {
7555
8602
  "shape": "CampaignState"
7556
8603
  },
8604
+ "TemplateConfiguration": {
8605
+ "shape": "TemplateConfiguration"
8606
+ },
7557
8607
  "TreatmentDescription": {
7558
8608
  "shape": "__string"
7559
8609
  },
@@ -7877,6 +8927,36 @@
7877
8927
  ],
7878
8928
  "payload": "EmailChannelResponse"
7879
8929
  },
8930
+ "UpdateEmailTemplateRequest": {
8931
+ "type": "structure",
8932
+ "members": {
8933
+ "EmailTemplateRequest": {
8934
+ "shape": "EmailTemplateRequest"
8935
+ },
8936
+ "TemplateName": {
8937
+ "shape": "__string",
8938
+ "location": "uri",
8939
+ "locationName": "template-name"
8940
+ }
8941
+ },
8942
+ "required": [
8943
+ "TemplateName",
8944
+ "EmailTemplateRequest"
8945
+ ],
8946
+ "payload": "EmailTemplateRequest"
8947
+ },
8948
+ "UpdateEmailTemplateResponse": {
8949
+ "type": "structure",
8950
+ "members": {
8951
+ "MessageBody": {
8952
+ "shape": "MessageBody"
8953
+ }
8954
+ },
8955
+ "required": [
8956
+ "MessageBody"
8957
+ ],
8958
+ "payload": "MessageBody"
8959
+ },
7880
8960
  "UpdateEndpointRequest": {
7881
8961
  "type": "structure",
7882
8962
  "members": {
@@ -7973,6 +9053,36 @@
7973
9053
  ],
7974
9054
  "payload": "GCMChannelResponse"
7975
9055
  },
9056
+ "UpdatePushTemplateRequest": {
9057
+ "type": "structure",
9058
+ "members": {
9059
+ "PushNotificationTemplateRequest": {
9060
+ "shape": "PushNotificationTemplateRequest"
9061
+ },
9062
+ "TemplateName": {
9063
+ "shape": "__string",
9064
+ "location": "uri",
9065
+ "locationName": "template-name"
9066
+ }
9067
+ },
9068
+ "required": [
9069
+ "TemplateName",
9070
+ "PushNotificationTemplateRequest"
9071
+ ],
9072
+ "payload": "PushNotificationTemplateRequest"
9073
+ },
9074
+ "UpdatePushTemplateResponse": {
9075
+ "type": "structure",
9076
+ "members": {
9077
+ "MessageBody": {
9078
+ "shape": "MessageBody"
9079
+ }
9080
+ },
9081
+ "required": [
9082
+ "MessageBody"
9083
+ ],
9084
+ "payload": "MessageBody"
9085
+ },
7976
9086
  "UpdateSegmentRequest": {
7977
9087
  "type": "structure",
7978
9088
  "members": {
@@ -8039,6 +9149,36 @@
8039
9149
  ],
8040
9150
  "payload": "SMSChannelResponse"
8041
9151
  },
9152
+ "UpdateSmsTemplateRequest": {
9153
+ "type": "structure",
9154
+ "members": {
9155
+ "SMSTemplateRequest": {
9156
+ "shape": "SMSTemplateRequest"
9157
+ },
9158
+ "TemplateName": {
9159
+ "shape": "__string",
9160
+ "location": "uri",
9161
+ "locationName": "template-name"
9162
+ }
9163
+ },
9164
+ "required": [
9165
+ "TemplateName",
9166
+ "SMSTemplateRequest"
9167
+ ],
9168
+ "payload": "SMSTemplateRequest"
9169
+ },
9170
+ "UpdateSmsTemplateResponse": {
9171
+ "type": "structure",
9172
+ "members": {
9173
+ "MessageBody": {
9174
+ "shape": "MessageBody"
9175
+ }
9176
+ },
9177
+ "required": [
9178
+ "MessageBody"
9179
+ ],
9180
+ "payload": "MessageBody"
9181
+ },
8042
9182
  "UpdateVoiceChannelRequest": {
8043
9183
  "type": "structure",
8044
9184
  "members": {
@@ -8195,6 +9335,9 @@
8195
9335
  "shape": "MapOf__string",
8196
9336
  "locationName": "tags"
8197
9337
  },
9338
+ "TemplateConfiguration": {
9339
+ "shape": "TemplateConfiguration"
9340
+ },
8198
9341
  "TreatmentDescription": {
8199
9342
  "shape": "__string"
8200
9343
  },
@@ -8248,6 +9391,9 @@
8248
9391
  "SizePercent": {
8249
9392
  "shape": "__integer"
8250
9393
  },
9394
+ "TemplateConfiguration": {
9395
+ "shape": "TemplateConfiguration"
9396
+ },
8251
9397
  "TreatmentDescription": {
8252
9398
  "shape": "__string"
8253
9399
  },
@@ -8346,6 +9492,12 @@
8346
9492
  "shape": "SegmentResponse"
8347
9493
  }
8348
9494
  },
9495
+ "ListOfTemplateResponse": {
9496
+ "type": "list",
9497
+ "member": {
9498
+ "shape": "TemplateResponse"
9499
+ }
9500
+ },
8349
9501
  "ListOfTreatmentResource": {
8350
9502
  "type": "list",
8351
9503
  "member": {
@@ -8523,4 +9675,4 @@
8523
9675
  "timestampFormat": "unixTimestamp"
8524
9676
  }
8525
9677
  }
8526
- }
9678
+ }