|
6276 | 6276 | "traits": {
|
6277 | 6277 | "smithy.api#documentation": "<p>Lists the contacts present in a specific contact list.</p>",
|
6278 | 6278 | "smithy.api#http": {
|
6279 |
| - "method": "GET", |
6280 |
| - "uri": "/v2/email/contact-lists/{ContactListName}/contacts", |
| 6279 | + "method": "POST", |
| 6280 | + "uri": "/v2/email/contact-lists/{ContactListName}/contacts/list", |
6281 | 6281 | "code": 200
|
6282 | 6282 | },
|
6283 | 6283 | "smithy.api#paginated": {
|
|
6327 | 6327 | "PageSize": {
|
6328 | 6328 | "target": "com.amazonaws.sesv2#MaxItems",
|
6329 | 6329 | "traits": {
|
6330 |
| - "smithy.api#documentation": "<p>The number of contacts that may be returned at once, which is dependent on if there\n are more or less contacts than the value of the PageSize. Use this parameter to paginate\n results. If additional contacts exist beyond the specified limit, the\n <code>NextToken</code> element is sent in the response. Use the\n <code>NextToken</code> value in subsequent requests to retrieve additional\n contacts.</p>", |
6331 |
| - "smithy.api#httpQuery": "PageSize" |
| 6330 | + "smithy.api#documentation": "<p>The number of contacts that may be returned at once, which is dependent on if there\n are more or less contacts than the value of the PageSize. Use this parameter to paginate\n results. If additional contacts exist beyond the specified limit, the\n <code>NextToken</code> element is sent in the response. Use the\n <code>NextToken</code> value in subsequent requests to retrieve additional\n contacts.</p>" |
6332 | 6331 | }
|
6333 | 6332 | },
|
6334 | 6333 | "NextToken": {
|
6335 | 6334 | "target": "com.amazonaws.sesv2#NextToken",
|
6336 | 6335 | "traits": {
|
6337 |
| - "smithy.api#documentation": "<p>A string token indicating that there might be additional contacts available to be\n listed. Use the token provided in the Response to use in the subsequent call to\n ListContacts with the same parameters to retrieve the next page of contacts.</p>", |
6338 |
| - "smithy.api#httpQuery": "NextToken" |
| 6336 | + "smithy.api#documentation": "<p>A string token indicating that there might be additional contacts available to be\n listed. Use the token provided in the Response to use in the subsequent call to\n ListContacts with the same parameters to retrieve the next page of contacts.</p>" |
6339 | 6337 | }
|
6340 | 6338 | }
|
6341 | 6339 | },
|
|
6942 | 6940 | "traits": {
|
6943 | 6941 | "smithy.api#documentation": "<p>Lists all of the import jobs.</p>",
|
6944 | 6942 | "smithy.api#http": {
|
6945 |
| - "method": "GET", |
6946 |
| - "uri": "/v2/email/import-jobs", |
| 6943 | + "method": "POST", |
| 6944 | + "uri": "/v2/email/import-jobs/list", |
6947 | 6945 | "code": 200
|
6948 | 6946 | },
|
6949 | 6947 | "smithy.api#paginated": {
|
|
6965 | 6963 | "NextToken": {
|
6966 | 6964 | "target": "com.amazonaws.sesv2#NextToken",
|
6967 | 6965 | "traits": {
|
6968 |
| - "smithy.api#documentation": "<p>A string token indicating that there might be additional import jobs available to be\n listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the\n same parameters to retrieve the next page of import jobs.</p>", |
6969 |
| - "smithy.api#httpQuery": "NextToken" |
| 6966 | + "smithy.api#documentation": "<p>A string token indicating that there might be additional import jobs available to be\n listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the\n same parameters to retrieve the next page of import jobs.</p>" |
6970 | 6967 | }
|
6971 | 6968 | },
|
6972 | 6969 | "PageSize": {
|
6973 | 6970 | "target": "com.amazonaws.sesv2#MaxItems",
|
6974 | 6971 | "traits": {
|
6975 |
| - "smithy.api#documentation": "<p>Maximum number of import jobs to return at once. Use this parameter to paginate\n results. If additional import jobs exist beyond the specified limit, the\n <code>NextToken</code> element is sent in the response. Use the\n <code>NextToken</code> value in subsequent requests to retrieve additional\n addresses.</p>", |
6976 |
| - "smithy.api#httpQuery": "PageSize" |
| 6972 | + "smithy.api#documentation": "<p>Maximum number of import jobs to return at once. Use this parameter to paginate\n results. If additional import jobs exist beyond the specified limit, the\n <code>NextToken</code> element is sent in the response. Use the\n <code>NextToken</code> value in subsequent requests to retrieve additional\n addresses.</p>" |
6977 | 6973 | }
|
6978 | 6974 | }
|
6979 | 6975 | },
|
|
0 commit comments