You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/pinpoint/src/main/resources/codegen-resources/service-2.json
+38-29Lines changed: 38 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
"protocol": "rest-json",
9
9
"jsonVersion": "1.1",
10
10
"uid": "pinpoint-2016-12-01",
11
-
"signatureVersion": "v4"
11
+
"signatureVersion": "v4",
12
+
"auth": [
13
+
"aws.auth#sigv4"
14
+
]
12
15
},
13
16
"documentation": "<p>Doc Engage API - Amazon Pinpoint API</p>",
14
17
"operations": {
@@ -3896,7 +3899,9 @@
3896
3899
"shape": "ListTagsForResourceResponse",
3897
3900
"documentation": "<p>The request succeeded.</p>"
3898
3901
},
3899
-
"errors": [],
3902
+
"errors": [
3903
+
3904
+
],
3900
3905
"documentation": "<p>Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.</p>"
3901
3906
},
3902
3907
"ListTemplateVersions": {
@@ -4315,7 +4320,9 @@
4315
4320
"input": {
4316
4321
"shape": "TagResourceRequest"
4317
4322
},
4318
-
"errors": [],
4323
+
"errors": [
4324
+
4325
+
],
4319
4326
"documentation": "<p>Adds one or more tags (keys and values) to an application, campaign, message template, or segment.</p>"
4320
4327
},
4321
4328
"UntagResource": {
@@ -4328,7 +4335,9 @@
4328
4335
"input": {
4329
4336
"shape": "UntagResourceRequest"
4330
4337
},
4331
-
"errors": [],
4338
+
"errors": [
4339
+
4340
+
],
4332
4341
"documentation": "<p>Removes one or more tags (keys and values) from an application, campaign, message template, or segment.</p>"
4333
4342
},
4334
4343
"UpdateAdmChannel": {
@@ -6768,8 +6777,8 @@
6768
6777
"documentation": "<p>The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.</p>"
6769
6778
},
6770
6779
"Headers": {
6771
-
"shape": "ListOfMessageHeader",
6772
-
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id.html#apps-application-id-campaigns-campaign-id-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 MessageHeaders for each email.</p>"
6780
+
"shape": "ListOfMessageHeader",
6781
+
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id.html#apps-application-id-campaigns-campaign-id-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 MessageHeaders for each email.</p>"
6773
6782
},
6774
6783
"HtmlBody": {
6775
6784
"shape": "__string",
@@ -8698,8 +8707,8 @@
8698
8707
"documentation": "<p>The subject line, or title, to use in email messages that are based on the message template.</p>"
8699
8708
},
8700
8709
"Headers": {
8701
-
"shape": "ListOfMessageHeader",
8702
-
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
8710
+
"shape": "ListOfMessageHeader",
8711
+
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
8703
8712
},
8704
8713
"tags": {
8705
8714
"shape": "MapOf__string",
@@ -8749,8 +8758,8 @@
8749
8758
"documentation": "<p>The subject line, or title, that's used in email messages that are based on the message template.</p>"
8750
8759
},
8751
8760
"Headers": {
8752
-
"shape": "ListOfMessageHeader",
8753
-
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
8761
+
"shape": "ListOfMessageHeader",
8762
+
"documentation": "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>"
8754
8763
},
8755
8764
"tags": {
8756
8765
"shape": "MapOf__string",
@@ -14389,31 +14398,31 @@
14389
14398
"documentation": "<p>The body of the email message, in plain text format. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.</p>"
14390
14399
},
14391
14400
"Headers": {
14392
-
"shape": "ListOfMessageHeader",
14393
-
"documentation": "<p>The list of MessageHeaders for the email. You can have up to 15 Headers.</p>"
14401
+
"shape": "ListOfMessageHeader",
14402
+
"documentation": "<p>The list of MessageHeaders for the email. You can have up to 15 Headers.</p>"
14394
14403
}
14395
14404
},
14396
14405
"documentation": "<p>Specifies the contents of an email message, composed of a subject, a text part, and an HTML part.</p>"
14397
14406
},
14398
14407
"ListOfMessageHeader": {
14399
-
"type": "list",
14400
-
"member": {
14401
-
"shape": "MessageHeader"
14402
-
}
14408
+
"type": "list",
14409
+
"member": {
14410
+
"shape": "MessageHeader"
14411
+
}
14403
14412
},
14404
14413
"MessageHeader": {
14405
-
"type": "structure",
14406
-
"members": {
14407
-
"Name": {
14408
-
"shape": "__string",
14409
-
"documentation": "<p>The name of the message header. The header name can contain up to 126 characters.</p>"
14410
-
},
14411
-
"Value": {
14412
-
"shape": "__string",
14413
-
"documentation": "<p>The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.</p>"
14414
-
}
14415
-
},
14416
-
"documentation": "<p>Contains the name and value pair of an email header to add to your email. You can have up to 15 MessageHeaders. A header can contain information such as the sender, receiver, route, or timestamp.</p>"
14414
+
"type": "structure",
14415
+
"members": {
14416
+
"Name": {
14417
+
"shape": "__string",
14418
+
"documentation": "<p>The name of the message header. The header name can contain up to 126 characters.</p>"
14419
+
},
14420
+
"Value": {
14421
+
"shape": "__string",
14422
+
"documentation": "<p>The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.</p>"
14423
+
}
14424
+
},
14425
+
"documentation": "<p>Contains the name and value pair of an email header to add to your email. You can have up to 15 MessageHeaders. A header can contain information such as the sender, receiver, route, or timestamp.</p>"
0 commit comments