|
5 | 5 | "endpointPrefix":"email",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"Amazon SES V2",
|
9 | 10 | "serviceFullName":"Amazon Simple Email Service",
|
10 | 11 | "serviceId":"SESv2",
|
|
747 | 748 | "ListContacts":{
|
748 | 749 | "name":"ListContacts",
|
749 | 750 | "http":{
|
750 |
| - "method":"GET", |
751 |
| - "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts" |
| 751 | + "method":"POST", |
| 752 | + "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/list" |
752 | 753 | },
|
753 | 754 | "input":{"shape":"ListContactsRequest"},
|
754 | 755 | "output":{"shape":"ListContactsResponse"},
|
|
862 | 863 | "ListImportJobs":{
|
863 | 864 | "name":"ListImportJobs",
|
864 | 865 | "http":{
|
865 |
| - "method":"GET", |
866 |
| - "requestUri":"/v2/email/import-jobs" |
| 866 | + "method":"POST", |
| 867 | + "requestUri":"/v2/email/import-jobs/list" |
867 | 868 | },
|
868 | 869 | "input":{"shape":"ListImportJobsRequest"},
|
869 | 870 | "output":{"shape":"ListImportJobsResponse"},
|
|
4557 | 4558 | },
|
4558 | 4559 | "PageSize":{
|
4559 | 4560 | "shape":"MaxItems",
|
4560 |
| - "documentation":"<p>The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the <code>NextToken</code> element is sent in the response. Use the <code>NextToken</code> value in subsequent requests to retrieve additional contacts.</p>", |
4561 |
| - "location":"querystring", |
4562 |
| - "locationName":"PageSize" |
| 4561 | + "documentation":"<p>The number of contacts that may be returned at once, which is dependent on if there are more or less contacts than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond the specified limit, the <code>NextToken</code> element is sent in the response. Use the <code>NextToken</code> value in subsequent requests to retrieve additional contacts.</p>" |
4563 | 4562 | },
|
4564 | 4563 | "NextToken":{
|
4565 | 4564 | "shape":"NextToken",
|
4566 |
| - "documentation":"<p>A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.</p>", |
4567 |
| - "location":"querystring", |
4568 |
| - "locationName":"NextToken" |
| 4565 | + "documentation":"<p>A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.</p>" |
4569 | 4566 | }
|
4570 | 4567 | }
|
4571 | 4568 | },
|
|
4844 | 4841 | },
|
4845 | 4842 | "NextToken":{
|
4846 | 4843 | "shape":"NextToken",
|
4847 |
| - "documentation":"<p>A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the same parameters to retrieve the next page of import jobs.</p>", |
4848 |
| - "location":"querystring", |
4849 |
| - "locationName":"NextToken" |
| 4844 | + "documentation":"<p>A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the same parameters to retrieve the next page of import jobs.</p>" |
4850 | 4845 | },
|
4851 | 4846 | "PageSize":{
|
4852 | 4847 | "shape":"MaxItems",
|
4853 |
| - "documentation":"<p>Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the <code>NextToken</code> element is sent in the response. Use the <code>NextToken</code> value in subsequent requests to retrieve additional addresses.</p>", |
4854 |
| - "location":"querystring", |
4855 |
| - "locationName":"PageSize" |
| 4848 | + "documentation":"<p>Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the <code>NextToken</code> element is sent in the response. Use the <code>NextToken</code> value in subsequent requests to retrieve additional addresses.</p>" |
4856 | 4849 | }
|
4857 | 4850 | },
|
4858 | 4851 | "documentation":"<p>Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.</p>"
|
|
0 commit comments