|
5246 | 5246 | "traits": {
|
5247 | 5247 | "smithy.api#documentation": "<p>The number of items exported.</p>"
|
5248 | 5248 | }
|
| 5249 | + }, |
| 5250 | + "ExportType": { |
| 5251 | + "target": "com.amazonaws.dynamodb#ExportType", |
| 5252 | + "traits": { |
| 5253 | + "smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>" |
| 5254 | + } |
| 5255 | + }, |
| 5256 | + "IncrementalExportSpecification": { |
| 5257 | + "target": "com.amazonaws.dynamodb#IncrementalExportSpecification", |
| 5258 | + "traits": { |
| 5259 | + "smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>" |
| 5260 | + } |
5249 | 5261 | }
|
5250 | 5262 | },
|
5251 | 5263 | "traits": {
|
|
5272 | 5284 | }
|
5273 | 5285 | }
|
5274 | 5286 | },
|
| 5287 | + "com.amazonaws.dynamodb#ExportFromTime": { |
| 5288 | + "type": "timestamp" |
| 5289 | + }, |
5275 | 5290 | "com.amazonaws.dynamodb#ExportManifest": {
|
5276 | 5291 | "type": "string"
|
5277 | 5292 | },
|
|
5336 | 5351 | "traits": {
|
5337 | 5352 | "smithy.api#documentation": "<p>Export can be in one of the following states: IN_PROGRESS, COMPLETED, or\n FAILED.</p>"
|
5338 | 5353 | }
|
| 5354 | + }, |
| 5355 | + "ExportType": { |
| 5356 | + "target": "com.amazonaws.dynamodb#ExportType", |
| 5357 | + "traits": { |
| 5358 | + "smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>" |
| 5359 | + } |
5339 | 5360 | }
|
5340 | 5361 | },
|
5341 | 5362 | "traits": {
|
|
5433 | 5454 | "traits": {
|
5434 | 5455 | "smithy.api#documentation": "<p>The format for the exported data. Valid values for <code>ExportFormat</code> are\n <code>DYNAMODB_JSON</code> or <code>ION</code>.</p>"
|
5435 | 5456 | }
|
| 5457 | + }, |
| 5458 | + "ExportType": { |
| 5459 | + "target": "com.amazonaws.dynamodb#ExportType", |
| 5460 | + "traits": { |
| 5461 | + "smithy.api#documentation": "<p>Choice of whether to execute as a full export or incremental export. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code> is provided, the <code>IncrementalExportSpecification</code> must also be used.</p>" |
| 5462 | + } |
| 5463 | + }, |
| 5464 | + "IncrementalExportSpecification": { |
| 5465 | + "target": "com.amazonaws.dynamodb#IncrementalExportSpecification", |
| 5466 | + "traits": { |
| 5467 | + "smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>" |
| 5468 | + } |
5436 | 5469 | }
|
5437 | 5470 | },
|
5438 | 5471 | "traits": {
|
|
5456 | 5489 | "com.amazonaws.dynamodb#ExportTime": {
|
5457 | 5490 | "type": "timestamp"
|
5458 | 5491 | },
|
| 5492 | + "com.amazonaws.dynamodb#ExportToTime": { |
| 5493 | + "type": "timestamp" |
| 5494 | + }, |
| 5495 | + "com.amazonaws.dynamodb#ExportType": { |
| 5496 | + "type": "enum", |
| 5497 | + "members": { |
| 5498 | + "FULL_EXPORT": { |
| 5499 | + "target": "smithy.api#Unit", |
| 5500 | + "traits": { |
| 5501 | + "smithy.api#enumValue": "FULL_EXPORT" |
| 5502 | + } |
| 5503 | + }, |
| 5504 | + "INCREMENTAL_EXPORT": { |
| 5505 | + "target": "smithy.api#Unit", |
| 5506 | + "traits": { |
| 5507 | + "smithy.api#enumValue": "INCREMENTAL_EXPORT" |
| 5508 | + } |
| 5509 | + } |
| 5510 | + } |
| 5511 | + }, |
| 5512 | + "com.amazonaws.dynamodb#ExportViewType": { |
| 5513 | + "type": "enum", |
| 5514 | + "members": { |
| 5515 | + "NEW_IMAGE": { |
| 5516 | + "target": "smithy.api#Unit", |
| 5517 | + "traits": { |
| 5518 | + "smithy.api#enumValue": "NEW_IMAGE" |
| 5519 | + } |
| 5520 | + }, |
| 5521 | + "NEW_AND_OLD_IMAGES": { |
| 5522 | + "target": "smithy.api#Unit", |
| 5523 | + "traits": { |
| 5524 | + "smithy.api#enumValue": "NEW_AND_OLD_IMAGES" |
| 5525 | + } |
| 5526 | + } |
| 5527 | + } |
| 5528 | + }, |
5459 | 5529 | "com.amazonaws.dynamodb#ExpressionAttributeNameMap": {
|
5460 | 5530 | "type": "map",
|
5461 | 5531 | "key": {
|
|
6426 | 6496 | }
|
6427 | 6497 | }
|
6428 | 6498 | },
|
| 6499 | + "com.amazonaws.dynamodb#IncrementalExportSpecification": { |
| 6500 | + "type": "structure", |
| 6501 | + "members": { |
| 6502 | + "ExportFromTime": { |
| 6503 | + "target": "com.amazonaws.dynamodb#ExportFromTime", |
| 6504 | + "traits": { |
| 6505 | + "smithy.api#documentation": "<p>Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.</p>" |
| 6506 | + } |
| 6507 | + }, |
| 6508 | + "ExportToTime": { |
| 6509 | + "target": "com.amazonaws.dynamodb#ExportToTime", |
| 6510 | + "traits": { |
| 6511 | + "smithy.api#documentation": "<p>Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.</p>" |
| 6512 | + } |
| 6513 | + }, |
| 6514 | + "ExportViewType": { |
| 6515 | + "target": "com.amazonaws.dynamodb#ExportViewType", |
| 6516 | + "traits": { |
| 6517 | + "smithy.api#documentation": "<p>Choice of whether to output the previous item image prior to the start time of the incremental export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>.</p>" |
| 6518 | + } |
| 6519 | + } |
| 6520 | + }, |
| 6521 | + "traits": { |
| 6522 | + "smithy.api#documentation": "<p>Optional object containing the parameters specific to an incremental export.</p>" |
| 6523 | + } |
| 6524 | + }, |
6429 | 6525 | "com.amazonaws.dynamodb#IndexName": {
|
6430 | 6526 | "type": "string",
|
6431 | 6527 | "traits": {
|
|
6961 | 7057 | "aws.api#clientDiscoveredEndpoint": {
|
6962 | 7058 | "required": false
|
6963 | 7059 | },
|
6964 |
| - "smithy.api#documentation": "<p>List backups associated with an Amazon Web Services account. To list backups for a\n given table, specify <code>TableName</code>. <code>ListBackups</code> returns a\n paginated list of results with at most 1 MB worth of items in a page. You can also\n specify a maximum number of entries to be returned in a page.</p>\n <p>In the request, start time is inclusive, but end time is exclusive. Note that these\n boundaries are for the time at which the original backup was requested.</p>\n <p>You can call <code>ListBackups</code> a maximum of five times per second.</p>" |
| 7060 | + "smithy.api#documentation": "<p>List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup. \n To list these backups for a given table, specify <code>TableName</code>. <code>ListBackups</code> returns a\n paginated list of results with at most 1 MB worth of items in a page. You can also\n specify a maximum number of entries to be returned in a page.</p>\n <p>In the request, start time is inclusive, but end time is exclusive. Note that these\n boundaries are for the time at which the original backup was requested.</p>\n <p>You can call <code>ListBackups</code> a maximum of five times per second.</p>\n <p>If you want to retrieve the complete list of backups made with Amazon Web Services Backup, use the \n <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ListBackupJobs.html\">Amazon Web Services Backup list API.</a>\n </p>" |
6965 | 7061 | }
|
6966 | 7062 | },
|
6967 | 7063 | "com.amazonaws.dynamodb#ListBackupsInput": {
|
|
0 commit comments