{"info":{"_postman_id":"6b1b061f-3b28-44ad-9311-dcac67fc617e","name":"Amazon DynamoDB","description":"<html><head></head><body><p>Amazon DynamoDB provides low-level API actions for managing database tables and indexes, and for creating, reading, updating and deleting data. DynamoDB also provides API actions for accessing and processing stream records.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10394726","collectionId":"6b1b061f-3b28-44ad-9311-dcac67fc617e","publishedId":"SzYbxHAK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-21T02:03:28.000Z"},"item":[{"name":"Backup","item":[{"name":"Create Backup","id":"6faebac6-964f-4e9f-971d-9482dcdb20ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.CreateBackup","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupName\": \"postman-1\",\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=CreateBackup","description":"<p>Creates a backup for an existing table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Specified name for the backup.</p>\n","type":"text/plain"},"key":"Action","value":"CreateBackup"}],"variable":[]}},"response":[{"id":"cf8bd6dc-b1b5-4d31-8525-c3dc525c8529","name":"Create Backup","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.CreateBackup","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupName\": \"postman-1\",\n   \"TableName\": \"postman\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=CreateBackup","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"CreateBackup","description":"Specified name for the backup."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:14:03 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"251"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1AASLF0MIAVS5GL10T20SUQ20RVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"780732532"}],"cookie":[],"responseTime":null,"body":"{\n    \"BackupDetails\": {\n        \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574828043501-3975949c\",\n        \"BackupCreationDateTime\": 1574828043.501,\n        \"BackupName\": \"postman-1\",\n        \"BackupSizeBytes\": 0,\n        \"BackupStatus\": \"CREATING\",\n        \"BackupType\": \"USER\"\n    }\n}"}],"_postman_id":"6faebac6-964f-4e9f-971d-9482dcdb20ff"},{"name":"Delete Backup","id":"4d9eddd6-bc70-4738-82f5-3f352a997b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DeleteBackup","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827967874-e9abc394\"\n}"},"url":"{{aws_dynamodb_base_url}}/?BackupArn&Action=DeleteBackup","description":"<p>Deletes an existing backup of a table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The ARN associated with the backup.</p>\n","type":"text/plain"},"key":"BackupArn","value":""},{"key":"Action","value":"DeleteBackup"}],"variable":[]}},"response":[{"id":"d71c35ee-ba9b-4b8d-859e-e9ed6446c3dc","name":"Delete Backup","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DeleteBackup","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827967874-e9abc394\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?BackupArn&Action=DeleteBackup","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"BackupArn","value":null,"description":"The ARN associated with the backup."},{"key":"Action","value":"DeleteBackup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:14:49 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"690"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5H7EFIGG42CD0N4A8QFU3NJSFNVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3209608929"}],"cookie":[],"responseTime":null,"body":"{\n    \"BackupDescription\": {\n        \"BackupDetails\": {\n            \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827967874-e9abc394\",\n            \"BackupCreationDateTime\": 1574827967.874,\n            \"BackupName\": \"postman-1\",\n            \"BackupSizeBytes\": 0,\n            \"BackupStatus\": \"DELETED\",\n            \"BackupType\": \"USER\"\n        },\n        \"SourceTableDetails\": {\n            \"BillingMode\": \"PROVISIONED\",\n            \"ItemCount\": 0,\n            \"KeySchema\": [\n                {\n                    \"AttributeName\": \"|\",\n                    \"KeyType\": \"HASH\"\n                }\n            ],\n            \"ProvisionedThroughput\": {\n                \"ReadCapacityUnits\": 5,\n                \"WriteCapacityUnits\": 5\n            },\n            \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n            \"TableCreationDateTime\": 1574825226.419,\n            \"TableId\": \"bfe8c427-fe4d-49b4-b0b4-a3885599c4db\",\n            \"TableName\": \"postman\",\n            \"TableSizeBytes\": 0\n        },\n        \"SourceTableFeatureDetails\": {}\n    }\n}"}],"_postman_id":"4d9eddd6-bc70-4738-82f5-3f352a997b8b"},{"name":"Describe Backup","id":"9e6c53b3-14f3-4dbc-a6ad-85bf805fd676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827970345-2811a628\"\n}"},"url":"{{aws_dynamodb_base_url}}/?BackupArn&Action=DescribeBackup","description":"<p>Describes an existing backup of a table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The Amazon Resource Name (ARN) associated with the backup.</p>\n","type":"text/plain"},"key":"BackupArn","value":""},{"key":"Action","value":"DescribeBackup"}],"variable":[]}},"response":[{"id":"2649774e-436e-4def-b4dd-b6b2f682f221","name":"Describe Backup","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827970345-2811a628\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?BackupArn&Action=DescribeBackup","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"BackupArn","value":null,"description":"The Amazon Resource Name (ARN) associated with the backup."},{"key":"Action","value":"DescribeBackup"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:15:28 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1O20NITSPAJL1SC5104I7AM2Q7VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"9e6c53b3-14f3-4dbc-a6ad-85bf805fd676"},{"name":"List Backups","id":"5e64214d-a2b8-489f-b605-a43b8f39ee62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListBackups","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Limit\": 10,\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=ListBackups","description":"<p>List backups associated with an AWS account. To list backups for a given table, specify TableName. ListBackups returns a paginated list of results with at most 1 MB worth of items in a page. You can also specify a limit for the maximum number of entries to be returned in a page.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The backups from the table specified by BackupType are listed.</p>\n","type":"text/plain"},"key":"Action","value":"ListBackups"}],"variable":[]}},"response":[{"id":"ac0c100c-d191-4bd4-a3f4-0da06dd2d9be","name":"List Backups","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListBackups","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Limit\": 10,\n   \"TableName\": \"postman\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=ListBackups","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"ListBackups","description":"The backups from the table specified by BackupType are listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:14:31 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"1140"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2FGKQA7IQO937RNQPVHI40EKRFVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1682435379"}],"cookie":[],"responseTime":null,"body":"{\n    \"BackupSummaries\": [\n        {\n            \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827967874-e9abc394\",\n            \"BackupCreationDateTime\": 1574827967.874,\n            \"BackupName\": \"postman-1\",\n            \"BackupSizeBytes\": 0,\n            \"BackupStatus\": \"AVAILABLE\",\n            \"BackupType\": \"USER\",\n            \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n            \"TableId\": \"bfe8c427-fe4d-49b4-b0b4-a3885599c4db\",\n            \"TableName\": \"postman\"\n        },\n        {\n            \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827970345-2811a628\",\n            \"BackupCreationDateTime\": 1574827970.345,\n            \"BackupName\": \"postman-1\",\n            \"BackupSizeBytes\": 0,\n            \"BackupStatus\": \"AVAILABLE\",\n            \"BackupType\": \"USER\",\n            \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n            \"TableId\": \"bfe8c427-fe4d-49b4-b0b4-a3885599c4db\",\n            \"TableName\": \"postman\"\n        },\n        {\n            \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574828043501-3975949c\",\n            \"BackupCreationDateTime\": 1574828043.501,\n            \"BackupName\": \"postman-1\",\n            \"BackupSizeBytes\": 0,\n            \"BackupStatus\": \"AVAILABLE\",\n            \"BackupType\": \"USER\",\n            \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n            \"TableId\": \"bfe8c427-fe4d-49b4-b0b4-a3885599c4db\",\n            \"TableName\": \"postman\"\n        }\n    ]\n}"}],"_postman_id":"5e64214d-a2b8-489f-b605-a43b8f39ee62"},{"name":"Describe Continuous Backups","id":"f62f4cb4-17cc-426a-9c45-9239ffca9b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeContinuousBackups","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?TableName&Action=DescribeContinuousBackups","description":"<p>Checks the status of continuous backups and point in time recovery on the specified table. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Name of the table for which the customer wants to check the continuous backups and                                 point in time recovery settings.</p>\n","type":"text/plain"},"key":"TableName","value":""},{"key":"Action","value":"DescribeContinuousBackups"}],"variable":[]}},"response":[{"id":"1583ac4a-c5ee-4258-a60f-4c50cc69ce4a","name":"Describe Continuous Backups","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeContinuousBackups","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"postman\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?TableName&Action=DescribeContinuousBackups","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"TableName","value":null,"description":"Name of the table for which the customer wants to check the continuous backups and                                 point in time recovery settings."},{"key":"Action","value":"DescribeContinuousBackups"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:16:51 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"PCEQGKKEBQ4J51U1JG0GU2OI77VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"430025545"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContinuousBackupsDescription\": {\n        \"ContinuousBackupsStatus\": \"ENABLED\",\n        \"PointInTimeRecoveryDescription\": {\n            \"PointInTimeRecoveryStatus\": \"DISABLED\"\n        }\n    }\n}"}],"_postman_id":"f62f4cb4-17cc-426a-9c45-9239ffca9b92"},{"name":"Update Continuous Backups","id":"fe4b7d2a-5317-4a0f-b9ef-2b022eb4fa5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.UpdateContinuousBackups","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"PointInTimeRecoverySpecification\": { \n      \"PointInTimeRecoveryEnabled\": boolean\n   },\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateContinuousBackups","description":"<p>UpdateContinuousBackups enables or disables point in time recovery for the specified table. A successful UpdateContinuousBackups call returns the current ContinuousBackupsDescription. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Represents the settings used to enable point in time recovery.</p>\n","type":"text/plain"},"key":"PointInTimeRecoverySpecification","value":""},{"disabled":true,"description":{"content":"<p>The name of the table.</p>\n","type":"text/plain"},"key":"TableName","value":""},{"key":"Action","value":"UpdateContinuousBackups"}],"variable":[]}},"response":[],"_postman_id":"fe4b7d2a-5317-4a0f-b9ef-2b022eb4fa5c"}],"id":"de309332-7080-40b9-a629-0b765a3da7ec","_postman_id":"de309332-7080-40b9-a629-0b765a3da7ec","description":""},{"name":"Contributor Insights","item":[{"name":"Describe Contributor Insights","id":"86b5b74b-feb7-4b99-811d-26d698c51d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.DescribeContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeContributorInsights","description":"<p>Returns information about contributor insights, for a given table or global secondary index.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>List of endpoints.</p>\n","type":"text/plain"},"key":"Endpoints","value":""},{"key":"Action","value":"DescribeContributorInsights"}],"variable":[]}},"response":[{"id":"13d7f764-e019-4a51-b4fd-8a58e2e2a853","name":"Describe Contributor Insights","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.DescribeContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeContributorInsights","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeContributorInsights"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:28:01 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"GAFVBPV1NRR8A2HI2MB9F8HV83VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2342380802"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContributorInsightsStatus\": \"DISABLED\",\n    \"TableName\": \"Thread\"\n}"},{"id":"8cd7b75e-c377-41d4-bee3-ccc78d8b87e1","name":"Describe Endpoints","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeEndpoints","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Endpoints\": [ \n      { \n         \"Address\": \"string\",\n         \"CachePeriodInMinutes\": 5\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeEndpoints","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeEndpoints"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:21:39 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1HJF8GONJ0SNFV336BPTVGUI9FVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1615537080"}],"cookie":[],"responseTime":null,"body":"{\n    \"Endpoints\": [\n        {\n            \"Address\": \"dynamodb.us-east-1.amazonaws.com\",\n            \"CachePeriodInMinutes\": 1440\n        }\n    ]\n}"}],"_postman_id":"86b5b74b-feb7-4b99-811d-26d698c51d58"},{"name":"List Contributor Insights","id":"b319bf28-49ab-46ce-84f2-4c6fa8d8df33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.ListContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Endpoints&Action=ListContributorInsights","description":"<p>Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>List of endpoints.</p>\n","type":"text/plain"},"key":"Endpoints","value":""},{"key":"Action","value":"ListContributorInsights"}],"variable":[]}},"response":[{"id":"ad62b001-6669-4b48-ad3f-aa0b5bb09a3a","name":"Describe Contributor Insights","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.DescribeContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeContributorInsights","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeContributorInsights"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:28:01 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"GAFVBPV1NRR8A2HI2MB9F8HV83VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2342380802"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContributorInsightsStatus\": \"DISABLED\",\n    \"TableName\": \"Thread\"\n}"},{"id":"c82d6cdf-8e03-4f46-970b-ee786330572c","name":"List Contributor Insights","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.ListContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=ListContributorInsights","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"ListContributorInsights"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:34:28 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"683BL3BBI3OR1VCHJOP9BHQL0VVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2686160312"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContributorInsightsSummaries\": []\n}"},{"id":"e17cf525-1a28-4fdf-8e0c-b851a1ee3997","name":"Describe Endpoints","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeEndpoints","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Endpoints\": [ \n      { \n         \"Address\": \"string\",\n         \"CachePeriodInMinutes\": 5\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeEndpoints","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeEndpoints"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:21:39 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1HJF8GONJ0SNFV336BPTVGUI9FVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1615537080"}],"cookie":[],"responseTime":null,"body":"{\n    \"Endpoints\": [\n        {\n            \"Address\": \"dynamodb.us-east-1.amazonaws.com\",\n            \"CachePeriodInMinutes\": 1440\n        }\n    ]\n}"}],"_postman_id":"b319bf28-49ab-46ce-84f2-4c6fa8d8df33"},{"name":"Update Contributor Insights","id":"24ff870b-e58b-4efc-a367-f05b3b79416d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.UpdateContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"ContributorInsightsAction\": \"string\",\n   \"IndexName\": \"string\",\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateContributorInsights","description":"<p>Updates the status for contributor insights for a specific table or index.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>List of endpoints.</p>\n","type":"text/plain"},"key":"Action","value":"UpdateContributorInsights"}],"variable":[]}},"response":[{"id":"8bb75141-bd95-40b3-a245-3e637878dbd6","name":"Describe Endpoints","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeEndpoints","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Endpoints\": [ \n      { \n         \"Address\": \"string\",\n         \"CachePeriodInMinutes\": 5\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeEndpoints","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeEndpoints"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:21:39 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1HJF8GONJ0SNFV336BPTVGUI9FVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1615537080"}],"cookie":[],"responseTime":null,"body":"{\n    \"Endpoints\": [\n        {\n            \"Address\": \"dynamodb.us-east-1.amazonaws.com\",\n            \"CachePeriodInMinutes\": 1440\n        }\n    ]\n}"},{"id":"b945c2a0-fc2e-488d-99a7-b369c1b6c613","name":"Describe Contributor Insights","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.DescribeContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeContributorInsights","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeContributorInsights"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:28:01 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"GAFVBPV1NRR8A2HI2MB9F8HV83VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2342380802"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContributorInsightsStatus\": \"DISABLED\",\n    \"TableName\": \"Thread\"\n}"},{"id":"bb684c8f-a9bc-423e-a984-ff5f75a61515","name":"List Contributor Insights","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.ListContributorInsights"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=ListContributorInsights","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"ListContributorInsights"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:34:28 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"683BL3BBI3OR1VCHJOP9BHQL0VVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2686160312"}],"cookie":[],"responseTime":null,"body":"{\n    \"ContributorInsightsSummaries\": []\n}"}],"_postman_id":"24ff870b-e58b-4efc-a367-f05b3b79416d"}],"id":"b48b807d-87ad-488d-847a-ff9fb5b23593","_postman_id":"b48b807d-87ad-488d-847a-ff9fb5b23593","description":""},{"name":"Endpoints","item":[{"name":"Describe Endpoints","id":"beaa6a0f-ef20-4fdb-86e8-3436dfdffe06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeEndpoints","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Endpoints\": [ \n      { \n         \"Address\": \"string\",\n         \"CachePeriodInMinutes\": 5\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeEndpoints","description":"<p>Returns the regional endpoint information.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>List of endpoints.</p>\n","type":"text/plain"},"key":"Endpoints","value":""},{"key":"Action","value":"DescribeEndpoints"}],"variable":[]}},"response":[{"id":"5e19c543-2458-4a17-8322-58a37ba37418","name":"Describe Endpoints","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeEndpoints","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"Endpoints\": [ \n      { \n         \"Address\": \"string\",\n         \"CachePeriodInMinutes\": 5\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Endpoints&Action=DescribeEndpoints","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Endpoints","value":null,"description":"List of endpoints."},{"key":"Action","value":"DescribeEndpoints"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:21:39 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1HJF8GONJ0SNFV336BPTVGUI9FVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1615537080"}],"cookie":[],"responseTime":null,"body":"{\n    \"Endpoints\": [\n        {\n            \"Address\": \"dynamodb.us-east-1.amazonaws.com\",\n            \"CachePeriodInMinutes\": 1440\n        }\n    ]\n}"}],"_postman_id":"beaa6a0f-ef20-4fdb-86e8-3436dfdffe06"}],"id":"1c9e38be-b143-49d5-aa9c-db88c1aeed8f","_postman_id":"1c9e38be-b143-49d5-aa9c-db88c1aeed8f","description":""},{"name":"Global Table","item":[{"name":"Create Global Table","id":"a4a8b73d-63d2-4f63-9ded-b7ee3df0ee28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.CreateGlobalTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableName\": \"postman\",\n   \"ReplicationGroup\": [ \n      { \n         \"RegionName\": \"us-east-1\"\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=CreateGlobalTable","description":"<p>Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The global table name.</p>\n","type":"text/plain"},"key":"GlobalTableName","value":""},{"disabled":true,"description":{"content":"<p>The Regions where the global table needs to be created.</p>\n","type":"text/plain"},"key":"ReplicationGroup","value":""},{"key":"Action","value":"CreateGlobalTable"}],"variable":[]}},"response":[],"_postman_id":"a4a8b73d-63d2-4f63-9ded-b7ee3df0ee28"},{"name":"Describe Global Table","id":"e556592d-59f8-4b4e-9f1c-f79be7c68b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.TransactGetItems","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DescribeGlobalTable","description":"<p>Returns information about the specified global table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The name of the global table.</p>\n","type":"text/plain"},"key":"GlobalTableName","value":""},{"key":"Action","value":"DescribeGlobalTable"}],"variable":[]}},"response":[],"_postman_id":"e556592d-59f8-4b4e-9f1c-f79be7c68b14"},{"name":"List Global Tables","id":"0f455fb9-d65c-4548-a630-88397bae44b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListGlobalTables","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ExclusiveStartGlobalTableName\": \"postman\",\n   \"Limit\": 2,\n   \"RegionName\": \"us-east-1\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=ListGlobalTables","description":"<p>Lists all global tables that have a replica in the specified Region.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The first global table name that this operation will evaluate.</p>\n","type":"text/plain"},"key":"ExclusiveStartGlobalTableName","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of table names to return.</p>\n","type":"text/plain"},"key":"Limit","value":""},{"disabled":true,"description":{"content":"<p>Lists the global tables in a specific Region.</p>\n","type":"text/plain"},"key":"RegionName","value":""},{"key":"Action","value":"ListGlobalTables"}],"variable":[]}},"response":[{"id":"b46af58b-eb34-4837-a9a0-dbc80b02db1f","name":"List Global Tables","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListGlobalTables","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ExclusiveStartGlobalTableName\": \"postman\",\n   \"Limit\": 2,\n   \"RegionName\": \"us-east-1\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=ListGlobalTables","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"ExclusiveStartGlobalTableName","value":null,"description":"The first global table name that this operation will evaluate.","disabled":true},{"key":"Limit","value":null,"description":"The maximum number of table names to return.","disabled":true},{"key":"RegionName","value":null,"description":"Lists the global tables in a specific Region.","disabled":true},{"key":"Action","value":"ListGlobalTables"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:33:53 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"45BPEB5F5Q892RMIRPP7825IANVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"72925925"}],"cookie":[],"responseTime":null,"body":"{\n    \"GlobalTables\": []\n}"}],"_postman_id":"0f455fb9-d65c-4548-a630-88397bae44b4"},{"name":"Update Global Table","id":"197d0bc5-fd6f-4836-9ccc-cae57ecd15b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.UpdateGlobalTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableName\": \"postman\",\n   \"ReplicaUpdates\": [ \n      { \n         \"Create\": { \n            \"RegionName\": \"us-east-1\"\n         }\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateGlobalTable","description":"<p>Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The global table name.</p>\n","type":"text/plain"},"key":"GlobalTableName","value":""},{"disabled":true,"description":{"content":"<p>A list of Regions that should be added or removed from the global table.</p>\n","type":"text/plain"},"key":"ReplicaUpdates","value":""},{"key":"Action","value":"UpdateGlobalTable"}],"variable":[]}},"response":[],"_postman_id":"197d0bc5-fd6f-4836-9ccc-cae57ecd15b7"},{"name":"Describe Global Table Settings","id":"c3d80ce5-f852-4d96-8fba-3e3c0b4bee75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableName\": \"string\"\n}"},"url":"{{aws_dynamodb_base_url}}/?GlobalTableName&Action=DescribeGlobalTableSettings","description":"<p>Describes Region-specific settings for a global table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the global table to describe.</p>\n","type":"text/plain"},"key":"GlobalTableName","value":""},{"key":"Action","value":"DescribeGlobalTableSettings"}],"variable":[]}},"response":[{"id":"4d766af4-1f90-486d-b8d6-f3034a68394e","name":"Describe Global Table Settings","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableName\": \"string\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?GlobalTableName&Action=DescribeGlobalTableSettings","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"GlobalTableName","value":null,"description":"The name of the global table to describe."},{"key":"Action","value":"DescribeGlobalTableSettings"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:39:06 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6BS54LFLTPOV1JF4GRED3JGSJVVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"c3d80ce5-f852-4d96-8fba-3e3c0b4bee75"},{"name":"Update Global Table Settings","id":"d48a9868-3a41-4cac-8590-f6e3107d6735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.UpdateGlobalTableSettings","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"GlobalTableBillingMode\": \"string\",\n   \"GlobalTableGlobalSecondaryIndexSettingsUpdate\": [ \n      { \n         \"IndexName\": \"string\",\n         \"ProvisionedWriteCapacityAutoScalingSettingsUpdate\": { \n            \"AutoScalingDisabled\": boolean,\n            \"AutoScalingRoleArn\": \"string\",\n            \"MaximumUnits\": number,\n            \"MinimumUnits\": number,\n            \"ScalingPolicyUpdate\": { \n               \"PolicyName\": \"string\",\n               \"TargetTrackingScalingPolicyConfiguration\": { \n                  \"DisableScaleIn\": boolean,\n                  \"ScaleInCooldown\": number,\n                  \"ScaleOutCooldown\": number,\n                  \"TargetValue\": number\n               }\n            }\n         },\n         \"ProvisionedWriteCapacityUnits\": number\n      }\n   ],\n   \"GlobalTableName\": \"string\",\n   \"GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate\": { \n      \"AutoScalingDisabled\": boolean,\n      \"AutoScalingRoleArn\": \"string\",\n      \"MaximumUnits\": number,\n      \"MinimumUnits\": number,\n      \"ScalingPolicyUpdate\": { \n         \"PolicyName\": \"string\",\n         \"TargetTrackingScalingPolicyConfiguration\": { \n            \"DisableScaleIn\": boolean,\n            \"ScaleInCooldown\": number,\n            \"ScaleOutCooldown\": number,\n            \"TargetValue\": number\n         }\n      }\n   },\n   \"GlobalTableProvisionedWriteCapacityUnits\": number,\n   \"ReplicaSettingsUpdate\": [ \n      { \n         \"RegionName\": \"string\",\n         \"ReplicaGlobalSecondaryIndexSettingsUpdate\": [ \n            { \n               \"IndexName\": \"string\",\n               \"ProvisionedReadCapacityAutoScalingSettingsUpdate\": { \n                  \"AutoScalingDisabled\": boolean,\n                  \"AutoScalingRoleArn\": \"string\",\n                  \"MaximumUnits\": number,\n                  \"MinimumUnits\": number,\n                  \"ScalingPolicyUpdate\": { \n                     \"PolicyName\": \"string\",\n                     \"TargetTrackingScalingPolicyConfiguration\": { \n                        \"DisableScaleIn\": boolean,\n                        \"ScaleInCooldown\": number,\n                        \"ScaleOutCooldown\": number,\n                        \"TargetValue\": number\n                     }\n                  }\n               },\n               \"ProvisionedReadCapacityUnits\": number\n            }\n         ],\n         \"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate\": { \n            \"AutoScalingDisabled\": boolean,\n            \"AutoScalingRoleArn\": \"string\",\n            \"MaximumUnits\": number,\n            \"MinimumUnits\": number,\n            \"ScalingPolicyUpdate\": { \n               \"PolicyName\": \"string\",\n               \"TargetTrackingScalingPolicyConfiguration\": { \n                  \"DisableScaleIn\": boolean,\n                  \"ScaleInCooldown\": number,\n                  \"ScaleOutCooldown\": number,\n                  \"TargetValue\": number\n               }\n            }\n         },\n         \"ReplicaProvisionedReadCapacityUnits\": number\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateGlobalTableSettings","description":"<p>Updates settings for a global table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the global table</p>\n","type":"text/plain"},"key":"Action","value":"UpdateGlobalTableSettings"}],"variable":[]}},"response":[],"_postman_id":"d48a9868-3a41-4cac-8590-f6e3107d6735"},{"name":"Describe Table Replica Auto Scaling","id":"9f450266-c75f-445b-9b29-5d5da5148935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.DescribeTableReplicaAutoScaling"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DescribeTableReplicaAutoScaling","description":"<p>Describes auto scaling settings across replicas of the global table at once.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Name of the source table that is being restored.</p>\n","type":"text/plain"},"key":"Action","value":"DescribeTableReplicaAutoScaling"}],"variable":[]}},"response":[{"id":"f1eb5534-94a7-40d9-b627-73f9acad6b8a","name":"Restore Table To Point In Time","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TargetTableName\": \"Thread\",\n   \"UseLatestRestorableTime\": 1\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=RestoreTableToPointInTime","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"RestoreTableToPointInTime","description":"Name of the source table that is being restored."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:13:15 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"QTGQNJ8BEACM5O1QDER897C46JVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"9f450266-c75f-445b-9b29-5d5da5148935"},{"name":"Update Table Replica Auto Scaling","id":"9f87f4d3-deff-4e30-a17c-d7312ddd4191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.UpdateTableReplicaAutoScaling"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n   \"GlobalSecondaryIndexUpdates\": [ \n      { \n         \"IndexName\": \"string\",\n         \"ProvisionedWriteCapacityAutoScalingUpdate\": { \n            \"AutoScalingDisabled\": boolean,\n            \"AutoScalingRoleArn\": \"string\",\n            \"MaximumUnits\": number,\n            \"MinimumUnits\": number,\n            \"ScalingPolicyUpdate\": { \n               \"PolicyName\": \"string\",\n               \"TargetTrackingScalingPolicyConfiguration\": { \n                  \"DisableScaleIn\": boolean,\n                  \"ScaleInCooldown\": number,\n                  \"ScaleOutCooldown\": number,\n                  \"TargetValue\": number\n               }\n            }\n         }\n      }\n   ],\n   \"ProvisionedWriteCapacityAutoScalingUpdate\": { \n      \"AutoScalingDisabled\": boolean,\n      \"AutoScalingRoleArn\": \"string\",\n      \"MaximumUnits\": number,\n      \"MinimumUnits\": number,\n      \"ScalingPolicyUpdate\": { \n         \"PolicyName\": \"string\",\n         \"TargetTrackingScalingPolicyConfiguration\": { \n            \"DisableScaleIn\": boolean,\n            \"ScaleInCooldown\": number,\n            \"ScaleOutCooldown\": number,\n            \"TargetValue\": number\n         }\n      }\n   },\n   \"ReplicaUpdates\": [ \n      { \n         \"RegionName\": \"string\",\n         \"ReplicaGlobalSecondaryIndexUpdates\": [ \n            { \n               \"IndexName\": \"string\",\n               \"ProvisionedReadCapacityAutoScalingUpdate\": { \n                  \"AutoScalingDisabled\": boolean,\n                  \"AutoScalingRoleArn\": \"string\",\n                  \"MaximumUnits\": number,\n                  \"MinimumUnits\": number,\n                  \"ScalingPolicyUpdate\": { \n                     \"PolicyName\": \"string\",\n                     \"TargetTrackingScalingPolicyConfiguration\": { \n                        \"DisableScaleIn\": boolean,\n                        \"ScaleInCooldown\": number,\n                        \"ScaleOutCooldown\": number,\n                        \"TargetValue\": number\n                     }\n                  }\n               }\n            }\n         ],\n         \"ReplicaProvisionedReadCapacityAutoScalingUpdate\": { \n            \"AutoScalingDisabled\": boolean,\n            \"AutoScalingRoleArn\": \"string\",\n            \"MaximumUnits\": number,\n            \"MinimumUnits\": number,\n            \"ScalingPolicyUpdate\": { \n               \"PolicyName\": \"string\",\n               \"TargetTrackingScalingPolicyConfiguration\": { \n                  \"DisableScaleIn\": boolean,\n                  \"ScaleInCooldown\": number,\n                  \"ScaleOutCooldown\": number,\n                  \"TargetValue\": number\n               }\n            }\n         }\n      }\n   ],\n   \"TableName\": \"postman\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateTableReplicaAutoScaling","description":"<p>Updates auto scaling settings on your global tables at once.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Name of the source table that is being restored.</p>\n","type":"text/plain"},"key":"Action","value":"UpdateTableReplicaAutoScaling"}],"variable":[]}},"response":[{"id":"4ecb8e5f-0ef6-460f-9693-d34374301992","name":"Restore Table To Point In Time","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TargetTableName\": \"Thread\",\n   \"UseLatestRestorableTime\": 1\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=RestoreTableToPointInTime","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"RestoreTableToPointInTime","description":"Name of the source table that is being restored."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:13:15 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"QTGQNJ8BEACM5O1QDER897C46JVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"9f87f4d3-deff-4e30-a17c-d7312ddd4191"}],"id":"ac2b3c0c-eba1-40a9-92f4-937db23d0f7c","_postman_id":"ac2b3c0c-eba1-40a9-92f4-937db23d0f7c","description":""},{"name":"Item","item":[{"name":"Delete Item","id":"c9de3085-6377-413e-a07a-60883ae76fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DeleteItem","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"asteroids\",\n    \"Key\": {\n        \"id\": {\n            \"S\": \"2fcdc637-ec2c-4b68-bdf7-b90d151100e2\"\n        }\n    },\n    \"ConditionExpression\": \"attribute_not_exists(Replies)\",\n    \"ReturnValues\": \"ALL_OLD\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DeleteItem","description":"<p>Deletes a single item in a table by primary key. You can perform a conditional delete operation that deletes the item if it exists, or if it has an expected attribute value.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>A map of attribute names to AttributeValue objects, representing the primary key of                                 the item to delete.</p>\n","type":"text/plain"},"key":"Action","value":"DeleteItem"}],"variable":[]}},"response":[],"_postman_id":"c9de3085-6377-413e-a07a-60883ae76fa9"},{"name":"Get Item","id":"bb4e1fd2-0d9b-4c37-9032-e3b5483925a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"Thread\",\n    \"Key\": {\n        \"ForumName\": {\n            \"S\": \"Amazon DynamoDB\"\n        },\n        \"Subject\": {\n            \"S\": \"How do I update multiple items?\"\n        }\n    },\n    \"ProjectionExpression\":\"LastPostDateTime, Message, Tags\",\n    \"ConsistentRead\": true,\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=GetItem","description":"<p>The GetItem operation returns a set of attributes for the item with the given primary key. If there is no matching item, GetItem does not return any data and there will be no Item element in the response.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>A map of attribute names to AttributeValue objects, representing the primary key of                                 the item to retrieve.</p>\n","type":"text/plain"},"key":"Action","value":"GetItem"}],"variable":[]}},"response":[{"id":"bf17e45a-db9f-4633-a8c8-317160861f74","name":"Get Item","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"Thread\",\n    \"Key\": {\n        \"ForumName\": {\n            \"S\": \"Amazon DynamoDB\"\n        },\n        \"Subject\": {\n            \"S\": \"How do I update multiple items?\"\n        }\n    },\n    \"ProjectionExpression\":\"LastPostDateTime, Message, Tags\",\n    \"ConsistentRead\": true,\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=GetItem","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"GetItem","description":"A map of attribute names to AttributeValue objects, representing the primary key of                                 the item to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:42:01 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"M3RQ669262TIRRLD6UR2RP4F4FVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"bb4e1fd2-0d9b-4c37-9032-e3b5483925a2"},{"name":"Put Item","id":"a76b1739-3777-4c93-a2cf-0a50fc51b5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.PutItem","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"TableName\": \"asteroids\",\n  \"Item\": {\n    \"id\": {\n      \"S\": \"9028e57d-d9e2-43d6-8e92-f61f3c413413\"\n    },\n    \"given_name\": {\n      \"S\": \"Asteroid Fivers\"\n    },\n    \"description\": {\n      \"S\": \"This is the description of the asteroids.\"\n    }\n  }\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=PutItem","description":"<p>Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. You can perform a conditional put operation (add a new item if one with the specified primary key doesn't exist), or replace an existing item if it has certain attribute values. You can return the item's attribute values in the same operation, using the ReturnValues parameter.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>A map of attribute name/value pairs, one for each attribute. Only the primary key                                 attributes are required; you can optionally provide other attribute name-value pairs                                 for the item.</p>\n","type":"text/plain"},"key":"Action","value":"PutItem"}],"variable":[]}},"response":[{"id":"4a258621-2ca0-4750-9a88-54a4d872ddfe","name":"Put Item","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.PutItem","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"applications\",\n    \"Item\": {\n        \"LastPostDateTime\": {\n            \"S\": \"201303190422\"\n        },\n        \"Tags\": {\n            \"SS\": [\"Update\",\"Multiple Items\",\"HelpMe\"]\n        },\n        \"ForumName\": {\n            \"S\": \"Amazon DynamoDB\"\n        },\n        \"Message\": {\n            \"S\": \"I want to update multiple items in a single call. What's the best way to do that?\"\n        },\n        \"Subject\": {\n            \"S\": \"How do I update multiple items?\"\n        },\n        \"application_id\": {\n            \"S\": \"fred@example.com\"\n        }\n    }\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=PutItem","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"PutItem","description":"A map of attribute name/value pairs, one for each attribute. Only the primary key                                 attributes are required; you can optionally provide other attribute name-value pairs                                 for the item."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 04:55:00 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"E3MQ7E83LK5AK3KOKS0ARB997JVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"2745614147"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a76b1739-3777-4c93-a2cf-0a50fc51b5dc"},{"name":"Update Item","id":"c2806ca1-cbbf-4a01-91dc-86ba5fd36d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.UpdateItem"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","name":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"TableName\": \"asteroids\",\n  \"Key\": {\n    \"id\": {\n      \"S\": \"2fcdc637-ec2c-4b68-bdf7-b90d151100e2\"\n    }\n  },\n  \"UpdateExpression\": \"SET given_name = :val1,description = :val2,nasa_url = :val3,image_url = :val4\",\n  \"ExpressionAttributeValues\": {\n    \":val1\": {\n      \"S\": \"Asteroid Four\"\n    },\n    \":val2\": {\n      \"S\": \"This is the description of the asteroid.\"\n    },\n    \":val3\": {\n      \"S\": \"EMPTY\"\n    },\n    \":val4\": {\n      \"S\": \"EMPTY\"\n    }\n  },\n  \"ReturnValues\": \"ALL_NEW\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateItem","description":"<p>Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn't exist, or replace an existing name-value pair if it has certain expected attribute values). You can also return the item's attribute values in the same UpdateItem operation using the ReturnValues parameter</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The primary key of the item to be updated. Each element consists of an attribute name                                 and a value for that attribute.</p>\n","type":"text/plain"},"key":"Action","value":"UpdateItem"}],"variable":[]}},"response":[],"_postman_id":"c2806ca1-cbbf-4a01-91dc-86ba5fd36d3b"},{"name":"Batch Write Item","id":"62a40e8a-bc06-4918-9304-194d2aae1165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RequestItems\": {\n        \"Forum\": [\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon DynamoDB\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon RDS\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon Redshift\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon ElastiCache\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            }\n        ]\n    },\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=BatchWriteItem","description":"<p>he BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual items to be written can be as large as 400 KB.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>A map of one or more table names and, for each table, a list of operations to be performed                                 (DeleteRequest or PutRequest). Each element in the map consists of the                                 following:</p>\n","type":"text/plain"},"key":"Action","value":"BatchWriteItem"}],"variable":[]}},"response":[{"id":"3c5387c2-a879-4ea5-94e7-740a57353ce6","name":"Batch Write Item","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RequestItems\": {\n        \"Forum\": [\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon DynamoDB\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon RDS\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon Redshift\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon ElastiCache\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            }\n        ]\n    },\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=BatchWriteItem","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"BatchWriteItem","description":"A map of one or more table names and, for each table, a list of operations to be performed                                 (DeleteRequest or PutRequest). Each element in the map consists of the                                 following:"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:20:32 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"DK4O1RIM2H5TAEB66F23M0CLFRVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"62a40e8a-bc06-4918-9304-194d2aae1165"},{"name":"Batch Get Item","id":"2d5265b4-dac7-47d2-a313-30468a5cad34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","type":"text","value":"DynamoDB_20120810.BatchGetItem"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","type":"text","value":"application/x-amz-json-1.0"}],"body":{"mode":"raw","raw":"{\n    \"RequestItems\": {\n        \"Forum\": {\n            \"Keys\": [\n                {\n                    \"NameTest\":{\"S\":\"Amazon DynamoDB\"}\n                },\n                {\n                    \"NameTest\":{\"S\":\"Amazon RDS\"}\n                },\n                {\n                    \"NameTest\":{\"S\":\"Amazon Redshift\"}\n                }\n            ],\n            \"ProjectionExpression\":\"NameTest, Threads, Messages\"\n        },\n        \"Thread\": {\n            \"Keys\": [\n                {\n                    \"ForumName\":{\"S\":\"Amazon DynamoDB\"},\n                    \"Subject\":{\"S\":\"Concurrent reads\"}\n                }\n            ],\n            \"ProjectionExpression\":\"Tags, Message\"\n        }\n    },\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=BatchGetItem","description":"<p>The BatchGetItem operation returns the attributes of one or more items from one or more tables. You identify requested items by primary key.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>A map of one or more table names and, for each table, a list of operations to be performed                                 (DeleteRequest or PutRequest). Each element in the map consists of the                                 following:</p>\n","type":"text/plain"},"key":"Action","value":"BatchGetItem"}],"variable":[]}},"response":[{"id":"559d4e90-daf7-4ea6-bedd-167fda6197a5","name":"Batch Write Item","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RequestItems\": {\n        \"Forum\": [\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon DynamoDB\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon RDS\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon Redshift\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            },\n            {\n                \"PutRequest\": {\n                    \"Item\": {\n                        \"Name\": {\n                            \"S\": \"Amazon ElastiCache\"\n                        },\n                        \"Category\": {\n                            \"S\": \"Amazon Web Services\"\n                        }\n                    }\n                }\n            }\n        ]\n    },\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=BatchWriteItem","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"BatchWriteItem","description":"A map of one or more table names and, for each table, a list of operations to be performed                                 (DeleteRequest or PutRequest). Each element in the map consists of the                                 following:"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:20:32 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"DK4O1RIM2H5TAEB66F23M0CLFRVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"2d5265b4-dac7-47d2-a313-30468a5cad34"},{"name":"Transact Write Items","id":"5965979d-2359-4d63-82ac-d54fe18554c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ClientRequestToken\": \"string\",\n   \"ReturnConsumedCapacity\": \"string\",\n   \"ReturnItemCollectionMetrics\": \"string\",\n   \"TransactItems\": [ \n      { \n         \"ConditionCheck\": { \n            \"ConditionExpression\": \"string\",\n            \"ExpressionAttributeNames\": { \n               \"string\" : \"string\" \n            },\n            \"ExpressionAttributeValues\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"Key\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"ReturnValuesOnConditionCheckFailure\": \"string\",\n            \"TableName\": \"string\"\n         },\n         \"Delete\": { \n            \"ConditionExpression\": \"string\",\n            \"ExpressionAttributeNames\": { \n               \"string\" : \"string\" \n            },\n            \"ExpressionAttributeValues\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"Key\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"ReturnValuesOnConditionCheckFailure\": \"string\",\n            \"TableName\": \"string\"\n         },\n         \"Put\": { \n            \"ConditionExpression\": \"string\",\n            \"ExpressionAttributeNames\": { \n               \"string\" : \"string\" \n            },\n            \"ExpressionAttributeValues\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"Item\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"ReturnValuesOnConditionCheckFailure\": \"string\",\n            \"TableName\": \"string\"\n         },\n         \"Update\": { \n            \"ConditionExpression\": \"string\",\n            \"ExpressionAttributeNames\": { \n               \"string\" : \"string\" \n            },\n            \"ExpressionAttributeValues\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"Key\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"ReturnValuesOnConditionCheckFailure\": \"string\",\n            \"TableName\": \"string\",\n            \"UpdateExpression\": \"string\"\n         }\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=TransactWriteItems","description":"<p>TransactWriteItems is a synchronous write operation that groups up to 25 action requests. These actions can target items in different tables, but not in different AWS accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>An ordered array of up to 25 TransactWriteItem objects, each of which                                 contains a ConditionCheck, Put, Update, or                                 Delete object. These can operate on items in different tables, but the                                 tables must reside in the same AWS account and Region, and no two of them can operate                                 on                                 the same item.</p>\n","type":"text/plain"},"key":"Action","value":"TransactWriteItems"}],"variable":[]}},"response":[],"_postman_id":"5965979d-2359-4d63-82ac-d54fe18554c0"},{"name":"Transact Get Items","id":"d90de1ab-770c-401e-a01c-e63b65667e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.TransactGetItems","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ReturnConsumedCapacity\": \"string\",\n   \"TransactItems\": [ \n      { \n         \"Get\": { \n            \"ExpressionAttributeNames\": { \n               \"string\" : \"string\" \n            },\n            \"Key\": { \n               \"string\" : { \n                  \"B\": blob,\n                  \"BOOL\": boolean,\n                  \"BS\": [ blob ],\n                  \"L\": [ \n                     \"AttributeValue\"\n                  ],\n                  \"M\": { \n                     \"string\" : \"AttributeValue\"\n                  },\n                  \"N\": \"string\",\n                  \"NS\": [ \"string\" ],\n                  \"NULL\": boolean,\n                  \"S\": \"string\",\n                  \"SS\": [ \"string\" ]\n               }\n            },\n            \"ProjectionExpression\": \"string\",\n            \"TableName\": \"postman\"\n         }\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=TransactGetItems","description":"<p>TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 25 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one AWS account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>An ordered array of up to 25 TransactGetItem objects,                                 each of which contains a Get structure.</p>\n","type":"text/plain"},"key":"TransactItems","value":""},{"disabled":true,"description":{"content":"<p>A value of TOTAL causes consumed capacity information                                 to be returned, and a value of NONE prevents that information                                 from being returned. No other value is valid.</p>\n","type":"text/plain"},"key":"ReturnConsumedCapacity","value":""},{"key":"Action","value":"TransactGetItems"}],"variable":[]}},"response":[],"_postman_id":"d90de1ab-770c-401e-a01c-e63b65667e3f"}],"id":"7cc79dd4-9c5a-4112-ba22-f89a0e62de75","_postman_id":"7cc79dd4-9c5a-4112-ba22-f89a0e62de75","description":""},{"name":"Limits","item":[{"name":"Describe Limits","id":"6e9e4cbc-56eb-493c-900a-0a2f89600f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{ }"},"url":"{{aws_dynamodb_base_url}}/?Action=DescribeLimits","description":"<p>Returns the current provisioned-capacity limits for your AWS account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The maximum total read capacity units that your account allows you to provision across                                 all of your tables in this Region.</p>\n","type":"text/plain"},"key":"Action","value":"DescribeLimits"}],"variable":[]}},"response":[],"_postman_id":"6e9e4cbc-56eb-493c-900a-0a2f89600f88"}],"id":"f8015662-6ff0-4eb5-96fa-4e7f40a61450","_postman_id":"f8015662-6ff0-4eb5-96fa-4e7f40a61450","description":""},{"name":"Resource","item":[{"name":"Tag Resource","id":"11c82f96-deaa-4a3b-80d8-78c1af72bac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n   \"Tags\": [ \n      { \n         \"Key\": \"Test1\",\n         \"Value\": \"Test1\"\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=TagResource","description":"<p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Identifies the Amazon DynamoDB resource to which tags should be added. This value                                 is an Amazon Resource Name (ARN).</p>\n","type":"text/plain"},"key":"Action","value":"TagResource"}],"variable":[]}},"response":[{"id":"8f10fe38-1611-484d-ae59-1713c8f6c3b4","name":"Tag Resource","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/DevPortalCustomers\",\n   \"Tags\": [ \n      { \n         \"Key\": \"Test1\",\n         \"Value\": \"Test1\"\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=TagResource","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"TagResource","description":"Identifies the Amazon DynamoDB resource to which tags should be added. This value                                 is an Amazon Resource Name (ARN)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:02:13 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"716427NQ551AQL7REE7T85CU7NVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"11c82f96-deaa-4a3b-80d8-78c1af72bac1"},{"name":"Untag Resource","id":"f067a408-ae15-4ab8-830d-c4b84e36233c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n   \"TagKeys\": [ \"string\" ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UntagResource","description":"<p>Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to five times per second, per account.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The DynamoDB resource that the tags will be removed from. This value is an Amazon                                 Resource Name (ARN).</p>\n","type":"text/plain"},"key":"Action","value":"UntagResource"}],"variable":[]}},"response":[{"id":"ec577bc8-5532-43b8-8046-bda231c2064c","name":"Untag Resource","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman\",\n   \"TagKeys\": [ \"string\" ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=UntagResource","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"UntagResource","description":"The DynamoDB resource that the tags will be removed from. This value is an Amazon                                 Resource Name (ARN)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:03:35 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"BN2FOP5CRS3JD4TJ0D09ORV7IBVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"f067a408-ae15-4ab8-830d-c4b84e36233c"},{"name":"List Tags Of Resource","id":"a38d29a0-9436-4844-8320-acfc28068117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListTagsOfResource","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/DevPortalCustomers\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=ListTagsOfResource","description":"<p>List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 times per second, per account.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource                                 Name (ARN).</p>\n","type":"text/plain"},"key":"Action","value":"ListTagsOfResource"}],"variable":[]}},"response":[{"id":"7be48a2e-19cc-469c-bbd0-048adef2f327","name":"List Tags Of Resource","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.ListTagsOfResource","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ResourceArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/DevPortalCustomers\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=ListTagsOfResource","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"ListTagsOfResource","description":"The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource                                 Name (ARN)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:15:27 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"KE48DVCC7LKTOE7SFKTN7S235RVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1756070277"}],"cookie":[],"responseTime":null,"body":"{\n    \"Tags\": []\n}"}],"_postman_id":"a38d29a0-9436-4844-8320-acfc28068117"}],"id":"5ea8b4b0-7373-442b-a852-0d8b624dc317","_postman_id":"5ea8b4b0-7373-442b-a852-0d8b624dc317","description":""},{"name":"Table","item":[{"name":"Create Table","id":"f17fc305-2609-4299-a312-eba279a2f48d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.CreateTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AttributeDefinitions\": [\n        {\n            \"AttributeName\": \"ForumName\",\n            \"AttributeType\": \"S\"\n        },\n        {\n            \"AttributeName\": \"Subject\",\n            \"AttributeType\": \"S\"\n        },\n        {\n            \"AttributeName\": \"LastPostDateTime\",\n            \"AttributeType\": \"S\"\n        }\n    ],\n    \"TableName\": \"Thread\",\n    \"KeySchema\": [\n        {\n            \"AttributeName\": \"ForumName\",\n            \"KeyType\": \"HASH\"\n        },\n        {\n            \"AttributeName\": \"Subject\",\n            \"KeyType\": \"RANGE\"\n        }\n    ],\n    \"LocalSecondaryIndexes\": [\n        {\n            \"IndexName\": \"LastPostIndex\",\n            \"KeySchema\": [\n                {\n                    \"AttributeName\": \"ForumName\",\n                    \"KeyType\": \"HASH\"\n                },\n                {\n                    \"AttributeName\": \"LastPostDateTime\",\n                    \"KeyType\": \"RANGE\"\n                }\n            ],\n            \"Projection\": {\n                \"ProjectionType\": \"KEYS_ONLY\"\n            }\n        }\n    ],\n    \"ProvisionedThroughput\": {\n        \"ReadCapacityUnits\": 5,\n        \"WriteCapacityUnits\": 5\n    },\n    \"Tags\": [ \n      { \n         \"Key\": \"Owner\",\n         \"Value\": \"BlueTeam\"\n      }\n   ]\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=CreateTable","description":"<p>The CreateTable operation adds a new table to your account. In an AWS account, table names must be unique within each Region. That is, you can have two tables with same name if you create the tables in different Regions.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>An array of attributes that describe the key schema for the table and indexes.</p>\n","type":"text/plain"},"key":"Action","value":"CreateTable"}],"variable":[]}},"response":[{"id":"87c5f5c1-dda1-4fdb-a09a-2cab9c359125","name":"Create Table","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.CreateTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AttributeDefinitions\": [\n        {\n            \"AttributeName\": \"ForumName\",\n            \"AttributeType\": \"S\"\n        },\n        {\n            \"AttributeName\": \"Subject\",\n            \"AttributeType\": \"S\"\n        },\n        {\n            \"AttributeName\": \"LastPostDateTime\",\n            \"AttributeType\": \"S\"\n        }\n    ],\n    \"TableName\": \"Thread\",\n    \"KeySchema\": [\n        {\n            \"AttributeName\": \"ForumName\",\n            \"KeyType\": \"HASH\"\n        },\n        {\n            \"AttributeName\": \"Subject\",\n            \"KeyType\": \"RANGE\"\n        }\n    ],\n    \"LocalSecondaryIndexes\": [\n        {\n            \"IndexName\": \"LastPostIndex\",\n            \"KeySchema\": [\n                {\n                    \"AttributeName\": \"ForumName\",\n                    \"KeyType\": \"HASH\"\n                },\n                {\n                    \"AttributeName\": \"LastPostDateTime\",\n                    \"KeyType\": \"RANGE\"\n                }\n            ],\n            \"Projection\": {\n                \"ProjectionType\": \"KEYS_ONLY\"\n            }\n        }\n    ],\n    \"ProvisionedThroughput\": {\n        \"ReadCapacityUnits\": 5,\n        \"WriteCapacityUnits\": 5\n    },\n    \"Tags\": [ \n      { \n         \"Key\": \"Owner\",\n         \"Value\": \"BlueTeam\"\n      }\n   ]\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=CreateTable","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"CreateTable","description":"An array of attributes that describe the key schema for the table and indexes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:05:02 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"972"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"D8CA21J1HGEH7VTLHOOBLBPJH7VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"613555308"}],"cookie":[],"responseTime":null,"body":"{\n    \"TableDescription\": {\n        \"AttributeDefinitions\": [\n            {\n                \"AttributeName\": \"ForumName\",\n                \"AttributeType\": \"S\"\n            },\n            {\n                \"AttributeName\": \"LastPostDateTime\",\n                \"AttributeType\": \"S\"\n            },\n            {\n                \"AttributeName\": \"Subject\",\n                \"AttributeType\": \"S\"\n            }\n        ],\n        \"CreationDateTime\": 1574831102.349,\n        \"ItemCount\": 0,\n        \"KeySchema\": [\n            {\n                \"AttributeName\": \"ForumName\",\n                \"KeyType\": \"HASH\"\n            },\n            {\n                \"AttributeName\": \"Subject\",\n                \"KeyType\": \"RANGE\"\n            }\n        ],\n        \"LocalSecondaryIndexes\": [\n            {\n                \"IndexArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/Thread/index/LastPostIndex\",\n                \"IndexName\": \"LastPostIndex\",\n                \"IndexSizeBytes\": 0,\n                \"ItemCount\": 0,\n                \"KeySchema\": [\n                    {\n                        \"AttributeName\": \"ForumName\",\n                        \"KeyType\": \"HASH\"\n                    },\n                    {\n                        \"AttributeName\": \"LastPostDateTime\",\n                        \"KeyType\": \"RANGE\"\n                    }\n                ],\n                \"Projection\": {\n                    \"ProjectionType\": \"KEYS_ONLY\"\n                }\n            }\n        ],\n        \"ProvisionedThroughput\": {\n            \"NumberOfDecreasesToday\": 0,\n            \"ReadCapacityUnits\": 5,\n            \"WriteCapacityUnits\": 5\n        },\n        \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/Thread\",\n        \"TableId\": \"43fce991-2bb5-4e44-b34c-6c5dbcee50e4\",\n        \"TableName\": \"Thread\",\n        \"TableSizeBytes\": 0,\n        \"TableStatus\": \"CREATING\"\n    }\n}"}],"_postman_id":"f17fc305-2609-4299-a312-eba279a2f48d"},{"name":"Delete Table","id":"fe2d26a0-6484-470f-a0c3-d1304e59e27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DeleteTable","description":"<p>The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table to delete.</p>\n","type":"text/plain"},"key":"Action","value":"DeleteTable"}],"variable":[]}},"response":[{"id":"207b062a-2ab3-41f2-9997-970f51fa3f6f","name":"Delete Table","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=DeleteTable","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"DeleteTable","description":"The name of the table to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:09:54 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"EG2IKJ5G152M1IE5IV1P1RINPJVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"fe2d26a0-6484-470f-a0c3-d1304e59e27a"},{"name":"Describe Table","id":"69f4ca9a-1338-443b-abf8-5d6954a8a78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DescribeTable","description":"<p>Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table to describe.</p>\n","type":"text/plain"},"key":"Action","value":"DescribeTable"}],"variable":[]}},"response":[{"id":"64bcd7b7-d27e-463e-8249-d62b4f12c220","name":"Describe Table","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=DescribeTable","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"DescribeTable","description":"The name of the table to describe."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:06:47 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"FPFUJT4I672KQNB2LIR6SG24NJVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"69f4ca9a-1338-443b-abf8-5d6954a8a78e"},{"name":"List Tables","id":"c26e02d2-b3ef-47b7-ac1f-6e202dd295fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ExclusiveStartTableName\": \"Thread\",\n   \"Limit\": 1\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=ListTables","description":"<p>Returns an array of table names associated with the current account and endpoint. The output from ListTables is paginated, with each page returning a maximum of 100 table names.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The first table name that this operation will evaluate. Use the value that was returned                                 for                                 LastEvaluatedTableName in a previous operation, so that you can obtain the next page                                 of results.</p>\n","type":"text/plain"},"key":"Action","value":"ListTables"}],"variable":[]}},"response":[{"id":"b4b03860-10ad-48eb-8783-4d7d4b8b2a79","name":"List Tables","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"ExclusiveStartTableName\": \"Thread\",\n   \"Limit\": 1\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=ListTables","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"ListTables","description":"The first table name that this operation will evaluate. Use the value that was returned                                 for                                 LastEvaluatedTableName in a previous operation, so that you can obtain the next page                                 of results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:07:53 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4C5KKKMO3SDN6BUD4RDGF3HC03VV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"c26e02d2-b3ef-47b7-ac1f-6e202dd295fd"},{"name":"Update Table","id":"a3646c50-b406-4206-abe8-b3cfd3052cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.UpdateTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"Thread\",\n    \"ProvisionedThroughput\": {\n        \"ReadCapacityUnits\": 10,\n        \"WriteCapacityUnits\": 10\n    }\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateTable","description":"<p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table to be updated.</p>\n","type":"text/plain"},"key":"Action","value":"UpdateTable"}],"variable":[]}},"response":[{"id":"e8bdccfe-5d30-4ff2-8991-ae248c00ec3b","name":"Update Table","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.UpdateTable","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"Thread\",\n    \"ProvisionedThroughput\": {\n        \"ReadCapacityUnits\": 10,\n        \"WriteCapacityUnits\": 10\n    }\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=UpdateTable","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"UpdateTable","description":"The name of the table to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:08:59 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"1012"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"51T4CIMVO20UV1ROTENJK80CLJVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"1620463003"}],"cookie":[],"responseTime":null,"body":"{\n    \"TableDescription\": {\n        \"AttributeDefinitions\": [\n            {\n                \"AttributeName\": \"ForumName\",\n                \"AttributeType\": \"S\"\n            },\n            {\n                \"AttributeName\": \"LastPostDateTime\",\n                \"AttributeType\": \"S\"\n            },\n            {\n                \"AttributeName\": \"Subject\",\n                \"AttributeType\": \"S\"\n            }\n        ],\n        \"CreationDateTime\": 1574831102.349,\n        \"ItemCount\": 0,\n        \"KeySchema\": [\n            {\n                \"AttributeName\": \"ForumName\",\n                \"KeyType\": \"HASH\"\n            },\n            {\n                \"AttributeName\": \"Subject\",\n                \"KeyType\": \"RANGE\"\n            }\n        ],\n        \"LocalSecondaryIndexes\": [\n            {\n                \"IndexArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/Thread/index/LastPostIndex\",\n                \"IndexName\": \"LastPostIndex\",\n                \"IndexSizeBytes\": 0,\n                \"ItemCount\": 0,\n                \"KeySchema\": [\n                    {\n                        \"AttributeName\": \"ForumName\",\n                        \"KeyType\": \"HASH\"\n                    },\n                    {\n                        \"AttributeName\": \"LastPostDateTime\",\n                        \"KeyType\": \"RANGE\"\n                    }\n                ],\n                \"Projection\": {\n                    \"ProjectionType\": \"KEYS_ONLY\"\n                }\n            }\n        ],\n        \"ProvisionedThroughput\": {\n            \"LastIncreaseDateTime\": 1574831339.615,\n            \"NumberOfDecreasesToday\": 0,\n            \"ReadCapacityUnits\": 5,\n            \"WriteCapacityUnits\": 5\n        },\n        \"TableArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/Thread\",\n        \"TableId\": \"43fce991-2bb5-4e44-b34c-6c5dbcee50e4\",\n        \"TableName\": \"Thread\",\n        \"TableSizeBytes\": 0,\n        \"TableStatus\": \"UPDATING\"\n    }\n}"}],"_postman_id":"a3646c50-b406-4206-abe8-b3cfd3052cba"},{"name":"Restore Table From Backup","id":"baf4ed23-067b-49d7-a2ab-c88fc0320cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827970345-2811a628\",\n   \"TargetTableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=RestoreTableFromBackup","description":"<p>Creates a new table from an existing backup. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The Amazon Resource Name (ARN) associated with the backup.</p>\n","type":"text/plain"},"key":"Action","value":"RestoreTableFromBackup"}],"variable":[]}},"response":[{"id":"443fba68-5a80-4053-8daf-1a8d62f9fd01","name":"Restore Table From Backup","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"BackupArn\": \"arn:aws:dynamodb:us-east-1:879370021840:table/postman/backup/01574827970345-2811a628\",\n   \"TargetTableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=RestoreTableFromBackup","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"RestoreTableFromBackup","description":"The Amazon Resource Name (ARN) associated with the backup."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:11:42 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"O61O1S72A0SB3DN0NLEQ4N4M6BVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"baf4ed23-067b-49d7-a2ab-c88fc0320cf8"},{"name":"Restore Table To Point In Time","id":"ebe4dc4e-96d6-4001-b03d-33554cc48ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TargetTableName\": \"Thread\",\n   \"UseLatestRestorableTime\": 1\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=RestoreTableToPointInTime","description":"<p>Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>Name of the source table that is being restored.</p>\n","type":"text/plain"},"key":"Action","value":"RestoreTableToPointInTime"}],"variable":[]}},"response":[{"id":"f0460592-1718-4585-9983-8b32fadbeaa2","name":"Restore Table To Point In Time","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TargetTableName\": \"Thread\",\n   \"UseLatestRestorableTime\": 1\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=RestoreTableToPointInTime","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"RestoreTableToPointInTime","description":"Name of the source table that is being restored."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:13:15 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"QTGQNJ8BEACM5O1QDER897C46JVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"ebe4dc4e-96d6-4001-b03d-33554cc48ff6"}],"id":"3638a675-694b-4026-981a-e009ebc30538","_postman_id":"3638a675-694b-4026-981a-e009ebc30538","description":""},{"name":"Time To Live","item":[{"name":"Describe Time To Live","id":"d9e43343-3647-4bca-9ee8-3e6d213d4c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=DescribeTimeToLive","description":"<p>Gives a description of the Time to Live (TTL) status on the specified table.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table to be described.</p>\n","type":"text/plain"},"key":"Action","value":"DescribeTimeToLive"}],"variable":[]}},"response":[{"id":"cbb82aca-af96-42fe-8f6f-7b21e609a926","name":"Describe Time To Live","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\"\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=DescribeTimeToLive","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"DescribeTimeToLive","description":"The name of the table to be described."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:17:21 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"M3MIJDN2T97T0AEAD1KTMIGSVRVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"d9e43343-3647-4bca-9ee8-3e6d213d4c9f"},{"name":"Update Time To Live","id":"eaad4821-db4c-4617-9a51-44015a83c005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\",\n   \"TimeToLiveSpecification\": { \n      \"AttributeName\": \"string\",\n      \"Enabled\": 1\n   }\n}"},"url":"{{aws_dynamodb_base_url}}/?Action=UpdateTimeToLive","description":"<p>The UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table. A successful UpdateTimeToLive call returns the current TimeToLiveSpecification. It can take up to one hour for the change to fully process. Any additional UpdateTimeToLive calls for the same table during this one hour duration result in a ValidationException.</p>\n","urlObject":{"path":[""],"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table to be configured.</p>\n","type":"text/plain"},"key":"Action","value":"UpdateTimeToLive"}],"variable":[]}},"response":[{"id":"fb2dbeb2-3159-46a8-9a32-b292a1179d53","name":"Update Time To Live","originalRequest":{"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.DescribeLimits","type":"text"},{"key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"TableName\": \"Thread\",\n   \"TimeToLiveSpecification\": { \n      \"AttributeName\": \"string\",\n      \"Enabled\": 1\n   }\n}"},"url":{"raw":"{{aws_dynamodb_base_url}}/?Action=UpdateTimeToLive","host":["{{aws_dynamodb_base_url}}"],"path":[""],"query":[{"key":"Action","value":"UpdateTimeToLive","description":"The name of the table to be configured."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Server"},{"key":"Date","value":"Wed, 27 Nov 2019 05:18:21 GMT"},{"key":"Content-Type","value":"application/x-amz-json-1.0"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"TISRNE0TIVBHJA23I6EHJL9BNJVV4KQNSO5AEMVJF66Q9ASUAAJG"},{"key":"x-amz-crc32","value":"3062975651"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountMaxReadCapacityUnits\": 80000,\n    \"AccountMaxWriteCapacityUnits\": 80000,\n    \"TableMaxReadCapacityUnits\": 40000,\n    \"TableMaxWriteCapacityUnits\": 40000\n}"}],"_postman_id":"eaad4821-db4c-4617-9a51-44015a83c005"}],"id":"efb9fbe2-6107-4245-9fe9-8d1c3982bad9","_postman_id":"efb9fbe2-6107-4245-9fe9-8d1c3982bad9","description":""},{"name":"Query","id":"700886fd-c050-4413-a29d-0aa060de4f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"key":"X-Amz-Target","value":"DynamoDB_20120810.Query","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","name":"Content-Type","value":"application/x-amz-json-1.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"asteroids\",\n    \"ProjectionExpression\": \"id,given_name,description\",\n    \"KeyConditionExpression\": \"id = :v1\",\n    \"ExpressionAttributeValues\": {\n        \":v1\": {\n            \"S\": \"a0a770c7-fe51-4a8b-9cee-7ab08dbe6f6c\"\n        }\n    }\n}"},"url":"{{aws_dynamodb_base_url}}?Action=Query","description":"<p>The Query operation finds items based on primary key values. You can query any table or secondary index that has a composite primary key (a partition key and a sort key).</p>\n","urlObject":{"host":["{{aws_dynamodb_base_url}}"],"query":[{"description":{"content":"<p>The name of the table containing the requested items.</p>\n","type":"text/plain"},"key":"Action","value":"Query"}],"variable":[]}},"response":[],"_postman_id":"700886fd-c050-4413-a29d-0aa060de4f36"},{"name":"Scan","id":"227fba36-7d45-4bde-b627-f2b393569630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"awsv4","awsv4":{"basicConfig":[{"key":"accessKey","value":"{{accessKey}}"},{"key":"secretKey","value":"{{secretKey}}"}],"advancedConfig":[{"key":"region","value":"{{aws_dynamodb_region}}"},{"key":"service","value":"{{aws_dynamodb_service}}"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-amz-json-1.0","type":"text"},{"key":"X-Amz-Target","value":"DynamoDB_20120810.Scan","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TableName\": \"asteroids\",\n    \"ReturnConsumedCapacity\": \"TOTAL\"\n}"},"url":"{{aws_dynamodb_base_url}}?Action=Scan","description":"<p>The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a FilterExpression operation.</p>\n","urlObject":{"host":["{{aws_dynamodb_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>The name of the table containing the requested items; or, if you provide                                 IndexName, the name of the table to which that index belongs.</p>\n","type":"text/plain"},"key":"TableName","value":""},{"disabled":true,"description":{"content":"<p>This is a legacy parameter.  Use ProjectionExpression instead.  For more information, see                                 AttributesToGet in the Amazon DynamoDB Developer Guide.</p>\n","type":"text/plain"},"key":"AttributesToGet","value":""},{"disabled":true,"description":{"content":"<p>This is a legacy parameter.  Use FilterExpression instead.   For more information, see                                 ConditionalOperator in the Amazon DynamoDB Developer Guide.</p>\n","type":"text/plain"},"key":"ConditionalOperator","value":""},{"disabled":true,"description":{"content":"<p>A Boolean value that determines the read consistency model during the scan:</p>\n","type":"text/plain"},"key":"ConsistentRead","value":""},{"disabled":true,"description":{"content":"<p>The primary key of the first item that this operation will evaluate. Use the value                                 that was returned for LastEvaluatedKey in the previous operation.</p>\n","type":"text/plain"},"key":"ExclusiveStartKey","value":""},{"disabled":true,"description":{"content":"<p>One or more substitution tokens for attribute names in an expression. The following                                 are some use cases for using ExpressionAttributeNames:</p>\n","type":"text/plain"},"key":"ExpressionAttributeNames","value":""},{"disabled":true,"description":{"content":"<p>One or more values that can be substituted in an expression.</p>\n","type":"text/plain"},"key":"ExpressionAttributeValues","value":""},{"disabled":true,"description":{"content":"<p>A string that contains conditions that DynamoDB applies after the Scan operation, but                                 before the data is returned to you. Items that do not satisfy the FilterExpression                                 criteria are not returned.</p>\n","type":"text/plain"},"key":"FilterExpression","value":""},{"disabled":true,"description":{"content":"<p>The name of a secondary index to scan. This index can be any local secondary index                                 or global secondary index.  Note that if you use the IndexName parameter, you must also provide TableName.</p>\n","type":"text/plain"},"key":"IndexName","value":""},{"disabled":true,"description":{"content":"<p>The maximum number of items to evaluate (not necessarily the number of matching items).                                 If DynamoDB processes the number of items up to the limit while processing the results,                                 it stops the operation and returns the matching values up to that point, and a key                                 in                                 LastEvaluatedKey to apply in a subsequent operation, so that you can                                 pick up where you left off. Also, if the processed dataset size exceeds 1 MB before                                 DynamoDB reaches this limit, it stops the operation and returns the matching values                                 up                                 to the limit, and a key in LastEvaluatedKey to apply in a subsequent                                 operation to continue the operation. For more information, see Working with Queries in the Amazon DynamoDB Developer                                    Guide.</p>\n","type":"text/plain"},"key":"Limit","value":""},{"disabled":true,"description":{"content":"<p>A string that identifies one or more attributes to retrieve from the specified table                                 or index. These attributes can include scalars, sets, or elements of a JSON document.                                 The attributes in the expression must be separated by commas.</p>\n","type":"text/plain"},"key":"ProjectionExpression","value":""},{"disabled":true,"description":{"content":"<p>Determines the level of detail about provisioned throughput consumption that is returned                                 in the response:</p>\n","type":"text/plain"},"key":"ReturnConsumedCapacity","value":""},{"disabled":true,"description":{"content":"<p>This is a legacy parameter.  Use FilterExpression instead.   For more information, see                                 ScanFilter in the Amazon DynamoDB Developer Guide.</p>\n","type":"text/plain"},"key":"ScanFilter","value":""},{"disabled":true,"description":{"content":"<p>For a parallel Scan request, Segment identifies an individual segment to be                                 scanned by an application worker.</p>\n","type":"text/plain"},"key":"Segment","value":""},{"disabled":true,"description":{"content":"<p>The attributes to be returned in the                                 result. You can retrieve all item attributes, specific item attributes, the count                                 of                                 matching items, or in the case of an index, some or all of the attributes projected                                 into                                 the index.</p>\n","type":"text/plain"},"key":"Select","value":""},{"disabled":true,"description":{"content":"<p>For a parallel Scan request, TotalSegments represents the total number of                                 segments into which the Scan operation will be divided. The value of                                 TotalSegments corresponds to the number of application workers that will perform the                                 parallel scan. For example, if you want to use four application threads to scan a                                 table or an index,                                 specify a TotalSegments value of 4.</p>\n","type":"text/plain"},"key":"TotalSegments","value":""},{"key":"Action","value":"Scan"}],"variable":[]}},"response":[],"_postman_id":"227fba36-7d45-4bde-b627-f2b393569630"}],"event":[{"listen":"prerequest","script":{"id":"24ca3f69-84e8-4b20-a2f7-5eacdea71728","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1cf59d75-9102-4376-88c4-3fb276f2e96a","type":"text/javascript","exec":[""]}}]}