@gemeentenijmegen/webapp 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +10 -10
- package/assets/webapp/auth/auth.lambda/index.js +56 -35
- package/assets/webapp/login/login.lambda/index.js +56 -35
- package/assets/webapp/logout/logout.lambda/index.js +56 -209
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +23 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
- package/node_modules/@aws-sdk/client-s3/package.json +57 -57
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/package.json +10 -9
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/package.json +9 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +10 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/package.json +13 -13
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
|
@@ -22,7 +22,7 @@ export interface ArchivalSummary {
|
|
|
22
22
|
* format.</p>
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
|
-
ArchivalDateTime?: Date;
|
|
25
|
+
ArchivalDateTime?: Date | undefined;
|
|
26
26
|
/**
|
|
27
27
|
* <p>The reason DynamoDB archived the table. Currently, the only possible value is:</p>
|
|
28
28
|
* <ul>
|
|
@@ -35,14 +35,14 @@ export interface ArchivalSummary {
|
|
|
35
35
|
* </ul>
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
|
-
ArchivalReason?: string;
|
|
38
|
+
ArchivalReason?: string | undefined;
|
|
39
39
|
/**
|
|
40
40
|
* <p>The Amazon Resource Name (ARN) of the backup the table was archived to, when
|
|
41
41
|
* applicable in the archival reason. If you wish to restore this backup to the same table
|
|
42
42
|
* name, you will need to delete the original table.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
|
-
ArchivalBackupArn?: string;
|
|
45
|
+
ArchivalBackupArn?: string | undefined;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* @public
|
|
@@ -113,7 +113,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationDescription
|
|
|
113
113
|
* remove capacity from the scalable resource. The default value is false.</p>
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
|
-
DisableScaleIn?: boolean;
|
|
116
|
+
DisableScaleIn?: boolean | undefined;
|
|
117
117
|
/**
|
|
118
118
|
* <p>The amount of time, in seconds, after a scale in activity completes before another
|
|
119
119
|
* scale in activity can start. The cooldown period is used to block subsequent scale in
|
|
@@ -123,7 +123,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationDescription
|
|
|
123
123
|
* target immediately. </p>
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
|
-
ScaleInCooldown?: number;
|
|
126
|
+
ScaleInCooldown?: number | undefined;
|
|
127
127
|
/**
|
|
128
128
|
* <p>The amount of time, in seconds, after a scale out activity completes before another
|
|
129
129
|
* scale out activity can start. While the cooldown period is in effect, the capacity that
|
|
@@ -132,7 +132,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationDescription
|
|
|
132
132
|
* excessively) scale out.</p>
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
|
-
ScaleOutCooldown?: number;
|
|
135
|
+
ScaleOutCooldown?: number | undefined;
|
|
136
136
|
/**
|
|
137
137
|
* <p>The target value for the metric. The range is 8.515920e-109 to 1.174271e+108 (Base 10)
|
|
138
138
|
* or 2e-360 to 2e360 (Base 2).</p>
|
|
@@ -149,12 +149,12 @@ export interface AutoScalingPolicyDescription {
|
|
|
149
149
|
* <p>The name of the scaling policy.</p>
|
|
150
150
|
* @public
|
|
151
151
|
*/
|
|
152
|
-
PolicyName?: string;
|
|
152
|
+
PolicyName?: string | undefined;
|
|
153
153
|
/**
|
|
154
154
|
* <p>Represents a target tracking scaling policy configuration.</p>
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
|
-
TargetTrackingScalingPolicyConfiguration?: AutoScalingTargetTrackingScalingPolicyConfigurationDescription;
|
|
157
|
+
TargetTrackingScalingPolicyConfiguration?: AutoScalingTargetTrackingScalingPolicyConfigurationDescription | undefined;
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* <p>Represents the settings of a target tracking scaling policy that will be
|
|
@@ -169,7 +169,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationUpdate {
|
|
|
169
169
|
* remove capacity from the scalable resource. The default value is false.</p>
|
|
170
170
|
* @public
|
|
171
171
|
*/
|
|
172
|
-
DisableScaleIn?: boolean;
|
|
172
|
+
DisableScaleIn?: boolean | undefined;
|
|
173
173
|
/**
|
|
174
174
|
* <p>The amount of time, in seconds, after a scale in activity completes before another
|
|
175
175
|
* scale in activity can start. The cooldown period is used to block subsequent scale in
|
|
@@ -179,7 +179,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationUpdate {
|
|
|
179
179
|
* target immediately. </p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
ScaleInCooldown?: number;
|
|
182
|
+
ScaleInCooldown?: number | undefined;
|
|
183
183
|
/**
|
|
184
184
|
* <p>The amount of time, in seconds, after a scale out activity completes before another
|
|
185
185
|
* scale out activity can start. While the cooldown period is in effect, the capacity that
|
|
@@ -188,7 +188,7 @@ export interface AutoScalingTargetTrackingScalingPolicyConfigurationUpdate {
|
|
|
188
188
|
* excessively) scale out.</p>
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
|
-
ScaleOutCooldown?: number;
|
|
191
|
+
ScaleOutCooldown?: number | undefined;
|
|
192
192
|
/**
|
|
193
193
|
* <p>The target value for the metric. The range is 8.515920e-109 to 1.174271e+108 (Base 10)
|
|
194
194
|
* or 2e-360 to 2e360 (Base 2).</p>
|
|
@@ -205,7 +205,7 @@ export interface AutoScalingPolicyUpdate {
|
|
|
205
205
|
* <p>The name of the scaling policy.</p>
|
|
206
206
|
* @public
|
|
207
207
|
*/
|
|
208
|
-
PolicyName?: string;
|
|
208
|
+
PolicyName?: string | undefined;
|
|
209
209
|
/**
|
|
210
210
|
* <p>Represents a target tracking scaling policy configuration.</p>
|
|
211
211
|
* @public
|
|
@@ -223,28 +223,28 @@ export interface AutoScalingSettingsDescription {
|
|
|
223
223
|
* scaled down to.</p>
|
|
224
224
|
* @public
|
|
225
225
|
*/
|
|
226
|
-
MinimumUnits?: number;
|
|
226
|
+
MinimumUnits?: number | undefined;
|
|
227
227
|
/**
|
|
228
228
|
* <p>The maximum capacity units that a global table or global secondary index should be
|
|
229
229
|
* scaled up to.</p>
|
|
230
230
|
* @public
|
|
231
231
|
*/
|
|
232
|
-
MaximumUnits?: number;
|
|
232
|
+
MaximumUnits?: number | undefined;
|
|
233
233
|
/**
|
|
234
234
|
* <p>Disabled auto scaling for this global table or global secondary index.</p>
|
|
235
235
|
* @public
|
|
236
236
|
*/
|
|
237
|
-
AutoScalingDisabled?: boolean;
|
|
237
|
+
AutoScalingDisabled?: boolean | undefined;
|
|
238
238
|
/**
|
|
239
239
|
* <p>Role ARN used for configuring the auto scaling policy.</p>
|
|
240
240
|
* @public
|
|
241
241
|
*/
|
|
242
|
-
AutoScalingRoleArn?: string;
|
|
242
|
+
AutoScalingRoleArn?: string | undefined;
|
|
243
243
|
/**
|
|
244
244
|
* <p>Information about the scaling policies.</p>
|
|
245
245
|
* @public
|
|
246
246
|
*/
|
|
247
|
-
ScalingPolicies?: AutoScalingPolicyDescription[];
|
|
247
|
+
ScalingPolicies?: AutoScalingPolicyDescription[] | undefined;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
* <p>Represents the auto scaling settings to be modified for a global table or global
|
|
@@ -257,29 +257,29 @@ export interface AutoScalingSettingsUpdate {
|
|
|
257
257
|
* scaled down to.</p>
|
|
258
258
|
* @public
|
|
259
259
|
*/
|
|
260
|
-
MinimumUnits?: number;
|
|
260
|
+
MinimumUnits?: number | undefined;
|
|
261
261
|
/**
|
|
262
262
|
* <p>The maximum capacity units that a global table or global secondary index should be
|
|
263
263
|
* scaled up to.</p>
|
|
264
264
|
* @public
|
|
265
265
|
*/
|
|
266
|
-
MaximumUnits?: number;
|
|
266
|
+
MaximumUnits?: number | undefined;
|
|
267
267
|
/**
|
|
268
268
|
* <p>Disabled auto scaling for this global table or global secondary index.</p>
|
|
269
269
|
* @public
|
|
270
270
|
*/
|
|
271
|
-
AutoScalingDisabled?: boolean;
|
|
271
|
+
AutoScalingDisabled?: boolean | undefined;
|
|
272
272
|
/**
|
|
273
273
|
* <p>Role ARN used for configuring auto scaling policy.</p>
|
|
274
274
|
* @public
|
|
275
275
|
*/
|
|
276
|
-
AutoScalingRoleArn?: string;
|
|
276
|
+
AutoScalingRoleArn?: string | undefined;
|
|
277
277
|
/**
|
|
278
278
|
* <p>The scaling policy to apply for scaling target global table or global secondary index
|
|
279
279
|
* capacity units.</p>
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
|
-
ScalingPolicyUpdate?: AutoScalingPolicyUpdate;
|
|
282
|
+
ScalingPolicyUpdate?: AutoScalingPolicyUpdate | undefined;
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* @public
|
|
@@ -327,7 +327,7 @@ export interface BackupDetails {
|
|
|
327
327
|
* hours. Recent changes might not be reflected in this value.</p>
|
|
328
328
|
* @public
|
|
329
329
|
*/
|
|
330
|
-
BackupSizeBytes?: number;
|
|
330
|
+
BackupSizeBytes?: number | undefined;
|
|
331
331
|
/**
|
|
332
332
|
* <p>Backup can be in one of the following states: CREATING, ACTIVE, DELETED. </p>
|
|
333
333
|
* @public
|
|
@@ -367,7 +367,7 @@ export interface BackupDetails {
|
|
|
367
367
|
* its creation.</p>
|
|
368
368
|
* @public
|
|
369
369
|
*/
|
|
370
|
-
BackupExpiryDateTime?: Date;
|
|
370
|
+
BackupExpiryDateTime?: Date | undefined;
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
373
|
* @public
|
|
@@ -448,13 +448,13 @@ export interface OnDemandThroughput {
|
|
|
448
448
|
* <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of <code>MaxReadRequestUnits</code> as greater than or equal to 1. To remove the maximum <code>OnDemandThroughput</code> that is currently set on your table, set the value of <code>MaxReadRequestUnits</code> to -1.</p>
|
|
449
449
|
* @public
|
|
450
450
|
*/
|
|
451
|
-
MaxReadRequestUnits?: number;
|
|
451
|
+
MaxReadRequestUnits?: number | undefined;
|
|
452
452
|
/**
|
|
453
453
|
* <p>Maximum number of write request units for the specified table.</p>
|
|
454
454
|
* <p>To specify a maximum <code>OnDemandThroughput</code> on your table, set the value of <code>MaxWriteRequestUnits</code> as greater than or equal to 1. To remove the maximum <code>OnDemandThroughput</code> that is currently set on your table, set the value of <code>MaxWriteRequestUnits</code> to -1.</p>
|
|
455
455
|
* @public
|
|
456
456
|
*/
|
|
457
|
-
MaxWriteRequestUnits?: number;
|
|
457
|
+
MaxWriteRequestUnits?: number | undefined;
|
|
458
458
|
}
|
|
459
459
|
/**
|
|
460
460
|
* <p>Represents the provisioned throughput settings for a specified table or index. The
|
|
@@ -503,12 +503,12 @@ export interface SourceTableDetails {
|
|
|
503
503
|
* <p>ARN of the table for which backup was created. </p>
|
|
504
504
|
* @public
|
|
505
505
|
*/
|
|
506
|
-
TableArn?: string;
|
|
506
|
+
TableArn?: string | undefined;
|
|
507
507
|
/**
|
|
508
508
|
* <p>Size of the table in bytes. Note that this is an approximate value.</p>
|
|
509
509
|
* @public
|
|
510
510
|
*/
|
|
511
|
-
TableSizeBytes?: number;
|
|
511
|
+
TableSizeBytes?: number | undefined;
|
|
512
512
|
/**
|
|
513
513
|
* <p>Schema of the table. </p>
|
|
514
514
|
* @public
|
|
@@ -528,12 +528,12 @@ export interface SourceTableDetails {
|
|
|
528
528
|
* <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
529
529
|
* @public
|
|
530
530
|
*/
|
|
531
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
531
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
532
532
|
/**
|
|
533
533
|
* <p>Number of items in the table. Note that this is an approximate value. </p>
|
|
534
534
|
* @public
|
|
535
535
|
*/
|
|
536
|
-
ItemCount?: number;
|
|
536
|
+
ItemCount?: number | undefined;
|
|
537
537
|
/**
|
|
538
538
|
* <p>Controls how you are charged for read and write throughput and how you manage
|
|
539
539
|
* capacity. This setting can be changed later.</p>
|
|
@@ -553,7 +553,7 @@ export interface SourceTableDetails {
|
|
|
553
553
|
* </ul>
|
|
554
554
|
* @public
|
|
555
555
|
*/
|
|
556
|
-
BillingMode?: BillingMode;
|
|
556
|
+
BillingMode?: BillingMode | undefined;
|
|
557
557
|
}
|
|
558
558
|
/**
|
|
559
559
|
* @public
|
|
@@ -598,7 +598,7 @@ export interface Projection {
|
|
|
598
598
|
* <p>When using the DynamoDB console, <code>ALL</code> is selected by default.</p>
|
|
599
599
|
* @public
|
|
600
600
|
*/
|
|
601
|
-
ProjectionType?: ProjectionType;
|
|
601
|
+
ProjectionType?: ProjectionType | undefined;
|
|
602
602
|
/**
|
|
603
603
|
* <p>Represents the non-key attribute names which will be projected into the index.</p>
|
|
604
604
|
* <p>For local secondary indexes, the total count of <code>NonKeyAttributes</code> summed
|
|
@@ -607,7 +607,7 @@ export interface Projection {
|
|
|
607
607
|
* determining the total.</p>
|
|
608
608
|
* @public
|
|
609
609
|
*/
|
|
610
|
-
NonKeyAttributes?: string[];
|
|
610
|
+
NonKeyAttributes?: string[] | undefined;
|
|
611
611
|
}
|
|
612
612
|
/**
|
|
613
613
|
* <p>Represents the properties of a global secondary index for the table when the backup
|
|
@@ -619,7 +619,7 @@ export interface GlobalSecondaryIndexInfo {
|
|
|
619
619
|
* <p>The name of the global secondary index.</p>
|
|
620
620
|
* @public
|
|
621
621
|
*/
|
|
622
|
-
IndexName?: string;
|
|
622
|
+
IndexName?: string | undefined;
|
|
623
623
|
/**
|
|
624
624
|
* <p>The complete key schema for a global secondary index, which consists of one or more
|
|
625
625
|
* pairs of attribute names and key types:</p>
|
|
@@ -644,25 +644,25 @@ export interface GlobalSecondaryIndexInfo {
|
|
|
644
644
|
* </note>
|
|
645
645
|
* @public
|
|
646
646
|
*/
|
|
647
|
-
KeySchema?: KeySchemaElement[];
|
|
647
|
+
KeySchema?: KeySchemaElement[] | undefined;
|
|
648
648
|
/**
|
|
649
649
|
* <p>Represents attributes that are copied (projected) from the table into the global
|
|
650
650
|
* secondary index. These are in addition to the primary key attributes and index key
|
|
651
651
|
* attributes, which are automatically projected. </p>
|
|
652
652
|
* @public
|
|
653
653
|
*/
|
|
654
|
-
Projection?: Projection;
|
|
654
|
+
Projection?: Projection | undefined;
|
|
655
655
|
/**
|
|
656
656
|
* <p>Represents the provisioned throughput settings for the specified global secondary
|
|
657
657
|
* index. </p>
|
|
658
658
|
* @public
|
|
659
659
|
*/
|
|
660
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
660
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
661
661
|
/**
|
|
662
662
|
* <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
663
663
|
* @public
|
|
664
664
|
*/
|
|
665
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
665
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
668
|
* <p>Represents the properties of a local secondary index for the table when the backup was
|
|
@@ -674,7 +674,7 @@ export interface LocalSecondaryIndexInfo {
|
|
|
674
674
|
* <p>Represents the name of the local secondary index.</p>
|
|
675
675
|
* @public
|
|
676
676
|
*/
|
|
677
|
-
IndexName?: string;
|
|
677
|
+
IndexName?: string | undefined;
|
|
678
678
|
/**
|
|
679
679
|
* <p>The complete key schema for a local secondary index, which consists of one or more
|
|
680
680
|
* pairs of attribute names and key types:</p>
|
|
@@ -700,14 +700,14 @@ export interface LocalSecondaryIndexInfo {
|
|
|
700
700
|
* </note>
|
|
701
701
|
* @public
|
|
702
702
|
*/
|
|
703
|
-
KeySchema?: KeySchemaElement[];
|
|
703
|
+
KeySchema?: KeySchemaElement[] | undefined;
|
|
704
704
|
/**
|
|
705
705
|
* <p>Represents attributes that are copied (projected) from the table into the global
|
|
706
706
|
* secondary index. These are in addition to the primary key attributes and index key
|
|
707
707
|
* attributes, which are automatically projected. </p>
|
|
708
708
|
* @public
|
|
709
709
|
*/
|
|
710
|
-
Projection?: Projection;
|
|
710
|
+
Projection?: Projection | undefined;
|
|
711
711
|
}
|
|
712
712
|
/**
|
|
713
713
|
* @public
|
|
@@ -756,7 +756,7 @@ export interface SSEDescription {
|
|
|
756
756
|
* </ul>
|
|
757
757
|
* @public
|
|
758
758
|
*/
|
|
759
|
-
Status?: SSEStatus;
|
|
759
|
+
Status?: SSEStatus | undefined;
|
|
760
760
|
/**
|
|
761
761
|
* <p>Server-side encryption type. The only supported value is:</p>
|
|
762
762
|
* <ul>
|
|
@@ -768,12 +768,12 @@ export interface SSEDescription {
|
|
|
768
768
|
* </ul>
|
|
769
769
|
* @public
|
|
770
770
|
*/
|
|
771
|
-
SSEType?: SSEType;
|
|
771
|
+
SSEType?: SSEType | undefined;
|
|
772
772
|
/**
|
|
773
773
|
* <p>The KMS key ARN used for the KMS encryption.</p>
|
|
774
774
|
* @public
|
|
775
775
|
*/
|
|
776
|
-
KMSMasterKeyArn?: string;
|
|
776
|
+
KMSMasterKeyArn?: string | undefined;
|
|
777
777
|
/**
|
|
778
778
|
* <p>Indicates the time, in UNIX epoch date format, when DynamoDB detected that
|
|
779
779
|
* the table's KMS key was inaccessible. This attribute will automatically
|
|
@@ -781,7 +781,7 @@ export interface SSEDescription {
|
|
|
781
781
|
* again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.</p>
|
|
782
782
|
* @public
|
|
783
783
|
*/
|
|
784
|
-
InaccessibleEncryptionDateTime?: Date;
|
|
784
|
+
InaccessibleEncryptionDateTime?: Date | undefined;
|
|
785
785
|
}
|
|
786
786
|
/**
|
|
787
787
|
* @public
|
|
@@ -836,7 +836,7 @@ export interface StreamSpecification {
|
|
|
836
836
|
* </ul>
|
|
837
837
|
* @public
|
|
838
838
|
*/
|
|
839
|
-
StreamViewType?: StreamViewType;
|
|
839
|
+
StreamViewType?: StreamViewType | undefined;
|
|
840
840
|
}
|
|
841
841
|
/**
|
|
842
842
|
* @public
|
|
@@ -861,12 +861,12 @@ export interface TimeToLiveDescription {
|
|
|
861
861
|
* <p> The TTL status for the table.</p>
|
|
862
862
|
* @public
|
|
863
863
|
*/
|
|
864
|
-
TimeToLiveStatus?: TimeToLiveStatus;
|
|
864
|
+
TimeToLiveStatus?: TimeToLiveStatus | undefined;
|
|
865
865
|
/**
|
|
866
866
|
* <p> The name of the TTL attribute for items in the table.</p>
|
|
867
867
|
* @public
|
|
868
868
|
*/
|
|
869
|
-
AttributeName?: string;
|
|
869
|
+
AttributeName?: string | undefined;
|
|
870
870
|
}
|
|
871
871
|
/**
|
|
872
872
|
* <p>Contains the details of the features enabled on the table when the backup was created.
|
|
@@ -880,30 +880,30 @@ export interface SourceTableFeatureDetails {
|
|
|
880
880
|
* </p>
|
|
881
881
|
* @public
|
|
882
882
|
*/
|
|
883
|
-
LocalSecondaryIndexes?: LocalSecondaryIndexInfo[];
|
|
883
|
+
LocalSecondaryIndexes?: LocalSecondaryIndexInfo[] | undefined;
|
|
884
884
|
/**
|
|
885
885
|
* <p>Represents the GSI properties for the table when the backup was created. It includes
|
|
886
886
|
* the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the
|
|
887
887
|
* table at the time of backup. </p>
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
|
-
GlobalSecondaryIndexes?: GlobalSecondaryIndexInfo[];
|
|
890
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndexInfo[] | undefined;
|
|
891
891
|
/**
|
|
892
892
|
* <p>Stream settings on the table when the backup was created.</p>
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
|
-
StreamDescription?: StreamSpecification;
|
|
895
|
+
StreamDescription?: StreamSpecification | undefined;
|
|
896
896
|
/**
|
|
897
897
|
* <p>Time to Live settings on the table when the backup was created.</p>
|
|
898
898
|
* @public
|
|
899
899
|
*/
|
|
900
|
-
TimeToLiveDescription?: TimeToLiveDescription;
|
|
900
|
+
TimeToLiveDescription?: TimeToLiveDescription | undefined;
|
|
901
901
|
/**
|
|
902
902
|
* <p>The description of the server-side encryption status on the table when the backup was
|
|
903
903
|
* created.</p>
|
|
904
904
|
* @public
|
|
905
905
|
*/
|
|
906
|
-
SSEDescription?: SSEDescription;
|
|
906
|
+
SSEDescription?: SSEDescription | undefined;
|
|
907
907
|
}
|
|
908
908
|
/**
|
|
909
909
|
* <p>Contains the description of the backup created for the table.</p>
|
|
@@ -914,18 +914,18 @@ export interface BackupDescription {
|
|
|
914
914
|
* <p>Contains the details of the backup created for the table. </p>
|
|
915
915
|
* @public
|
|
916
916
|
*/
|
|
917
|
-
BackupDetails?: BackupDetails;
|
|
917
|
+
BackupDetails?: BackupDetails | undefined;
|
|
918
918
|
/**
|
|
919
919
|
* <p>Contains the details of the table when the backup was created. </p>
|
|
920
920
|
* @public
|
|
921
921
|
*/
|
|
922
|
-
SourceTableDetails?: SourceTableDetails;
|
|
922
|
+
SourceTableDetails?: SourceTableDetails | undefined;
|
|
923
923
|
/**
|
|
924
924
|
* <p>Contains the details of the features enabled on the table when the backup was created.
|
|
925
925
|
* For example, LSIs, GSIs, streams, TTL.</p>
|
|
926
926
|
* @public
|
|
927
927
|
*/
|
|
928
|
-
SourceTableFeatureDetails?: SourceTableFeatureDetails;
|
|
928
|
+
SourceTableFeatureDetails?: SourceTableFeatureDetails | undefined;
|
|
929
929
|
}
|
|
930
930
|
/**
|
|
931
931
|
* <p>There is another ongoing conflicting backup control plane operation on the table.
|
|
@@ -961,44 +961,44 @@ export interface BackupSummary {
|
|
|
961
961
|
* <p>Name of the table.</p>
|
|
962
962
|
* @public
|
|
963
963
|
*/
|
|
964
|
-
TableName?: string;
|
|
964
|
+
TableName?: string | undefined;
|
|
965
965
|
/**
|
|
966
966
|
* <p>Unique identifier for the table.</p>
|
|
967
967
|
* @public
|
|
968
968
|
*/
|
|
969
|
-
TableId?: string;
|
|
969
|
+
TableId?: string | undefined;
|
|
970
970
|
/**
|
|
971
971
|
* <p>ARN associated with the table.</p>
|
|
972
972
|
* @public
|
|
973
973
|
*/
|
|
974
|
-
TableArn?: string;
|
|
974
|
+
TableArn?: string | undefined;
|
|
975
975
|
/**
|
|
976
976
|
* <p>ARN associated with the backup.</p>
|
|
977
977
|
* @public
|
|
978
978
|
*/
|
|
979
|
-
BackupArn?: string;
|
|
979
|
+
BackupArn?: string | undefined;
|
|
980
980
|
/**
|
|
981
981
|
* <p>Name of the specified backup.</p>
|
|
982
982
|
* @public
|
|
983
983
|
*/
|
|
984
|
-
BackupName?: string;
|
|
984
|
+
BackupName?: string | undefined;
|
|
985
985
|
/**
|
|
986
986
|
* <p>Time at which the backup was created.</p>
|
|
987
987
|
* @public
|
|
988
988
|
*/
|
|
989
|
-
BackupCreationDateTime?: Date;
|
|
989
|
+
BackupCreationDateTime?: Date | undefined;
|
|
990
990
|
/**
|
|
991
991
|
* <p>Time at which the automatic on-demand backup created by DynamoDB will
|
|
992
992
|
* expire. This <code>SYSTEM</code> on-demand backup expires automatically 35 days after
|
|
993
993
|
* its creation.</p>
|
|
994
994
|
* @public
|
|
995
995
|
*/
|
|
996
|
-
BackupExpiryDateTime?: Date;
|
|
996
|
+
BackupExpiryDateTime?: Date | undefined;
|
|
997
997
|
/**
|
|
998
998
|
* <p>Backup can be in one of the following states: CREATING, ACTIVE, DELETED.</p>
|
|
999
999
|
* @public
|
|
1000
1000
|
*/
|
|
1001
|
-
BackupStatus?: BackupStatus;
|
|
1001
|
+
BackupStatus?: BackupStatus | undefined;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* <p>BackupType:</p>
|
|
1004
1004
|
* <ul>
|
|
@@ -1021,12 +1021,12 @@ export interface BackupSummary {
|
|
|
1021
1021
|
* </ul>
|
|
1022
1022
|
* @public
|
|
1023
1023
|
*/
|
|
1024
|
-
BackupType?: BackupType;
|
|
1024
|
+
BackupType?: BackupType | undefined;
|
|
1025
1025
|
/**
|
|
1026
1026
|
* <p>Size of the backup in bytes.</p>
|
|
1027
1027
|
* @public
|
|
1028
1028
|
*/
|
|
1029
|
-
BackupSizeBytes?: number;
|
|
1029
|
+
BackupSizeBytes?: number | undefined;
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
1032
|
* @public
|
|
@@ -1077,17 +1077,17 @@ export interface Capacity {
|
|
|
1077
1077
|
* <p>The total number of read capacity units consumed on a table or an index.</p>
|
|
1078
1078
|
* @public
|
|
1079
1079
|
*/
|
|
1080
|
-
ReadCapacityUnits?: number;
|
|
1080
|
+
ReadCapacityUnits?: number | undefined;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* <p>The total number of write capacity units consumed on a table or an index.</p>
|
|
1083
1083
|
* @public
|
|
1084
1084
|
*/
|
|
1085
|
-
WriteCapacityUnits?: number;
|
|
1085
|
+
WriteCapacityUnits?: number | undefined;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* <p>The total number of capacity units consumed on a table or an index.</p>
|
|
1088
1088
|
* @public
|
|
1089
1089
|
*/
|
|
1090
|
-
CapacityUnits?: number;
|
|
1090
|
+
CapacityUnits?: number | undefined;
|
|
1091
1091
|
}
|
|
1092
1092
|
/**
|
|
1093
1093
|
* <p>The capacity units consumed by an operation. The data returned includes the total
|
|
@@ -1102,39 +1102,39 @@ export interface ConsumedCapacity {
|
|
|
1102
1102
|
* <p>The name of the table that was affected by the operation. If you had specified the Amazon Resource Name (ARN) of a table in the input, you'll see the table ARN in the response.</p>
|
|
1103
1103
|
* @public
|
|
1104
1104
|
*/
|
|
1105
|
-
TableName?: string;
|
|
1105
|
+
TableName?: string | undefined;
|
|
1106
1106
|
/**
|
|
1107
1107
|
* <p>The total number of capacity units consumed by the operation.</p>
|
|
1108
1108
|
* @public
|
|
1109
1109
|
*/
|
|
1110
|
-
CapacityUnits?: number;
|
|
1110
|
+
CapacityUnits?: number | undefined;
|
|
1111
1111
|
/**
|
|
1112
1112
|
* <p>The total number of read capacity units consumed by the operation.</p>
|
|
1113
1113
|
* @public
|
|
1114
1114
|
*/
|
|
1115
|
-
ReadCapacityUnits?: number;
|
|
1115
|
+
ReadCapacityUnits?: number | undefined;
|
|
1116
1116
|
/**
|
|
1117
1117
|
* <p>The total number of write capacity units consumed by the operation.</p>
|
|
1118
1118
|
* @public
|
|
1119
1119
|
*/
|
|
1120
|
-
WriteCapacityUnits?: number;
|
|
1120
|
+
WriteCapacityUnits?: number | undefined;
|
|
1121
1121
|
/**
|
|
1122
1122
|
* <p>The amount of throughput consumed on the table affected by the operation.</p>
|
|
1123
1123
|
* @public
|
|
1124
1124
|
*/
|
|
1125
|
-
Table?: Capacity;
|
|
1125
|
+
Table?: Capacity | undefined;
|
|
1126
1126
|
/**
|
|
1127
1127
|
* <p>The amount of throughput consumed on each local index affected by the
|
|
1128
1128
|
* operation.</p>
|
|
1129
1129
|
* @public
|
|
1130
1130
|
*/
|
|
1131
|
-
LocalSecondaryIndexes?: Record<string, Capacity
|
|
1131
|
+
LocalSecondaryIndexes?: Record<string, Capacity> | undefined;
|
|
1132
1132
|
/**
|
|
1133
1133
|
* <p>The amount of throughput consumed on each global index affected by the
|
|
1134
1134
|
* operation.</p>
|
|
1135
1135
|
* @public
|
|
1136
1136
|
*/
|
|
1137
|
-
GlobalSecondaryIndexes?: Record<string, Capacity
|
|
1137
|
+
GlobalSecondaryIndexes?: Record<string, Capacity> | undefined;
|
|
1138
1138
|
}
|
|
1139
1139
|
/**
|
|
1140
1140
|
* @public
|
|
@@ -1189,7 +1189,7 @@ export declare class RequestLimitExceeded extends __BaseException {
|
|
|
1189
1189
|
export declare class InvalidEndpointException extends __BaseException {
|
|
1190
1190
|
readonly name: "InvalidEndpointException";
|
|
1191
1191
|
readonly $fault: "client";
|
|
1192
|
-
Message?: string;
|
|
1192
|
+
Message?: string | undefined;
|
|
1193
1193
|
/**
|
|
1194
1194
|
* @internal
|
|
1195
1195
|
*/
|
|
@@ -1278,13 +1278,13 @@ export interface BillingModeSummary {
|
|
|
1278
1278
|
* </ul>
|
|
1279
1279
|
* @public
|
|
1280
1280
|
*/
|
|
1281
|
-
BillingMode?: BillingMode;
|
|
1281
|
+
BillingMode?: BillingMode | undefined;
|
|
1282
1282
|
/**
|
|
1283
1283
|
* <p>Represents the time when <code>PAY_PER_REQUEST</code> was last set as the read/write
|
|
1284
1284
|
* capacity mode.</p>
|
|
1285
1285
|
* @public
|
|
1286
1286
|
*/
|
|
1287
|
-
LastUpdateToPayPerRequestDateTime?: Date;
|
|
1287
|
+
LastUpdateToPayPerRequestDateTime?: Date | undefined;
|
|
1288
1288
|
}
|
|
1289
1289
|
/**
|
|
1290
1290
|
* @public
|
|
@@ -1364,20 +1364,20 @@ export interface PointInTimeRecoveryDescription {
|
|
|
1364
1364
|
* </ul>
|
|
1365
1365
|
* @public
|
|
1366
1366
|
*/
|
|
1367
|
-
PointInTimeRecoveryStatus?: PointInTimeRecoveryStatus;
|
|
1367
|
+
PointInTimeRecoveryStatus?: PointInTimeRecoveryStatus | undefined;
|
|
1368
1368
|
/**
|
|
1369
1369
|
* <p>Specifies the earliest point in time you can restore your table to. You can restore
|
|
1370
1370
|
* your table to any point in time during the last 35 days. </p>
|
|
1371
1371
|
* @public
|
|
1372
1372
|
*/
|
|
1373
|
-
EarliestRestorableDateTime?: Date;
|
|
1373
|
+
EarliestRestorableDateTime?: Date | undefined;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* <p>
|
|
1376
1376
|
* <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time.
|
|
1377
1377
|
* </p>
|
|
1378
1378
|
* @public
|
|
1379
1379
|
*/
|
|
1380
|
-
LatestRestorableDateTime?: Date;
|
|
1380
|
+
LatestRestorableDateTime?: Date | undefined;
|
|
1381
1381
|
}
|
|
1382
1382
|
/**
|
|
1383
1383
|
* <p>Represents the continuous backups and point in time recovery settings on the
|
|
@@ -1396,7 +1396,7 @@ export interface ContinuousBackupsDescription {
|
|
|
1396
1396
|
* <p>The description of the point in time recovery settings applied to the table.</p>
|
|
1397
1397
|
* @public
|
|
1398
1398
|
*/
|
|
1399
|
-
PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription;
|
|
1399
|
+
PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription | undefined;
|
|
1400
1400
|
}
|
|
1401
1401
|
/**
|
|
1402
1402
|
* <p>Backups have not yet been enabled for this table.</p>
|
|
@@ -1446,18 +1446,18 @@ export interface ContributorInsightsSummary {
|
|
|
1446
1446
|
* <p>Name of the table associated with the summary.</p>
|
|
1447
1447
|
* @public
|
|
1448
1448
|
*/
|
|
1449
|
-
TableName?: string;
|
|
1449
|
+
TableName?: string | undefined;
|
|
1450
1450
|
/**
|
|
1451
1451
|
* <p>Name of the index associated with the summary, if any.</p>
|
|
1452
1452
|
* @public
|
|
1453
1453
|
*/
|
|
1454
|
-
IndexName?: string;
|
|
1454
|
+
IndexName?: string | undefined;
|
|
1455
1455
|
/**
|
|
1456
1456
|
* <p>Describes the current status for contributor insights for the given table and index,
|
|
1457
1457
|
* if applicable.</p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
ContributorInsightsStatus?: ContributorInsightsStatus;
|
|
1460
|
+
ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
|
|
1461
1461
|
}
|
|
1462
1462
|
/**
|
|
1463
1463
|
* @public
|
|
@@ -1483,7 +1483,7 @@ export interface CreateBackupOutput {
|
|
|
1483
1483
|
* <p>Contains the details of the backup created for the table.</p>
|
|
1484
1484
|
* @public
|
|
1485
1485
|
*/
|
|
1486
|
-
BackupDetails?: BackupDetails;
|
|
1486
|
+
BackupDetails?: BackupDetails | undefined;
|
|
1487
1487
|
}
|
|
1488
1488
|
/**
|
|
1489
1489
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
@@ -1536,6 +1536,22 @@ export declare class TableNotFoundException extends __BaseException {
|
|
|
1536
1536
|
*/
|
|
1537
1537
|
constructor(opts: __ExceptionOptionType<TableNotFoundException, __BaseException>);
|
|
1538
1538
|
}
|
|
1539
|
+
/**
|
|
1540
|
+
* <p>Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the <code>UpdateTable</code> operation to meet the throughput requirements of an upcoming peak event.</p>
|
|
1541
|
+
* @public
|
|
1542
|
+
*/
|
|
1543
|
+
export interface WarmThroughput {
|
|
1544
|
+
/**
|
|
1545
|
+
* <p>Represents the number of read operations your base table can instantaneously support.</p>
|
|
1546
|
+
* @public
|
|
1547
|
+
*/
|
|
1548
|
+
ReadUnitsPerSecond?: number | undefined;
|
|
1549
|
+
/**
|
|
1550
|
+
* <p>Represents the number of write operations your base table can instantaneously support.</p>
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
WriteUnitsPerSecond?: number | undefined;
|
|
1554
|
+
}
|
|
1539
1555
|
/**
|
|
1540
1556
|
* <p>Represents a new global secondary index to be added to an existing table.</p>
|
|
1541
1557
|
* @public
|
|
@@ -1566,12 +1582,17 @@ export interface CreateGlobalSecondaryIndexAction {
|
|
|
1566
1582
|
* Guide</i>.</p>
|
|
1567
1583
|
* @public
|
|
1568
1584
|
*/
|
|
1569
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
1585
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
1570
1586
|
/**
|
|
1571
1587
|
* <p>The maximum number of read and write units for the global secondary index being created. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
1572
1588
|
* @public
|
|
1573
1589
|
*/
|
|
1574
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
1590
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
1591
|
+
/**
|
|
1592
|
+
* <p>Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.</p>
|
|
1593
|
+
* @public
|
|
1594
|
+
*/
|
|
1595
|
+
WarmThroughput?: WarmThroughput | undefined;
|
|
1575
1596
|
}
|
|
1576
1597
|
/**
|
|
1577
1598
|
* <p>Represents the properties of a replica.</p>
|
|
@@ -1582,7 +1603,7 @@ export interface Replica {
|
|
|
1582
1603
|
* <p>The Region where the replica needs to be created.</p>
|
|
1583
1604
|
* @public
|
|
1584
1605
|
*/
|
|
1585
|
-
RegionName?: string;
|
|
1606
|
+
RegionName?: string | undefined;
|
|
1586
1607
|
}
|
|
1587
1608
|
/**
|
|
1588
1609
|
* @public
|
|
@@ -1622,7 +1643,7 @@ export interface OnDemandThroughputOverride {
|
|
|
1622
1643
|
* <p>Maximum number of read request units for the specified replica table.</p>
|
|
1623
1644
|
* @public
|
|
1624
1645
|
*/
|
|
1625
|
-
MaxReadRequestUnits?: number;
|
|
1646
|
+
MaxReadRequestUnits?: number | undefined;
|
|
1626
1647
|
}
|
|
1627
1648
|
/**
|
|
1628
1649
|
* <p>Replica-specific provisioned throughput settings. If not specified, uses the source
|
|
@@ -1635,7 +1656,42 @@ export interface ProvisionedThroughputOverride {
|
|
|
1635
1656
|
* capacity settings.</p>
|
|
1636
1657
|
* @public
|
|
1637
1658
|
*/
|
|
1638
|
-
ReadCapacityUnits?: number;
|
|
1659
|
+
ReadCapacityUnits?: number | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
/**
|
|
1662
|
+
* @public
|
|
1663
|
+
* @enum
|
|
1664
|
+
*/
|
|
1665
|
+
export declare const IndexStatus: {
|
|
1666
|
+
readonly ACTIVE: "ACTIVE";
|
|
1667
|
+
readonly CREATING: "CREATING";
|
|
1668
|
+
readonly DELETING: "DELETING";
|
|
1669
|
+
readonly UPDATING: "UPDATING";
|
|
1670
|
+
};
|
|
1671
|
+
/**
|
|
1672
|
+
* @public
|
|
1673
|
+
*/
|
|
1674
|
+
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
1675
|
+
/**
|
|
1676
|
+
* <p>The description of the warm throughput value on a global secondary index.</p>
|
|
1677
|
+
* @public
|
|
1678
|
+
*/
|
|
1679
|
+
export interface GlobalSecondaryIndexWarmThroughputDescription {
|
|
1680
|
+
/**
|
|
1681
|
+
* <p>Represents warm throughput read units per second value for a global secondary index.</p>
|
|
1682
|
+
* @public
|
|
1683
|
+
*/
|
|
1684
|
+
ReadUnitsPerSecond?: number | undefined;
|
|
1685
|
+
/**
|
|
1686
|
+
* <p>Represents warm throughput write units per second value for a global secondary index.</p>
|
|
1687
|
+
* @public
|
|
1688
|
+
*/
|
|
1689
|
+
WriteUnitsPerSecond?: number | undefined;
|
|
1690
|
+
/**
|
|
1691
|
+
* <p>Represents the warm throughput status being created or updated on a global secondary index. The status can only be <code>UPDATING</code> or <code>ACTIVE</code>.</p>
|
|
1692
|
+
* @public
|
|
1693
|
+
*/
|
|
1694
|
+
Status?: IndexStatus | undefined;
|
|
1639
1695
|
}
|
|
1640
1696
|
/**
|
|
1641
1697
|
* <p>Represents the properties of a replica global secondary index.</p>
|
|
@@ -1646,17 +1702,22 @@ export interface ReplicaGlobalSecondaryIndexDescription {
|
|
|
1646
1702
|
* <p>The name of the global secondary index.</p>
|
|
1647
1703
|
* @public
|
|
1648
1704
|
*/
|
|
1649
|
-
IndexName?: string;
|
|
1705
|
+
IndexName?: string | undefined;
|
|
1650
1706
|
/**
|
|
1651
1707
|
* <p>If not described, uses the source table GSI's read capacity settings.</p>
|
|
1652
1708
|
* @public
|
|
1653
1709
|
*/
|
|
1654
|
-
ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
|
|
1710
|
+
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
|
|
1655
1711
|
/**
|
|
1656
1712
|
* <p>Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.</p>
|
|
1657
1713
|
* @public
|
|
1658
1714
|
*/
|
|
1659
|
-
OnDemandThroughputOverride?: OnDemandThroughputOverride;
|
|
1715
|
+
OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
|
|
1716
|
+
/**
|
|
1717
|
+
* <p>Represents the warm throughput of the global secondary index for this replica.</p>
|
|
1718
|
+
* @public
|
|
1719
|
+
*/
|
|
1720
|
+
WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
|
|
1660
1721
|
}
|
|
1661
1722
|
/**
|
|
1662
1723
|
* @public
|
|
@@ -1697,12 +1758,50 @@ export interface TableClassSummary {
|
|
|
1697
1758
|
* <code>STANDARD_INFREQUENT_ACCESS</code>.</p>
|
|
1698
1759
|
* @public
|
|
1699
1760
|
*/
|
|
1700
|
-
TableClass?: TableClass;
|
|
1761
|
+
TableClass?: TableClass | undefined;
|
|
1701
1762
|
/**
|
|
1702
1763
|
* <p>The date and time at which the table class was last updated.</p>
|
|
1703
1764
|
* @public
|
|
1704
1765
|
*/
|
|
1705
|
-
LastUpdateDateTime?: Date;
|
|
1766
|
+
LastUpdateDateTime?: Date | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
/**
|
|
1769
|
+
* @public
|
|
1770
|
+
* @enum
|
|
1771
|
+
*/
|
|
1772
|
+
export declare const TableStatus: {
|
|
1773
|
+
readonly ACTIVE: "ACTIVE";
|
|
1774
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
1775
|
+
readonly ARCHIVING: "ARCHIVING";
|
|
1776
|
+
readonly CREATING: "CREATING";
|
|
1777
|
+
readonly DELETING: "DELETING";
|
|
1778
|
+
readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
|
|
1779
|
+
readonly UPDATING: "UPDATING";
|
|
1780
|
+
};
|
|
1781
|
+
/**
|
|
1782
|
+
* @public
|
|
1783
|
+
*/
|
|
1784
|
+
export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
|
|
1785
|
+
/**
|
|
1786
|
+
* <p>Represents the warm throughput value (in read units per second and write units per second) of the base table.</p>
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1789
|
+
export interface TableWarmThroughputDescription {
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>Represents the base table's warm throughput value in read units per second.</p>
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1794
|
+
ReadUnitsPerSecond?: number | undefined;
|
|
1795
|
+
/**
|
|
1796
|
+
* <p>Represents the base table's warm throughput value in write units per second.</p>
|
|
1797
|
+
* @public
|
|
1798
|
+
*/
|
|
1799
|
+
WriteUnitsPerSecond?: number | undefined;
|
|
1800
|
+
/**
|
|
1801
|
+
* <p>Represents warm throughput value of the base table..</p>
|
|
1802
|
+
* @public
|
|
1803
|
+
*/
|
|
1804
|
+
Status?: TableStatus | undefined;
|
|
1706
1805
|
}
|
|
1707
1806
|
/**
|
|
1708
1807
|
* <p>Contains the details of the replica.</p>
|
|
@@ -1713,7 +1812,7 @@ export interface ReplicaDescription {
|
|
|
1713
1812
|
* <p>The name of the Region.</p>
|
|
1714
1813
|
* @public
|
|
1715
1814
|
*/
|
|
1716
|
-
RegionName?: string;
|
|
1815
|
+
RegionName?: string | undefined;
|
|
1717
1816
|
/**
|
|
1718
1817
|
* <p>The current state of the replica:</p>
|
|
1719
1818
|
* <ul>
|
|
@@ -1757,51 +1856,56 @@ export interface ReplicaDescription {
|
|
|
1757
1856
|
* </ul>
|
|
1758
1857
|
* @public
|
|
1759
1858
|
*/
|
|
1760
|
-
ReplicaStatus?: ReplicaStatus;
|
|
1859
|
+
ReplicaStatus?: ReplicaStatus | undefined;
|
|
1761
1860
|
/**
|
|
1762
1861
|
* <p>Detailed information about the replica status.</p>
|
|
1763
1862
|
* @public
|
|
1764
1863
|
*/
|
|
1765
|
-
ReplicaStatusDescription?: string;
|
|
1864
|
+
ReplicaStatusDescription?: string | undefined;
|
|
1766
1865
|
/**
|
|
1767
1866
|
* <p>Specifies the progress of a Create, Update, or Delete action on the replica as a
|
|
1768
1867
|
* percentage.</p>
|
|
1769
1868
|
* @public
|
|
1770
1869
|
*/
|
|
1771
|
-
ReplicaStatusPercentProgress?: string;
|
|
1870
|
+
ReplicaStatusPercentProgress?: string | undefined;
|
|
1772
1871
|
/**
|
|
1773
1872
|
* <p>The KMS key of the replica that will be used for KMS
|
|
1774
1873
|
* encryption.</p>
|
|
1775
1874
|
* @public
|
|
1776
1875
|
*/
|
|
1777
|
-
KMSMasterKeyId?: string;
|
|
1876
|
+
KMSMasterKeyId?: string | undefined;
|
|
1778
1877
|
/**
|
|
1779
1878
|
* <p>Replica-specific provisioned throughput. If not described, uses the source table's
|
|
1780
1879
|
* provisioned throughput settings.</p>
|
|
1781
1880
|
* @public
|
|
1782
1881
|
*/
|
|
1783
|
-
ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
|
|
1882
|
+
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
|
|
1784
1883
|
/**
|
|
1785
1884
|
* <p>Overrides the maximum on-demand throughput settings for the specified replica table.</p>
|
|
1786
1885
|
* @public
|
|
1787
1886
|
*/
|
|
1788
|
-
OnDemandThroughputOverride?: OnDemandThroughputOverride;
|
|
1887
|
+
OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
|
|
1888
|
+
/**
|
|
1889
|
+
* <p>Represents the warm throughput value for this replica.</p>
|
|
1890
|
+
* @public
|
|
1891
|
+
*/
|
|
1892
|
+
WarmThroughput?: TableWarmThroughputDescription | undefined;
|
|
1789
1893
|
/**
|
|
1790
1894
|
* <p>Replica-specific global secondary index settings.</p>
|
|
1791
1895
|
* @public
|
|
1792
1896
|
*/
|
|
1793
|
-
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexDescription[];
|
|
1897
|
+
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexDescription[] | undefined;
|
|
1794
1898
|
/**
|
|
1795
1899
|
* <p>The time at which the replica was first detected as inaccessible. To determine cause
|
|
1796
1900
|
* of inaccessibility check the <code>ReplicaStatus</code> property.</p>
|
|
1797
1901
|
* @public
|
|
1798
1902
|
*/
|
|
1799
|
-
ReplicaInaccessibleDateTime?: Date;
|
|
1903
|
+
ReplicaInaccessibleDateTime?: Date | undefined;
|
|
1800
1904
|
/**
|
|
1801
1905
|
* <p>Contains details of the table class.</p>
|
|
1802
1906
|
* @public
|
|
1803
1907
|
*/
|
|
1804
|
-
ReplicaTableClassSummary?: TableClassSummary;
|
|
1908
|
+
ReplicaTableClassSummary?: TableClassSummary | undefined;
|
|
1805
1909
|
}
|
|
1806
1910
|
/**
|
|
1807
1911
|
* <p>Contains details about the global table.</p>
|
|
@@ -1812,17 +1916,17 @@ export interface GlobalTableDescription {
|
|
|
1812
1916
|
* <p>The Regions where the global table has replicas.</p>
|
|
1813
1917
|
* @public
|
|
1814
1918
|
*/
|
|
1815
|
-
ReplicationGroup?: ReplicaDescription[];
|
|
1919
|
+
ReplicationGroup?: ReplicaDescription[] | undefined;
|
|
1816
1920
|
/**
|
|
1817
1921
|
* <p>The unique identifier of the global table.</p>
|
|
1818
1922
|
* @public
|
|
1819
1923
|
*/
|
|
1820
|
-
GlobalTableArn?: string;
|
|
1924
|
+
GlobalTableArn?: string | undefined;
|
|
1821
1925
|
/**
|
|
1822
1926
|
* <p>The creation time of the global table.</p>
|
|
1823
1927
|
* @public
|
|
1824
1928
|
*/
|
|
1825
|
-
CreationDateTime?: Date;
|
|
1929
|
+
CreationDateTime?: Date | undefined;
|
|
1826
1930
|
/**
|
|
1827
1931
|
* <p>The current state of the global table:</p>
|
|
1828
1932
|
* <ul>
|
|
@@ -1845,12 +1949,12 @@ export interface GlobalTableDescription {
|
|
|
1845
1949
|
* </ul>
|
|
1846
1950
|
* @public
|
|
1847
1951
|
*/
|
|
1848
|
-
GlobalTableStatus?: GlobalTableStatus;
|
|
1952
|
+
GlobalTableStatus?: GlobalTableStatus | undefined;
|
|
1849
1953
|
/**
|
|
1850
1954
|
* <p>The global table name.</p>
|
|
1851
1955
|
* @public
|
|
1852
1956
|
*/
|
|
1853
|
-
GlobalTableName?: string;
|
|
1957
|
+
GlobalTableName?: string | undefined;
|
|
1854
1958
|
}
|
|
1855
1959
|
/**
|
|
1856
1960
|
* @public
|
|
@@ -1860,7 +1964,7 @@ export interface CreateGlobalTableOutput {
|
|
|
1860
1964
|
* <p>Contains the details of the global table.</p>
|
|
1861
1965
|
* @public
|
|
1862
1966
|
*/
|
|
1863
|
-
GlobalTableDescription?: GlobalTableDescription;
|
|
1967
|
+
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
1864
1968
|
}
|
|
1865
1969
|
/**
|
|
1866
1970
|
* <p>The specified global table already exists.</p>
|
|
@@ -1900,12 +2004,12 @@ export interface ReplicaGlobalSecondaryIndex {
|
|
|
1900
2004
|
* table GSI's read capacity settings.</p>
|
|
1901
2005
|
* @public
|
|
1902
2006
|
*/
|
|
1903
|
-
ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
|
|
2007
|
+
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
|
|
1904
2008
|
/**
|
|
1905
2009
|
* <p>Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.</p>
|
|
1906
2010
|
* @public
|
|
1907
2011
|
*/
|
|
1908
|
-
OnDemandThroughputOverride?: OnDemandThroughputOverride;
|
|
2012
|
+
OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
|
|
1909
2013
|
}
|
|
1910
2014
|
/**
|
|
1911
2015
|
* <p>Represents a replica to be created.</p>
|
|
@@ -1925,30 +2029,30 @@ export interface CreateReplicationGroupMemberAction {
|
|
|
1925
2029
|
* <code>alias/aws/dynamodb</code>.</p>
|
|
1926
2030
|
* @public
|
|
1927
2031
|
*/
|
|
1928
|
-
KMSMasterKeyId?: string;
|
|
2032
|
+
KMSMasterKeyId?: string | undefined;
|
|
1929
2033
|
/**
|
|
1930
2034
|
* <p>Replica-specific provisioned throughput. If not specified, uses the source table's
|
|
1931
2035
|
* provisioned throughput settings.</p>
|
|
1932
2036
|
* @public
|
|
1933
2037
|
*/
|
|
1934
|
-
ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
|
|
2038
|
+
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
|
|
1935
2039
|
/**
|
|
1936
2040
|
* <p>The maximum on-demand throughput settings for the specified replica table being created. You can only modify <code>MaxReadRequestUnits</code>, because you can't modify <code>MaxWriteRequestUnits</code> for individual replica tables.
|
|
1937
2041
|
* </p>
|
|
1938
2042
|
* @public
|
|
1939
2043
|
*/
|
|
1940
|
-
OnDemandThroughputOverride?: OnDemandThroughputOverride;
|
|
2044
|
+
OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
|
|
1941
2045
|
/**
|
|
1942
2046
|
* <p>Replica-specific global secondary index settings.</p>
|
|
1943
2047
|
* @public
|
|
1944
2048
|
*/
|
|
1945
|
-
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[];
|
|
2049
|
+
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[] | undefined;
|
|
1946
2050
|
/**
|
|
1947
2051
|
* <p>Replica-specific table class. If not specified, uses the source table's table
|
|
1948
2052
|
* class.</p>
|
|
1949
2053
|
* @public
|
|
1950
2054
|
*/
|
|
1951
|
-
TableClassOverride?: TableClass;
|
|
2055
|
+
TableClassOverride?: TableClass | undefined;
|
|
1952
2056
|
}
|
|
1953
2057
|
/**
|
|
1954
2058
|
* <p>Represents the properties of a global secondary index.</p>
|
|
@@ -2002,12 +2106,17 @@ export interface GlobalSecondaryIndex {
|
|
|
2002
2106
|
* Guide</i>.</p>
|
|
2003
2107
|
* @public
|
|
2004
2108
|
*/
|
|
2005
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
2109
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
2006
2110
|
/**
|
|
2007
2111
|
* <p>The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
2008
2112
|
* @public
|
|
2009
2113
|
*/
|
|
2010
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
2114
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
2115
|
+
/**
|
|
2116
|
+
* <p>Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index. If you use this parameter, you must specify <code>ReadUnitsPerSecond</code>, <code>WriteUnitsPerSecond</code>, or both.</p>
|
|
2117
|
+
* @public
|
|
2118
|
+
*/
|
|
2119
|
+
WarmThroughput?: WarmThroughput | undefined;
|
|
2011
2120
|
}
|
|
2012
2121
|
/**
|
|
2013
2122
|
* <p>Represents the properties of a local secondary index.</p>
|
|
@@ -2066,7 +2175,7 @@ export interface SSESpecification {
|
|
|
2066
2175
|
* encryption is set to Amazon Web Services owned key.</p>
|
|
2067
2176
|
* @public
|
|
2068
2177
|
*/
|
|
2069
|
-
Enabled?: boolean;
|
|
2178
|
+
Enabled?: boolean | undefined;
|
|
2070
2179
|
/**
|
|
2071
2180
|
* <p>Server-side encryption type. The only supported value is:</p>
|
|
2072
2181
|
* <ul>
|
|
@@ -2078,7 +2187,7 @@ export interface SSESpecification {
|
|
|
2078
2187
|
* </ul>
|
|
2079
2188
|
* @public
|
|
2080
2189
|
*/
|
|
2081
|
-
SSEType?: SSEType;
|
|
2190
|
+
SSEType?: SSEType | undefined;
|
|
2082
2191
|
/**
|
|
2083
2192
|
* <p>The KMS key that should be used for the KMS encryption.
|
|
2084
2193
|
* To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN.
|
|
@@ -2086,7 +2195,7 @@ export interface SSESpecification {
|
|
|
2086
2195
|
* default DynamoDB key <code>alias/aws/dynamodb</code>.</p>
|
|
2087
2196
|
* @public
|
|
2088
2197
|
*/
|
|
2089
|
-
KMSMasterKeyId?: string;
|
|
2198
|
+
KMSMasterKeyId?: string | undefined;
|
|
2090
2199
|
}
|
|
2091
2200
|
/**
|
|
2092
2201
|
* <p>Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single
|
|
@@ -2239,7 +2348,7 @@ export interface CreateTableInput {
|
|
|
2239
2348
|
* </ul>
|
|
2240
2349
|
* @public
|
|
2241
2350
|
*/
|
|
2242
|
-
LocalSecondaryIndexes?: LocalSecondaryIndex[];
|
|
2351
|
+
LocalSecondaryIndexes?: LocalSecondaryIndex[] | undefined;
|
|
2243
2352
|
/**
|
|
2244
2353
|
* <p>One or more global secondary indexes (the maximum is 20) to be created on the table.
|
|
2245
2354
|
* Each global secondary index in the array includes the following:</p>
|
|
@@ -2303,7 +2412,7 @@ export interface CreateTableInput {
|
|
|
2303
2412
|
* </ul>
|
|
2304
2413
|
* @public
|
|
2305
2414
|
*/
|
|
2306
|
-
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
2415
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
|
|
2307
2416
|
/**
|
|
2308
2417
|
* <p>Controls how you are charged for read and write throughput and how you manage
|
|
2309
2418
|
* capacity. This setting can be changed later.</p>
|
|
@@ -2322,7 +2431,7 @@ export interface CreateTableInput {
|
|
|
2322
2431
|
* </ul>
|
|
2323
2432
|
* @public
|
|
2324
2433
|
*/
|
|
2325
|
-
BillingMode?: BillingMode;
|
|
2434
|
+
BillingMode?: BillingMode | undefined;
|
|
2326
2435
|
/**
|
|
2327
2436
|
* <p>Represents the provisioned throughput settings for a specified table or index. The
|
|
2328
2437
|
* settings can be modified using the <code>UpdateTable</code> operation.</p>
|
|
@@ -2334,7 +2443,7 @@ export interface CreateTableInput {
|
|
|
2334
2443
|
* Guide</i>.</p>
|
|
2335
2444
|
* @public
|
|
2336
2445
|
*/
|
|
2337
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
2446
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
2338
2447
|
/**
|
|
2339
2448
|
* <p>The settings for DynamoDB Streams on the table. These settings consist of:</p>
|
|
2340
2449
|
* <ul>
|
|
@@ -2374,30 +2483,35 @@ export interface CreateTableInput {
|
|
|
2374
2483
|
* </ul>
|
|
2375
2484
|
* @public
|
|
2376
2485
|
*/
|
|
2377
|
-
StreamSpecification?: StreamSpecification;
|
|
2486
|
+
StreamSpecification?: StreamSpecification | undefined;
|
|
2378
2487
|
/**
|
|
2379
2488
|
* <p>Represents the settings used to enable server-side encryption.</p>
|
|
2380
2489
|
* @public
|
|
2381
2490
|
*/
|
|
2382
|
-
SSESpecification?: SSESpecification;
|
|
2491
|
+
SSESpecification?: SSESpecification | undefined;
|
|
2383
2492
|
/**
|
|
2384
2493
|
* <p>A list of key-value pairs to label the table. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html">Tagging
|
|
2385
2494
|
* for DynamoDB</a>.</p>
|
|
2386
2495
|
* @public
|
|
2387
2496
|
*/
|
|
2388
|
-
Tags?: Tag[];
|
|
2497
|
+
Tags?: Tag[] | undefined;
|
|
2389
2498
|
/**
|
|
2390
2499
|
* <p>The table class of the new table. Valid values are <code>STANDARD</code> and
|
|
2391
2500
|
* <code>STANDARD_INFREQUENT_ACCESS</code>.</p>
|
|
2392
2501
|
* @public
|
|
2393
2502
|
*/
|
|
2394
|
-
TableClass?: TableClass;
|
|
2503
|
+
TableClass?: TableClass | undefined;
|
|
2395
2504
|
/**
|
|
2396
2505
|
* <p>Indicates whether deletion protection is to be enabled (true) or disabled (false) on
|
|
2397
2506
|
* the table.</p>
|
|
2398
2507
|
* @public
|
|
2399
2508
|
*/
|
|
2400
|
-
DeletionProtectionEnabled?: boolean;
|
|
2509
|
+
DeletionProtectionEnabled?: boolean | undefined;
|
|
2510
|
+
/**
|
|
2511
|
+
* <p>Represents the warm throughput (in read units per second and write units per second) for creating a table.</p>
|
|
2512
|
+
* @public
|
|
2513
|
+
*/
|
|
2514
|
+
WarmThroughput?: WarmThroughput | undefined;
|
|
2401
2515
|
/**
|
|
2402
2516
|
* <p>An Amazon Web Services resource-based policy document in JSON format that will be
|
|
2403
2517
|
* attached to the table.</p>
|
|
@@ -2415,29 +2529,15 @@ export interface CreateTableInput {
|
|
|
2415
2529
|
* </note>
|
|
2416
2530
|
* @public
|
|
2417
2531
|
*/
|
|
2418
|
-
ResourcePolicy?: string;
|
|
2532
|
+
ResourcePolicy?: string | undefined;
|
|
2419
2533
|
/**
|
|
2420
2534
|
* <p>Sets the maximum number of read and write units for the specified table in on-demand
|
|
2421
2535
|
* capacity mode. If you use this parameter, you must specify
|
|
2422
2536
|
* <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
2423
2537
|
* @public
|
|
2424
2538
|
*/
|
|
2425
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
2539
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
2426
2540
|
}
|
|
2427
|
-
/**
|
|
2428
|
-
* @public
|
|
2429
|
-
* @enum
|
|
2430
|
-
*/
|
|
2431
|
-
export declare const IndexStatus: {
|
|
2432
|
-
readonly ACTIVE: "ACTIVE";
|
|
2433
|
-
readonly CREATING: "CREATING";
|
|
2434
|
-
readonly DELETING: "DELETING";
|
|
2435
|
-
readonly UPDATING: "UPDATING";
|
|
2436
|
-
};
|
|
2437
|
-
/**
|
|
2438
|
-
* @public
|
|
2439
|
-
*/
|
|
2440
|
-
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
2441
2541
|
/**
|
|
2442
2542
|
* <p>Represents the provisioned throughput settings for the table, consisting of read and
|
|
2443
2543
|
* write capacity units, along with data about increases and decreases.</p>
|
|
@@ -2448,12 +2548,12 @@ export interface ProvisionedThroughputDescription {
|
|
|
2448
2548
|
* <p>The date and time of the last provisioned throughput increase for this table.</p>
|
|
2449
2549
|
* @public
|
|
2450
2550
|
*/
|
|
2451
|
-
LastIncreaseDateTime?: Date;
|
|
2551
|
+
LastIncreaseDateTime?: Date | undefined;
|
|
2452
2552
|
/**
|
|
2453
2553
|
* <p>The date and time of the last provisioned throughput decrease for this table.</p>
|
|
2454
2554
|
* @public
|
|
2455
2555
|
*/
|
|
2456
|
-
LastDecreaseDateTime?: Date;
|
|
2556
|
+
LastDecreaseDateTime?: Date | undefined;
|
|
2457
2557
|
/**
|
|
2458
2558
|
* <p>The number of provisioned throughput decreases for this table during this UTC calendar
|
|
2459
2559
|
* day. For current maximums on provisioned throughput decreases, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
|
|
@@ -2461,7 +2561,7 @@ export interface ProvisionedThroughputDescription {
|
|
|
2461
2561
|
* Guide</i>.</p>
|
|
2462
2562
|
* @public
|
|
2463
2563
|
*/
|
|
2464
|
-
NumberOfDecreasesToday?: number;
|
|
2564
|
+
NumberOfDecreasesToday?: number | undefined;
|
|
2465
2565
|
/**
|
|
2466
2566
|
* <p>The maximum number of strongly consistent reads consumed per second before DynamoDB
|
|
2467
2567
|
* returns a <code>ThrottlingException</code>. Eventually consistent reads require less
|
|
@@ -2470,13 +2570,13 @@ export interface ProvisionedThroughputDescription {
|
|
|
2470
2570
|
* second.</p>
|
|
2471
2571
|
* @public
|
|
2472
2572
|
*/
|
|
2473
|
-
ReadCapacityUnits?: number;
|
|
2573
|
+
ReadCapacityUnits?: number | undefined;
|
|
2474
2574
|
/**
|
|
2475
2575
|
* <p>The maximum number of writes consumed per second before DynamoDB returns a
|
|
2476
2576
|
* <code>ThrottlingException</code>.</p>
|
|
2477
2577
|
* @public
|
|
2478
2578
|
*/
|
|
2479
|
-
WriteCapacityUnits?: number;
|
|
2579
|
+
WriteCapacityUnits?: number | undefined;
|
|
2480
2580
|
}
|
|
2481
2581
|
/**
|
|
2482
2582
|
* <p>Represents the properties of a global secondary index.</p>
|
|
@@ -2487,7 +2587,7 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2487
2587
|
* <p>The name of the global secondary index.</p>
|
|
2488
2588
|
* @public
|
|
2489
2589
|
*/
|
|
2490
|
-
IndexName?: string;
|
|
2590
|
+
IndexName?: string | undefined;
|
|
2491
2591
|
/**
|
|
2492
2592
|
* <p>The complete key schema for a global secondary index, which consists of one or more
|
|
2493
2593
|
* pairs of attribute names and key types:</p>
|
|
@@ -2512,14 +2612,14 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2512
2612
|
* </note>
|
|
2513
2613
|
* @public
|
|
2514
2614
|
*/
|
|
2515
|
-
KeySchema?: KeySchemaElement[];
|
|
2615
|
+
KeySchema?: KeySchemaElement[] | undefined;
|
|
2516
2616
|
/**
|
|
2517
2617
|
* <p>Represents attributes that are copied (projected) from the table into the global
|
|
2518
2618
|
* secondary index. These are in addition to the primary key attributes and index key
|
|
2519
2619
|
* attributes, which are automatically projected. </p>
|
|
2520
2620
|
* @public
|
|
2521
2621
|
*/
|
|
2522
|
-
Projection?: Projection;
|
|
2622
|
+
Projection?: Projection | undefined;
|
|
2523
2623
|
/**
|
|
2524
2624
|
* <p>The current state of the global secondary index:</p>
|
|
2525
2625
|
* <ul>
|
|
@@ -2542,7 +2642,7 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2542
2642
|
* </ul>
|
|
2543
2643
|
* @public
|
|
2544
2644
|
*/
|
|
2545
|
-
IndexStatus?: IndexStatus;
|
|
2645
|
+
IndexStatus?: IndexStatus | undefined;
|
|
2546
2646
|
/**
|
|
2547
2647
|
* <p>Indicates whether the index is currently backfilling. <i>Backfilling</i>
|
|
2548
2648
|
* is the process of reading items from the table and determining whether they can be added
|
|
@@ -2561,7 +2661,7 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2561
2661
|
* </note>
|
|
2562
2662
|
* @public
|
|
2563
2663
|
*/
|
|
2564
|
-
Backfilling?: boolean;
|
|
2664
|
+
Backfilling?: boolean | undefined;
|
|
2565
2665
|
/**
|
|
2566
2666
|
* <p>Represents the provisioned throughput settings for the specified global secondary
|
|
2567
2667
|
* index.</p>
|
|
@@ -2570,30 +2670,35 @@ export interface GlobalSecondaryIndexDescription {
|
|
|
2570
2670
|
* Guide</i>.</p>
|
|
2571
2671
|
* @public
|
|
2572
2672
|
*/
|
|
2573
|
-
ProvisionedThroughput?: ProvisionedThroughputDescription;
|
|
2673
|
+
ProvisionedThroughput?: ProvisionedThroughputDescription | undefined;
|
|
2574
2674
|
/**
|
|
2575
2675
|
* <p>The total size of the specified index, in bytes. DynamoDB updates this value
|
|
2576
2676
|
* approximately every six hours. Recent changes might not be reflected in this
|
|
2577
2677
|
* value.</p>
|
|
2578
2678
|
* @public
|
|
2579
2679
|
*/
|
|
2580
|
-
IndexSizeBytes?: number;
|
|
2680
|
+
IndexSizeBytes?: number | undefined;
|
|
2581
2681
|
/**
|
|
2582
2682
|
* <p>The number of items in the specified index. DynamoDB updates this value approximately
|
|
2583
2683
|
* every six hours. Recent changes might not be reflected in this value.</p>
|
|
2584
2684
|
* @public
|
|
2585
2685
|
*/
|
|
2586
|
-
ItemCount?: number;
|
|
2686
|
+
ItemCount?: number | undefined;
|
|
2587
2687
|
/**
|
|
2588
2688
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the index.</p>
|
|
2589
2689
|
* @public
|
|
2590
2690
|
*/
|
|
2591
|
-
IndexArn?: string;
|
|
2691
|
+
IndexArn?: string | undefined;
|
|
2592
2692
|
/**
|
|
2593
2693
|
* <p>The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
2594
2694
|
* @public
|
|
2595
2695
|
*/
|
|
2596
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
2696
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
2697
|
+
/**
|
|
2698
|
+
* <p>Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.</p>
|
|
2699
|
+
* @public
|
|
2700
|
+
*/
|
|
2701
|
+
WarmThroughput?: GlobalSecondaryIndexWarmThroughputDescription | undefined;
|
|
2597
2702
|
}
|
|
2598
2703
|
/**
|
|
2599
2704
|
* <p>Represents the properties of a local secondary index.</p>
|
|
@@ -2604,7 +2709,7 @@ export interface LocalSecondaryIndexDescription {
|
|
|
2604
2709
|
* <p>Represents the name of the local secondary index.</p>
|
|
2605
2710
|
* @public
|
|
2606
2711
|
*/
|
|
2607
|
-
IndexName?: string;
|
|
2712
|
+
IndexName?: string | undefined;
|
|
2608
2713
|
/**
|
|
2609
2714
|
* <p>The complete key schema for the local secondary index, consisting of one or more pairs
|
|
2610
2715
|
* of attribute names and key types:</p>
|
|
@@ -2630,33 +2735,33 @@ export interface LocalSecondaryIndexDescription {
|
|
|
2630
2735
|
* </note>
|
|
2631
2736
|
* @public
|
|
2632
2737
|
*/
|
|
2633
|
-
KeySchema?: KeySchemaElement[];
|
|
2738
|
+
KeySchema?: KeySchemaElement[] | undefined;
|
|
2634
2739
|
/**
|
|
2635
2740
|
* <p>Represents attributes that are copied (projected) from the table into the global
|
|
2636
2741
|
* secondary index. These are in addition to the primary key attributes and index key
|
|
2637
2742
|
* attributes, which are automatically projected. </p>
|
|
2638
2743
|
* @public
|
|
2639
2744
|
*/
|
|
2640
|
-
Projection?: Projection;
|
|
2745
|
+
Projection?: Projection | undefined;
|
|
2641
2746
|
/**
|
|
2642
2747
|
* <p>The total size of the specified index, in bytes. DynamoDB updates this value
|
|
2643
2748
|
* approximately every six hours. Recent changes might not be reflected in this
|
|
2644
2749
|
* value.</p>
|
|
2645
2750
|
* @public
|
|
2646
2751
|
*/
|
|
2647
|
-
IndexSizeBytes?: number;
|
|
2752
|
+
IndexSizeBytes?: number | undefined;
|
|
2648
2753
|
/**
|
|
2649
2754
|
* <p>The number of items in the specified index. DynamoDB updates this value
|
|
2650
2755
|
* approximately every six hours. Recent changes might not be reflected in this
|
|
2651
2756
|
* value.</p>
|
|
2652
2757
|
* @public
|
|
2653
2758
|
*/
|
|
2654
|
-
ItemCount?: number;
|
|
2759
|
+
ItemCount?: number | undefined;
|
|
2655
2760
|
/**
|
|
2656
2761
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the index.</p>
|
|
2657
2762
|
* @public
|
|
2658
2763
|
*/
|
|
2659
|
-
IndexArn?: string;
|
|
2764
|
+
IndexArn?: string | undefined;
|
|
2660
2765
|
}
|
|
2661
2766
|
/**
|
|
2662
2767
|
* <p>Contains details for the restore.</p>
|
|
@@ -2667,12 +2772,12 @@ export interface RestoreSummary {
|
|
|
2667
2772
|
* <p>The Amazon Resource Name (ARN) of the backup from which the table was restored.</p>
|
|
2668
2773
|
* @public
|
|
2669
2774
|
*/
|
|
2670
|
-
SourceBackupArn?: string;
|
|
2775
|
+
SourceBackupArn?: string | undefined;
|
|
2671
2776
|
/**
|
|
2672
2777
|
* <p>The ARN of the source table of the backup that is being restored.</p>
|
|
2673
2778
|
* @public
|
|
2674
2779
|
*/
|
|
2675
|
-
SourceTableArn?: string;
|
|
2780
|
+
SourceTableArn?: string | undefined;
|
|
2676
2781
|
/**
|
|
2677
2782
|
* <p>Point in time or source backup time.</p>
|
|
2678
2783
|
* @public
|
|
@@ -2684,23 +2789,6 @@ export interface RestoreSummary {
|
|
|
2684
2789
|
*/
|
|
2685
2790
|
RestoreInProgress: boolean | undefined;
|
|
2686
2791
|
}
|
|
2687
|
-
/**
|
|
2688
|
-
* @public
|
|
2689
|
-
* @enum
|
|
2690
|
-
*/
|
|
2691
|
-
export declare const TableStatus: {
|
|
2692
|
-
readonly ACTIVE: "ACTIVE";
|
|
2693
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
2694
|
-
readonly ARCHIVING: "ARCHIVING";
|
|
2695
|
-
readonly CREATING: "CREATING";
|
|
2696
|
-
readonly DELETING: "DELETING";
|
|
2697
|
-
readonly INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS";
|
|
2698
|
-
readonly UPDATING: "UPDATING";
|
|
2699
|
-
};
|
|
2700
|
-
/**
|
|
2701
|
-
* @public
|
|
2702
|
-
*/
|
|
2703
|
-
export type TableStatus = (typeof TableStatus)[keyof typeof TableStatus];
|
|
2704
2792
|
/**
|
|
2705
2793
|
* <p>Represents the properties of a table.</p>
|
|
2706
2794
|
* @public
|
|
@@ -2722,12 +2810,12 @@ export interface TableDescription {
|
|
|
2722
2810
|
* </ul>
|
|
2723
2811
|
* @public
|
|
2724
2812
|
*/
|
|
2725
|
-
AttributeDefinitions?: AttributeDefinition[];
|
|
2813
|
+
AttributeDefinitions?: AttributeDefinition[] | undefined;
|
|
2726
2814
|
/**
|
|
2727
2815
|
* <p>The name of the table.</p>
|
|
2728
2816
|
* @public
|
|
2729
2817
|
*/
|
|
2730
|
-
TableName?: string;
|
|
2818
|
+
TableName?: string | undefined;
|
|
2731
2819
|
/**
|
|
2732
2820
|
* <p>The primary key structure for the table. Each <code>KeySchemaElement</code> consists
|
|
2733
2821
|
* of:</p>
|
|
@@ -2765,7 +2853,7 @@ export interface TableDescription {
|
|
|
2765
2853
|
* Guide</i>.</p>
|
|
2766
2854
|
* @public
|
|
2767
2855
|
*/
|
|
2768
|
-
KeySchema?: KeySchemaElement[];
|
|
2856
|
+
KeySchema?: KeySchemaElement[] | undefined;
|
|
2769
2857
|
/**
|
|
2770
2858
|
* <p>The current state of the table:</p>
|
|
2771
2859
|
* <ul>
|
|
@@ -2808,46 +2896,46 @@ export interface TableDescription {
|
|
|
2808
2896
|
* </ul>
|
|
2809
2897
|
* @public
|
|
2810
2898
|
*/
|
|
2811
|
-
TableStatus?: TableStatus;
|
|
2899
|
+
TableStatus?: TableStatus | undefined;
|
|
2812
2900
|
/**
|
|
2813
2901
|
* <p>The date and time when the table was created, in <a href="http://www.epochconverter.com/">UNIX epoch time</a> format.</p>
|
|
2814
2902
|
* @public
|
|
2815
2903
|
*/
|
|
2816
|
-
CreationDateTime?: Date;
|
|
2904
|
+
CreationDateTime?: Date | undefined;
|
|
2817
2905
|
/**
|
|
2818
2906
|
* <p>The provisioned throughput settings for the table, consisting of read and write
|
|
2819
2907
|
* capacity units, along with data about increases and decreases.</p>
|
|
2820
2908
|
* @public
|
|
2821
2909
|
*/
|
|
2822
|
-
ProvisionedThroughput?: ProvisionedThroughputDescription;
|
|
2910
|
+
ProvisionedThroughput?: ProvisionedThroughputDescription | undefined;
|
|
2823
2911
|
/**
|
|
2824
2912
|
* <p>The total size of the specified table, in bytes. DynamoDB updates this value
|
|
2825
2913
|
* approximately every six hours. Recent changes might not be reflected in this
|
|
2826
2914
|
* value.</p>
|
|
2827
2915
|
* @public
|
|
2828
2916
|
*/
|
|
2829
|
-
TableSizeBytes?: number;
|
|
2917
|
+
TableSizeBytes?: number | undefined;
|
|
2830
2918
|
/**
|
|
2831
2919
|
* <p>The number of items in the specified table. DynamoDB updates this value approximately
|
|
2832
2920
|
* every six hours. Recent changes might not be reflected in this value.</p>
|
|
2833
2921
|
* @public
|
|
2834
2922
|
*/
|
|
2835
|
-
ItemCount?: number;
|
|
2923
|
+
ItemCount?: number | undefined;
|
|
2836
2924
|
/**
|
|
2837
2925
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the table.</p>
|
|
2838
2926
|
* @public
|
|
2839
2927
|
*/
|
|
2840
|
-
TableArn?: string;
|
|
2928
|
+
TableArn?: string | undefined;
|
|
2841
2929
|
/**
|
|
2842
2930
|
* <p>Unique identifier for the table for which the backup was created. </p>
|
|
2843
2931
|
* @public
|
|
2844
2932
|
*/
|
|
2845
|
-
TableId?: string;
|
|
2933
|
+
TableId?: string | undefined;
|
|
2846
2934
|
/**
|
|
2847
2935
|
* <p>Contains the details for the read/write capacity mode.</p>
|
|
2848
2936
|
* @public
|
|
2849
2937
|
*/
|
|
2850
|
-
BillingModeSummary?: BillingModeSummary;
|
|
2938
|
+
BillingModeSummary?: BillingModeSummary | undefined;
|
|
2851
2939
|
/**
|
|
2852
2940
|
* <p>Represents one or more local secondary indexes on the table. Each index is scoped to a
|
|
2853
2941
|
* given partition key value. Tables with one or more local secondary indexes are subject
|
|
@@ -2921,7 +3009,7 @@ export interface TableDescription {
|
|
|
2921
3009
|
* be returned.</p>
|
|
2922
3010
|
* @public
|
|
2923
3011
|
*/
|
|
2924
|
-
LocalSecondaryIndexes?: LocalSecondaryIndexDescription[];
|
|
3012
|
+
LocalSecondaryIndexes?: LocalSecondaryIndexDescription[] | undefined;
|
|
2925
3013
|
/**
|
|
2926
3014
|
* <p>The global secondary indexes, if any, on the table. Each index is scoped to a given
|
|
2927
3015
|
* partition key value. Each element is composed of:</p>
|
|
@@ -3036,12 +3124,12 @@ export interface TableDescription {
|
|
|
3036
3124
|
* be returned.</p>
|
|
3037
3125
|
* @public
|
|
3038
3126
|
*/
|
|
3039
|
-
GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[];
|
|
3127
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[] | undefined;
|
|
3040
3128
|
/**
|
|
3041
3129
|
* <p>The current DynamoDB Streams configuration for the table.</p>
|
|
3042
3130
|
* @public
|
|
3043
3131
|
*/
|
|
3044
|
-
StreamSpecification?: StreamSpecification;
|
|
3132
|
+
StreamSpecification?: StreamSpecification | undefined;
|
|
3045
3133
|
/**
|
|
3046
3134
|
* <p>A timestamp, in ISO 8601 format, for this stream.</p>
|
|
3047
3135
|
* <p>Note that <code>LatestStreamLabel</code> is not a unique identifier for the stream,
|
|
@@ -3063,54 +3151,59 @@ export interface TableDescription {
|
|
|
3063
3151
|
* </ul>
|
|
3064
3152
|
* @public
|
|
3065
3153
|
*/
|
|
3066
|
-
LatestStreamLabel?: string;
|
|
3154
|
+
LatestStreamLabel?: string | undefined;
|
|
3067
3155
|
/**
|
|
3068
3156
|
* <p>The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this
|
|
3069
3157
|
* table.</p>
|
|
3070
3158
|
* @public
|
|
3071
3159
|
*/
|
|
3072
|
-
LatestStreamArn?: string;
|
|
3160
|
+
LatestStreamArn?: string | undefined;
|
|
3073
3161
|
/**
|
|
3074
3162
|
* <p>Represents the version of <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">global tables</a>
|
|
3075
3163
|
* in use, if the table is replicated across Amazon Web Services Regions.</p>
|
|
3076
3164
|
* @public
|
|
3077
3165
|
*/
|
|
3078
|
-
GlobalTableVersion?: string;
|
|
3166
|
+
GlobalTableVersion?: string | undefined;
|
|
3079
3167
|
/**
|
|
3080
3168
|
* <p>Represents replicas of the table.</p>
|
|
3081
3169
|
* @public
|
|
3082
3170
|
*/
|
|
3083
|
-
Replicas?: ReplicaDescription[];
|
|
3171
|
+
Replicas?: ReplicaDescription[] | undefined;
|
|
3084
3172
|
/**
|
|
3085
3173
|
* <p>Contains details for the restore.</p>
|
|
3086
3174
|
* @public
|
|
3087
3175
|
*/
|
|
3088
|
-
RestoreSummary?: RestoreSummary;
|
|
3176
|
+
RestoreSummary?: RestoreSummary | undefined;
|
|
3089
3177
|
/**
|
|
3090
3178
|
* <p>The description of the server-side encryption status on the specified table.</p>
|
|
3091
3179
|
* @public
|
|
3092
3180
|
*/
|
|
3093
|
-
SSEDescription?: SSEDescription;
|
|
3181
|
+
SSEDescription?: SSEDescription | undefined;
|
|
3094
3182
|
/**
|
|
3095
3183
|
* <p>Contains information about the table archive.</p>
|
|
3096
3184
|
* @public
|
|
3097
3185
|
*/
|
|
3098
|
-
ArchivalSummary?: ArchivalSummary;
|
|
3186
|
+
ArchivalSummary?: ArchivalSummary | undefined;
|
|
3099
3187
|
/**
|
|
3100
3188
|
* <p>Contains details of the table class.</p>
|
|
3101
3189
|
* @public
|
|
3102
3190
|
*/
|
|
3103
|
-
TableClassSummary?: TableClassSummary;
|
|
3191
|
+
TableClassSummary?: TableClassSummary | undefined;
|
|
3104
3192
|
/**
|
|
3105
3193
|
* <p>Indicates whether deletion protection is enabled (true) or disabled (false) on the table.</p>
|
|
3106
3194
|
* @public
|
|
3107
3195
|
*/
|
|
3108
|
-
DeletionProtectionEnabled?: boolean;
|
|
3196
|
+
DeletionProtectionEnabled?: boolean | undefined;
|
|
3109
3197
|
/**
|
|
3110
3198
|
* <p>The maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
3111
3199
|
* @public
|
|
3112
3200
|
*/
|
|
3113
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
3201
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
3202
|
+
/**
|
|
3203
|
+
* <p>Describes the warm throughput value of the base table.</p>
|
|
3204
|
+
* @public
|
|
3205
|
+
*/
|
|
3206
|
+
WarmThroughput?: TableWarmThroughputDescription | undefined;
|
|
3114
3207
|
}
|
|
3115
3208
|
/**
|
|
3116
3209
|
* <p>Represents the output of a <code>CreateTable</code> operation.</p>
|
|
@@ -3121,7 +3214,7 @@ export interface CreateTableOutput {
|
|
|
3121
3214
|
* <p>Represents the properties of the table.</p>
|
|
3122
3215
|
* @public
|
|
3123
3216
|
*/
|
|
3124
|
-
TableDescription?: TableDescription;
|
|
3217
|
+
TableDescription?: TableDescription | undefined;
|
|
3125
3218
|
}
|
|
3126
3219
|
/**
|
|
3127
3220
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -3156,7 +3249,7 @@ export interface CsvOptions {
|
|
|
3156
3249
|
* <p> The delimiter used for separating items in the CSV file being imported. </p>
|
|
3157
3250
|
* @public
|
|
3158
3251
|
*/
|
|
3159
|
-
Delimiter?: string;
|
|
3252
|
+
Delimiter?: string | undefined;
|
|
3160
3253
|
/**
|
|
3161
3254
|
* <p> List of the headers used to specify a common header for all source CSV files being
|
|
3162
3255
|
* imported. If this field is specified then the first line of each CSV file is treated as
|
|
@@ -3164,7 +3257,7 @@ export interface CsvOptions {
|
|
|
3164
3257
|
* CSV file is treated as the header. </p>
|
|
3165
3258
|
* @public
|
|
3166
3259
|
*/
|
|
3167
|
-
HeaderList?: string[];
|
|
3260
|
+
HeaderList?: string[] | undefined;
|
|
3168
3261
|
}
|
|
3169
3262
|
/**
|
|
3170
3263
|
* @public
|
|
@@ -3184,7 +3277,7 @@ export interface DeleteBackupOutput {
|
|
|
3184
3277
|
* <p>Contains the description of the backup created for the table.</p>
|
|
3185
3278
|
* @public
|
|
3186
3279
|
*/
|
|
3187
|
-
BackupDescription?: BackupDescription;
|
|
3280
|
+
BackupDescription?: BackupDescription | undefined;
|
|
3188
3281
|
}
|
|
3189
3282
|
/**
|
|
3190
3283
|
* <p>Represents a global secondary index to be deleted from an existing table.</p>
|
|
@@ -3267,7 +3360,7 @@ export interface DeleteResourcePolicyInput {
|
|
|
3267
3360
|
* and return a <code>PolicyNotFoundException</code>.</p>
|
|
3268
3361
|
* @public
|
|
3269
3362
|
*/
|
|
3270
|
-
ExpectedRevisionId?: string;
|
|
3363
|
+
ExpectedRevisionId?: string | undefined;
|
|
3271
3364
|
}
|
|
3272
3365
|
/**
|
|
3273
3366
|
* @public
|
|
@@ -3279,7 +3372,7 @@ export interface DeleteResourcePolicyOutput {
|
|
|
3279
3372
|
* policy.</p>
|
|
3280
3373
|
* @public
|
|
3281
3374
|
*/
|
|
3282
|
-
RevisionId?: string;
|
|
3375
|
+
RevisionId?: string | undefined;
|
|
3283
3376
|
}
|
|
3284
3377
|
/**
|
|
3285
3378
|
* <p>The operation tried to access a nonexistent resource-based policy.</p>
|
|
@@ -3315,7 +3408,7 @@ export interface DeleteTableOutput {
|
|
|
3315
3408
|
* <p>Represents the properties of a table.</p>
|
|
3316
3409
|
* @public
|
|
3317
3410
|
*/
|
|
3318
|
-
TableDescription?: TableDescription;
|
|
3411
|
+
TableDescription?: TableDescription | undefined;
|
|
3319
3412
|
}
|
|
3320
3413
|
/**
|
|
3321
3414
|
* @public
|
|
@@ -3335,7 +3428,7 @@ export interface DescribeBackupOutput {
|
|
|
3335
3428
|
* <p>Contains the description of the backup created for the table.</p>
|
|
3336
3429
|
* @public
|
|
3337
3430
|
*/
|
|
3338
|
-
BackupDescription?: BackupDescription;
|
|
3431
|
+
BackupDescription?: BackupDescription | undefined;
|
|
3339
3432
|
}
|
|
3340
3433
|
/**
|
|
3341
3434
|
* @public
|
|
@@ -3358,7 +3451,7 @@ export interface DescribeContinuousBackupsOutput {
|
|
|
3358
3451
|
* table.</p>
|
|
3359
3452
|
* @public
|
|
3360
3453
|
*/
|
|
3361
|
-
ContinuousBackupsDescription?: ContinuousBackupsDescription;
|
|
3454
|
+
ContinuousBackupsDescription?: ContinuousBackupsDescription | undefined;
|
|
3362
3455
|
}
|
|
3363
3456
|
/**
|
|
3364
3457
|
* @public
|
|
@@ -3374,7 +3467,7 @@ export interface DescribeContributorInsightsInput {
|
|
|
3374
3467
|
* <p>The name of the global secondary index to describe, if applicable.</p>
|
|
3375
3468
|
* @public
|
|
3376
3469
|
*/
|
|
3377
|
-
IndexName?: string;
|
|
3470
|
+
IndexName?: string | undefined;
|
|
3378
3471
|
}
|
|
3379
3472
|
/**
|
|
3380
3473
|
* <p>Represents a failure a contributor insights operation.</p>
|
|
@@ -3385,12 +3478,12 @@ export interface FailureException {
|
|
|
3385
3478
|
* <p>Exception name.</p>
|
|
3386
3479
|
* @public
|
|
3387
3480
|
*/
|
|
3388
|
-
ExceptionName?: string;
|
|
3481
|
+
ExceptionName?: string | undefined;
|
|
3389
3482
|
/**
|
|
3390
3483
|
* <p>Description of the failure.</p>
|
|
3391
3484
|
* @public
|
|
3392
3485
|
*/
|
|
3393
|
-
ExceptionDescription?: string;
|
|
3486
|
+
ExceptionDescription?: string | undefined;
|
|
3394
3487
|
}
|
|
3395
3488
|
/**
|
|
3396
3489
|
* @public
|
|
@@ -3400,27 +3493,27 @@ export interface DescribeContributorInsightsOutput {
|
|
|
3400
3493
|
* <p>The name of the table being described.</p>
|
|
3401
3494
|
* @public
|
|
3402
3495
|
*/
|
|
3403
|
-
TableName?: string;
|
|
3496
|
+
TableName?: string | undefined;
|
|
3404
3497
|
/**
|
|
3405
3498
|
* <p>The name of the global secondary index being described.</p>
|
|
3406
3499
|
* @public
|
|
3407
3500
|
*/
|
|
3408
|
-
IndexName?: string;
|
|
3501
|
+
IndexName?: string | undefined;
|
|
3409
3502
|
/**
|
|
3410
3503
|
* <p>List of names of the associated contributor insights rules.</p>
|
|
3411
3504
|
* @public
|
|
3412
3505
|
*/
|
|
3413
|
-
ContributorInsightsRuleList?: string[];
|
|
3506
|
+
ContributorInsightsRuleList?: string[] | undefined;
|
|
3414
3507
|
/**
|
|
3415
3508
|
* <p>Current status of contributor insights.</p>
|
|
3416
3509
|
* @public
|
|
3417
3510
|
*/
|
|
3418
|
-
ContributorInsightsStatus?: ContributorInsightsStatus;
|
|
3511
|
+
ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
|
|
3419
3512
|
/**
|
|
3420
3513
|
* <p>Timestamp of the last time the status was changed.</p>
|
|
3421
3514
|
* @public
|
|
3422
3515
|
*/
|
|
3423
|
-
LastUpdateDateTime?: Date;
|
|
3516
|
+
LastUpdateDateTime?: Date | undefined;
|
|
3424
3517
|
/**
|
|
3425
3518
|
* <p>Returns information about the last failure that was encountered.</p>
|
|
3426
3519
|
* <p>The most common exceptions for a FAILED status are:</p>
|
|
@@ -3445,7 +3538,7 @@ export interface DescribeContributorInsightsOutput {
|
|
|
3445
3538
|
* </ul>
|
|
3446
3539
|
* @public
|
|
3447
3540
|
*/
|
|
3448
|
-
FailureException?: FailureException;
|
|
3541
|
+
FailureException?: FailureException | undefined;
|
|
3449
3542
|
}
|
|
3450
3543
|
/**
|
|
3451
3544
|
* @public
|
|
@@ -3546,17 +3639,17 @@ export interface IncrementalExportSpecification {
|
|
|
3546
3639
|
* <p>Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.</p>
|
|
3547
3640
|
* @public
|
|
3548
3641
|
*/
|
|
3549
|
-
ExportFromTime?: Date;
|
|
3642
|
+
ExportFromTime?: Date | undefined;
|
|
3550
3643
|
/**
|
|
3551
3644
|
* <p>Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.</p>
|
|
3552
3645
|
* @public
|
|
3553
3646
|
*/
|
|
3554
|
-
ExportToTime?: Date;
|
|
3647
|
+
ExportToTime?: Date | undefined;
|
|
3555
3648
|
/**
|
|
3556
3649
|
* <p>The view type that was chosen for the export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>. The default value is <code>NEW_AND_OLD_IMAGES</code>.</p>
|
|
3557
3650
|
* @public
|
|
3558
3651
|
*/
|
|
3559
|
-
ExportViewType?: ExportViewType;
|
|
3652
|
+
ExportViewType?: ExportViewType | undefined;
|
|
3560
3653
|
}
|
|
3561
3654
|
/**
|
|
3562
3655
|
* @public
|
|
@@ -3579,67 +3672,67 @@ export interface ExportDescription {
|
|
|
3579
3672
|
* <p>The Amazon Resource Name (ARN) of the table export.</p>
|
|
3580
3673
|
* @public
|
|
3581
3674
|
*/
|
|
3582
|
-
ExportArn?: string;
|
|
3675
|
+
ExportArn?: string | undefined;
|
|
3583
3676
|
/**
|
|
3584
3677
|
* <p>Export can be in one of the following states: IN_PROGRESS, COMPLETED, or
|
|
3585
3678
|
* FAILED.</p>
|
|
3586
3679
|
* @public
|
|
3587
3680
|
*/
|
|
3588
|
-
ExportStatus?: ExportStatus;
|
|
3681
|
+
ExportStatus?: ExportStatus | undefined;
|
|
3589
3682
|
/**
|
|
3590
3683
|
* <p>The time at which the export task began.</p>
|
|
3591
3684
|
* @public
|
|
3592
3685
|
*/
|
|
3593
|
-
StartTime?: Date;
|
|
3686
|
+
StartTime?: Date | undefined;
|
|
3594
3687
|
/**
|
|
3595
3688
|
* <p>The time at which the export task completed.</p>
|
|
3596
3689
|
* @public
|
|
3597
3690
|
*/
|
|
3598
|
-
EndTime?: Date;
|
|
3691
|
+
EndTime?: Date | undefined;
|
|
3599
3692
|
/**
|
|
3600
3693
|
* <p>The name of the manifest file for the export task.</p>
|
|
3601
3694
|
* @public
|
|
3602
3695
|
*/
|
|
3603
|
-
ExportManifest?: string;
|
|
3696
|
+
ExportManifest?: string | undefined;
|
|
3604
3697
|
/**
|
|
3605
3698
|
* <p>The Amazon Resource Name (ARN) of the table that was exported.</p>
|
|
3606
3699
|
* @public
|
|
3607
3700
|
*/
|
|
3608
|
-
TableArn?: string;
|
|
3701
|
+
TableArn?: string | undefined;
|
|
3609
3702
|
/**
|
|
3610
3703
|
* <p>Unique ID of the table that was exported.</p>
|
|
3611
3704
|
* @public
|
|
3612
3705
|
*/
|
|
3613
|
-
TableId?: string;
|
|
3706
|
+
TableId?: string | undefined;
|
|
3614
3707
|
/**
|
|
3615
3708
|
* <p>Point in time from which table data was exported.</p>
|
|
3616
3709
|
* @public
|
|
3617
3710
|
*/
|
|
3618
|
-
ExportTime?: Date;
|
|
3711
|
+
ExportTime?: Date | undefined;
|
|
3619
3712
|
/**
|
|
3620
3713
|
* <p>The client token that was provided for the export task. A client token makes calls to
|
|
3621
3714
|
* <code>ExportTableToPointInTimeInput</code> idempotent, meaning that multiple
|
|
3622
3715
|
* identical calls have the same effect as one single call.</p>
|
|
3623
3716
|
* @public
|
|
3624
3717
|
*/
|
|
3625
|
-
ClientToken?: string;
|
|
3718
|
+
ClientToken?: string | undefined;
|
|
3626
3719
|
/**
|
|
3627
3720
|
* <p>The name of the Amazon S3 bucket containing the export.</p>
|
|
3628
3721
|
* @public
|
|
3629
3722
|
*/
|
|
3630
|
-
S3Bucket?: string;
|
|
3723
|
+
S3Bucket?: string | undefined;
|
|
3631
3724
|
/**
|
|
3632
3725
|
* <p>The ID of the Amazon Web Services account that owns the bucket containing the
|
|
3633
3726
|
* export.</p>
|
|
3634
3727
|
* @public
|
|
3635
3728
|
*/
|
|
3636
|
-
S3BucketOwner?: string;
|
|
3729
|
+
S3BucketOwner?: string | undefined;
|
|
3637
3730
|
/**
|
|
3638
3731
|
* <p>The Amazon S3 bucket prefix used as the file name and path of the exported
|
|
3639
3732
|
* snapshot.</p>
|
|
3640
3733
|
* @public
|
|
3641
3734
|
*/
|
|
3642
|
-
S3Prefix?: string;
|
|
3735
|
+
S3Prefix?: string | undefined;
|
|
3643
3736
|
/**
|
|
3644
3737
|
* <p>Type of encryption used on the bucket where export data is stored. Valid values for
|
|
3645
3738
|
* <code>S3SseAlgorithm</code> are:</p>
|
|
@@ -3657,49 +3750,49 @@ export interface ExportDescription {
|
|
|
3657
3750
|
* </ul>
|
|
3658
3751
|
* @public
|
|
3659
3752
|
*/
|
|
3660
|
-
S3SseAlgorithm?: S3SseAlgorithm;
|
|
3753
|
+
S3SseAlgorithm?: S3SseAlgorithm | undefined;
|
|
3661
3754
|
/**
|
|
3662
3755
|
* <p>The ID of the KMS managed key used to encrypt the S3 bucket where
|
|
3663
3756
|
* export data is stored (if applicable).</p>
|
|
3664
3757
|
* @public
|
|
3665
3758
|
*/
|
|
3666
|
-
S3SseKmsKeyId?: string;
|
|
3759
|
+
S3SseKmsKeyId?: string | undefined;
|
|
3667
3760
|
/**
|
|
3668
3761
|
* <p>Status code for the result of the failed export.</p>
|
|
3669
3762
|
* @public
|
|
3670
3763
|
*/
|
|
3671
|
-
FailureCode?: string;
|
|
3764
|
+
FailureCode?: string | undefined;
|
|
3672
3765
|
/**
|
|
3673
3766
|
* <p>Export failure reason description.</p>
|
|
3674
3767
|
* @public
|
|
3675
3768
|
*/
|
|
3676
|
-
FailureMessage?: string;
|
|
3769
|
+
FailureMessage?: string | undefined;
|
|
3677
3770
|
/**
|
|
3678
3771
|
* <p>The format of the exported data. Valid values for <code>ExportFormat</code> are
|
|
3679
3772
|
* <code>DYNAMODB_JSON</code> or <code>ION</code>.</p>
|
|
3680
3773
|
* @public
|
|
3681
3774
|
*/
|
|
3682
|
-
ExportFormat?: ExportFormat;
|
|
3775
|
+
ExportFormat?: ExportFormat | undefined;
|
|
3683
3776
|
/**
|
|
3684
3777
|
* <p>The billable size of the table export.</p>
|
|
3685
3778
|
* @public
|
|
3686
3779
|
*/
|
|
3687
|
-
BilledSizeBytes?: number;
|
|
3780
|
+
BilledSizeBytes?: number | undefined;
|
|
3688
3781
|
/**
|
|
3689
3782
|
* <p>The number of items exported.</p>
|
|
3690
3783
|
* @public
|
|
3691
3784
|
*/
|
|
3692
|
-
ItemCount?: number;
|
|
3785
|
+
ItemCount?: number | undefined;
|
|
3693
3786
|
/**
|
|
3694
3787
|
* <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>
|
|
3695
3788
|
* @public
|
|
3696
3789
|
*/
|
|
3697
|
-
ExportType?: ExportType;
|
|
3790
|
+
ExportType?: ExportType | undefined;
|
|
3698
3791
|
/**
|
|
3699
3792
|
* <p>Optional object containing the parameters specific to an incremental export.</p>
|
|
3700
3793
|
* @public
|
|
3701
3794
|
*/
|
|
3702
|
-
IncrementalExportSpecification?: IncrementalExportSpecification;
|
|
3795
|
+
IncrementalExportSpecification?: IncrementalExportSpecification | undefined;
|
|
3703
3796
|
}
|
|
3704
3797
|
/**
|
|
3705
3798
|
* @public
|
|
@@ -3709,7 +3802,7 @@ export interface DescribeExportOutput {
|
|
|
3709
3802
|
* <p>Represents the properties of the export.</p>
|
|
3710
3803
|
* @public
|
|
3711
3804
|
*/
|
|
3712
|
-
ExportDescription?: ExportDescription;
|
|
3805
|
+
ExportDescription?: ExportDescription | undefined;
|
|
3713
3806
|
}
|
|
3714
3807
|
/**
|
|
3715
3808
|
* <p>The specified export was not found.</p>
|
|
@@ -3741,7 +3834,7 @@ export interface DescribeGlobalTableOutput {
|
|
|
3741
3834
|
* <p>Contains the details of the global table.</p>
|
|
3742
3835
|
* @public
|
|
3743
3836
|
*/
|
|
3744
|
-
GlobalTableDescription?: GlobalTableDescription;
|
|
3837
|
+
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
3745
3838
|
}
|
|
3746
3839
|
/**
|
|
3747
3840
|
* <p>The specified global table does not exist.</p>
|
|
@@ -3798,31 +3891,31 @@ export interface ReplicaGlobalSecondaryIndexSettingsDescription {
|
|
|
3798
3891
|
* </ul>
|
|
3799
3892
|
* @public
|
|
3800
3893
|
*/
|
|
3801
|
-
IndexStatus?: IndexStatus;
|
|
3894
|
+
IndexStatus?: IndexStatus | undefined;
|
|
3802
3895
|
/**
|
|
3803
3896
|
* <p>The maximum number of strongly consistent reads consumed per second before DynamoDB
|
|
3804
3897
|
* returns a <code>ThrottlingException</code>.</p>
|
|
3805
3898
|
* @public
|
|
3806
3899
|
*/
|
|
3807
|
-
ProvisionedReadCapacityUnits?: number;
|
|
3900
|
+
ProvisionedReadCapacityUnits?: number | undefined;
|
|
3808
3901
|
/**
|
|
3809
3902
|
* <p>Auto scaling settings for a global secondary index replica's read capacity
|
|
3810
3903
|
* units.</p>
|
|
3811
3904
|
* @public
|
|
3812
3905
|
*/
|
|
3813
|
-
ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
3906
|
+
ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
3814
3907
|
/**
|
|
3815
3908
|
* <p>The maximum number of writes consumed per second before DynamoDB returns a
|
|
3816
3909
|
* <code>ThrottlingException</code>.</p>
|
|
3817
3910
|
* @public
|
|
3818
3911
|
*/
|
|
3819
|
-
ProvisionedWriteCapacityUnits?: number;
|
|
3912
|
+
ProvisionedWriteCapacityUnits?: number | undefined;
|
|
3820
3913
|
/**
|
|
3821
3914
|
* <p>Auto scaling settings for a global secondary index replica's write capacity
|
|
3822
3915
|
* units.</p>
|
|
3823
3916
|
* @public
|
|
3824
3917
|
*/
|
|
3825
|
-
ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
3918
|
+
ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
3826
3919
|
}
|
|
3827
3920
|
/**
|
|
3828
3921
|
* <p>Represents the properties of a replica.</p>
|
|
@@ -3856,46 +3949,46 @@ export interface ReplicaSettingsDescription {
|
|
|
3856
3949
|
* </ul>
|
|
3857
3950
|
* @public
|
|
3858
3951
|
*/
|
|
3859
|
-
ReplicaStatus?: ReplicaStatus;
|
|
3952
|
+
ReplicaStatus?: ReplicaStatus | undefined;
|
|
3860
3953
|
/**
|
|
3861
3954
|
* <p>The read/write capacity mode of the replica.</p>
|
|
3862
3955
|
* @public
|
|
3863
3956
|
*/
|
|
3864
|
-
ReplicaBillingModeSummary?: BillingModeSummary;
|
|
3957
|
+
ReplicaBillingModeSummary?: BillingModeSummary | undefined;
|
|
3865
3958
|
/**
|
|
3866
3959
|
* <p>The maximum number of strongly consistent reads consumed per second before DynamoDB
|
|
3867
3960
|
* returns a <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB
|
|
3868
3961
|
* Developer Guide</i>. </p>
|
|
3869
3962
|
* @public
|
|
3870
3963
|
*/
|
|
3871
|
-
ReplicaProvisionedReadCapacityUnits?: number;
|
|
3964
|
+
ReplicaProvisionedReadCapacityUnits?: number | undefined;
|
|
3872
3965
|
/**
|
|
3873
3966
|
* <p>Auto scaling settings for a global table replica's read capacity units.</p>
|
|
3874
3967
|
* @public
|
|
3875
3968
|
*/
|
|
3876
|
-
ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
3969
|
+
ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
3877
3970
|
/**
|
|
3878
3971
|
* <p>The maximum number of writes consumed per second before DynamoDB returns a
|
|
3879
3972
|
* <code>ThrottlingException</code>. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB
|
|
3880
3973
|
* Developer Guide</i>.</p>
|
|
3881
3974
|
* @public
|
|
3882
3975
|
*/
|
|
3883
|
-
ReplicaProvisionedWriteCapacityUnits?: number;
|
|
3976
|
+
ReplicaProvisionedWriteCapacityUnits?: number | undefined;
|
|
3884
3977
|
/**
|
|
3885
3978
|
* <p>Auto scaling settings for a global table replica's write capacity units.</p>
|
|
3886
3979
|
* @public
|
|
3887
3980
|
*/
|
|
3888
|
-
ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
3981
|
+
ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
3889
3982
|
/**
|
|
3890
3983
|
* <p>Replica global secondary index settings for the global table.</p>
|
|
3891
3984
|
* @public
|
|
3892
3985
|
*/
|
|
3893
|
-
ReplicaGlobalSecondaryIndexSettings?: ReplicaGlobalSecondaryIndexSettingsDescription[];
|
|
3986
|
+
ReplicaGlobalSecondaryIndexSettings?: ReplicaGlobalSecondaryIndexSettingsDescription[] | undefined;
|
|
3894
3987
|
/**
|
|
3895
3988
|
* <p>Contains details of the table class.</p>
|
|
3896
3989
|
* @public
|
|
3897
3990
|
*/
|
|
3898
|
-
ReplicaTableClassSummary?: TableClassSummary;
|
|
3991
|
+
ReplicaTableClassSummary?: TableClassSummary | undefined;
|
|
3899
3992
|
}
|
|
3900
3993
|
/**
|
|
3901
3994
|
* @public
|
|
@@ -3905,12 +3998,12 @@ export interface DescribeGlobalTableSettingsOutput {
|
|
|
3905
3998
|
* <p>The name of the global table.</p>
|
|
3906
3999
|
* @public
|
|
3907
4000
|
*/
|
|
3908
|
-
GlobalTableName?: string;
|
|
4001
|
+
GlobalTableName?: string | undefined;
|
|
3909
4002
|
/**
|
|
3910
4003
|
* <p>The Region-specific settings for the global table.</p>
|
|
3911
4004
|
* @public
|
|
3912
4005
|
*/
|
|
3913
|
-
ReplicaSettings?: ReplicaSettingsDescription[];
|
|
4006
|
+
ReplicaSettings?: ReplicaSettingsDescription[] | undefined;
|
|
3914
4007
|
}
|
|
3915
4008
|
/**
|
|
3916
4009
|
* @public
|
|
@@ -3974,7 +4067,7 @@ export interface InputFormatOptions {
|
|
|
3974
4067
|
* HeaderList. </p>
|
|
3975
4068
|
* @public
|
|
3976
4069
|
*/
|
|
3977
|
-
Csv?: CsvOptions;
|
|
4070
|
+
Csv?: CsvOptions | undefined;
|
|
3978
4071
|
}
|
|
3979
4072
|
/**
|
|
3980
4073
|
* <p> The S3 bucket that is being imported from. </p>
|
|
@@ -3986,7 +4079,7 @@ export interface S3BucketSource {
|
|
|
3986
4079
|
* owned by the requester this is optional. </p>
|
|
3987
4080
|
* @public
|
|
3988
4081
|
*/
|
|
3989
|
-
S3BucketOwner?: string;
|
|
4082
|
+
S3BucketOwner?: string | undefined;
|
|
3990
4083
|
/**
|
|
3991
4084
|
* <p> The S3 bucket that is being imported from. </p>
|
|
3992
4085
|
* @public
|
|
@@ -3996,7 +4089,7 @@ export interface S3BucketSource {
|
|
|
3996
4089
|
* <p> The key prefix shared by all S3 Objects that are being imported. </p>
|
|
3997
4090
|
* @public
|
|
3998
4091
|
*/
|
|
3999
|
-
S3KeyPrefix?: string;
|
|
4092
|
+
S3KeyPrefix?: string | undefined;
|
|
4000
4093
|
}
|
|
4001
4094
|
/**
|
|
4002
4095
|
* <p> The parameters for the table created as part of the import operation. </p>
|
|
@@ -4024,7 +4117,7 @@ export interface TableCreationParameters {
|
|
|
4024
4117
|
* </p>
|
|
4025
4118
|
* @public
|
|
4026
4119
|
*/
|
|
4027
|
-
BillingMode?: BillingMode;
|
|
4120
|
+
BillingMode?: BillingMode | undefined;
|
|
4028
4121
|
/**
|
|
4029
4122
|
* <p>Represents the provisioned throughput settings for a specified table or index. The
|
|
4030
4123
|
* settings can be modified using the <code>UpdateTable</code> operation.</p>
|
|
@@ -4033,23 +4126,23 @@ export interface TableCreationParameters {
|
|
|
4033
4126
|
* Guide</i>.</p>
|
|
4034
4127
|
* @public
|
|
4035
4128
|
*/
|
|
4036
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
4129
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
4037
4130
|
/**
|
|
4038
4131
|
* <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
4039
4132
|
* @public
|
|
4040
4133
|
*/
|
|
4041
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
4134
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
4042
4135
|
/**
|
|
4043
4136
|
* <p>Represents the settings used to enable server-side encryption.</p>
|
|
4044
4137
|
* @public
|
|
4045
4138
|
*/
|
|
4046
|
-
SSESpecification?: SSESpecification;
|
|
4139
|
+
SSESpecification?: SSESpecification | undefined;
|
|
4047
4140
|
/**
|
|
4048
4141
|
* <p> The Global Secondary Indexes (GSI) of the table to be created as part of the import
|
|
4049
4142
|
* operation. </p>
|
|
4050
4143
|
* @public
|
|
4051
4144
|
*/
|
|
4052
|
-
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
4145
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
|
|
4053
4146
|
}
|
|
4054
4147
|
/**
|
|
4055
4148
|
* <p> Represents the properties of the table being imported into.
|
|
@@ -4062,109 +4155,109 @@ export interface ImportTableDescription {
|
|
|
4062
4155
|
* </p>
|
|
4063
4156
|
* @public
|
|
4064
4157
|
*/
|
|
4065
|
-
ImportArn?: string;
|
|
4158
|
+
ImportArn?: string | undefined;
|
|
4066
4159
|
/**
|
|
4067
4160
|
* <p> The status of the import. </p>
|
|
4068
4161
|
* @public
|
|
4069
4162
|
*/
|
|
4070
|
-
ImportStatus?: ImportStatus;
|
|
4163
|
+
ImportStatus?: ImportStatus | undefined;
|
|
4071
4164
|
/**
|
|
4072
4165
|
* <p> The Amazon Resource Number (ARN) of the table being imported into.
|
|
4073
4166
|
* </p>
|
|
4074
4167
|
* @public
|
|
4075
4168
|
*/
|
|
4076
|
-
TableArn?: string;
|
|
4169
|
+
TableArn?: string | undefined;
|
|
4077
4170
|
/**
|
|
4078
4171
|
* <p> The table id corresponding to the table created by import table process.
|
|
4079
4172
|
* </p>
|
|
4080
4173
|
* @public
|
|
4081
4174
|
*/
|
|
4082
|
-
TableId?: string;
|
|
4175
|
+
TableId?: string | undefined;
|
|
4083
4176
|
/**
|
|
4084
4177
|
* <p> The client token that was provided for the import task. Reusing the client token on
|
|
4085
4178
|
* retry makes a call to <code>ImportTable</code> idempotent. </p>
|
|
4086
4179
|
* @public
|
|
4087
4180
|
*/
|
|
4088
|
-
ClientToken?: string;
|
|
4181
|
+
ClientToken?: string | undefined;
|
|
4089
4182
|
/**
|
|
4090
4183
|
* <p> Values for the S3 bucket the source file is imported from. Includes bucket name
|
|
4091
4184
|
* (required), key prefix (optional) and bucket account owner ID (optional). </p>
|
|
4092
4185
|
* @public
|
|
4093
4186
|
*/
|
|
4094
|
-
S3BucketSource?: S3BucketSource;
|
|
4187
|
+
S3BucketSource?: S3BucketSource | undefined;
|
|
4095
4188
|
/**
|
|
4096
4189
|
* <p> The number of errors occurred on importing the source file into the target table.
|
|
4097
4190
|
* </p>
|
|
4098
4191
|
* @public
|
|
4099
4192
|
*/
|
|
4100
|
-
ErrorCount?: number;
|
|
4193
|
+
ErrorCount?: number | undefined;
|
|
4101
4194
|
/**
|
|
4102
4195
|
* <p> The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the
|
|
4103
4196
|
* target table. </p>
|
|
4104
4197
|
* @public
|
|
4105
4198
|
*/
|
|
4106
|
-
CloudWatchLogGroupArn?: string;
|
|
4199
|
+
CloudWatchLogGroupArn?: string | undefined;
|
|
4107
4200
|
/**
|
|
4108
4201
|
* <p> The format of the source data going into the target table.
|
|
4109
4202
|
* </p>
|
|
4110
4203
|
* @public
|
|
4111
4204
|
*/
|
|
4112
|
-
InputFormat?: InputFormat;
|
|
4205
|
+
InputFormat?: InputFormat | undefined;
|
|
4113
4206
|
/**
|
|
4114
4207
|
* <p> The format options for the data that was imported into the target table. There is one
|
|
4115
4208
|
* value, CsvOption. </p>
|
|
4116
4209
|
* @public
|
|
4117
4210
|
*/
|
|
4118
|
-
InputFormatOptions?: InputFormatOptions;
|
|
4211
|
+
InputFormatOptions?: InputFormatOptions | undefined;
|
|
4119
4212
|
/**
|
|
4120
4213
|
* <p> The compression options for the data that has been imported into the target table.
|
|
4121
4214
|
* The values are NONE, GZIP, or ZSTD. </p>
|
|
4122
4215
|
* @public
|
|
4123
4216
|
*/
|
|
4124
|
-
InputCompressionType?: InputCompressionType;
|
|
4217
|
+
InputCompressionType?: InputCompressionType | undefined;
|
|
4125
4218
|
/**
|
|
4126
4219
|
* <p> The parameters for the new table that is being imported into. </p>
|
|
4127
4220
|
* @public
|
|
4128
4221
|
*/
|
|
4129
|
-
TableCreationParameters?: TableCreationParameters;
|
|
4222
|
+
TableCreationParameters?: TableCreationParameters | undefined;
|
|
4130
4223
|
/**
|
|
4131
4224
|
* <p> The time when this import task started. </p>
|
|
4132
4225
|
* @public
|
|
4133
4226
|
*/
|
|
4134
|
-
StartTime?: Date;
|
|
4227
|
+
StartTime?: Date | undefined;
|
|
4135
4228
|
/**
|
|
4136
4229
|
* <p> The time at which the creation of the table associated with this import task
|
|
4137
4230
|
* completed. </p>
|
|
4138
4231
|
* @public
|
|
4139
4232
|
*/
|
|
4140
|
-
EndTime?: Date;
|
|
4233
|
+
EndTime?: Date | undefined;
|
|
4141
4234
|
/**
|
|
4142
4235
|
* <p> The total size of data processed from the source file, in Bytes. </p>
|
|
4143
4236
|
* @public
|
|
4144
4237
|
*/
|
|
4145
|
-
ProcessedSizeBytes?: number;
|
|
4238
|
+
ProcessedSizeBytes?: number | undefined;
|
|
4146
4239
|
/**
|
|
4147
4240
|
* <p> The total number of items processed from the source file. </p>
|
|
4148
4241
|
* @public
|
|
4149
4242
|
*/
|
|
4150
|
-
ProcessedItemCount?: number;
|
|
4243
|
+
ProcessedItemCount?: number | undefined;
|
|
4151
4244
|
/**
|
|
4152
4245
|
* <p> The number of items successfully imported into the new table. </p>
|
|
4153
4246
|
* @public
|
|
4154
4247
|
*/
|
|
4155
|
-
ImportedItemCount?: number;
|
|
4248
|
+
ImportedItemCount?: number | undefined;
|
|
4156
4249
|
/**
|
|
4157
4250
|
* <p> The error code corresponding to the failure that the import job ran into during
|
|
4158
4251
|
* execution. </p>
|
|
4159
4252
|
* @public
|
|
4160
4253
|
*/
|
|
4161
|
-
FailureCode?: string;
|
|
4254
|
+
FailureCode?: string | undefined;
|
|
4162
4255
|
/**
|
|
4163
4256
|
* <p> The error message corresponding to the failure that the import job ran into during
|
|
4164
4257
|
* execution. </p>
|
|
4165
4258
|
* @public
|
|
4166
4259
|
*/
|
|
4167
|
-
FailureMessage?: string;
|
|
4260
|
+
FailureMessage?: string | undefined;
|
|
4168
4261
|
}
|
|
4169
4262
|
/**
|
|
4170
4263
|
* @public
|
|
@@ -4228,22 +4321,22 @@ export interface KinesisDataStreamDestination {
|
|
|
4228
4321
|
* <p>The ARN for a specific Kinesis data stream.</p>
|
|
4229
4322
|
* @public
|
|
4230
4323
|
*/
|
|
4231
|
-
StreamArn?: string;
|
|
4324
|
+
StreamArn?: string | undefined;
|
|
4232
4325
|
/**
|
|
4233
4326
|
* <p>The current status of replication.</p>
|
|
4234
4327
|
* @public
|
|
4235
4328
|
*/
|
|
4236
|
-
DestinationStatus?: DestinationStatus;
|
|
4329
|
+
DestinationStatus?: DestinationStatus | undefined;
|
|
4237
4330
|
/**
|
|
4238
4331
|
* <p>The human-readable string that corresponds to the replica status.</p>
|
|
4239
4332
|
* @public
|
|
4240
4333
|
*/
|
|
4241
|
-
DestinationStatusDescription?: string;
|
|
4334
|
+
DestinationStatusDescription?: string | undefined;
|
|
4242
4335
|
/**
|
|
4243
4336
|
* <p>The precision of the Kinesis data stream timestamp. The values are either <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
|
|
4244
4337
|
* @public
|
|
4245
4338
|
*/
|
|
4246
|
-
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
|
4339
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision | undefined;
|
|
4247
4340
|
}
|
|
4248
4341
|
/**
|
|
4249
4342
|
* @public
|
|
@@ -4253,12 +4346,12 @@ export interface DescribeKinesisStreamingDestinationOutput {
|
|
|
4253
4346
|
* <p>The name of the table being described.</p>
|
|
4254
4347
|
* @public
|
|
4255
4348
|
*/
|
|
4256
|
-
TableName?: string;
|
|
4349
|
+
TableName?: string | undefined;
|
|
4257
4350
|
/**
|
|
4258
4351
|
* <p>The list of replica structures for the table being described.</p>
|
|
4259
4352
|
* @public
|
|
4260
4353
|
*/
|
|
4261
|
-
KinesisDataStreamDestinations?: KinesisDataStreamDestination[];
|
|
4354
|
+
KinesisDataStreamDestinations?: KinesisDataStreamDestination[] | undefined;
|
|
4262
4355
|
}
|
|
4263
4356
|
/**
|
|
4264
4357
|
* <p>Represents the input of a <code>DescribeLimits</code> operation. Has no
|
|
@@ -4277,27 +4370,27 @@ export interface DescribeLimitsOutput {
|
|
|
4277
4370
|
* all of your tables in this Region.</p>
|
|
4278
4371
|
* @public
|
|
4279
4372
|
*/
|
|
4280
|
-
AccountMaxReadCapacityUnits?: number;
|
|
4373
|
+
AccountMaxReadCapacityUnits?: number | undefined;
|
|
4281
4374
|
/**
|
|
4282
4375
|
* <p>The maximum total write capacity units that your account allows you to provision
|
|
4283
4376
|
* across all of your tables in this Region.</p>
|
|
4284
4377
|
* @public
|
|
4285
4378
|
*/
|
|
4286
|
-
AccountMaxWriteCapacityUnits?: number;
|
|
4379
|
+
AccountMaxWriteCapacityUnits?: number | undefined;
|
|
4287
4380
|
/**
|
|
4288
4381
|
* <p>The maximum read capacity units that your account allows you to provision for a new
|
|
4289
4382
|
* table that you are creating in this Region, including the read capacity units
|
|
4290
4383
|
* provisioned for its global secondary indexes (GSIs).</p>
|
|
4291
4384
|
* @public
|
|
4292
4385
|
*/
|
|
4293
|
-
TableMaxReadCapacityUnits?: number;
|
|
4386
|
+
TableMaxReadCapacityUnits?: number | undefined;
|
|
4294
4387
|
/**
|
|
4295
4388
|
* <p>The maximum write capacity units that your account allows you to provision for a new
|
|
4296
4389
|
* table that you are creating in this Region, including the write capacity units
|
|
4297
4390
|
* provisioned for its global secondary indexes (GSIs).</p>
|
|
4298
4391
|
* @public
|
|
4299
4392
|
*/
|
|
4300
|
-
TableMaxWriteCapacityUnits?: number;
|
|
4393
|
+
TableMaxWriteCapacityUnits?: number | undefined;
|
|
4301
4394
|
}
|
|
4302
4395
|
/**
|
|
4303
4396
|
* <p>Represents the input of a <code>DescribeTable</code> operation.</p>
|
|
@@ -4320,7 +4413,7 @@ export interface DescribeTableOutput {
|
|
|
4320
4413
|
* <p>The properties of the table.</p>
|
|
4321
4414
|
* @public
|
|
4322
4415
|
*/
|
|
4323
|
-
Table?: TableDescription;
|
|
4416
|
+
Table?: TableDescription | undefined;
|
|
4324
4417
|
}
|
|
4325
4418
|
/**
|
|
4326
4419
|
* @public
|
|
@@ -4342,7 +4435,7 @@ export interface ReplicaGlobalSecondaryIndexAutoScalingDescription {
|
|
|
4342
4435
|
* <p>The name of the global secondary index.</p>
|
|
4343
4436
|
* @public
|
|
4344
4437
|
*/
|
|
4345
|
-
IndexName?: string;
|
|
4438
|
+
IndexName?: string | undefined;
|
|
4346
4439
|
/**
|
|
4347
4440
|
* <p>The current state of the replica global secondary index:</p>
|
|
4348
4441
|
* <ul>
|
|
@@ -4368,19 +4461,19 @@ export interface ReplicaGlobalSecondaryIndexAutoScalingDescription {
|
|
|
4368
4461
|
* </ul>
|
|
4369
4462
|
* @public
|
|
4370
4463
|
*/
|
|
4371
|
-
IndexStatus?: IndexStatus;
|
|
4464
|
+
IndexStatus?: IndexStatus | undefined;
|
|
4372
4465
|
/**
|
|
4373
4466
|
* <p>Represents the auto scaling settings for a global table or global secondary
|
|
4374
4467
|
* index.</p>
|
|
4375
4468
|
* @public
|
|
4376
4469
|
*/
|
|
4377
|
-
ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
4470
|
+
ProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
4378
4471
|
/**
|
|
4379
4472
|
* <p>Represents the auto scaling settings for a global table or global secondary
|
|
4380
4473
|
* index.</p>
|
|
4381
4474
|
* @public
|
|
4382
4475
|
*/
|
|
4383
|
-
ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
4476
|
+
ProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
4384
4477
|
}
|
|
4385
4478
|
/**
|
|
4386
4479
|
* <p>Represents the auto scaling settings of the replica.</p>
|
|
@@ -4391,24 +4484,24 @@ export interface ReplicaAutoScalingDescription {
|
|
|
4391
4484
|
* <p>The Region where the replica exists.</p>
|
|
4392
4485
|
* @public
|
|
4393
4486
|
*/
|
|
4394
|
-
RegionName?: string;
|
|
4487
|
+
RegionName?: string | undefined;
|
|
4395
4488
|
/**
|
|
4396
4489
|
* <p>Replica-specific global secondary index auto scaling settings.</p>
|
|
4397
4490
|
* @public
|
|
4398
4491
|
*/
|
|
4399
|
-
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexAutoScalingDescription[];
|
|
4492
|
+
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndexAutoScalingDescription[] | undefined;
|
|
4400
4493
|
/**
|
|
4401
4494
|
* <p>Represents the auto scaling settings for a global table or global secondary
|
|
4402
4495
|
* index.</p>
|
|
4403
4496
|
* @public
|
|
4404
4497
|
*/
|
|
4405
|
-
ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
4498
|
+
ReplicaProvisionedReadCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
4406
4499
|
/**
|
|
4407
4500
|
* <p>Represents the auto scaling settings for a global table or global secondary
|
|
4408
4501
|
* index.</p>
|
|
4409
4502
|
* @public
|
|
4410
4503
|
*/
|
|
4411
|
-
ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription;
|
|
4504
|
+
ReplicaProvisionedWriteCapacityAutoScalingSettings?: AutoScalingSettingsDescription | undefined;
|
|
4412
4505
|
/**
|
|
4413
4506
|
* <p>The current state of the replica:</p>
|
|
4414
4507
|
* <ul>
|
|
@@ -4431,7 +4524,7 @@ export interface ReplicaAutoScalingDescription {
|
|
|
4431
4524
|
* </ul>
|
|
4432
4525
|
* @public
|
|
4433
4526
|
*/
|
|
4434
|
-
ReplicaStatus?: ReplicaStatus;
|
|
4527
|
+
ReplicaStatus?: ReplicaStatus | undefined;
|
|
4435
4528
|
}
|
|
4436
4529
|
/**
|
|
4437
4530
|
* <p>Represents the auto scaling configuration for a global table.</p>
|
|
@@ -4442,7 +4535,7 @@ export interface TableAutoScalingDescription {
|
|
|
4442
4535
|
* <p>The name of the table.</p>
|
|
4443
4536
|
* @public
|
|
4444
4537
|
*/
|
|
4445
|
-
TableName?: string;
|
|
4538
|
+
TableName?: string | undefined;
|
|
4446
4539
|
/**
|
|
4447
4540
|
* <p>The current state of the table:</p>
|
|
4448
4541
|
* <ul>
|
|
@@ -4465,12 +4558,12 @@ export interface TableAutoScalingDescription {
|
|
|
4465
4558
|
* </ul>
|
|
4466
4559
|
* @public
|
|
4467
4560
|
*/
|
|
4468
|
-
TableStatus?: TableStatus;
|
|
4561
|
+
TableStatus?: TableStatus | undefined;
|
|
4469
4562
|
/**
|
|
4470
4563
|
* <p>Represents replicas of the global table.</p>
|
|
4471
4564
|
* @public
|
|
4472
4565
|
*/
|
|
4473
|
-
Replicas?: ReplicaAutoScalingDescription[];
|
|
4566
|
+
Replicas?: ReplicaAutoScalingDescription[] | undefined;
|
|
4474
4567
|
}
|
|
4475
4568
|
/**
|
|
4476
4569
|
* @public
|
|
@@ -4480,7 +4573,7 @@ export interface DescribeTableReplicaAutoScalingOutput {
|
|
|
4480
4573
|
* <p>Represents the auto scaling properties of the table.</p>
|
|
4481
4574
|
* @public
|
|
4482
4575
|
*/
|
|
4483
|
-
TableAutoScalingDescription?: TableAutoScalingDescription;
|
|
4576
|
+
TableAutoScalingDescription?: TableAutoScalingDescription | undefined;
|
|
4484
4577
|
}
|
|
4485
4578
|
/**
|
|
4486
4579
|
* @public
|
|
@@ -4501,7 +4594,7 @@ export interface DescribeTimeToLiveOutput {
|
|
|
4501
4594
|
* <p></p>
|
|
4502
4595
|
* @public
|
|
4503
4596
|
*/
|
|
4504
|
-
TimeToLiveDescription?: TimeToLiveDescription;
|
|
4597
|
+
TimeToLiveDescription?: TimeToLiveDescription | undefined;
|
|
4505
4598
|
}
|
|
4506
4599
|
/**
|
|
4507
4600
|
* <p>Enables setting the configuration for Kinesis Streaming.</p>
|
|
@@ -4512,7 +4605,7 @@ export interface EnableKinesisStreamingConfiguration {
|
|
|
4512
4605
|
* <p>Toggle for the precision of Kinesis data stream timestamp. The values are either <code>MILLISECOND</code> or <code>MICROSECOND</code>.</p>
|
|
4513
4606
|
* @public
|
|
4514
4607
|
*/
|
|
4515
|
-
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
|
4608
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision | undefined;
|
|
4516
4609
|
}
|
|
4517
4610
|
/**
|
|
4518
4611
|
* @public
|
|
@@ -4533,7 +4626,7 @@ export interface KinesisStreamingDestinationInput {
|
|
|
4533
4626
|
* <p>The source for the Kinesis streaming information that is being enabled.</p>
|
|
4534
4627
|
* @public
|
|
4535
4628
|
*/
|
|
4536
|
-
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
|
|
4629
|
+
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration | undefined;
|
|
4537
4630
|
}
|
|
4538
4631
|
/**
|
|
4539
4632
|
* @public
|
|
@@ -4543,22 +4636,22 @@ export interface KinesisStreamingDestinationOutput {
|
|
|
4543
4636
|
* <p>The name of the table being modified.</p>
|
|
4544
4637
|
* @public
|
|
4545
4638
|
*/
|
|
4546
|
-
TableName?: string;
|
|
4639
|
+
TableName?: string | undefined;
|
|
4547
4640
|
/**
|
|
4548
4641
|
* <p>The ARN for the specific Kinesis data stream.</p>
|
|
4549
4642
|
* @public
|
|
4550
4643
|
*/
|
|
4551
|
-
StreamArn?: string;
|
|
4644
|
+
StreamArn?: string | undefined;
|
|
4552
4645
|
/**
|
|
4553
4646
|
* <p>The current status of the replication.</p>
|
|
4554
4647
|
* @public
|
|
4555
4648
|
*/
|
|
4556
|
-
DestinationStatus?: DestinationStatus;
|
|
4649
|
+
DestinationStatus?: DestinationStatus | undefined;
|
|
4557
4650
|
/**
|
|
4558
4651
|
* <p>The destination for the Kinesis streaming information that is being enabled.</p>
|
|
4559
4652
|
* @public
|
|
4560
4653
|
*/
|
|
4561
|
-
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
|
|
4654
|
+
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration | undefined;
|
|
4562
4655
|
}
|
|
4563
4656
|
/**
|
|
4564
4657
|
* <p> There was an attempt to insert an item with the same primary key as an item that
|
|
@@ -4581,7 +4674,7 @@ export declare class DuplicateItemException extends __BaseException {
|
|
|
4581
4674
|
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
4582
4675
|
readonly name: "IdempotentParameterMismatchException";
|
|
4583
4676
|
readonly $fault: "client";
|
|
4584
|
-
Message?: string;
|
|
4677
|
+
Message?: string | undefined;
|
|
4585
4678
|
/**
|
|
4586
4679
|
* @internal
|
|
4587
4680
|
*/
|
|
@@ -4656,7 +4749,7 @@ export declare class IdempotentParameterMismatchException extends __BaseExceptio
|
|
|
4656
4749
|
export declare class TransactionInProgressException extends __BaseException {
|
|
4657
4750
|
readonly name: "TransactionInProgressException";
|
|
4658
4751
|
readonly $fault: "client";
|
|
4659
|
-
Message?: string;
|
|
4752
|
+
Message?: string | undefined;
|
|
4660
4753
|
/**
|
|
4661
4754
|
* @internal
|
|
4662
4755
|
*/
|
|
@@ -4689,7 +4782,7 @@ export interface ExportTableToPointInTimeInput {
|
|
|
4689
4782
|
* in time.</p>
|
|
4690
4783
|
* @public
|
|
4691
4784
|
*/
|
|
4692
|
-
ExportTime?: Date;
|
|
4785
|
+
ExportTime?: Date | undefined;
|
|
4693
4786
|
/**
|
|
4694
4787
|
* <p>Providing a <code>ClientToken</code> makes the call to
|
|
4695
4788
|
* <code>ExportTableToPointInTimeInput</code> idempotent, meaning that multiple
|
|
@@ -4703,7 +4796,7 @@ export interface ExportTableToPointInTimeInput {
|
|
|
4703
4796
|
* <code>ImportConflictException</code>.</p>
|
|
4704
4797
|
* @public
|
|
4705
4798
|
*/
|
|
4706
|
-
ClientToken?: string;
|
|
4799
|
+
ClientToken?: string | undefined;
|
|
4707
4800
|
/**
|
|
4708
4801
|
* <p>The name of the Amazon S3 bucket to export the snapshot to.</p>
|
|
4709
4802
|
* @public
|
|
@@ -4718,13 +4811,13 @@ export interface ExportTableToPointInTimeInput {
|
|
|
4718
4811
|
* </note>
|
|
4719
4812
|
* @public
|
|
4720
4813
|
*/
|
|
4721
|
-
S3BucketOwner?: string;
|
|
4814
|
+
S3BucketOwner?: string | undefined;
|
|
4722
4815
|
/**
|
|
4723
4816
|
* <p>The Amazon S3 bucket prefix to use as the file name and path of the exported
|
|
4724
4817
|
* snapshot.</p>
|
|
4725
4818
|
* @public
|
|
4726
4819
|
*/
|
|
4727
|
-
S3Prefix?: string;
|
|
4820
|
+
S3Prefix?: string | undefined;
|
|
4728
4821
|
/**
|
|
4729
4822
|
* <p>Type of encryption used on the bucket where export data will be stored. Valid values
|
|
4730
4823
|
* for <code>S3SseAlgorithm</code> are:</p>
|
|
@@ -4742,19 +4835,19 @@ export interface ExportTableToPointInTimeInput {
|
|
|
4742
4835
|
* </ul>
|
|
4743
4836
|
* @public
|
|
4744
4837
|
*/
|
|
4745
|
-
S3SseAlgorithm?: S3SseAlgorithm;
|
|
4838
|
+
S3SseAlgorithm?: S3SseAlgorithm | undefined;
|
|
4746
4839
|
/**
|
|
4747
4840
|
* <p>The ID of the KMS managed key used to encrypt the S3 bucket where
|
|
4748
4841
|
* export data will be stored (if applicable).</p>
|
|
4749
4842
|
* @public
|
|
4750
4843
|
*/
|
|
4751
|
-
S3SseKmsKeyId?: string;
|
|
4844
|
+
S3SseKmsKeyId?: string | undefined;
|
|
4752
4845
|
/**
|
|
4753
4846
|
* <p>The format for the exported data. Valid values for <code>ExportFormat</code> are
|
|
4754
4847
|
* <code>DYNAMODB_JSON</code> or <code>ION</code>.</p>
|
|
4755
4848
|
* @public
|
|
4756
4849
|
*/
|
|
4757
|
-
ExportFormat?: ExportFormat;
|
|
4850
|
+
ExportFormat?: ExportFormat | undefined;
|
|
4758
4851
|
/**
|
|
4759
4852
|
* <p>Choice of whether to execute as a full export or incremental export. Valid values are
|
|
4760
4853
|
* FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If
|
|
@@ -4762,12 +4855,12 @@ export interface ExportTableToPointInTimeInput {
|
|
|
4762
4855
|
* used.</p>
|
|
4763
4856
|
* @public
|
|
4764
4857
|
*/
|
|
4765
|
-
ExportType?: ExportType;
|
|
4858
|
+
ExportType?: ExportType | undefined;
|
|
4766
4859
|
/**
|
|
4767
4860
|
* <p>Optional object containing the parameters specific to an incremental export.</p>
|
|
4768
4861
|
* @public
|
|
4769
4862
|
*/
|
|
4770
|
-
IncrementalExportSpecification?: IncrementalExportSpecification;
|
|
4863
|
+
IncrementalExportSpecification?: IncrementalExportSpecification | undefined;
|
|
4771
4864
|
}
|
|
4772
4865
|
/**
|
|
4773
4866
|
* @public
|
|
@@ -4777,7 +4870,7 @@ export interface ExportTableToPointInTimeOutput {
|
|
|
4777
4870
|
* <p>Contains a description of the table export.</p>
|
|
4778
4871
|
* @public
|
|
4779
4872
|
*/
|
|
4780
|
-
ExportDescription?: ExportDescription;
|
|
4873
|
+
ExportDescription?: ExportDescription | undefined;
|
|
4781
4874
|
}
|
|
4782
4875
|
/**
|
|
4783
4876
|
* <p>The specified <code>ExportTime</code> is outside of the point in time recovery
|
|
@@ -4824,12 +4917,12 @@ export interface GetResourcePolicyOutput {
|
|
|
4824
4917
|
* stream, in JSON format.</p>
|
|
4825
4918
|
* @public
|
|
4826
4919
|
*/
|
|
4827
|
-
Policy?: string;
|
|
4920
|
+
Policy?: string | undefined;
|
|
4828
4921
|
/**
|
|
4829
4922
|
* <p>A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure to always use string comparison logic.</p>
|
|
4830
4923
|
* @public
|
|
4831
4924
|
*/
|
|
4832
|
-
RevisionId?: string;
|
|
4925
|
+
RevisionId?: string | undefined;
|
|
4833
4926
|
}
|
|
4834
4927
|
/**
|
|
4835
4928
|
* <p>
|
|
@@ -4864,7 +4957,7 @@ export interface ImportTableInput {
|
|
|
4864
4957
|
* <code>IdempotentParameterMismatch</code> exception.</p>
|
|
4865
4958
|
* @public
|
|
4866
4959
|
*/
|
|
4867
|
-
ClientToken?: string;
|
|
4960
|
+
ClientToken?: string | undefined;
|
|
4868
4961
|
/**
|
|
4869
4962
|
* <p> The S3 bucket that provides the source for the import. </p>
|
|
4870
4963
|
* @public
|
|
@@ -4880,12 +4973,12 @@ export interface ImportTableInput {
|
|
|
4880
4973
|
* <p> Additional properties that specify how the input is formatted, </p>
|
|
4881
4974
|
* @public
|
|
4882
4975
|
*/
|
|
4883
|
-
InputFormatOptions?: InputFormatOptions;
|
|
4976
|
+
InputFormatOptions?: InputFormatOptions | undefined;
|
|
4884
4977
|
/**
|
|
4885
4978
|
* <p> Type of compression to be used on the input coming from the imported table. </p>
|
|
4886
4979
|
* @public
|
|
4887
4980
|
*/
|
|
4888
|
-
InputCompressionType?: InputCompressionType;
|
|
4981
|
+
InputCompressionType?: InputCompressionType | undefined;
|
|
4889
4982
|
/**
|
|
4890
4983
|
* <p>Parameters for the table to import the data into. </p>
|
|
4891
4984
|
* @public
|
|
@@ -4913,24 +5006,24 @@ export interface ListBackupsInput {
|
|
|
4913
5006
|
* provide the Amazon Resource Name (ARN) of the table in this parameter.</p>
|
|
4914
5007
|
* @public
|
|
4915
5008
|
*/
|
|
4916
|
-
TableName?: string;
|
|
5009
|
+
TableName?: string | undefined;
|
|
4917
5010
|
/**
|
|
4918
5011
|
* <p>Maximum number of backups to return at once.</p>
|
|
4919
5012
|
* @public
|
|
4920
5013
|
*/
|
|
4921
|
-
Limit?: number;
|
|
5014
|
+
Limit?: number | undefined;
|
|
4922
5015
|
/**
|
|
4923
5016
|
* <p>Only backups created after this time are listed. <code>TimeRangeLowerBound</code> is
|
|
4924
5017
|
* inclusive.</p>
|
|
4925
5018
|
* @public
|
|
4926
5019
|
*/
|
|
4927
|
-
TimeRangeLowerBound?: Date;
|
|
5020
|
+
TimeRangeLowerBound?: Date | undefined;
|
|
4928
5021
|
/**
|
|
4929
5022
|
* <p>Only backups created before this time are listed. <code>TimeRangeUpperBound</code> is
|
|
4930
5023
|
* exclusive. </p>
|
|
4931
5024
|
* @public
|
|
4932
5025
|
*/
|
|
4933
|
-
TimeRangeUpperBound?: Date;
|
|
5026
|
+
TimeRangeUpperBound?: Date | undefined;
|
|
4934
5027
|
/**
|
|
4935
5028
|
* <p>
|
|
4936
5029
|
* <code>LastEvaluatedBackupArn</code> is the Amazon Resource Name (ARN) of the backup last
|
|
@@ -4940,7 +5033,7 @@ export interface ListBackupsInput {
|
|
|
4940
5033
|
* </p>
|
|
4941
5034
|
* @public
|
|
4942
5035
|
*/
|
|
4943
|
-
ExclusiveStartBackupArn?: string;
|
|
5036
|
+
ExclusiveStartBackupArn?: string | undefined;
|
|
4944
5037
|
/**
|
|
4945
5038
|
* <p>The backups from the table specified by <code>BackupType</code> are listed.</p>
|
|
4946
5039
|
* <p>Where <code>BackupType</code> can be:</p>
|
|
@@ -4961,7 +5054,7 @@ export interface ListBackupsInput {
|
|
|
4961
5054
|
* </ul>
|
|
4962
5055
|
* @public
|
|
4963
5056
|
*/
|
|
4964
|
-
BackupType?: BackupTypeFilter;
|
|
5057
|
+
BackupType?: BackupTypeFilter | undefined;
|
|
4965
5058
|
}
|
|
4966
5059
|
/**
|
|
4967
5060
|
* @public
|
|
@@ -4971,7 +5064,7 @@ export interface ListBackupsOutput {
|
|
|
4971
5064
|
* <p>List of <code>BackupSummary</code> objects.</p>
|
|
4972
5065
|
* @public
|
|
4973
5066
|
*/
|
|
4974
|
-
BackupSummaries?: BackupSummary[];
|
|
5067
|
+
BackupSummaries?: BackupSummary[] | undefined;
|
|
4975
5068
|
/**
|
|
4976
5069
|
* <p> The ARN of the backup last evaluated when the current page of results was returned,
|
|
4977
5070
|
* inclusive of the current page of results. This value may be specified as the
|
|
@@ -4984,7 +5077,7 @@ export interface ListBackupsOutput {
|
|
|
4984
5077
|
* if and only if no value for <code>LastEvaluatedBackupArn</code> is returned. </p>
|
|
4985
5078
|
* @public
|
|
4986
5079
|
*/
|
|
4987
|
-
LastEvaluatedBackupArn?: string;
|
|
5080
|
+
LastEvaluatedBackupArn?: string | undefined;
|
|
4988
5081
|
}
|
|
4989
5082
|
/**
|
|
4990
5083
|
* @public
|
|
@@ -4995,17 +5088,17 @@ export interface ListContributorInsightsInput {
|
|
|
4995
5088
|
* parameter.</p>
|
|
4996
5089
|
* @public
|
|
4997
5090
|
*/
|
|
4998
|
-
TableName?: string;
|
|
5091
|
+
TableName?: string | undefined;
|
|
4999
5092
|
/**
|
|
5000
5093
|
* <p>A token to for the desired page, if there is one.</p>
|
|
5001
5094
|
* @public
|
|
5002
5095
|
*/
|
|
5003
|
-
NextToken?: string;
|
|
5096
|
+
NextToken?: string | undefined;
|
|
5004
5097
|
/**
|
|
5005
5098
|
* <p>Maximum number of results to return per page.</p>
|
|
5006
5099
|
* @public
|
|
5007
5100
|
*/
|
|
5008
|
-
MaxResults?: number;
|
|
5101
|
+
MaxResults?: number | undefined;
|
|
5009
5102
|
}
|
|
5010
5103
|
/**
|
|
5011
5104
|
* @public
|
|
@@ -5015,12 +5108,12 @@ export interface ListContributorInsightsOutput {
|
|
|
5015
5108
|
* <p>A list of ContributorInsightsSummary.</p>
|
|
5016
5109
|
* @public
|
|
5017
5110
|
*/
|
|
5018
|
-
ContributorInsightsSummaries?: ContributorInsightsSummary[];
|
|
5111
|
+
ContributorInsightsSummaries?: ContributorInsightsSummary[] | undefined;
|
|
5019
5112
|
/**
|
|
5020
5113
|
* <p>A token to go to the next page if there is one.</p>
|
|
5021
5114
|
* @public
|
|
5022
5115
|
*/
|
|
5023
|
-
NextToken?: string;
|
|
5116
|
+
NextToken?: string | undefined;
|
|
5024
5117
|
}
|
|
5025
5118
|
/**
|
|
5026
5119
|
* @public
|
|
@@ -5030,19 +5123,19 @@ export interface ListExportsInput {
|
|
|
5030
5123
|
* <p>The Amazon Resource Name (ARN) associated with the exported table.</p>
|
|
5031
5124
|
* @public
|
|
5032
5125
|
*/
|
|
5033
|
-
TableArn?: string;
|
|
5126
|
+
TableArn?: string | undefined;
|
|
5034
5127
|
/**
|
|
5035
5128
|
* <p>Maximum number of results to return per page.</p>
|
|
5036
5129
|
* @public
|
|
5037
5130
|
*/
|
|
5038
|
-
MaxResults?: number;
|
|
5131
|
+
MaxResults?: number | undefined;
|
|
5039
5132
|
/**
|
|
5040
5133
|
* <p>An optional string that, if supplied, must be copied from the output of a previous
|
|
5041
5134
|
* call to <code>ListExports</code>. When provided in this manner, the API fetches the next
|
|
5042
5135
|
* page of results.</p>
|
|
5043
5136
|
* @public
|
|
5044
5137
|
*/
|
|
5045
|
-
NextToken?: string;
|
|
5138
|
+
NextToken?: string | undefined;
|
|
5046
5139
|
}
|
|
5047
5140
|
/**
|
|
5048
5141
|
* <p>Summary information about an export task.</p>
|
|
@@ -5053,18 +5146,18 @@ export interface ExportSummary {
|
|
|
5053
5146
|
* <p>The Amazon Resource Name (ARN) of the export.</p>
|
|
5054
5147
|
* @public
|
|
5055
5148
|
*/
|
|
5056
|
-
ExportArn?: string;
|
|
5149
|
+
ExportArn?: string | undefined;
|
|
5057
5150
|
/**
|
|
5058
5151
|
* <p>Export can be in one of the following states: IN_PROGRESS, COMPLETED, or
|
|
5059
5152
|
* FAILED.</p>
|
|
5060
5153
|
* @public
|
|
5061
5154
|
*/
|
|
5062
|
-
ExportStatus?: ExportStatus;
|
|
5155
|
+
ExportStatus?: ExportStatus | undefined;
|
|
5063
5156
|
/**
|
|
5064
5157
|
* <p>The type of export that was performed. Valid values are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>.</p>
|
|
5065
5158
|
* @public
|
|
5066
5159
|
*/
|
|
5067
|
-
ExportType?: ExportType;
|
|
5160
|
+
ExportType?: ExportType | undefined;
|
|
5068
5161
|
}
|
|
5069
5162
|
/**
|
|
5070
5163
|
* @public
|
|
@@ -5074,14 +5167,14 @@ export interface ListExportsOutput {
|
|
|
5074
5167
|
* <p>A list of <code>ExportSummary</code> objects.</p>
|
|
5075
5168
|
* @public
|
|
5076
5169
|
*/
|
|
5077
|
-
ExportSummaries?: ExportSummary[];
|
|
5170
|
+
ExportSummaries?: ExportSummary[] | undefined;
|
|
5078
5171
|
/**
|
|
5079
5172
|
* <p>If this value is returned, there are additional results to be displayed. To retrieve
|
|
5080
5173
|
* them, call <code>ListExports</code> again, with <code>NextToken</code> set to this
|
|
5081
5174
|
* value.</p>
|
|
5082
5175
|
* @public
|
|
5083
5176
|
*/
|
|
5084
|
-
NextToken?: string;
|
|
5177
|
+
NextToken?: string | undefined;
|
|
5085
5178
|
}
|
|
5086
5179
|
/**
|
|
5087
5180
|
* @public
|
|
@@ -5091,7 +5184,7 @@ export interface ListGlobalTablesInput {
|
|
|
5091
5184
|
* <p>The first global table name that this operation will evaluate.</p>
|
|
5092
5185
|
* @public
|
|
5093
5186
|
*/
|
|
5094
|
-
ExclusiveStartGlobalTableName?: string;
|
|
5187
|
+
ExclusiveStartGlobalTableName?: string | undefined;
|
|
5095
5188
|
/**
|
|
5096
5189
|
* <p>The maximum number of table names to return, if the parameter is not specified
|
|
5097
5190
|
* DynamoDB defaults to 100.</p>
|
|
@@ -5101,12 +5194,12 @@ export interface ListGlobalTablesInput {
|
|
|
5101
5194
|
* <code>ExclusiveStartGlobalTableName</code> parameter.</p>
|
|
5102
5195
|
* @public
|
|
5103
5196
|
*/
|
|
5104
|
-
Limit?: number;
|
|
5197
|
+
Limit?: number | undefined;
|
|
5105
5198
|
/**
|
|
5106
5199
|
* <p>Lists the global tables in a specific Region.</p>
|
|
5107
5200
|
* @public
|
|
5108
5201
|
*/
|
|
5109
|
-
RegionName?: string;
|
|
5202
|
+
RegionName?: string | undefined;
|
|
5110
5203
|
}
|
|
5111
5204
|
/**
|
|
5112
5205
|
* <p>Represents the properties of a global table.</p>
|
|
@@ -5117,12 +5210,12 @@ export interface GlobalTable {
|
|
|
5117
5210
|
* <p>The global table name.</p>
|
|
5118
5211
|
* @public
|
|
5119
5212
|
*/
|
|
5120
|
-
GlobalTableName?: string;
|
|
5213
|
+
GlobalTableName?: string | undefined;
|
|
5121
5214
|
/**
|
|
5122
5215
|
* <p>The Regions where the global table has replicas.</p>
|
|
5123
5216
|
* @public
|
|
5124
5217
|
*/
|
|
5125
|
-
ReplicationGroup?: Replica[];
|
|
5218
|
+
ReplicationGroup?: Replica[] | undefined;
|
|
5126
5219
|
}
|
|
5127
5220
|
/**
|
|
5128
5221
|
* @public
|
|
@@ -5132,12 +5225,12 @@ export interface ListGlobalTablesOutput {
|
|
|
5132
5225
|
* <p>List of global table names.</p>
|
|
5133
5226
|
* @public
|
|
5134
5227
|
*/
|
|
5135
|
-
GlobalTables?: GlobalTable[];
|
|
5228
|
+
GlobalTables?: GlobalTable[] | undefined;
|
|
5136
5229
|
/**
|
|
5137
5230
|
* <p>Last evaluated global table name.</p>
|
|
5138
5231
|
* @public
|
|
5139
5232
|
*/
|
|
5140
|
-
LastEvaluatedGlobalTableName?: string;
|
|
5233
|
+
LastEvaluatedGlobalTableName?: string | undefined;
|
|
5141
5234
|
}
|
|
5142
5235
|
/**
|
|
5143
5236
|
* @public
|
|
@@ -5148,19 +5241,19 @@ export interface ListImportsInput {
|
|
|
5148
5241
|
* </p>
|
|
5149
5242
|
* @public
|
|
5150
5243
|
*/
|
|
5151
|
-
TableArn?: string;
|
|
5244
|
+
TableArn?: string | undefined;
|
|
5152
5245
|
/**
|
|
5153
5246
|
* <p> The number of <code>ImportSummary </code>objects returned in a single page. </p>
|
|
5154
5247
|
* @public
|
|
5155
5248
|
*/
|
|
5156
|
-
PageSize?: number;
|
|
5249
|
+
PageSize?: number | undefined;
|
|
5157
5250
|
/**
|
|
5158
5251
|
* <p> An optional string that, if supplied, must be copied from the output of a previous
|
|
5159
5252
|
* call to <code>ListImports</code>. When provided in this manner, the API fetches the next
|
|
5160
5253
|
* page of results. </p>
|
|
5161
5254
|
* @public
|
|
5162
5255
|
*/
|
|
5163
|
-
NextToken?: string;
|
|
5256
|
+
NextToken?: string | undefined;
|
|
5164
5257
|
}
|
|
5165
5258
|
/**
|
|
5166
5259
|
* <p> Summary information about the source file for the import.
|
|
@@ -5172,47 +5265,47 @@ export interface ImportSummary {
|
|
|
5172
5265
|
* <p> The Amazon Resource Number (ARN) corresponding to the import request. </p>
|
|
5173
5266
|
* @public
|
|
5174
5267
|
*/
|
|
5175
|
-
ImportArn?: string;
|
|
5268
|
+
ImportArn?: string | undefined;
|
|
5176
5269
|
/**
|
|
5177
5270
|
* <p> The status of the import operation. </p>
|
|
5178
5271
|
* @public
|
|
5179
5272
|
*/
|
|
5180
|
-
ImportStatus?: ImportStatus;
|
|
5273
|
+
ImportStatus?: ImportStatus | undefined;
|
|
5181
5274
|
/**
|
|
5182
5275
|
* <p> The Amazon Resource Number (ARN) of the table being imported into. </p>
|
|
5183
5276
|
* @public
|
|
5184
5277
|
*/
|
|
5185
|
-
TableArn?: string;
|
|
5278
|
+
TableArn?: string | undefined;
|
|
5186
5279
|
/**
|
|
5187
5280
|
* <p> The path and S3 bucket of the source file that is being imported. This includes the
|
|
5188
5281
|
* S3Bucket (required), S3KeyPrefix (optional) and S3BucketOwner (optional if the bucket is
|
|
5189
5282
|
* owned by the requester). </p>
|
|
5190
5283
|
* @public
|
|
5191
5284
|
*/
|
|
5192
|
-
S3BucketSource?: S3BucketSource;
|
|
5285
|
+
S3BucketSource?: S3BucketSource | undefined;
|
|
5193
5286
|
/**
|
|
5194
5287
|
* <p> The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this
|
|
5195
5288
|
* import task. </p>
|
|
5196
5289
|
* @public
|
|
5197
5290
|
*/
|
|
5198
|
-
CloudWatchLogGroupArn?: string;
|
|
5291
|
+
CloudWatchLogGroupArn?: string | undefined;
|
|
5199
5292
|
/**
|
|
5200
5293
|
* <p> The format of the source data. Valid values are <code>CSV</code>,
|
|
5201
5294
|
* <code>DYNAMODB_JSON</code> or <code>ION</code>.</p>
|
|
5202
5295
|
* @public
|
|
5203
5296
|
*/
|
|
5204
|
-
InputFormat?: InputFormat;
|
|
5297
|
+
InputFormat?: InputFormat | undefined;
|
|
5205
5298
|
/**
|
|
5206
5299
|
* <p> The time at which this import task began. </p>
|
|
5207
5300
|
* @public
|
|
5208
5301
|
*/
|
|
5209
|
-
StartTime?: Date;
|
|
5302
|
+
StartTime?: Date | undefined;
|
|
5210
5303
|
/**
|
|
5211
5304
|
* <p> The time at which this import task ended. (Does this include the successful complete
|
|
5212
5305
|
* creation of the table it was imported to?) </p>
|
|
5213
5306
|
* @public
|
|
5214
5307
|
*/
|
|
5215
|
-
EndTime?: Date;
|
|
5308
|
+
EndTime?: Date | undefined;
|
|
5216
5309
|
}
|
|
5217
5310
|
/**
|
|
5218
5311
|
* @public
|
|
@@ -5222,14 +5315,14 @@ export interface ListImportsOutput {
|
|
|
5222
5315
|
* <p> A list of <code>ImportSummary</code> objects. </p>
|
|
5223
5316
|
* @public
|
|
5224
5317
|
*/
|
|
5225
|
-
ImportSummaryList?: ImportSummary[];
|
|
5318
|
+
ImportSummaryList?: ImportSummary[] | undefined;
|
|
5226
5319
|
/**
|
|
5227
5320
|
* <p> If this value is returned, there are additional results to be displayed. To retrieve
|
|
5228
5321
|
* them, call <code>ListImports</code> again, with <code>NextToken</code> set to this
|
|
5229
5322
|
* value. </p>
|
|
5230
5323
|
* @public
|
|
5231
5324
|
*/
|
|
5232
|
-
NextToken?: string;
|
|
5325
|
+
NextToken?: string | undefined;
|
|
5233
5326
|
}
|
|
5234
5327
|
/**
|
|
5235
5328
|
* <p>Represents the input of a <code>ListTables</code> operation.</p>
|
|
@@ -5242,13 +5335,13 @@ export interface ListTablesInput {
|
|
|
5242
5335
|
* can obtain the next page of results.</p>
|
|
5243
5336
|
* @public
|
|
5244
5337
|
*/
|
|
5245
|
-
ExclusiveStartTableName?: string;
|
|
5338
|
+
ExclusiveStartTableName?: string | undefined;
|
|
5246
5339
|
/**
|
|
5247
5340
|
* <p>A maximum number of table names to return. If this parameter is not specified, the
|
|
5248
5341
|
* limit is 100.</p>
|
|
5249
5342
|
* @public
|
|
5250
5343
|
*/
|
|
5251
|
-
Limit?: number;
|
|
5344
|
+
Limit?: number | undefined;
|
|
5252
5345
|
}
|
|
5253
5346
|
/**
|
|
5254
5347
|
* <p>Represents the output of a <code>ListTables</code> operation.</p>
|
|
@@ -5263,7 +5356,7 @@ export interface ListTablesOutput {
|
|
|
5263
5356
|
* <code>ListTables</code> request and obtain the next page of results.</p>
|
|
5264
5357
|
* @public
|
|
5265
5358
|
*/
|
|
5266
|
-
TableNames?: string[];
|
|
5359
|
+
TableNames?: string[] | undefined;
|
|
5267
5360
|
/**
|
|
5268
5361
|
* <p>The name of the last table in the current page of results. Use this value as the
|
|
5269
5362
|
* <code>ExclusiveStartTableName</code> in a new request to obtain the next page of
|
|
@@ -5272,7 +5365,7 @@ export interface ListTablesOutput {
|
|
|
5272
5365
|
* this means that there are no more table names to be retrieved.</p>
|
|
5273
5366
|
* @public
|
|
5274
5367
|
*/
|
|
5275
|
-
LastEvaluatedTableName?: string;
|
|
5368
|
+
LastEvaluatedTableName?: string | undefined;
|
|
5276
5369
|
}
|
|
5277
5370
|
/**
|
|
5278
5371
|
* @public
|
|
@@ -5290,7 +5383,7 @@ export interface ListTagsOfResourceInput {
|
|
|
5290
5383
|
* of results.</p>
|
|
5291
5384
|
* @public
|
|
5292
5385
|
*/
|
|
5293
|
-
NextToken?: string;
|
|
5386
|
+
NextToken?: string | undefined;
|
|
5294
5387
|
}
|
|
5295
5388
|
/**
|
|
5296
5389
|
* @public
|
|
@@ -5300,13 +5393,13 @@ export interface ListTagsOfResourceOutput {
|
|
|
5300
5393
|
* <p>The tags currently associated with the Amazon DynamoDB resource.</p>
|
|
5301
5394
|
* @public
|
|
5302
5395
|
*/
|
|
5303
|
-
Tags?: Tag[];
|
|
5396
|
+
Tags?: Tag[] | undefined;
|
|
5304
5397
|
/**
|
|
5305
5398
|
* <p>If this value is returned, there are additional results to be displayed. To retrieve
|
|
5306
5399
|
* them, call ListTagsOfResource again, with NextToken set to this value.</p>
|
|
5307
5400
|
* @public
|
|
5308
5401
|
*/
|
|
5309
|
-
NextToken?: string;
|
|
5402
|
+
NextToken?: string | undefined;
|
|
5310
5403
|
}
|
|
5311
5404
|
/**
|
|
5312
5405
|
* @public
|
|
@@ -5353,13 +5446,13 @@ export interface PutResourcePolicyInput {
|
|
|
5353
5446
|
* <code>NO_POLICY</code> for the revision ID.</p>
|
|
5354
5447
|
* @public
|
|
5355
5448
|
*/
|
|
5356
|
-
ExpectedRevisionId?: string;
|
|
5449
|
+
ExpectedRevisionId?: string | undefined;
|
|
5357
5450
|
/**
|
|
5358
5451
|
* <p>Set this parameter to <code>true</code> to confirm that you want to remove your
|
|
5359
5452
|
* permissions to change the policy of this resource in the future.</p>
|
|
5360
5453
|
* @public
|
|
5361
5454
|
*/
|
|
5362
|
-
ConfirmRemoveSelfResourceAccess?: boolean;
|
|
5455
|
+
ConfirmRemoveSelfResourceAccess?: boolean | undefined;
|
|
5363
5456
|
}
|
|
5364
5457
|
/**
|
|
5365
5458
|
* @public
|
|
@@ -5369,7 +5462,7 @@ export interface PutResourcePolicyOutput {
|
|
|
5369
5462
|
* <p>A unique string that represents the revision ID of the policy. If you're comparing revision IDs, make sure to always use string comparison logic.</p>
|
|
5370
5463
|
* @public
|
|
5371
5464
|
*/
|
|
5372
|
-
RevisionId?: string;
|
|
5465
|
+
RevisionId?: string | undefined;
|
|
5373
5466
|
}
|
|
5374
5467
|
/**
|
|
5375
5468
|
* @public
|
|
@@ -5403,36 +5496,36 @@ export interface RestoreTableFromBackupInput {
|
|
|
5403
5496
|
* <p>The billing mode of the restored table.</p>
|
|
5404
5497
|
* @public
|
|
5405
5498
|
*/
|
|
5406
|
-
BillingModeOverride?: BillingMode;
|
|
5499
|
+
BillingModeOverride?: BillingMode | undefined;
|
|
5407
5500
|
/**
|
|
5408
5501
|
* <p>List of global secondary indexes for the restored table. The indexes provided should
|
|
5409
5502
|
* match existing secondary indexes. You can choose to exclude some or all of the indexes
|
|
5410
5503
|
* at the time of restore.</p>
|
|
5411
5504
|
* @public
|
|
5412
5505
|
*/
|
|
5413
|
-
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[];
|
|
5506
|
+
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | undefined;
|
|
5414
5507
|
/**
|
|
5415
5508
|
* <p>List of local secondary indexes for the restored table. The indexes provided should
|
|
5416
5509
|
* match existing secondary indexes. You can choose to exclude some or all of the indexes
|
|
5417
5510
|
* at the time of restore.</p>
|
|
5418
5511
|
* @public
|
|
5419
5512
|
*/
|
|
5420
|
-
LocalSecondaryIndexOverride?: LocalSecondaryIndex[];
|
|
5513
|
+
LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | undefined;
|
|
5421
5514
|
/**
|
|
5422
5515
|
* <p>Provisioned throughput settings for the restored table.</p>
|
|
5423
5516
|
* @public
|
|
5424
5517
|
*/
|
|
5425
|
-
ProvisionedThroughputOverride?: ProvisionedThroughput;
|
|
5518
|
+
ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
|
|
5426
5519
|
/**
|
|
5427
5520
|
* <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
5428
5521
|
* @public
|
|
5429
5522
|
*/
|
|
5430
|
-
OnDemandThroughputOverride?: OnDemandThroughput;
|
|
5523
|
+
OnDemandThroughputOverride?: OnDemandThroughput | undefined;
|
|
5431
5524
|
/**
|
|
5432
5525
|
* <p>The new server-side encryption settings for the restored table.</p>
|
|
5433
5526
|
* @public
|
|
5434
5527
|
*/
|
|
5435
|
-
SSESpecificationOverride?: SSESpecification;
|
|
5528
|
+
SSESpecificationOverride?: SSESpecification | undefined;
|
|
5436
5529
|
}
|
|
5437
5530
|
/**
|
|
5438
5531
|
* @public
|
|
@@ -5442,7 +5535,7 @@ export interface RestoreTableFromBackupOutput {
|
|
|
5442
5535
|
* <p>The description of the table created from an existing backup.</p>
|
|
5443
5536
|
* @public
|
|
5444
5537
|
*/
|
|
5445
|
-
TableDescription?: TableDescription;
|
|
5538
|
+
TableDescription?: TableDescription | undefined;
|
|
5446
5539
|
}
|
|
5447
5540
|
/**
|
|
5448
5541
|
* <p>A target table with the specified name already exists. </p>
|
|
@@ -5478,12 +5571,12 @@ export interface RestoreTableToPointInTimeInput {
|
|
|
5478
5571
|
* (ARN).</p>
|
|
5479
5572
|
* @public
|
|
5480
5573
|
*/
|
|
5481
|
-
SourceTableArn?: string;
|
|
5574
|
+
SourceTableArn?: string | undefined;
|
|
5482
5575
|
/**
|
|
5483
5576
|
* <p>Name of the source table that is being restored.</p>
|
|
5484
5577
|
* @public
|
|
5485
5578
|
*/
|
|
5486
|
-
SourceTableName?: string;
|
|
5579
|
+
SourceTableName?: string | undefined;
|
|
5487
5580
|
/**
|
|
5488
5581
|
* <p>The name of the new table to which it must be restored to.</p>
|
|
5489
5582
|
* @public
|
|
@@ -5494,46 +5587,46 @@ export interface RestoreTableToPointInTimeInput {
|
|
|
5494
5587
|
* is typically 5 minutes before the current time. </p>
|
|
5495
5588
|
* @public
|
|
5496
5589
|
*/
|
|
5497
|
-
UseLatestRestorableTime?: boolean;
|
|
5590
|
+
UseLatestRestorableTime?: boolean | undefined;
|
|
5498
5591
|
/**
|
|
5499
5592
|
* <p>Time in the past to restore the table to.</p>
|
|
5500
5593
|
* @public
|
|
5501
5594
|
*/
|
|
5502
|
-
RestoreDateTime?: Date;
|
|
5595
|
+
RestoreDateTime?: Date | undefined;
|
|
5503
5596
|
/**
|
|
5504
5597
|
* <p>The billing mode of the restored table.</p>
|
|
5505
5598
|
* @public
|
|
5506
5599
|
*/
|
|
5507
|
-
BillingModeOverride?: BillingMode;
|
|
5600
|
+
BillingModeOverride?: BillingMode | undefined;
|
|
5508
5601
|
/**
|
|
5509
5602
|
* <p>List of global secondary indexes for the restored table. The indexes provided should
|
|
5510
5603
|
* match existing secondary indexes. You can choose to exclude some or all of the indexes
|
|
5511
5604
|
* at the time of restore.</p>
|
|
5512
5605
|
* @public
|
|
5513
5606
|
*/
|
|
5514
|
-
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[];
|
|
5607
|
+
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | undefined;
|
|
5515
5608
|
/**
|
|
5516
5609
|
* <p>List of local secondary indexes for the restored table. The indexes provided should
|
|
5517
5610
|
* match existing secondary indexes. You can choose to exclude some or all of the indexes
|
|
5518
5611
|
* at the time of restore.</p>
|
|
5519
5612
|
* @public
|
|
5520
5613
|
*/
|
|
5521
|
-
LocalSecondaryIndexOverride?: LocalSecondaryIndex[];
|
|
5614
|
+
LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | undefined;
|
|
5522
5615
|
/**
|
|
5523
5616
|
* <p>Provisioned throughput settings for the restored table.</p>
|
|
5524
5617
|
* @public
|
|
5525
5618
|
*/
|
|
5526
|
-
ProvisionedThroughputOverride?: ProvisionedThroughput;
|
|
5619
|
+
ProvisionedThroughputOverride?: ProvisionedThroughput | undefined;
|
|
5527
5620
|
/**
|
|
5528
5621
|
* <p>Sets the maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
5529
5622
|
* @public
|
|
5530
5623
|
*/
|
|
5531
|
-
OnDemandThroughputOverride?: OnDemandThroughput;
|
|
5624
|
+
OnDemandThroughputOverride?: OnDemandThroughput | undefined;
|
|
5532
5625
|
/**
|
|
5533
5626
|
* <p>The new server-side encryption settings for the restored table.</p>
|
|
5534
5627
|
* @public
|
|
5535
5628
|
*/
|
|
5536
|
-
SSESpecificationOverride?: SSESpecification;
|
|
5629
|
+
SSESpecificationOverride?: SSESpecification | undefined;
|
|
5537
5630
|
}
|
|
5538
5631
|
/**
|
|
5539
5632
|
* @public
|
|
@@ -5543,7 +5636,7 @@ export interface RestoreTableToPointInTimeOutput {
|
|
|
5543
5636
|
* <p>Represents the properties of a table.</p>
|
|
5544
5637
|
* @public
|
|
5545
5638
|
*/
|
|
5546
|
-
TableDescription?: TableDescription;
|
|
5639
|
+
TableDescription?: TableDescription | undefined;
|
|
5547
5640
|
}
|
|
5548
5641
|
/**
|
|
5549
5642
|
* @public
|
|
@@ -5615,7 +5708,7 @@ export interface UpdateContinuousBackupsOutput {
|
|
|
5615
5708
|
* table.</p>
|
|
5616
5709
|
* @public
|
|
5617
5710
|
*/
|
|
5618
|
-
ContinuousBackupsDescription?: ContinuousBackupsDescription;
|
|
5711
|
+
ContinuousBackupsDescription?: ContinuousBackupsDescription | undefined;
|
|
5619
5712
|
}
|
|
5620
5713
|
/**
|
|
5621
5714
|
* @public
|
|
@@ -5631,7 +5724,7 @@ export interface UpdateContributorInsightsInput {
|
|
|
5631
5724
|
* <p>The global secondary index name, if applicable.</p>
|
|
5632
5725
|
* @public
|
|
5633
5726
|
*/
|
|
5634
|
-
IndexName?: string;
|
|
5727
|
+
IndexName?: string | undefined;
|
|
5635
5728
|
/**
|
|
5636
5729
|
* <p>Represents the contributor insights action.</p>
|
|
5637
5730
|
* @public
|
|
@@ -5646,17 +5739,17 @@ export interface UpdateContributorInsightsOutput {
|
|
|
5646
5739
|
* <p>The name of the table.</p>
|
|
5647
5740
|
* @public
|
|
5648
5741
|
*/
|
|
5649
|
-
TableName?: string;
|
|
5742
|
+
TableName?: string | undefined;
|
|
5650
5743
|
/**
|
|
5651
5744
|
* <p>The name of the global secondary index, if applicable.</p>
|
|
5652
5745
|
* @public
|
|
5653
5746
|
*/
|
|
5654
|
-
IndexName?: string;
|
|
5747
|
+
IndexName?: string | undefined;
|
|
5655
5748
|
/**
|
|
5656
5749
|
* <p>The status of contributor insights</p>
|
|
5657
5750
|
* @public
|
|
5658
5751
|
*/
|
|
5659
|
-
ContributorInsightsStatus?: ContributorInsightsStatus;
|
|
5752
|
+
ContributorInsightsStatus?: ContributorInsightsStatus | undefined;
|
|
5660
5753
|
}
|
|
5661
5754
|
/**
|
|
5662
5755
|
* <p>The specified replica is already part of the global table.</p>
|
|
@@ -5702,12 +5795,12 @@ export interface ReplicaUpdate {
|
|
|
5702
5795
|
* <p>The parameters required for creating a replica on an existing global table.</p>
|
|
5703
5796
|
* @public
|
|
5704
5797
|
*/
|
|
5705
|
-
Create?: CreateReplicaAction;
|
|
5798
|
+
Create?: CreateReplicaAction | undefined;
|
|
5706
5799
|
/**
|
|
5707
5800
|
* <p>The name of the existing replica to be removed.</p>
|
|
5708
5801
|
* @public
|
|
5709
5802
|
*/
|
|
5710
|
-
Delete?: DeleteReplicaAction;
|
|
5803
|
+
Delete?: DeleteReplicaAction | undefined;
|
|
5711
5804
|
}
|
|
5712
5805
|
/**
|
|
5713
5806
|
* @public
|
|
@@ -5732,7 +5825,7 @@ export interface UpdateGlobalTableOutput {
|
|
|
5732
5825
|
* <p>Contains the details of the global table.</p>
|
|
5733
5826
|
* @public
|
|
5734
5827
|
*/
|
|
5735
|
-
GlobalTableDescription?: GlobalTableDescription;
|
|
5828
|
+
GlobalTableDescription?: GlobalTableDescription | undefined;
|
|
5736
5829
|
}
|
|
5737
5830
|
/**
|
|
5738
5831
|
* <p>The operation tried to access a nonexistent index.</p>
|
|
@@ -5764,13 +5857,13 @@ export interface GlobalTableGlobalSecondaryIndexSettingsUpdate {
|
|
|
5764
5857
|
* </p>
|
|
5765
5858
|
* @public
|
|
5766
5859
|
*/
|
|
5767
|
-
ProvisionedWriteCapacityUnits?: number;
|
|
5860
|
+
ProvisionedWriteCapacityUnits?: number | undefined;
|
|
5768
5861
|
/**
|
|
5769
5862
|
* <p>Auto scaling settings for managing a global secondary index's write capacity
|
|
5770
5863
|
* units.</p>
|
|
5771
5864
|
* @public
|
|
5772
5865
|
*/
|
|
5773
|
-
ProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
|
|
5866
|
+
ProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
5774
5867
|
}
|
|
5775
5868
|
/**
|
|
5776
5869
|
* <p>Represents the settings of a global secondary index for a global table that will be
|
|
@@ -5789,13 +5882,13 @@ export interface ReplicaGlobalSecondaryIndexSettingsUpdate {
|
|
|
5789
5882
|
* returns a <code>ThrottlingException</code>.</p>
|
|
5790
5883
|
* @public
|
|
5791
5884
|
*/
|
|
5792
|
-
ProvisionedReadCapacityUnits?: number;
|
|
5885
|
+
ProvisionedReadCapacityUnits?: number | undefined;
|
|
5793
5886
|
/**
|
|
5794
5887
|
* <p>Auto scaling settings for managing a global secondary index replica's read capacity
|
|
5795
5888
|
* units.</p>
|
|
5796
5889
|
* @public
|
|
5797
5890
|
*/
|
|
5798
|
-
ProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
|
|
5891
|
+
ProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
5799
5892
|
}
|
|
5800
5893
|
/**
|
|
5801
5894
|
* <p>Represents the settings for a global table in a Region that will be modified.</p>
|
|
@@ -5813,25 +5906,25 @@ export interface ReplicaSettingsUpdate {
|
|
|
5813
5906
|
* Developer Guide</i>. </p>
|
|
5814
5907
|
* @public
|
|
5815
5908
|
*/
|
|
5816
|
-
ReplicaProvisionedReadCapacityUnits?: number;
|
|
5909
|
+
ReplicaProvisionedReadCapacityUnits?: number | undefined;
|
|
5817
5910
|
/**
|
|
5818
5911
|
* <p>Auto scaling settings for managing a global table replica's read capacity
|
|
5819
5912
|
* units.</p>
|
|
5820
5913
|
* @public
|
|
5821
5914
|
*/
|
|
5822
|
-
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
|
|
5915
|
+
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
5823
5916
|
/**
|
|
5824
5917
|
* <p>Represents the settings of a global secondary index for a global table that will be
|
|
5825
5918
|
* modified.</p>
|
|
5826
5919
|
* @public
|
|
5827
5920
|
*/
|
|
5828
|
-
ReplicaGlobalSecondaryIndexSettingsUpdate?: ReplicaGlobalSecondaryIndexSettingsUpdate[];
|
|
5921
|
+
ReplicaGlobalSecondaryIndexSettingsUpdate?: ReplicaGlobalSecondaryIndexSettingsUpdate[] | undefined;
|
|
5829
5922
|
/**
|
|
5830
5923
|
* <p>Replica-specific table class. If not specified, uses the source table's table
|
|
5831
5924
|
* class.</p>
|
|
5832
5925
|
* @public
|
|
5833
5926
|
*/
|
|
5834
|
-
ReplicaTableClass?: TableClass;
|
|
5927
|
+
ReplicaTableClass?: TableClass | undefined;
|
|
5835
5928
|
}
|
|
5836
5929
|
/**
|
|
5837
5930
|
* @public
|
|
@@ -5861,31 +5954,31 @@ export interface UpdateGlobalTableSettingsInput {
|
|
|
5861
5954
|
* </ul>
|
|
5862
5955
|
* @public
|
|
5863
5956
|
*/
|
|
5864
|
-
GlobalTableBillingMode?: BillingMode;
|
|
5957
|
+
GlobalTableBillingMode?: BillingMode | undefined;
|
|
5865
5958
|
/**
|
|
5866
5959
|
* <p>The maximum number of writes consumed per second before DynamoDB returns a
|
|
5867
5960
|
* <code>ThrottlingException.</code>
|
|
5868
5961
|
* </p>
|
|
5869
5962
|
* @public
|
|
5870
5963
|
*/
|
|
5871
|
-
GlobalTableProvisionedWriteCapacityUnits?: number;
|
|
5964
|
+
GlobalTableProvisionedWriteCapacityUnits?: number | undefined;
|
|
5872
5965
|
/**
|
|
5873
5966
|
* <p>Auto scaling settings for managing provisioned write capacity for the global
|
|
5874
5967
|
* table.</p>
|
|
5875
5968
|
* @public
|
|
5876
5969
|
*/
|
|
5877
|
-
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate;
|
|
5970
|
+
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
5878
5971
|
/**
|
|
5879
5972
|
* <p>Represents the settings of a global secondary index for a global table that will be
|
|
5880
5973
|
* modified.</p>
|
|
5881
5974
|
* @public
|
|
5882
5975
|
*/
|
|
5883
|
-
GlobalTableGlobalSecondaryIndexSettingsUpdate?: GlobalTableGlobalSecondaryIndexSettingsUpdate[];
|
|
5976
|
+
GlobalTableGlobalSecondaryIndexSettingsUpdate?: GlobalTableGlobalSecondaryIndexSettingsUpdate[] | undefined;
|
|
5884
5977
|
/**
|
|
5885
5978
|
* <p>Represents the settings for a global table in a Region that will be modified.</p>
|
|
5886
5979
|
* @public
|
|
5887
5980
|
*/
|
|
5888
|
-
ReplicaSettingsUpdate?: ReplicaSettingsUpdate[];
|
|
5981
|
+
ReplicaSettingsUpdate?: ReplicaSettingsUpdate[] | undefined;
|
|
5889
5982
|
}
|
|
5890
5983
|
/**
|
|
5891
5984
|
* @public
|
|
@@ -5895,12 +5988,12 @@ export interface UpdateGlobalTableSettingsOutput {
|
|
|
5895
5988
|
* <p>The name of the global table.</p>
|
|
5896
5989
|
* @public
|
|
5897
5990
|
*/
|
|
5898
|
-
GlobalTableName?: string;
|
|
5991
|
+
GlobalTableName?: string | undefined;
|
|
5899
5992
|
/**
|
|
5900
5993
|
* <p>The Region-specific settings for the global table.</p>
|
|
5901
5994
|
* @public
|
|
5902
5995
|
*/
|
|
5903
|
-
ReplicaSettings?: ReplicaSettingsDescription[];
|
|
5996
|
+
ReplicaSettings?: ReplicaSettingsDescription[] | undefined;
|
|
5904
5997
|
}
|
|
5905
5998
|
/**
|
|
5906
5999
|
* <p>Enables updating the configuration for Kinesis Streaming.</p>
|
|
@@ -5911,7 +6004,7 @@ export interface UpdateKinesisStreamingConfiguration {
|
|
|
5911
6004
|
* <p>Enables updating the precision of Kinesis data stream timestamp. </p>
|
|
5912
6005
|
* @public
|
|
5913
6006
|
*/
|
|
5914
|
-
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
|
6007
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision | undefined;
|
|
5915
6008
|
}
|
|
5916
6009
|
/**
|
|
5917
6010
|
* @public
|
|
@@ -5932,7 +6025,7 @@ export interface UpdateKinesisStreamingDestinationInput {
|
|
|
5932
6025
|
* <p>The command to update the Kinesis stream configuration.</p>
|
|
5933
6026
|
* @public
|
|
5934
6027
|
*/
|
|
5935
|
-
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
|
|
6028
|
+
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration | undefined;
|
|
5936
6029
|
}
|
|
5937
6030
|
/**
|
|
5938
6031
|
* @public
|
|
@@ -5942,22 +6035,22 @@ export interface UpdateKinesisStreamingDestinationOutput {
|
|
|
5942
6035
|
* <p>The table name for the Kinesis streaming destination output.</p>
|
|
5943
6036
|
* @public
|
|
5944
6037
|
*/
|
|
5945
|
-
TableName?: string;
|
|
6038
|
+
TableName?: string | undefined;
|
|
5946
6039
|
/**
|
|
5947
6040
|
* <p>The ARN for the Kinesis stream input.</p>
|
|
5948
6041
|
* @public
|
|
5949
6042
|
*/
|
|
5950
|
-
StreamArn?: string;
|
|
6043
|
+
StreamArn?: string | undefined;
|
|
5951
6044
|
/**
|
|
5952
6045
|
* <p>The status of the attempt to update the Kinesis streaming destination output.</p>
|
|
5953
6046
|
* @public
|
|
5954
6047
|
*/
|
|
5955
|
-
DestinationStatus?: DestinationStatus;
|
|
6048
|
+
DestinationStatus?: DestinationStatus | undefined;
|
|
5956
6049
|
/**
|
|
5957
6050
|
* <p>The command to update the Kinesis streaming destination configuration.</p>
|
|
5958
6051
|
* @public
|
|
5959
6052
|
*/
|
|
5960
|
-
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
|
|
6053
|
+
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration | undefined;
|
|
5961
6054
|
}
|
|
5962
6055
|
/**
|
|
5963
6056
|
* <p>Represents the new provisioned throughput settings to be applied to a global secondary
|
|
@@ -5978,12 +6071,17 @@ export interface UpdateGlobalSecondaryIndexAction {
|
|
|
5978
6071
|
* Guide</i>.</p>
|
|
5979
6072
|
* @public
|
|
5980
6073
|
*/
|
|
5981
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
6074
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
5982
6075
|
/**
|
|
5983
6076
|
* <p>Updates the maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
5984
6077
|
* @public
|
|
5985
6078
|
*/
|
|
5986
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
6079
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
6080
|
+
/**
|
|
6081
|
+
* <p>Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.</p>
|
|
6082
|
+
* @public
|
|
6083
|
+
*/
|
|
6084
|
+
WarmThroughput?: WarmThroughput | undefined;
|
|
5987
6085
|
}
|
|
5988
6086
|
/**
|
|
5989
6087
|
* <p>Represents one of the following:</p>
|
|
@@ -6008,7 +6106,7 @@ export interface GlobalSecondaryIndexUpdate {
|
|
|
6008
6106
|
* settings to be applied to that index.</p>
|
|
6009
6107
|
* @public
|
|
6010
6108
|
*/
|
|
6011
|
-
Update?: UpdateGlobalSecondaryIndexAction;
|
|
6109
|
+
Update?: UpdateGlobalSecondaryIndexAction | undefined;
|
|
6012
6110
|
/**
|
|
6013
6111
|
* <p>The parameters required for creating a global secondary index on an existing
|
|
6014
6112
|
* table:</p>
|
|
@@ -6041,12 +6139,12 @@ export interface GlobalSecondaryIndexUpdate {
|
|
|
6041
6139
|
* </ul>
|
|
6042
6140
|
* @public
|
|
6043
6141
|
*/
|
|
6044
|
-
Create?: CreateGlobalSecondaryIndexAction;
|
|
6142
|
+
Create?: CreateGlobalSecondaryIndexAction | undefined;
|
|
6045
6143
|
/**
|
|
6046
6144
|
* <p>The name of an existing global secondary index to be removed.</p>
|
|
6047
6145
|
* @public
|
|
6048
6146
|
*/
|
|
6049
|
-
Delete?: DeleteGlobalSecondaryIndexAction;
|
|
6147
|
+
Delete?: DeleteGlobalSecondaryIndexAction | undefined;
|
|
6050
6148
|
}
|
|
6051
6149
|
/**
|
|
6052
6150
|
* <p>Represents a replica to be modified.</p>
|
|
@@ -6065,29 +6163,29 @@ export interface UpdateReplicationGroupMemberAction {
|
|
|
6065
6163
|
* the default DynamoDB KMS key <code>alias/aws/dynamodb</code>.</p>
|
|
6066
6164
|
* @public
|
|
6067
6165
|
*/
|
|
6068
|
-
KMSMasterKeyId?: string;
|
|
6166
|
+
KMSMasterKeyId?: string | undefined;
|
|
6069
6167
|
/**
|
|
6070
6168
|
* <p>Replica-specific provisioned throughput. If not specified, uses the source table's
|
|
6071
6169
|
* provisioned throughput settings.</p>
|
|
6072
6170
|
* @public
|
|
6073
6171
|
*/
|
|
6074
|
-
ProvisionedThroughputOverride?: ProvisionedThroughputOverride;
|
|
6172
|
+
ProvisionedThroughputOverride?: ProvisionedThroughputOverride | undefined;
|
|
6075
6173
|
/**
|
|
6076
6174
|
* <p>Overrides the maximum on-demand throughput for the replica table.</p>
|
|
6077
6175
|
* @public
|
|
6078
6176
|
*/
|
|
6079
|
-
OnDemandThroughputOverride?: OnDemandThroughputOverride;
|
|
6177
|
+
OnDemandThroughputOverride?: OnDemandThroughputOverride | undefined;
|
|
6080
6178
|
/**
|
|
6081
6179
|
* <p>Replica-specific global secondary index settings.</p>
|
|
6082
6180
|
* @public
|
|
6083
6181
|
*/
|
|
6084
|
-
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[];
|
|
6182
|
+
GlobalSecondaryIndexes?: ReplicaGlobalSecondaryIndex[] | undefined;
|
|
6085
6183
|
/**
|
|
6086
6184
|
* <p>Replica-specific table class. If not specified, uses the source table's table
|
|
6087
6185
|
* class.</p>
|
|
6088
6186
|
* @public
|
|
6089
6187
|
*/
|
|
6090
|
-
TableClassOverride?: TableClass;
|
|
6188
|
+
TableClassOverride?: TableClass | undefined;
|
|
6091
6189
|
}
|
|
6092
6190
|
/**
|
|
6093
6191
|
* <p>Represents one of the following:</p>
|
|
@@ -6119,17 +6217,17 @@ export interface ReplicationGroupUpdate {
|
|
|
6119
6217
|
* <p>The parameters required for creating a replica for the table.</p>
|
|
6120
6218
|
* @public
|
|
6121
6219
|
*/
|
|
6122
|
-
Create?: CreateReplicationGroupMemberAction;
|
|
6220
|
+
Create?: CreateReplicationGroupMemberAction | undefined;
|
|
6123
6221
|
/**
|
|
6124
6222
|
* <p>The parameters required for updating a replica for the table.</p>
|
|
6125
6223
|
* @public
|
|
6126
6224
|
*/
|
|
6127
|
-
Update?: UpdateReplicationGroupMemberAction;
|
|
6225
|
+
Update?: UpdateReplicationGroupMemberAction | undefined;
|
|
6128
6226
|
/**
|
|
6129
6227
|
* <p>The parameters required for deleting a replica for the table.</p>
|
|
6130
6228
|
* @public
|
|
6131
6229
|
*/
|
|
6132
|
-
Delete?: DeleteReplicationGroupMemberAction;
|
|
6230
|
+
Delete?: DeleteReplicationGroupMemberAction | undefined;
|
|
6133
6231
|
}
|
|
6134
6232
|
/**
|
|
6135
6233
|
* <p>Represents the input of an <code>UpdateTable</code> operation.</p>
|
|
@@ -6142,7 +6240,7 @@ export interface UpdateTableInput {
|
|
|
6142
6240
|
* must include the key element(s) of the new index.</p>
|
|
6143
6241
|
* @public
|
|
6144
6242
|
*/
|
|
6145
|
-
AttributeDefinitions?: AttributeDefinition[];
|
|
6243
|
+
AttributeDefinitions?: AttributeDefinition[] | undefined;
|
|
6146
6244
|
/**
|
|
6147
6245
|
* <p>The name of the table to be updated. You can also provide the Amazon Resource Name (ARN) of the table
|
|
6148
6246
|
* in this parameter.</p>
|
|
@@ -6170,12 +6268,12 @@ export interface UpdateTableInput {
|
|
|
6170
6268
|
* </ul>
|
|
6171
6269
|
* @public
|
|
6172
6270
|
*/
|
|
6173
|
-
BillingMode?: BillingMode;
|
|
6271
|
+
BillingMode?: BillingMode | undefined;
|
|
6174
6272
|
/**
|
|
6175
6273
|
* <p>The new provisioned throughput settings for the specified table or index.</p>
|
|
6176
6274
|
* @public
|
|
6177
6275
|
*/
|
|
6178
|
-
ProvisionedThroughput?: ProvisionedThroughput;
|
|
6276
|
+
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
6179
6277
|
/**
|
|
6180
6278
|
* <p>An array of one or more global secondary indexes for the table. For each index in the
|
|
6181
6279
|
* array, you can request one action:</p>
|
|
@@ -6201,7 +6299,7 @@ export interface UpdateTableInput {
|
|
|
6201
6299
|
* Guide</i>. </p>
|
|
6202
6300
|
* @public
|
|
6203
6301
|
*/
|
|
6204
|
-
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdate[];
|
|
6302
|
+
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdate[] | undefined;
|
|
6205
6303
|
/**
|
|
6206
6304
|
* <p>Represents the DynamoDB Streams configuration for the table.</p>
|
|
6207
6305
|
* <note>
|
|
@@ -6211,12 +6309,12 @@ export interface UpdateTableInput {
|
|
|
6211
6309
|
* </note>
|
|
6212
6310
|
* @public
|
|
6213
6311
|
*/
|
|
6214
|
-
StreamSpecification?: StreamSpecification;
|
|
6312
|
+
StreamSpecification?: StreamSpecification | undefined;
|
|
6215
6313
|
/**
|
|
6216
6314
|
* <p>The new server-side encryption settings for the specified table.</p>
|
|
6217
6315
|
* @public
|
|
6218
6316
|
*/
|
|
6219
|
-
SSESpecification?: SSESpecification;
|
|
6317
|
+
SSESpecification?: SSESpecification | undefined;
|
|
6220
6318
|
/**
|
|
6221
6319
|
* <p>A list of replica update actions (create, delete, or update) for the table.</p>
|
|
6222
6320
|
* <note>
|
|
@@ -6225,26 +6323,31 @@ export interface UpdateTableInput {
|
|
|
6225
6323
|
* </note>
|
|
6226
6324
|
* @public
|
|
6227
6325
|
*/
|
|
6228
|
-
ReplicaUpdates?: ReplicationGroupUpdate[];
|
|
6326
|
+
ReplicaUpdates?: ReplicationGroupUpdate[] | undefined;
|
|
6229
6327
|
/**
|
|
6230
6328
|
* <p>The table class of the table to be updated. Valid values are <code>STANDARD</code> and
|
|
6231
6329
|
* <code>STANDARD_INFREQUENT_ACCESS</code>.</p>
|
|
6232
6330
|
* @public
|
|
6233
6331
|
*/
|
|
6234
|
-
TableClass?: TableClass;
|
|
6332
|
+
TableClass?: TableClass | undefined;
|
|
6235
6333
|
/**
|
|
6236
6334
|
* <p>Indicates whether deletion protection is to be enabled (true) or disabled (false) on
|
|
6237
6335
|
* the table.</p>
|
|
6238
6336
|
* @public
|
|
6239
6337
|
*/
|
|
6240
|
-
DeletionProtectionEnabled?: boolean;
|
|
6338
|
+
DeletionProtectionEnabled?: boolean | undefined;
|
|
6241
6339
|
/**
|
|
6242
6340
|
* <p>Updates the maximum number of read and write units for the specified table in
|
|
6243
6341
|
* on-demand capacity mode. If you use this parameter, you must specify
|
|
6244
6342
|
* <code>MaxReadRequestUnits</code>, <code>MaxWriteRequestUnits</code>, or both.</p>
|
|
6245
6343
|
* @public
|
|
6246
6344
|
*/
|
|
6247
|
-
OnDemandThroughput?: OnDemandThroughput;
|
|
6345
|
+
OnDemandThroughput?: OnDemandThroughput | undefined;
|
|
6346
|
+
/**
|
|
6347
|
+
* <p>Represents the warm throughput (in read units per second and write units per second) for updating a table.</p>
|
|
6348
|
+
* @public
|
|
6349
|
+
*/
|
|
6350
|
+
WarmThroughput?: WarmThroughput | undefined;
|
|
6248
6351
|
}
|
|
6249
6352
|
/**
|
|
6250
6353
|
* <p>Represents the output of an <code>UpdateTable</code> operation.</p>
|
|
@@ -6255,7 +6358,7 @@ export interface UpdateTableOutput {
|
|
|
6255
6358
|
* <p>Represents the properties of the table.</p>
|
|
6256
6359
|
* @public
|
|
6257
6360
|
*/
|
|
6258
|
-
TableDescription?: TableDescription;
|
|
6361
|
+
TableDescription?: TableDescription | undefined;
|
|
6259
6362
|
}
|
|
6260
6363
|
/**
|
|
6261
6364
|
* <p>Represents the auto scaling settings of a global secondary index for a global table
|
|
@@ -6267,13 +6370,13 @@ export interface GlobalSecondaryIndexAutoScalingUpdate {
|
|
|
6267
6370
|
* <p>The name of the global secondary index.</p>
|
|
6268
6371
|
* @public
|
|
6269
6372
|
*/
|
|
6270
|
-
IndexName?: string;
|
|
6373
|
+
IndexName?: string | undefined;
|
|
6271
6374
|
/**
|
|
6272
6375
|
* <p>Represents the auto scaling settings to be modified for a global table or global
|
|
6273
6376
|
* secondary index.</p>
|
|
6274
6377
|
* @public
|
|
6275
6378
|
*/
|
|
6276
|
-
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
|
|
6379
|
+
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
6277
6380
|
}
|
|
6278
6381
|
/**
|
|
6279
6382
|
* <p>Represents the auto scaling settings of a global secondary index for a replica that
|
|
@@ -6285,13 +6388,13 @@ export interface ReplicaGlobalSecondaryIndexAutoScalingUpdate {
|
|
|
6285
6388
|
* <p>The name of the global secondary index.</p>
|
|
6286
6389
|
* @public
|
|
6287
6390
|
*/
|
|
6288
|
-
IndexName?: string;
|
|
6391
|
+
IndexName?: string | undefined;
|
|
6289
6392
|
/**
|
|
6290
6393
|
* <p>Represents the auto scaling settings to be modified for a global table or global
|
|
6291
6394
|
* secondary index.</p>
|
|
6292
6395
|
* @public
|
|
6293
6396
|
*/
|
|
6294
|
-
ProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
|
|
6397
|
+
ProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
6295
6398
|
}
|
|
6296
6399
|
/**
|
|
6297
6400
|
* <p>Represents the auto scaling settings of a replica that will be modified.</p>
|
|
@@ -6308,13 +6411,13 @@ export interface ReplicaAutoScalingUpdate {
|
|
|
6308
6411
|
* modified.</p>
|
|
6309
6412
|
* @public
|
|
6310
6413
|
*/
|
|
6311
|
-
ReplicaGlobalSecondaryIndexUpdates?: ReplicaGlobalSecondaryIndexAutoScalingUpdate[];
|
|
6414
|
+
ReplicaGlobalSecondaryIndexUpdates?: ReplicaGlobalSecondaryIndexAutoScalingUpdate[] | undefined;
|
|
6312
6415
|
/**
|
|
6313
6416
|
* <p>Represents the auto scaling settings to be modified for a global table or global
|
|
6314
6417
|
* secondary index.</p>
|
|
6315
6418
|
* @public
|
|
6316
6419
|
*/
|
|
6317
|
-
ReplicaProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
|
|
6420
|
+
ReplicaProvisionedReadCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
6318
6421
|
}
|
|
6319
6422
|
/**
|
|
6320
6423
|
* @public
|
|
@@ -6325,7 +6428,7 @@ export interface UpdateTableReplicaAutoScalingInput {
|
|
|
6325
6428
|
* be updated.</p>
|
|
6326
6429
|
* @public
|
|
6327
6430
|
*/
|
|
6328
|
-
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexAutoScalingUpdate[];
|
|
6431
|
+
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexAutoScalingUpdate[] | undefined;
|
|
6329
6432
|
/**
|
|
6330
6433
|
* <p>The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the
|
|
6331
6434
|
* table in this parameter.</p>
|
|
@@ -6337,13 +6440,13 @@ export interface UpdateTableReplicaAutoScalingInput {
|
|
|
6337
6440
|
* secondary index.</p>
|
|
6338
6441
|
* @public
|
|
6339
6442
|
*/
|
|
6340
|
-
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate;
|
|
6443
|
+
ProvisionedWriteCapacityAutoScalingUpdate?: AutoScalingSettingsUpdate | undefined;
|
|
6341
6444
|
/**
|
|
6342
6445
|
* <p>Represents the auto scaling settings of replicas of the table that will be
|
|
6343
6446
|
* modified.</p>
|
|
6344
6447
|
* @public
|
|
6345
6448
|
*/
|
|
6346
|
-
ReplicaUpdates?: ReplicaAutoScalingUpdate[];
|
|
6449
|
+
ReplicaUpdates?: ReplicaAutoScalingUpdate[] | undefined;
|
|
6347
6450
|
}
|
|
6348
6451
|
/**
|
|
6349
6452
|
* @public
|
|
@@ -6353,7 +6456,7 @@ export interface UpdateTableReplicaAutoScalingOutput {
|
|
|
6353
6456
|
* <p>Returns information about the auto scaling settings of a table with replicas.</p>
|
|
6354
6457
|
* @public
|
|
6355
6458
|
*/
|
|
6356
|
-
TableAutoScalingDescription?: TableAutoScalingDescription;
|
|
6459
|
+
TableAutoScalingDescription?: TableAutoScalingDescription | undefined;
|
|
6357
6460
|
}
|
|
6358
6461
|
/**
|
|
6359
6462
|
* <p>Represents the settings used to enable or disable Time to Live (TTL) for the specified
|
|
@@ -6399,7 +6502,7 @@ export interface UpdateTimeToLiveOutput {
|
|
|
6399
6502
|
* <p>Represents the output of an <code>UpdateTimeToLive</code> operation.</p>
|
|
6400
6503
|
* @public
|
|
6401
6504
|
*/
|
|
6402
|
-
TimeToLiveSpecification?: TimeToLiveSpecification;
|
|
6505
|
+
TimeToLiveSpecification?: TimeToLiveSpecification | undefined;
|
|
6403
6506
|
}
|
|
6404
6507
|
/**
|
|
6405
6508
|
* <p>Represents the data for an attribute.</p>
|
|
@@ -6673,7 +6776,7 @@ export interface AttributeValueUpdate {
|
|
|
6673
6776
|
* </p>
|
|
6674
6777
|
* @public
|
|
6675
6778
|
*/
|
|
6676
|
-
Value?: AttributeValue;
|
|
6779
|
+
Value?: AttributeValue | undefined;
|
|
6677
6780
|
/**
|
|
6678
6781
|
* <p>Specifies how to perform the update. Valid values are <code>PUT</code> (default),
|
|
6679
6782
|
* <code>DELETE</code>, and <code>ADD</code>. The behavior depends on whether the
|
|
@@ -6770,7 +6873,7 @@ export interface AttributeValueUpdate {
|
|
|
6770
6873
|
* </ul>
|
|
6771
6874
|
* @public
|
|
6772
6875
|
*/
|
|
6773
|
-
Action?: AttributeAction;
|
|
6876
|
+
Action?: AttributeAction | undefined;
|
|
6774
6877
|
}
|
|
6775
6878
|
/**
|
|
6776
6879
|
* <p> An error associated with a statement in a PartiQL batch that was run. </p>
|
|
@@ -6781,17 +6884,17 @@ export interface BatchStatementError {
|
|
|
6781
6884
|
* <p> The error code associated with the failed PartiQL batch statement. </p>
|
|
6782
6885
|
* @public
|
|
6783
6886
|
*/
|
|
6784
|
-
Code?: BatchStatementErrorCodeEnum;
|
|
6887
|
+
Code?: BatchStatementErrorCodeEnum | undefined;
|
|
6785
6888
|
/**
|
|
6786
6889
|
* <p> The error message associated with the PartiQL batch response. </p>
|
|
6787
6890
|
* @public
|
|
6788
6891
|
*/
|
|
6789
|
-
Message?: string;
|
|
6892
|
+
Message?: string | undefined;
|
|
6790
6893
|
/**
|
|
6791
6894
|
* <p>The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as <code>ALL_OLD</code>.</p>
|
|
6792
6895
|
* @public
|
|
6793
6896
|
*/
|
|
6794
|
-
Item?: Record<string, AttributeValue
|
|
6897
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
6795
6898
|
}
|
|
6796
6899
|
/**
|
|
6797
6900
|
* <p> A PartiQL batch statement request. </p>
|
|
@@ -6807,12 +6910,12 @@ export interface BatchStatementRequest {
|
|
|
6807
6910
|
* <p> The parameters associated with a PartiQL statement in the batch request. </p>
|
|
6808
6911
|
* @public
|
|
6809
6912
|
*/
|
|
6810
|
-
Parameters?: AttributeValue[];
|
|
6913
|
+
Parameters?: AttributeValue[] | undefined;
|
|
6811
6914
|
/**
|
|
6812
6915
|
* <p> The read consistency of the PartiQL batch request. </p>
|
|
6813
6916
|
* @public
|
|
6814
6917
|
*/
|
|
6815
|
-
ConsistentRead?: boolean;
|
|
6918
|
+
ConsistentRead?: boolean | undefined;
|
|
6816
6919
|
/**
|
|
6817
6920
|
* <p>An optional parameter that returns the item attributes for a PartiQL batch request
|
|
6818
6921
|
* operation that failed a condition check.</p>
|
|
@@ -6821,7 +6924,7 @@ export interface BatchStatementRequest {
|
|
|
6821
6924
|
* units are consumed.</p>
|
|
6822
6925
|
* @public
|
|
6823
6926
|
*/
|
|
6824
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
6927
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
6825
6928
|
}
|
|
6826
6929
|
/**
|
|
6827
6930
|
* <p>An ordered list of errors for each item in the request which caused the transaction to
|
|
@@ -6835,17 +6938,17 @@ export interface CancellationReason {
|
|
|
6835
6938
|
* <p>Item in the request which caused the transaction to get cancelled.</p>
|
|
6836
6939
|
* @public
|
|
6837
6940
|
*/
|
|
6838
|
-
Item?: Record<string, AttributeValue
|
|
6941
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
6839
6942
|
/**
|
|
6840
6943
|
* <p>Status code for the result of the cancelled transaction.</p>
|
|
6841
6944
|
* @public
|
|
6842
6945
|
*/
|
|
6843
|
-
Code?: string;
|
|
6946
|
+
Code?: string | undefined;
|
|
6844
6947
|
/**
|
|
6845
6948
|
* <p>Cancellation reason message description.</p>
|
|
6846
6949
|
* @public
|
|
6847
6950
|
*/
|
|
6848
|
-
Message?: string;
|
|
6951
|
+
Message?: string | undefined;
|
|
6849
6952
|
}
|
|
6850
6953
|
/**
|
|
6851
6954
|
* <p>Represents the selection criteria for a <code>Query</code> or <code>Scan</code>
|
|
@@ -6883,7 +6986,7 @@ export interface Condition {
|
|
|
6883
6986
|
* compares binary values.</p>
|
|
6884
6987
|
* @public
|
|
6885
6988
|
*/
|
|
6886
|
-
AttributeValueList?: AttributeValue[];
|
|
6989
|
+
AttributeValueList?: AttributeValue[] | undefined;
|
|
6887
6990
|
/**
|
|
6888
6991
|
* <p>A comparator for evaluating attributes. For example, equals, greater than, less than,
|
|
6889
6992
|
* etc.</p>
|
|
@@ -7086,7 +7189,7 @@ export declare class ConditionalCheckFailedException extends __BaseException {
|
|
|
7086
7189
|
* <p>Item which caused the <code>ConditionalCheckFailedException</code>.</p>
|
|
7087
7190
|
* @public
|
|
7088
7191
|
*/
|
|
7089
|
-
Item?: Record<string, AttributeValue
|
|
7192
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
7090
7193
|
/**
|
|
7091
7194
|
* @internal
|
|
7092
7195
|
*/
|
|
@@ -7118,19 +7221,19 @@ export interface ExecuteStatementInput {
|
|
|
7118
7221
|
* <p>The parameters for the PartiQL statement, if any.</p>
|
|
7119
7222
|
* @public
|
|
7120
7223
|
*/
|
|
7121
|
-
Parameters?: AttributeValue[];
|
|
7224
|
+
Parameters?: AttributeValue[] | undefined;
|
|
7122
7225
|
/**
|
|
7123
7226
|
* <p>The consistency of a read operation. If set to <code>true</code>, then a strongly
|
|
7124
7227
|
* consistent read is used; otherwise, an eventually consistent read is used.</p>
|
|
7125
7228
|
* @public
|
|
7126
7229
|
*/
|
|
7127
|
-
ConsistentRead?: boolean;
|
|
7230
|
+
ConsistentRead?: boolean | undefined;
|
|
7128
7231
|
/**
|
|
7129
7232
|
* <p>Set this value to get remaining results, if <code>NextToken</code> was returned in the
|
|
7130
7233
|
* statement response.</p>
|
|
7131
7234
|
* @public
|
|
7132
7235
|
*/
|
|
7133
|
-
NextToken?: string;
|
|
7236
|
+
NextToken?: string | undefined;
|
|
7134
7237
|
/**
|
|
7135
7238
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
7136
7239
|
* consumption that is returned in the response:</p>
|
|
@@ -7159,7 +7262,7 @@ export interface ExecuteStatementInput {
|
|
|
7159
7262
|
* </ul>
|
|
7160
7263
|
* @public
|
|
7161
7264
|
*/
|
|
7162
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
7265
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
7163
7266
|
/**
|
|
7164
7267
|
* <p>The maximum number of items to evaluate (not necessarily the number of matching
|
|
7165
7268
|
* items). If DynamoDB processes the number of items up to the limit while processing the
|
|
@@ -7171,7 +7274,7 @@ export interface ExecuteStatementInput {
|
|
|
7171
7274
|
* operation to continue the operation. </p>
|
|
7172
7275
|
* @public
|
|
7173
7276
|
*/
|
|
7174
|
-
Limit?: number;
|
|
7277
|
+
Limit?: number | undefined;
|
|
7175
7278
|
/**
|
|
7176
7279
|
* <p>An optional parameter that returns the item attributes for an
|
|
7177
7280
|
* <code>ExecuteStatement</code> operation that failed a condition check.</p>
|
|
@@ -7180,7 +7283,7 @@ export interface ExecuteStatementInput {
|
|
|
7180
7283
|
* units are consumed.</p>
|
|
7181
7284
|
* @public
|
|
7182
7285
|
*/
|
|
7183
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
7286
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
7184
7287
|
}
|
|
7185
7288
|
/**
|
|
7186
7289
|
* <p>Specifies an item and related attribute values to retrieve in a
|
|
@@ -7206,13 +7309,13 @@ export interface Get {
|
|
|
7206
7309
|
* the requested attributes are not found, they do not appear in the result.</p>
|
|
7207
7310
|
* @public
|
|
7208
7311
|
*/
|
|
7209
|
-
ProjectionExpression?: string;
|
|
7312
|
+
ProjectionExpression?: string | undefined;
|
|
7210
7313
|
/**
|
|
7211
7314
|
* <p>One or more substitution tokens for attribute names in the ProjectionExpression
|
|
7212
7315
|
* parameter.</p>
|
|
7213
7316
|
* @public
|
|
7214
7317
|
*/
|
|
7215
|
-
ExpressionAttributeNames?: Record<string, string
|
|
7318
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
7216
7319
|
}
|
|
7217
7320
|
/**
|
|
7218
7321
|
* <p>Represents the input of a <code>GetItem</code> operation.</p>
|
|
@@ -7241,14 +7344,14 @@ export interface GetItemInput {
|
|
|
7241
7344
|
* Guide</i>.</p>
|
|
7242
7345
|
* @public
|
|
7243
7346
|
*/
|
|
7244
|
-
AttributesToGet?: string[];
|
|
7347
|
+
AttributesToGet?: string[] | undefined;
|
|
7245
7348
|
/**
|
|
7246
7349
|
* <p>Determines the read consistency model: If set to <code>true</code>, then the operation
|
|
7247
7350
|
* uses strongly consistent reads; otherwise, the operation uses eventually consistent
|
|
7248
7351
|
* reads.</p>
|
|
7249
7352
|
* @public
|
|
7250
7353
|
*/
|
|
7251
|
-
ConsistentRead?: boolean;
|
|
7354
|
+
ConsistentRead?: boolean | undefined;
|
|
7252
7355
|
/**
|
|
7253
7356
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
7254
7357
|
* consumption that is returned in the response:</p>
|
|
@@ -7277,7 +7380,7 @@ export interface GetItemInput {
|
|
|
7277
7380
|
* </ul>
|
|
7278
7381
|
* @public
|
|
7279
7382
|
*/
|
|
7280
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
7383
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
7281
7384
|
/**
|
|
7282
7385
|
* <p>A string that identifies one or more attributes to retrieve from the table. These
|
|
7283
7386
|
* attributes can include scalars, sets, or elements of a JSON document. The attributes in
|
|
@@ -7288,7 +7391,7 @@ export interface GetItemInput {
|
|
|
7288
7391
|
* Guide</i>.</p>
|
|
7289
7392
|
* @public
|
|
7290
7393
|
*/
|
|
7291
|
-
ProjectionExpression?: string;
|
|
7394
|
+
ProjectionExpression?: string | undefined;
|
|
7292
7395
|
/**
|
|
7293
7396
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
7294
7397
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -7343,7 +7446,7 @@ export interface GetItemInput {
|
|
|
7343
7446
|
* Guide</i>.</p>
|
|
7344
7447
|
* @public
|
|
7345
7448
|
*/
|
|
7346
|
-
ExpressionAttributeNames?: Record<string, string
|
|
7449
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
7347
7450
|
}
|
|
7348
7451
|
/**
|
|
7349
7452
|
* <p>Represents the output of a <code>GetItem</code> operation.</p>
|
|
@@ -7355,7 +7458,7 @@ export interface GetItemOutput {
|
|
|
7355
7458
|
* <code>ProjectionExpression</code>.</p>
|
|
7356
7459
|
* @public
|
|
7357
7460
|
*/
|
|
7358
|
-
Item?: Record<string, AttributeValue
|
|
7461
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
7359
7462
|
/**
|
|
7360
7463
|
* <p>The capacity units consumed by the <code>GetItem</code> operation. The data returned
|
|
7361
7464
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
@@ -7365,7 +7468,7 @@ export interface GetItemOutput {
|
|
|
7365
7468
|
* DynamoDB Developer Guide</i>.</p>
|
|
7366
7469
|
* @public
|
|
7367
7470
|
*/
|
|
7368
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
7471
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
7369
7472
|
}
|
|
7370
7473
|
/**
|
|
7371
7474
|
* <p>Information about item collections, if any, that were affected by the operation.
|
|
@@ -7380,7 +7483,7 @@ export interface ItemCollectionMetrics {
|
|
|
7380
7483
|
* partition key value of the item.</p>
|
|
7381
7484
|
* @public
|
|
7382
7485
|
*/
|
|
7383
|
-
ItemCollectionKey?: Record<string, AttributeValue
|
|
7486
|
+
ItemCollectionKey?: Record<string, AttributeValue> | undefined;
|
|
7384
7487
|
/**
|
|
7385
7488
|
* <p>An estimate of item collection size, in gigabytes. This value is a two-element array
|
|
7386
7489
|
* containing a lower bound and an upper bound for the estimate. The estimate includes the
|
|
@@ -7391,7 +7494,7 @@ export interface ItemCollectionMetrics {
|
|
|
7391
7494
|
* or accuracy of the estimate.</p>
|
|
7392
7495
|
* @public
|
|
7393
7496
|
*/
|
|
7394
|
-
SizeEstimateRangeGB?: number[];
|
|
7497
|
+
SizeEstimateRangeGB?: number[] | undefined;
|
|
7395
7498
|
}
|
|
7396
7499
|
/**
|
|
7397
7500
|
* <p>Details for the requested item.</p>
|
|
@@ -7402,7 +7505,7 @@ export interface ItemResponse {
|
|
|
7402
7505
|
* <p>Map of attribute data consisting of the data type and attribute value.</p>
|
|
7403
7506
|
* @public
|
|
7404
7507
|
*/
|
|
7405
|
-
Item?: Record<string, AttributeValue
|
|
7508
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
7406
7509
|
}
|
|
7407
7510
|
/**
|
|
7408
7511
|
* <p> Represents a PartiQL statement that uses parameters. </p>
|
|
@@ -7418,7 +7521,7 @@ export interface ParameterizedStatement {
|
|
|
7418
7521
|
* <p> The parameter values. </p>
|
|
7419
7522
|
* @public
|
|
7420
7523
|
*/
|
|
7421
|
-
Parameters?: AttributeValue[];
|
|
7524
|
+
Parameters?: AttributeValue[] | undefined;
|
|
7422
7525
|
/**
|
|
7423
7526
|
* <p>An optional parameter that returns the item attributes for a PartiQL
|
|
7424
7527
|
* <code>ParameterizedStatement</code> operation that failed a condition check.</p>
|
|
@@ -7427,7 +7530,7 @@ export interface ParameterizedStatement {
|
|
|
7427
7530
|
* units are consumed.</p>
|
|
7428
7531
|
* @public
|
|
7429
7532
|
*/
|
|
7430
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
7533
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
7431
7534
|
}
|
|
7432
7535
|
/**
|
|
7433
7536
|
* <p>Represents a request to perform a <code>PutItem</code> operation on an item.</p>
|
|
@@ -7467,13 +7570,13 @@ export interface KeysAndAttributes {
|
|
|
7467
7570
|
* Guide</i>.</p>
|
|
7468
7571
|
* @public
|
|
7469
7572
|
*/
|
|
7470
|
-
AttributesToGet?: string[];
|
|
7573
|
+
AttributesToGet?: string[] | undefined;
|
|
7471
7574
|
/**
|
|
7472
7575
|
* <p>The consistency of a read operation. If set to <code>true</code>, then a strongly
|
|
7473
7576
|
* consistent read is used; otherwise, an eventually consistent read is used.</p>
|
|
7474
7577
|
* @public
|
|
7475
7578
|
*/
|
|
7476
|
-
ConsistentRead?: boolean;
|
|
7579
|
+
ConsistentRead?: boolean | undefined;
|
|
7477
7580
|
/**
|
|
7478
7581
|
* <p>A string that identifies one or more attributes to retrieve from the table. These
|
|
7479
7582
|
* attributes can include scalars, sets, or elements of a JSON document. The attributes in
|
|
@@ -7484,7 +7587,7 @@ export interface KeysAndAttributes {
|
|
|
7484
7587
|
* Guide</i>.</p>
|
|
7485
7588
|
* @public
|
|
7486
7589
|
*/
|
|
7487
|
-
ProjectionExpression?: string;
|
|
7590
|
+
ProjectionExpression?: string | undefined;
|
|
7488
7591
|
/**
|
|
7489
7592
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
7490
7593
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -7539,7 +7642,7 @@ export interface KeysAndAttributes {
|
|
|
7539
7642
|
* Guide</i>.</p>
|
|
7540
7643
|
* @public
|
|
7541
7644
|
*/
|
|
7542
|
-
ExpressionAttributeNames?: Record<string, string
|
|
7645
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
7543
7646
|
}
|
|
7544
7647
|
/**
|
|
7545
7648
|
* <p>Specifies an item to be retrieved as part of the transaction.</p>
|
|
@@ -7591,7 +7694,7 @@ export interface BatchExecuteStatementInput {
|
|
|
7591
7694
|
* </ul>
|
|
7592
7695
|
* @public
|
|
7593
7696
|
*/
|
|
7594
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
7697
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
7595
7698
|
}
|
|
7596
7699
|
/**
|
|
7597
7700
|
* @public
|
|
@@ -7607,13 +7710,13 @@ export interface ExecuteTransactionInput {
|
|
|
7607
7710
|
* statement response.</p>
|
|
7608
7711
|
* @public
|
|
7609
7712
|
*/
|
|
7610
|
-
ClientRequestToken?: string;
|
|
7713
|
+
ClientRequestToken?: string | undefined;
|
|
7611
7714
|
/**
|
|
7612
7715
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
7613
7716
|
* consumption that is returned in the response. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactGetItems.html">TransactGetItems</a> and <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactWriteItems.html">TransactWriteItems</a>.</p>
|
|
7614
7717
|
* @public
|
|
7615
7718
|
*/
|
|
7616
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
7719
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
7617
7720
|
}
|
|
7618
7721
|
/**
|
|
7619
7722
|
* @public
|
|
@@ -7623,13 +7726,13 @@ export interface ExecuteTransactionOutput {
|
|
|
7623
7726
|
* <p>The response to a PartiQL transaction.</p>
|
|
7624
7727
|
* @public
|
|
7625
7728
|
*/
|
|
7626
|
-
Responses?: ItemResponse[];
|
|
7729
|
+
Responses?: ItemResponse[] | undefined;
|
|
7627
7730
|
/**
|
|
7628
7731
|
* <p>The capacity units consumed by the entire operation. The values of the list are
|
|
7629
7732
|
* ordered according to the ordering of the statements.</p>
|
|
7630
7733
|
* @public
|
|
7631
7734
|
*/
|
|
7632
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
7735
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
7633
7736
|
}
|
|
7634
7737
|
/**
|
|
7635
7738
|
* @public
|
|
@@ -7643,7 +7746,7 @@ export interface TransactGetItemsOutput {
|
|
|
7643
7746
|
* consumed by the <code>TransactGetItems</code> call in that table.</p>
|
|
7644
7747
|
* @public
|
|
7645
7748
|
*/
|
|
7646
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
7749
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
7647
7750
|
/**
|
|
7648
7751
|
* <p>An ordered array of up to 100 <code>ItemResponse</code> objects, each of which
|
|
7649
7752
|
* corresponds to the <code>TransactGetItem</code> object in the same position in the
|
|
@@ -7655,7 +7758,7 @@ export interface TransactGetItemsOutput {
|
|
|
7655
7758
|
* attributes, the corresponding <code>ItemResponse</code> object is an empty Map. </p>
|
|
7656
7759
|
* @public
|
|
7657
7760
|
*/
|
|
7658
|
-
Responses?: ItemResponse[];
|
|
7761
|
+
Responses?: ItemResponse[] | undefined;
|
|
7659
7762
|
}
|
|
7660
7763
|
/**
|
|
7661
7764
|
* <p>The entire transaction request was canceled.</p>
|
|
@@ -7901,12 +8004,12 @@ export interface TransactGetItemsOutput {
|
|
|
7901
8004
|
export declare class TransactionCanceledException extends __BaseException {
|
|
7902
8005
|
readonly name: "TransactionCanceledException";
|
|
7903
8006
|
readonly $fault: "client";
|
|
7904
|
-
Message?: string;
|
|
8007
|
+
Message?: string | undefined;
|
|
7905
8008
|
/**
|
|
7906
8009
|
* <p>A list of cancellation reasons.</p>
|
|
7907
8010
|
* @public
|
|
7908
8011
|
*/
|
|
7909
|
-
CancellationReasons?: CancellationReason[];
|
|
8012
|
+
CancellationReasons?: CancellationReason[] | undefined;
|
|
7910
8013
|
/**
|
|
7911
8014
|
* @internal
|
|
7912
8015
|
*/
|
|
@@ -8048,7 +8151,7 @@ export interface BatchGetItemInput {
|
|
|
8048
8151
|
* </ul>
|
|
8049
8152
|
* @public
|
|
8050
8153
|
*/
|
|
8051
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
8154
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
8052
8155
|
}
|
|
8053
8156
|
/**
|
|
8054
8157
|
* <p>Represents a condition to be compared with an attribute value. This condition can be
|
|
@@ -8089,7 +8192,7 @@ export interface ExpectedAttributeValue {
|
|
|
8089
8192
|
* Guide</i>.</p>
|
|
8090
8193
|
* @public
|
|
8091
8194
|
*/
|
|
8092
|
-
Value?: AttributeValue;
|
|
8195
|
+
Value?: AttributeValue | undefined;
|
|
8093
8196
|
/**
|
|
8094
8197
|
* <p>Causes DynamoDB to evaluate the value before attempting a conditional
|
|
8095
8198
|
* operation:</p>
|
|
@@ -8129,7 +8232,7 @@ export interface ExpectedAttributeValue {
|
|
|
8129
8232
|
* </ul>
|
|
8130
8233
|
* @public
|
|
8131
8234
|
*/
|
|
8132
|
-
Exists?: boolean;
|
|
8235
|
+
Exists?: boolean | undefined;
|
|
8133
8236
|
/**
|
|
8134
8237
|
* <p>A comparator for evaluating attributes in the <code>AttributeValueList</code>. For
|
|
8135
8238
|
* example, equals, greater than, less than, etc.</p>
|
|
@@ -8315,7 +8418,7 @@ export interface ExpectedAttributeValue {
|
|
|
8315
8418
|
* </ul>
|
|
8316
8419
|
* @public
|
|
8317
8420
|
*/
|
|
8318
|
-
ComparisonOperator?: ComparisonOperator;
|
|
8421
|
+
ComparisonOperator?: ComparisonOperator | undefined;
|
|
8319
8422
|
/**
|
|
8320
8423
|
* <p>One or more values to evaluate against the supplied attribute. The number of values in
|
|
8321
8424
|
* the list depends on the <code>ComparisonOperator</code> being used.</p>
|
|
@@ -8329,7 +8432,7 @@ export interface ExpectedAttributeValue {
|
|
|
8329
8432
|
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8330
8433
|
* @public
|
|
8331
8434
|
*/
|
|
8332
|
-
AttributeValueList?: AttributeValue[];
|
|
8435
|
+
AttributeValueList?: AttributeValue[] | undefined;
|
|
8333
8436
|
}
|
|
8334
8437
|
/**
|
|
8335
8438
|
* @public
|
|
@@ -8347,7 +8450,7 @@ export interface TransactGetItemsInput {
|
|
|
8347
8450
|
* value is valid.</p>
|
|
8348
8451
|
* @public
|
|
8349
8452
|
*/
|
|
8350
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
8453
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
8351
8454
|
}
|
|
8352
8455
|
/**
|
|
8353
8456
|
* @public
|
|
@@ -8359,7 +8462,7 @@ export interface TransactWriteItemsOutput {
|
|
|
8359
8462
|
* <code>TransactItems</code> request parameter. </p>
|
|
8360
8463
|
* @public
|
|
8361
8464
|
*/
|
|
8362
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
8465
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
8363
8466
|
/**
|
|
8364
8467
|
* <p>A list of tables that were processed by <code>TransactWriteItems</code> and, for each
|
|
8365
8468
|
* table, information about any item collections that were affected by individual
|
|
@@ -8367,7 +8470,7 @@ export interface TransactWriteItemsOutput {
|
|
|
8367
8470
|
* operations. </p>
|
|
8368
8471
|
* @public
|
|
8369
8472
|
*/
|
|
8370
|
-
ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]
|
|
8473
|
+
ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]> | undefined;
|
|
8371
8474
|
}
|
|
8372
8475
|
/**
|
|
8373
8476
|
* <p>Represents a request to perform a check that an item exists or to check the condition
|
|
@@ -8399,12 +8502,12 @@ export interface ConditionCheck {
|
|
|
8399
8502
|
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8400
8503
|
* @public
|
|
8401
8504
|
*/
|
|
8402
|
-
ExpressionAttributeNames?: Record<string, string
|
|
8505
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
8403
8506
|
/**
|
|
8404
8507
|
* <p>One or more values that can be substituted in an expression. For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html">Condition expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
8405
8508
|
* @public
|
|
8406
8509
|
*/
|
|
8407
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
8510
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
8408
8511
|
/**
|
|
8409
8512
|
* <p>Use <code>ReturnValuesOnConditionCheckFailure</code> to get the item attributes if the
|
|
8410
8513
|
* <code>ConditionCheck</code> condition fails. For
|
|
@@ -8412,7 +8515,7 @@ export interface ConditionCheck {
|
|
|
8412
8515
|
* ALL_OLD.</p>
|
|
8413
8516
|
* @public
|
|
8414
8517
|
*/
|
|
8415
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
8518
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
8416
8519
|
}
|
|
8417
8520
|
/**
|
|
8418
8521
|
* <p>Represents a request to perform a <code>DeleteItem</code> operation.</p>
|
|
@@ -8435,17 +8538,17 @@ export interface Delete {
|
|
|
8435
8538
|
* succeed.</p>
|
|
8436
8539
|
* @public
|
|
8437
8540
|
*/
|
|
8438
|
-
ConditionExpression?: string;
|
|
8541
|
+
ConditionExpression?: string | undefined;
|
|
8439
8542
|
/**
|
|
8440
8543
|
* <p>One or more substitution tokens for attribute names in an expression.</p>
|
|
8441
8544
|
* @public
|
|
8442
8545
|
*/
|
|
8443
|
-
ExpressionAttributeNames?: Record<string, string
|
|
8546
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
8444
8547
|
/**
|
|
8445
8548
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
8446
8549
|
* @public
|
|
8447
8550
|
*/
|
|
8448
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
8551
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
8449
8552
|
/**
|
|
8450
8553
|
* <p>Use <code>ReturnValuesOnConditionCheckFailure</code> to get the item attributes if the
|
|
8451
8554
|
* <code>Delete</code> condition fails. For
|
|
@@ -8453,7 +8556,7 @@ export interface Delete {
|
|
|
8453
8556
|
* ALL_OLD.</p>
|
|
8454
8557
|
* @public
|
|
8455
8558
|
*/
|
|
8456
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
8559
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
8457
8560
|
}
|
|
8458
8561
|
/**
|
|
8459
8562
|
* <p>Represents a request to perform a <code>PutItem</code> operation.</p>
|
|
@@ -8479,17 +8582,17 @@ export interface Put {
|
|
|
8479
8582
|
* succeed.</p>
|
|
8480
8583
|
* @public
|
|
8481
8584
|
*/
|
|
8482
|
-
ConditionExpression?: string;
|
|
8585
|
+
ConditionExpression?: string | undefined;
|
|
8483
8586
|
/**
|
|
8484
8587
|
* <p>One or more substitution tokens for attribute names in an expression.</p>
|
|
8485
8588
|
* @public
|
|
8486
8589
|
*/
|
|
8487
|
-
ExpressionAttributeNames?: Record<string, string
|
|
8590
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
8488
8591
|
/**
|
|
8489
8592
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
8490
8593
|
* @public
|
|
8491
8594
|
*/
|
|
8492
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
8595
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
8493
8596
|
/**
|
|
8494
8597
|
* <p>Use <code>ReturnValuesOnConditionCheckFailure</code> to get the item attributes if the
|
|
8495
8598
|
* <code>Put</code> condition fails. For
|
|
@@ -8497,7 +8600,7 @@ export interface Put {
|
|
|
8497
8600
|
* ALL_OLD.</p>
|
|
8498
8601
|
* @public
|
|
8499
8602
|
*/
|
|
8500
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
8603
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
8501
8604
|
}
|
|
8502
8605
|
/**
|
|
8503
8606
|
* <p>Represents a request to perform an <code>UpdateItem</code> operation.</p>
|
|
@@ -8526,17 +8629,17 @@ export interface Update {
|
|
|
8526
8629
|
* succeed.</p>
|
|
8527
8630
|
* @public
|
|
8528
8631
|
*/
|
|
8529
|
-
ConditionExpression?: string;
|
|
8632
|
+
ConditionExpression?: string | undefined;
|
|
8530
8633
|
/**
|
|
8531
8634
|
* <p>One or more substitution tokens for attribute names in an expression.</p>
|
|
8532
8635
|
* @public
|
|
8533
8636
|
*/
|
|
8534
|
-
ExpressionAttributeNames?: Record<string, string
|
|
8637
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
8535
8638
|
/**
|
|
8536
8639
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
8537
8640
|
* @public
|
|
8538
8641
|
*/
|
|
8539
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
8642
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
8540
8643
|
/**
|
|
8541
8644
|
* <p>Use <code>ReturnValuesOnConditionCheckFailure</code> to get the item attributes if the
|
|
8542
8645
|
* <code>Update</code> condition fails. For
|
|
@@ -8544,7 +8647,7 @@ export interface Update {
|
|
|
8544
8647
|
* ALL_OLD.</p>
|
|
8545
8648
|
* @public
|
|
8546
8649
|
*/
|
|
8547
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
8650
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
8548
8651
|
}
|
|
8549
8652
|
/**
|
|
8550
8653
|
* <p> A PartiQL batch statement response.. </p>
|
|
@@ -8555,17 +8658,17 @@ export interface BatchStatementResponse {
|
|
|
8555
8658
|
* <p> The error associated with a failed PartiQL batch statement. </p>
|
|
8556
8659
|
* @public
|
|
8557
8660
|
*/
|
|
8558
|
-
Error?: BatchStatementError;
|
|
8661
|
+
Error?: BatchStatementError | undefined;
|
|
8559
8662
|
/**
|
|
8560
8663
|
* <p> The table name associated with a failed PartiQL batch statement. </p>
|
|
8561
8664
|
* @public
|
|
8562
8665
|
*/
|
|
8563
|
-
TableName?: string;
|
|
8666
|
+
TableName?: string | undefined;
|
|
8564
8667
|
/**
|
|
8565
8668
|
* <p> A DynamoDB item associated with a BatchStatementResponse </p>
|
|
8566
8669
|
* @public
|
|
8567
8670
|
*/
|
|
8568
|
-
Item?: Record<string, AttributeValue
|
|
8671
|
+
Item?: Record<string, AttributeValue> | undefined;
|
|
8569
8672
|
}
|
|
8570
8673
|
/**
|
|
8571
8674
|
* <p>Represents the output of a <code>DeleteItem</code> operation.</p>
|
|
@@ -8579,7 +8682,7 @@ export interface DeleteItemOutput {
|
|
|
8579
8682
|
* request.</p>
|
|
8580
8683
|
* @public
|
|
8581
8684
|
*/
|
|
8582
|
-
Attributes?: Record<string, AttributeValue
|
|
8685
|
+
Attributes?: Record<string, AttributeValue> | undefined;
|
|
8583
8686
|
/**
|
|
8584
8687
|
* <p>The capacity units consumed by the <code>DeleteItem</code> operation. The data
|
|
8585
8688
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
@@ -8589,7 +8692,7 @@ export interface DeleteItemOutput {
|
|
|
8589
8692
|
* Guide</i>.</p>
|
|
8590
8693
|
* @public
|
|
8591
8694
|
*/
|
|
8592
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8695
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8593
8696
|
/**
|
|
8594
8697
|
* <p>Information about item collections, if any, that were affected by the
|
|
8595
8698
|
* <code>DeleteItem</code> operation. <code>ItemCollectionMetrics</code> is only
|
|
@@ -8617,7 +8720,7 @@ export interface DeleteItemOutput {
|
|
|
8617
8720
|
* </ul>
|
|
8618
8721
|
* @public
|
|
8619
8722
|
*/
|
|
8620
|
-
ItemCollectionMetrics?: ItemCollectionMetrics;
|
|
8723
|
+
ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
|
|
8621
8724
|
}
|
|
8622
8725
|
/**
|
|
8623
8726
|
* @public
|
|
@@ -8629,14 +8732,14 @@ export interface ExecuteStatementOutput {
|
|
|
8629
8732
|
* value will be empty.</p>
|
|
8630
8733
|
* @public
|
|
8631
8734
|
*/
|
|
8632
|
-
Items?: Record<string, AttributeValue>[];
|
|
8735
|
+
Items?: Record<string, AttributeValue>[] | undefined;
|
|
8633
8736
|
/**
|
|
8634
8737
|
* <p>If the response of a read request exceeds the response payload limit DynamoDB will set
|
|
8635
8738
|
* this value in the response. If set, you can use that this value in the subsequent
|
|
8636
8739
|
* request to get the remaining results.</p>
|
|
8637
8740
|
* @public
|
|
8638
8741
|
*/
|
|
8639
|
-
NextToken?: string;
|
|
8742
|
+
NextToken?: string | undefined;
|
|
8640
8743
|
/**
|
|
8641
8744
|
* <p>The capacity units consumed by an operation. The data returned includes the total
|
|
8642
8745
|
* provisioned throughput consumed, along with statistics for the table and any indexes
|
|
@@ -8645,7 +8748,7 @@ export interface ExecuteStatementOutput {
|
|
|
8645
8748
|
* Guide</i>.</p>
|
|
8646
8749
|
* @public
|
|
8647
8750
|
*/
|
|
8648
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8751
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8649
8752
|
/**
|
|
8650
8753
|
* <p>The primary key of the item where the operation stopped, inclusive of the previous
|
|
8651
8754
|
* result set. Use this value to start a new operation, excluding this value in the new
|
|
@@ -8656,7 +8759,7 @@ export interface ExecuteStatementOutput {
|
|
|
8656
8759
|
* the result set is when <code>LastEvaluatedKey</code> is empty. </p>
|
|
8657
8760
|
* @public
|
|
8658
8761
|
*/
|
|
8659
|
-
LastEvaluatedKey?: Record<string, AttributeValue
|
|
8762
|
+
LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
|
|
8660
8763
|
}
|
|
8661
8764
|
/**
|
|
8662
8765
|
* <p>Represents the output of a <code>PutItem</code> operation.</p>
|
|
@@ -8669,7 +8772,7 @@ export interface PutItemOutput {
|
|
|
8669
8772
|
* Each element consists of an attribute name and an attribute value.</p>
|
|
8670
8773
|
* @public
|
|
8671
8774
|
*/
|
|
8672
|
-
Attributes?: Record<string, AttributeValue
|
|
8775
|
+
Attributes?: Record<string, AttributeValue> | undefined;
|
|
8673
8776
|
/**
|
|
8674
8777
|
* <p>The capacity units consumed by the <code>PutItem</code> operation. The data returned
|
|
8675
8778
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
@@ -8679,7 +8782,7 @@ export interface PutItemOutput {
|
|
|
8679
8782
|
* DynamoDB Developer Guide</i>.</p>
|
|
8680
8783
|
* @public
|
|
8681
8784
|
*/
|
|
8682
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8785
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8683
8786
|
/**
|
|
8684
8787
|
* <p>Information about item collections, if any, that were affected by the
|
|
8685
8788
|
* <code>PutItem</code> operation. <code>ItemCollectionMetrics</code> is only returned
|
|
@@ -8707,7 +8810,7 @@ export interface PutItemOutput {
|
|
|
8707
8810
|
* </ul>
|
|
8708
8811
|
* @public
|
|
8709
8812
|
*/
|
|
8710
|
-
ItemCollectionMetrics?: ItemCollectionMetrics;
|
|
8813
|
+
ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
|
|
8711
8814
|
}
|
|
8712
8815
|
/**
|
|
8713
8816
|
* <p>Represents the output of a <code>Query</code> operation.</p>
|
|
@@ -8719,7 +8822,7 @@ export interface QueryOutput {
|
|
|
8719
8822
|
* consists of an attribute name and the value for that attribute.</p>
|
|
8720
8823
|
* @public
|
|
8721
8824
|
*/
|
|
8722
|
-
Items?: Record<string, AttributeValue>[];
|
|
8825
|
+
Items?: Record<string, AttributeValue>[] | undefined;
|
|
8723
8826
|
/**
|
|
8724
8827
|
* <p>The number of items in the response.</p>
|
|
8725
8828
|
* <p>If you used a <code>QueryFilter</code> in the request, then <code>Count</code> is the
|
|
@@ -8729,7 +8832,7 @@ export interface QueryOutput {
|
|
|
8729
8832
|
* <code>ScannedCount</code> are the same.</p>
|
|
8730
8833
|
* @public
|
|
8731
8834
|
*/
|
|
8732
|
-
Count?: number;
|
|
8835
|
+
Count?: number | undefined;
|
|
8733
8836
|
/**
|
|
8734
8837
|
* <p>The number of items evaluated, before any <code>QueryFilter</code> is applied. A high
|
|
8735
8838
|
* <code>ScannedCount</code> value with few, or no, <code>Count</code> results
|
|
@@ -8740,7 +8843,7 @@ export interface QueryOutput {
|
|
|
8740
8843
|
* as <code>Count</code>.</p>
|
|
8741
8844
|
* @public
|
|
8742
8845
|
*/
|
|
8743
|
-
ScannedCount?: number;
|
|
8846
|
+
ScannedCount?: number | undefined;
|
|
8744
8847
|
/**
|
|
8745
8848
|
* <p>The primary key of the item where the operation stopped, inclusive of the previous
|
|
8746
8849
|
* result set. Use this value to start a new operation, excluding this value in the new
|
|
@@ -8752,7 +8855,7 @@ export interface QueryOutput {
|
|
|
8752
8855
|
* the result set is when <code>LastEvaluatedKey</code> is empty.</p>
|
|
8753
8856
|
* @public
|
|
8754
8857
|
*/
|
|
8755
|
-
LastEvaluatedKey?: Record<string, AttributeValue
|
|
8858
|
+
LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
|
|
8756
8859
|
/**
|
|
8757
8860
|
* <p>The capacity units consumed by the <code>Query</code> operation. The data returned
|
|
8758
8861
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
@@ -8762,7 +8865,7 @@ export interface QueryOutput {
|
|
|
8762
8865
|
* DynamoDB Developer Guide</i>.</p>
|
|
8763
8866
|
* @public
|
|
8764
8867
|
*/
|
|
8765
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8868
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8766
8869
|
}
|
|
8767
8870
|
/**
|
|
8768
8871
|
* <p>Represents the output of a <code>Scan</code> operation.</p>
|
|
@@ -8774,7 +8877,7 @@ export interface ScanOutput {
|
|
|
8774
8877
|
* consists of an attribute name and the value for that attribute.</p>
|
|
8775
8878
|
* @public
|
|
8776
8879
|
*/
|
|
8777
|
-
Items?: Record<string, AttributeValue>[];
|
|
8880
|
+
Items?: Record<string, AttributeValue>[] | undefined;
|
|
8778
8881
|
/**
|
|
8779
8882
|
* <p>The number of items in the response.</p>
|
|
8780
8883
|
* <p>If you set <code>ScanFilter</code> in the request, then <code>Count</code> is the
|
|
@@ -8784,7 +8887,7 @@ export interface ScanOutput {
|
|
|
8784
8887
|
* <code>ScannedCount</code>.</p>
|
|
8785
8888
|
* @public
|
|
8786
8889
|
*/
|
|
8787
|
-
Count?: number;
|
|
8890
|
+
Count?: number | undefined;
|
|
8788
8891
|
/**
|
|
8789
8892
|
* <p>The number of items evaluated, before any <code>ScanFilter</code> is applied. A high
|
|
8790
8893
|
* <code>ScannedCount</code> value with few, or no, <code>Count</code> results
|
|
@@ -8795,7 +8898,7 @@ export interface ScanOutput {
|
|
|
8795
8898
|
* as <code>Count</code>.</p>
|
|
8796
8899
|
* @public
|
|
8797
8900
|
*/
|
|
8798
|
-
ScannedCount?: number;
|
|
8901
|
+
ScannedCount?: number | undefined;
|
|
8799
8902
|
/**
|
|
8800
8903
|
* <p>The primary key of the item where the operation stopped, inclusive of the previous
|
|
8801
8904
|
* result set. Use this value to start a new operation, excluding this value in the new
|
|
@@ -8807,7 +8910,7 @@ export interface ScanOutput {
|
|
|
8807
8910
|
* the result set is when <code>LastEvaluatedKey</code> is empty.</p>
|
|
8808
8911
|
* @public
|
|
8809
8912
|
*/
|
|
8810
|
-
LastEvaluatedKey?: Record<string, AttributeValue
|
|
8913
|
+
LastEvaluatedKey?: Record<string, AttributeValue> | undefined;
|
|
8811
8914
|
/**
|
|
8812
8915
|
* <p>The capacity units consumed by the <code>Scan</code> operation. The data returned
|
|
8813
8916
|
* includes the total provisioned throughput consumed, along with statistics for the table
|
|
@@ -8817,7 +8920,7 @@ export interface ScanOutput {
|
|
|
8817
8920
|
* DynamoDB Developer Guide</i>.</p>
|
|
8818
8921
|
* @public
|
|
8819
8922
|
*/
|
|
8820
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8923
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8821
8924
|
}
|
|
8822
8925
|
/**
|
|
8823
8926
|
* <p>Represents the output of an <code>UpdateItem</code> operation.</p>
|
|
@@ -8832,7 +8935,7 @@ export interface UpdateItemOutput {
|
|
|
8832
8935
|
* the request. Each element represents one attribute.</p>
|
|
8833
8936
|
* @public
|
|
8834
8937
|
*/
|
|
8835
|
-
Attributes?: Record<string, AttributeValue
|
|
8938
|
+
Attributes?: Record<string, AttributeValue> | undefined;
|
|
8836
8939
|
/**
|
|
8837
8940
|
* <p>The capacity units consumed by the <code>UpdateItem</code> operation. The data
|
|
8838
8941
|
* returned includes the total provisioned throughput consumed, along with statistics for
|
|
@@ -8842,7 +8945,7 @@ export interface UpdateItemOutput {
|
|
|
8842
8945
|
* DynamoDB Developer Guide</i>.</p>
|
|
8843
8946
|
* @public
|
|
8844
8947
|
*/
|
|
8845
|
-
ConsumedCapacity?: ConsumedCapacity;
|
|
8948
|
+
ConsumedCapacity?: ConsumedCapacity | undefined;
|
|
8846
8949
|
/**
|
|
8847
8950
|
* <p>Information about item collections, if any, that were affected by the
|
|
8848
8951
|
* <code>UpdateItem</code> operation. <code>ItemCollectionMetrics</code> is only
|
|
@@ -8870,7 +8973,7 @@ export interface UpdateItemOutput {
|
|
|
8870
8973
|
* </ul>
|
|
8871
8974
|
* @public
|
|
8872
8975
|
*/
|
|
8873
|
-
ItemCollectionMetrics?: ItemCollectionMetrics;
|
|
8976
|
+
ItemCollectionMetrics?: ItemCollectionMetrics | undefined;
|
|
8874
8977
|
}
|
|
8875
8978
|
/**
|
|
8876
8979
|
* <p>Represents an operation to perform - either <code>DeleteItem</code> or
|
|
@@ -8884,12 +8987,12 @@ export interface WriteRequest {
|
|
|
8884
8987
|
* <p>A request to perform a <code>PutItem</code> operation.</p>
|
|
8885
8988
|
* @public
|
|
8886
8989
|
*/
|
|
8887
|
-
PutRequest?: PutRequest;
|
|
8990
|
+
PutRequest?: PutRequest | undefined;
|
|
8888
8991
|
/**
|
|
8889
8992
|
* <p>A request to perform a <code>DeleteItem</code> operation.</p>
|
|
8890
8993
|
* @public
|
|
8891
8994
|
*/
|
|
8892
|
-
DeleteRequest?: DeleteRequest;
|
|
8995
|
+
DeleteRequest?: DeleteRequest | undefined;
|
|
8893
8996
|
}
|
|
8894
8997
|
/**
|
|
8895
8998
|
* @public
|
|
@@ -8900,13 +9003,13 @@ export interface BatchExecuteStatementOutput {
|
|
|
8900
9003
|
* ordered according to the ordering of the request statements.</p>
|
|
8901
9004
|
* @public
|
|
8902
9005
|
*/
|
|
8903
|
-
Responses?: BatchStatementResponse[];
|
|
9006
|
+
Responses?: BatchStatementResponse[] | undefined;
|
|
8904
9007
|
/**
|
|
8905
9008
|
* <p>The capacity units consumed by the entire operation. The values of the list are
|
|
8906
9009
|
* ordered according to the ordering of the statements.</p>
|
|
8907
9010
|
* @public
|
|
8908
9011
|
*/
|
|
8909
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
9012
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
8910
9013
|
}
|
|
8911
9014
|
/**
|
|
8912
9015
|
* <p>Represents the output of a <code>BatchGetItem</code> operation.</p>
|
|
@@ -8919,7 +9022,7 @@ export interface BatchGetItemOutput {
|
|
|
8919
9022
|
* attribute data consisting of the data type and attribute value.</p>
|
|
8920
9023
|
* @public
|
|
8921
9024
|
*/
|
|
8922
|
-
Responses?: Record<string, Record<string, AttributeValue>[]
|
|
9025
|
+
Responses?: Record<string, Record<string, AttributeValue>[]> | undefined;
|
|
8923
9026
|
/**
|
|
8924
9027
|
* <p>A map of tables and their respective keys that were not processed with the current
|
|
8925
9028
|
* response. The <code>UnprocessedKeys</code> value is in the same form as
|
|
@@ -8950,7 +9053,7 @@ export interface BatchGetItemOutput {
|
|
|
8950
9053
|
* <code>UnprocessedKeys</code> map.</p>
|
|
8951
9054
|
* @public
|
|
8952
9055
|
*/
|
|
8953
|
-
UnprocessedKeys?: Record<string, KeysAndAttributes
|
|
9056
|
+
UnprocessedKeys?: Record<string, KeysAndAttributes> | undefined;
|
|
8954
9057
|
/**
|
|
8955
9058
|
* <p>The read capacity units consumed by the entire <code>BatchGetItem</code>
|
|
8956
9059
|
* operation.</p>
|
|
@@ -8968,7 +9071,7 @@ export interface BatchGetItemOutput {
|
|
|
8968
9071
|
* </ul>
|
|
8969
9072
|
* @public
|
|
8970
9073
|
*/
|
|
8971
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
9074
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
8972
9075
|
}
|
|
8973
9076
|
/**
|
|
8974
9077
|
* <p>Represents the input of a <code>Scan</code> operation.</p>
|
|
@@ -8988,14 +9091,14 @@ export interface ScanInput {
|
|
|
8988
9091
|
* must also provide <code>TableName</code>.</p>
|
|
8989
9092
|
* @public
|
|
8990
9093
|
*/
|
|
8991
|
-
IndexName?: string;
|
|
9094
|
+
IndexName?: string | undefined;
|
|
8992
9095
|
/**
|
|
8993
9096
|
* <p>This is a legacy parameter. Use <code>ProjectionExpression</code> instead. For more
|
|
8994
9097
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.AttributesToGet.html">AttributesToGet</a> in the <i>Amazon DynamoDB Developer
|
|
8995
9098
|
* Guide</i>.</p>
|
|
8996
9099
|
* @public
|
|
8997
9100
|
*/
|
|
8998
|
-
AttributesToGet?: string[];
|
|
9101
|
+
AttributesToGet?: string[] | undefined;
|
|
8999
9102
|
/**
|
|
9000
9103
|
* <p>The maximum number of items to evaluate (not necessarily the number of matching
|
|
9001
9104
|
* items). If DynamoDB processes the number of items up to the limit while processing the
|
|
@@ -9008,7 +9111,7 @@ export interface ScanInput {
|
|
|
9008
9111
|
* Guide</i>.</p>
|
|
9009
9112
|
* @public
|
|
9010
9113
|
*/
|
|
9011
|
-
Limit?: number;
|
|
9114
|
+
Limit?: number | undefined;
|
|
9012
9115
|
/**
|
|
9013
9116
|
* <p>The attributes to be returned in the result. You can retrieve all item attributes,
|
|
9014
9117
|
* specific item attributes, the count of matching items, or in the case of an index, some
|
|
@@ -9067,21 +9170,21 @@ export interface ScanInput {
|
|
|
9067
9170
|
* </note>
|
|
9068
9171
|
* @public
|
|
9069
9172
|
*/
|
|
9070
|
-
Select?: Select;
|
|
9173
|
+
Select?: Select | undefined;
|
|
9071
9174
|
/**
|
|
9072
9175
|
* <p>This is a legacy parameter. Use <code>FilterExpression</code> instead. For more
|
|
9073
9176
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ScanFilter.html">ScanFilter</a> in the <i>Amazon DynamoDB Developer
|
|
9074
9177
|
* Guide</i>.</p>
|
|
9075
9178
|
* @public
|
|
9076
9179
|
*/
|
|
9077
|
-
ScanFilter?: Record<string, Condition
|
|
9180
|
+
ScanFilter?: Record<string, Condition> | undefined;
|
|
9078
9181
|
/**
|
|
9079
9182
|
* <p>This is a legacy parameter. Use <code>FilterExpression</code> instead. For more
|
|
9080
9183
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ConditionalOperator.html">ConditionalOperator</a> in the <i>Amazon DynamoDB Developer
|
|
9081
9184
|
* Guide</i>.</p>
|
|
9082
9185
|
* @public
|
|
9083
9186
|
*/
|
|
9084
|
-
ConditionalOperator?: ConditionalOperator;
|
|
9187
|
+
ConditionalOperator?: ConditionalOperator | undefined;
|
|
9085
9188
|
/**
|
|
9086
9189
|
* <p>The primary key of the first item that this operation will evaluate. Use the value
|
|
9087
9190
|
* that was returned for <code>LastEvaluatedKey</code> in the previous operation.</p>
|
|
@@ -9093,7 +9196,7 @@ export interface ScanInput {
|
|
|
9093
9196
|
* <code>LastEvaluatedKey</code>.</p>
|
|
9094
9197
|
* @public
|
|
9095
9198
|
*/
|
|
9096
|
-
ExclusiveStartKey?: Record<string, AttributeValue
|
|
9199
|
+
ExclusiveStartKey?: Record<string, AttributeValue> | undefined;
|
|
9097
9200
|
/**
|
|
9098
9201
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
9099
9202
|
* consumption that is returned in the response:</p>
|
|
@@ -9122,7 +9225,7 @@ export interface ScanInput {
|
|
|
9122
9225
|
* </ul>
|
|
9123
9226
|
* @public
|
|
9124
9227
|
*/
|
|
9125
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
9228
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9126
9229
|
/**
|
|
9127
9230
|
* <p>For a parallel <code>Scan</code> request, <code>TotalSegments</code> represents the
|
|
9128
9231
|
* total number of segments into which the <code>Scan</code> operation will be divided. The
|
|
@@ -9137,7 +9240,7 @@ export interface ScanInput {
|
|
|
9137
9240
|
* <code>Segment</code>.</p>
|
|
9138
9241
|
* @public
|
|
9139
9242
|
*/
|
|
9140
|
-
TotalSegments?: number;
|
|
9243
|
+
TotalSegments?: number | undefined;
|
|
9141
9244
|
/**
|
|
9142
9245
|
* <p>For a parallel <code>Scan</code> request, <code>Segment</code> identifies an
|
|
9143
9246
|
* individual segment to be scanned by an application worker.</p>
|
|
@@ -9154,7 +9257,7 @@ export interface ScanInput {
|
|
|
9154
9257
|
* <code>TotalSegments</code>.</p>
|
|
9155
9258
|
* @public
|
|
9156
9259
|
*/
|
|
9157
|
-
Segment?: number;
|
|
9260
|
+
Segment?: number | undefined;
|
|
9158
9261
|
/**
|
|
9159
9262
|
* <p>A string that identifies one or more attributes to retrieve from the specified table
|
|
9160
9263
|
* or index. These attributes can include scalars, sets, or elements of a JSON document.
|
|
@@ -9165,7 +9268,7 @@ export interface ScanInput {
|
|
|
9165
9268
|
* Guide</i>.</p>
|
|
9166
9269
|
* @public
|
|
9167
9270
|
*/
|
|
9168
|
-
ProjectionExpression?: string;
|
|
9271
|
+
ProjectionExpression?: string | undefined;
|
|
9169
9272
|
/**
|
|
9170
9273
|
* <p>A string that contains conditions that DynamoDB applies after the <code>Scan</code>
|
|
9171
9274
|
* operation, but before the data is returned to you. Items that do not satisfy the
|
|
@@ -9179,7 +9282,7 @@ export interface ScanInput {
|
|
|
9179
9282
|
* Guide</i>.</p>
|
|
9180
9283
|
* @public
|
|
9181
9284
|
*/
|
|
9182
|
-
FilterExpression?: string;
|
|
9285
|
+
FilterExpression?: string | undefined;
|
|
9183
9286
|
/**
|
|
9184
9287
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
9185
9288
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -9234,7 +9337,7 @@ export interface ScanInput {
|
|
|
9234
9337
|
* Guide</i>.</p>
|
|
9235
9338
|
* @public
|
|
9236
9339
|
*/
|
|
9237
|
-
ExpressionAttributeNames?: Record<string, string
|
|
9340
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
9238
9341
|
/**
|
|
9239
9342
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
9240
9343
|
* <p>Use the <b>:</b> (colon) character in an expression to
|
|
@@ -9257,7 +9360,7 @@ export interface ScanInput {
|
|
|
9257
9360
|
* Guide</i>.</p>
|
|
9258
9361
|
* @public
|
|
9259
9362
|
*/
|
|
9260
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
9363
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
9261
9364
|
/**
|
|
9262
9365
|
* <p>A Boolean value that determines the read consistency model during the scan:</p>
|
|
9263
9366
|
* <ul>
|
|
@@ -9279,7 +9382,7 @@ export interface ScanInput {
|
|
|
9279
9382
|
* true, you will receive a <code>ValidationException</code>.</p>
|
|
9280
9383
|
* @public
|
|
9281
9384
|
*/
|
|
9282
|
-
ConsistentRead?: boolean;
|
|
9385
|
+
ConsistentRead?: boolean | undefined;
|
|
9283
9386
|
}
|
|
9284
9387
|
/**
|
|
9285
9388
|
* <p>Represents the input of a <code>BatchWriteItem</code> operation.</p>
|
|
@@ -9361,7 +9464,7 @@ export interface BatchWriteItemInput {
|
|
|
9361
9464
|
* </ul>
|
|
9362
9465
|
* @public
|
|
9363
9466
|
*/
|
|
9364
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
9467
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9365
9468
|
/**
|
|
9366
9469
|
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
9367
9470
|
* the response includes statistics about item collections, if any, that were modified
|
|
@@ -9369,7 +9472,7 @@ export interface BatchWriteItemInput {
|
|
|
9369
9472
|
* default), no statistics are returned.</p>
|
|
9370
9473
|
* @public
|
|
9371
9474
|
*/
|
|
9372
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
|
|
9475
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
9373
9476
|
}
|
|
9374
9477
|
/**
|
|
9375
9478
|
* <p>Represents the input of a <code>DeleteItem</code> operation.</p>
|
|
@@ -9398,14 +9501,14 @@ export interface DeleteItemInput {
|
|
|
9398
9501
|
* Guide</i>.</p>
|
|
9399
9502
|
* @public
|
|
9400
9503
|
*/
|
|
9401
|
-
Expected?: Record<string, ExpectedAttributeValue
|
|
9504
|
+
Expected?: Record<string, ExpectedAttributeValue> | undefined;
|
|
9402
9505
|
/**
|
|
9403
9506
|
* <p>This is a legacy parameter. Use <code>ConditionExpression</code> instead. For more
|
|
9404
9507
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ConditionalOperator.html">ConditionalOperator</a> in the <i>Amazon DynamoDB Developer
|
|
9405
9508
|
* Guide</i>.</p>
|
|
9406
9509
|
* @public
|
|
9407
9510
|
*/
|
|
9408
|
-
ConditionalOperator?: ConditionalOperator;
|
|
9511
|
+
ConditionalOperator?: ConditionalOperator | undefined;
|
|
9409
9512
|
/**
|
|
9410
9513
|
* <p>Use <code>ReturnValues</code> if you want to get the item attributes as they appeared
|
|
9411
9514
|
* before they were deleted. For <code>DeleteItem</code>, the valid values are:</p>
|
|
@@ -9431,7 +9534,7 @@ export interface DeleteItemInput {
|
|
|
9431
9534
|
* </note>
|
|
9432
9535
|
* @public
|
|
9433
9536
|
*/
|
|
9434
|
-
ReturnValues?: ReturnValue;
|
|
9537
|
+
ReturnValues?: ReturnValue | undefined;
|
|
9435
9538
|
/**
|
|
9436
9539
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
9437
9540
|
* consumption that is returned in the response:</p>
|
|
@@ -9460,7 +9563,7 @@ export interface DeleteItemInput {
|
|
|
9460
9563
|
* </ul>
|
|
9461
9564
|
* @public
|
|
9462
9565
|
*/
|
|
9463
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
9566
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9464
9567
|
/**
|
|
9465
9568
|
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
9466
9569
|
* the response includes statistics about item collections, if any, that were modified
|
|
@@ -9468,7 +9571,7 @@ export interface DeleteItemInput {
|
|
|
9468
9571
|
* default), no statistics are returned.</p>
|
|
9469
9572
|
* @public
|
|
9470
9573
|
*/
|
|
9471
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
|
|
9574
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
9472
9575
|
/**
|
|
9473
9576
|
* <p>A condition that must be satisfied in order for a conditional <code>DeleteItem</code>
|
|
9474
9577
|
* to succeed.</p>
|
|
@@ -9495,7 +9598,7 @@ export interface DeleteItemInput {
|
|
|
9495
9598
|
* Guide</i>.</p>
|
|
9496
9599
|
* @public
|
|
9497
9600
|
*/
|
|
9498
|
-
ConditionExpression?: string;
|
|
9601
|
+
ConditionExpression?: string | undefined;
|
|
9499
9602
|
/**
|
|
9500
9603
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
9501
9604
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -9550,7 +9653,7 @@ export interface DeleteItemInput {
|
|
|
9550
9653
|
* Guide</i>.</p>
|
|
9551
9654
|
* @public
|
|
9552
9655
|
*/
|
|
9553
|
-
ExpressionAttributeNames?: Record<string, string
|
|
9656
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
9554
9657
|
/**
|
|
9555
9658
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
9556
9659
|
* <p>Use the <b>:</b> (colon) character in an expression to
|
|
@@ -9573,7 +9676,7 @@ export interface DeleteItemInput {
|
|
|
9573
9676
|
* Guide</i>.</p>
|
|
9574
9677
|
* @public
|
|
9575
9678
|
*/
|
|
9576
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
9679
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
9577
9680
|
/**
|
|
9578
9681
|
* <p>An optional parameter that returns the item attributes for a <code>DeleteItem</code>
|
|
9579
9682
|
* operation that failed a condition check.</p>
|
|
@@ -9582,7 +9685,7 @@ export interface DeleteItemInput {
|
|
|
9582
9685
|
* units are consumed.</p>
|
|
9583
9686
|
* @public
|
|
9584
9687
|
*/
|
|
9585
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
9688
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
9586
9689
|
}
|
|
9587
9690
|
/**
|
|
9588
9691
|
* <p>Represents the input of a <code>PutItem</code> operation.</p>
|
|
@@ -9622,7 +9725,7 @@ export interface PutItemInput {
|
|
|
9622
9725
|
* Guide</i>.</p>
|
|
9623
9726
|
* @public
|
|
9624
9727
|
*/
|
|
9625
|
-
Expected?: Record<string, ExpectedAttributeValue
|
|
9728
|
+
Expected?: Record<string, ExpectedAttributeValue> | undefined;
|
|
9626
9729
|
/**
|
|
9627
9730
|
* <p>Use <code>ReturnValues</code> if you want to get the item attributes as they appeared
|
|
9628
9731
|
* before they were updated with the <code>PutItem</code> request. For
|
|
@@ -9651,7 +9754,7 @@ export interface PutItemInput {
|
|
|
9651
9754
|
* </note>
|
|
9652
9755
|
* @public
|
|
9653
9756
|
*/
|
|
9654
|
-
ReturnValues?: ReturnValue;
|
|
9757
|
+
ReturnValues?: ReturnValue | undefined;
|
|
9655
9758
|
/**
|
|
9656
9759
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
9657
9760
|
* consumption that is returned in the response:</p>
|
|
@@ -9680,7 +9783,7 @@ export interface PutItemInput {
|
|
|
9680
9783
|
* </ul>
|
|
9681
9784
|
* @public
|
|
9682
9785
|
*/
|
|
9683
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
9786
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9684
9787
|
/**
|
|
9685
9788
|
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
9686
9789
|
* the response includes statistics about item collections, if any, that were modified
|
|
@@ -9688,14 +9791,14 @@ export interface PutItemInput {
|
|
|
9688
9791
|
* default), no statistics are returned.</p>
|
|
9689
9792
|
* @public
|
|
9690
9793
|
*/
|
|
9691
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
|
|
9794
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
9692
9795
|
/**
|
|
9693
9796
|
* <p>This is a legacy parameter. Use <code>ConditionExpression</code> instead. For more
|
|
9694
9797
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ConditionalOperator.html">ConditionalOperator</a> in the <i>Amazon DynamoDB Developer
|
|
9695
9798
|
* Guide</i>.</p>
|
|
9696
9799
|
* @public
|
|
9697
9800
|
*/
|
|
9698
|
-
ConditionalOperator?: ConditionalOperator;
|
|
9801
|
+
ConditionalOperator?: ConditionalOperator | undefined;
|
|
9699
9802
|
/**
|
|
9700
9803
|
* <p>A condition that must be satisfied in order for a conditional <code>PutItem</code>
|
|
9701
9804
|
* operation to succeed.</p>
|
|
@@ -9722,7 +9825,7 @@ export interface PutItemInput {
|
|
|
9722
9825
|
* Guide</i>.</p>
|
|
9723
9826
|
* @public
|
|
9724
9827
|
*/
|
|
9725
|
-
ConditionExpression?: string;
|
|
9828
|
+
ConditionExpression?: string | undefined;
|
|
9726
9829
|
/**
|
|
9727
9830
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
9728
9831
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -9777,7 +9880,7 @@ export interface PutItemInput {
|
|
|
9777
9880
|
* Guide</i>.</p>
|
|
9778
9881
|
* @public
|
|
9779
9882
|
*/
|
|
9780
|
-
ExpressionAttributeNames?: Record<string, string
|
|
9883
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
9781
9884
|
/**
|
|
9782
9885
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
9783
9886
|
* <p>Use the <b>:</b> (colon) character in an expression to
|
|
@@ -9800,7 +9903,7 @@ export interface PutItemInput {
|
|
|
9800
9903
|
* Guide</i>.</p>
|
|
9801
9904
|
* @public
|
|
9802
9905
|
*/
|
|
9803
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
9906
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
9804
9907
|
/**
|
|
9805
9908
|
* <p>An optional parameter that returns the item attributes for a <code>PutItem</code>
|
|
9806
9909
|
* operation that failed a condition check.</p>
|
|
@@ -9809,7 +9912,7 @@ export interface PutItemInput {
|
|
|
9809
9912
|
* units are consumed.</p>
|
|
9810
9913
|
* @public
|
|
9811
9914
|
*/
|
|
9812
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
9915
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
9813
9916
|
}
|
|
9814
9917
|
/**
|
|
9815
9918
|
* <p>Represents the input of a <code>Query</code> operation.</p>
|
|
@@ -9829,7 +9932,7 @@ export interface QueryInput {
|
|
|
9829
9932
|
* </p>
|
|
9830
9933
|
* @public
|
|
9831
9934
|
*/
|
|
9832
|
-
IndexName?: string;
|
|
9935
|
+
IndexName?: string | undefined;
|
|
9833
9936
|
/**
|
|
9834
9937
|
* <p>The attributes to be returned in the result. You can retrieve all item attributes,
|
|
9835
9938
|
* specific item attributes, the count of matching items, or in the case of an index, some
|
|
@@ -9888,14 +9991,14 @@ export interface QueryInput {
|
|
|
9888
9991
|
* </note>
|
|
9889
9992
|
* @public
|
|
9890
9993
|
*/
|
|
9891
|
-
Select?: Select;
|
|
9994
|
+
Select?: Select | undefined;
|
|
9892
9995
|
/**
|
|
9893
9996
|
* <p>This is a legacy parameter. Use <code>ProjectionExpression</code> instead. For more
|
|
9894
9997
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.AttributesToGet.html">AttributesToGet</a> in the <i>Amazon DynamoDB Developer
|
|
9895
9998
|
* Guide</i>.</p>
|
|
9896
9999
|
* @public
|
|
9897
10000
|
*/
|
|
9898
|
-
AttributesToGet?: string[];
|
|
10001
|
+
AttributesToGet?: string[] | undefined;
|
|
9899
10002
|
/**
|
|
9900
10003
|
* <p>The maximum number of items to evaluate (not necessarily the number of matching
|
|
9901
10004
|
* items). If DynamoDB processes the number of items up to the limit while processing the
|
|
@@ -9908,7 +10011,7 @@ export interface QueryInput {
|
|
|
9908
10011
|
* Guide</i>.</p>
|
|
9909
10012
|
* @public
|
|
9910
10013
|
*/
|
|
9911
|
-
Limit?: number;
|
|
10014
|
+
Limit?: number | undefined;
|
|
9912
10015
|
/**
|
|
9913
10016
|
* <p>Determines the read consistency model: If set to <code>true</code>, then the operation
|
|
9914
10017
|
* uses strongly consistent reads; otherwise, the operation uses eventually consistent
|
|
@@ -9918,28 +10021,28 @@ export interface QueryInput {
|
|
|
9918
10021
|
* will receive a <code>ValidationException</code>.</p>
|
|
9919
10022
|
* @public
|
|
9920
10023
|
*/
|
|
9921
|
-
ConsistentRead?: boolean;
|
|
10024
|
+
ConsistentRead?: boolean | undefined;
|
|
9922
10025
|
/**
|
|
9923
10026
|
* <p>This is a legacy parameter. Use <code>KeyConditionExpression</code> instead. For more
|
|
9924
10027
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.KeyConditions.html">KeyConditions</a> in the <i>Amazon DynamoDB Developer
|
|
9925
10028
|
* Guide</i>.</p>
|
|
9926
10029
|
* @public
|
|
9927
10030
|
*/
|
|
9928
|
-
KeyConditions?: Record<string, Condition
|
|
10031
|
+
KeyConditions?: Record<string, Condition> | undefined;
|
|
9929
10032
|
/**
|
|
9930
10033
|
* <p>This is a legacy parameter. Use <code>FilterExpression</code> instead. For more
|
|
9931
10034
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.QueryFilter.html">QueryFilter</a> in the <i>Amazon DynamoDB Developer
|
|
9932
10035
|
* Guide</i>.</p>
|
|
9933
10036
|
* @public
|
|
9934
10037
|
*/
|
|
9935
|
-
QueryFilter?: Record<string, Condition
|
|
10038
|
+
QueryFilter?: Record<string, Condition> | undefined;
|
|
9936
10039
|
/**
|
|
9937
10040
|
* <p>This is a legacy parameter. Use <code>FilterExpression</code> instead. For more
|
|
9938
10041
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ConditionalOperator.html">ConditionalOperator</a> in the <i>Amazon DynamoDB Developer
|
|
9939
10042
|
* Guide</i>.</p>
|
|
9940
10043
|
* @public
|
|
9941
10044
|
*/
|
|
9942
|
-
ConditionalOperator?: ConditionalOperator;
|
|
10045
|
+
ConditionalOperator?: ConditionalOperator | undefined;
|
|
9943
10046
|
/**
|
|
9944
10047
|
* <p>Specifies the order for index traversal: If <code>true</code> (default), the traversal
|
|
9945
10048
|
* is performed in ascending order; if <code>false</code>, the traversal is performed in
|
|
@@ -9954,7 +10057,7 @@ export interface QueryInput {
|
|
|
9954
10057
|
* reverse order by sort key value, and then returns the results to the client.</p>
|
|
9955
10058
|
* @public
|
|
9956
10059
|
*/
|
|
9957
|
-
ScanIndexForward?: boolean;
|
|
10060
|
+
ScanIndexForward?: boolean | undefined;
|
|
9958
10061
|
/**
|
|
9959
10062
|
* <p>The primary key of the first item that this operation will evaluate. Use the value
|
|
9960
10063
|
* that was returned for <code>LastEvaluatedKey</code> in the previous operation.</p>
|
|
@@ -9962,7 +10065,7 @@ export interface QueryInput {
|
|
|
9962
10065
|
* set data types are allowed.</p>
|
|
9963
10066
|
* @public
|
|
9964
10067
|
*/
|
|
9965
|
-
ExclusiveStartKey?: Record<string, AttributeValue
|
|
10068
|
+
ExclusiveStartKey?: Record<string, AttributeValue> | undefined;
|
|
9966
10069
|
/**
|
|
9967
10070
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
9968
10071
|
* consumption that is returned in the response:</p>
|
|
@@ -9991,7 +10094,7 @@ export interface QueryInput {
|
|
|
9991
10094
|
* </ul>
|
|
9992
10095
|
* @public
|
|
9993
10096
|
*/
|
|
9994
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
10097
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
9995
10098
|
/**
|
|
9996
10099
|
* <p>A string that identifies one or more attributes to retrieve from the table. These
|
|
9997
10100
|
* attributes can include scalars, sets, or elements of a JSON document. The attributes in
|
|
@@ -10002,7 +10105,7 @@ export interface QueryInput {
|
|
|
10002
10105
|
* Guide</i>.</p>
|
|
10003
10106
|
* @public
|
|
10004
10107
|
*/
|
|
10005
|
-
ProjectionExpression?: string;
|
|
10108
|
+
ProjectionExpression?: string | undefined;
|
|
10006
10109
|
/**
|
|
10007
10110
|
* <p>A string that contains conditions that DynamoDB applies after the <code>Query</code>
|
|
10008
10111
|
* operation, but before the data is returned to you. Items that do not satisfy the
|
|
@@ -10018,7 +10121,7 @@ export interface QueryInput {
|
|
|
10018
10121
|
* Guide</i>.</p>
|
|
10019
10122
|
* @public
|
|
10020
10123
|
*/
|
|
10021
|
-
FilterExpression?: string;
|
|
10124
|
+
FilterExpression?: string | undefined;
|
|
10022
10125
|
/**
|
|
10023
10126
|
* <p>The condition that specifies the key values for items to be retrieved by the
|
|
10024
10127
|
* <code>Query</code> action.</p>
|
|
@@ -10135,7 +10238,7 @@ export interface QueryInput {
|
|
|
10135
10238
|
* Developer Guide</i>.</p>
|
|
10136
10239
|
* @public
|
|
10137
10240
|
*/
|
|
10138
|
-
KeyConditionExpression?: string;
|
|
10241
|
+
KeyConditionExpression?: string | undefined;
|
|
10139
10242
|
/**
|
|
10140
10243
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
10141
10244
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -10190,7 +10293,7 @@ export interface QueryInput {
|
|
|
10190
10293
|
* Guide</i>.</p>
|
|
10191
10294
|
* @public
|
|
10192
10295
|
*/
|
|
10193
|
-
ExpressionAttributeNames?: Record<string, string
|
|
10296
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
10194
10297
|
/**
|
|
10195
10298
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
10196
10299
|
* <p>Use the <b>:</b> (colon) character in an expression to
|
|
@@ -10213,7 +10316,7 @@ export interface QueryInput {
|
|
|
10213
10316
|
* Guide</i>.</p>
|
|
10214
10317
|
* @public
|
|
10215
10318
|
*/
|
|
10216
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
10319
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
10217
10320
|
}
|
|
10218
10321
|
/**
|
|
10219
10322
|
* <p>Represents the output of a <code>BatchWriteItem</code> operation.</p>
|
|
@@ -10269,7 +10372,7 @@ export interface BatchWriteItemOutput {
|
|
|
10269
10372
|
* <code>UnprocessedItems</code> map.</p>
|
|
10270
10373
|
* @public
|
|
10271
10374
|
*/
|
|
10272
|
-
UnprocessedItems?: Record<string, WriteRequest[]
|
|
10375
|
+
UnprocessedItems?: Record<string, WriteRequest[]> | undefined;
|
|
10273
10376
|
/**
|
|
10274
10377
|
* <p>A list of tables that were processed by <code>BatchWriteItem</code> and, for each
|
|
10275
10378
|
* table, information about any item collections that were affected by individual
|
|
@@ -10295,7 +10398,7 @@ export interface BatchWriteItemOutput {
|
|
|
10295
10398
|
* </ul>
|
|
10296
10399
|
* @public
|
|
10297
10400
|
*/
|
|
10298
|
-
ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]
|
|
10401
|
+
ItemCollectionMetrics?: Record<string, ItemCollectionMetrics[]> | undefined;
|
|
10299
10402
|
/**
|
|
10300
10403
|
* <p>The capacity units consumed by the entire <code>BatchWriteItem</code>
|
|
10301
10404
|
* operation.</p>
|
|
@@ -10313,7 +10416,7 @@ export interface BatchWriteItemOutput {
|
|
|
10313
10416
|
* </ul>
|
|
10314
10417
|
* @public
|
|
10315
10418
|
*/
|
|
10316
|
-
ConsumedCapacity?: ConsumedCapacity[];
|
|
10419
|
+
ConsumedCapacity?: ConsumedCapacity[] | undefined;
|
|
10317
10420
|
}
|
|
10318
10421
|
/**
|
|
10319
10422
|
* <p>Represents the input of an <code>UpdateItem</code> operation.</p>
|
|
@@ -10342,21 +10445,21 @@ export interface UpdateItemInput {
|
|
|
10342
10445
|
* Guide</i>.</p>
|
|
10343
10446
|
* @public
|
|
10344
10447
|
*/
|
|
10345
|
-
AttributeUpdates?: Record<string, AttributeValueUpdate
|
|
10448
|
+
AttributeUpdates?: Record<string, AttributeValueUpdate> | undefined;
|
|
10346
10449
|
/**
|
|
10347
10450
|
* <p>This is a legacy parameter. Use <code>ConditionExpression</code> instead. For more
|
|
10348
10451
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.Expected.html">Expected</a> in the <i>Amazon DynamoDB Developer
|
|
10349
10452
|
* Guide</i>.</p>
|
|
10350
10453
|
* @public
|
|
10351
10454
|
*/
|
|
10352
|
-
Expected?: Record<string, ExpectedAttributeValue
|
|
10455
|
+
Expected?: Record<string, ExpectedAttributeValue> | undefined;
|
|
10353
10456
|
/**
|
|
10354
10457
|
* <p>This is a legacy parameter. Use <code>ConditionExpression</code> instead. For more
|
|
10355
10458
|
* information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.ConditionalOperator.html">ConditionalOperator</a> in the <i>Amazon DynamoDB Developer
|
|
10356
10459
|
* Guide</i>.</p>
|
|
10357
10460
|
* @public
|
|
10358
10461
|
*/
|
|
10359
|
-
ConditionalOperator?: ConditionalOperator;
|
|
10462
|
+
ConditionalOperator?: ConditionalOperator | undefined;
|
|
10360
10463
|
/**
|
|
10361
10464
|
* <p>Use <code>ReturnValues</code> if you want to get the item attributes as they appear
|
|
10362
10465
|
* before or after they are successfully updated. For <code>UpdateItem</code>, the valid
|
|
@@ -10395,7 +10498,7 @@ export interface UpdateItemInput {
|
|
|
10395
10498
|
* <p>The values returned are strongly consistent.</p>
|
|
10396
10499
|
* @public
|
|
10397
10500
|
*/
|
|
10398
|
-
ReturnValues?: ReturnValue;
|
|
10501
|
+
ReturnValues?: ReturnValue | undefined;
|
|
10399
10502
|
/**
|
|
10400
10503
|
* <p>Determines the level of detail about either provisioned or on-demand throughput
|
|
10401
10504
|
* consumption that is returned in the response:</p>
|
|
@@ -10424,7 +10527,7 @@ export interface UpdateItemInput {
|
|
|
10424
10527
|
* </ul>
|
|
10425
10528
|
* @public
|
|
10426
10529
|
*/
|
|
10427
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
10530
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
10428
10531
|
/**
|
|
10429
10532
|
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
10430
10533
|
* the response includes statistics about item collections, if any, that were modified
|
|
@@ -10432,7 +10535,7 @@ export interface UpdateItemInput {
|
|
|
10432
10535
|
* default), no statistics are returned.</p>
|
|
10433
10536
|
* @public
|
|
10434
10537
|
*/
|
|
10435
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
|
|
10538
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
10436
10539
|
/**
|
|
10437
10540
|
* <p>An expression that defines one or more attributes to be updated, the action to be
|
|
10438
10541
|
* performed on them, and new values for them.</p>
|
|
@@ -10538,7 +10641,7 @@ export interface UpdateItemInput {
|
|
|
10538
10641
|
* Guide</i>.</p>
|
|
10539
10642
|
* @public
|
|
10540
10643
|
*/
|
|
10541
|
-
UpdateExpression?: string;
|
|
10644
|
+
UpdateExpression?: string | undefined;
|
|
10542
10645
|
/**
|
|
10543
10646
|
* <p>A condition that must be satisfied in order for a conditional update to
|
|
10544
10647
|
* succeed.</p>
|
|
@@ -10565,7 +10668,7 @@ export interface UpdateItemInput {
|
|
|
10565
10668
|
* Guide</i>.</p>
|
|
10566
10669
|
* @public
|
|
10567
10670
|
*/
|
|
10568
|
-
ConditionExpression?: string;
|
|
10671
|
+
ConditionExpression?: string | undefined;
|
|
10569
10672
|
/**
|
|
10570
10673
|
* <p>One or more substitution tokens for attribute names in an expression. The following
|
|
10571
10674
|
* are some use cases for using <code>ExpressionAttributeNames</code>:</p>
|
|
@@ -10620,7 +10723,7 @@ export interface UpdateItemInput {
|
|
|
10620
10723
|
* Guide</i>.</p>
|
|
10621
10724
|
* @public
|
|
10622
10725
|
*/
|
|
10623
|
-
ExpressionAttributeNames?: Record<string, string
|
|
10726
|
+
ExpressionAttributeNames?: Record<string, string> | undefined;
|
|
10624
10727
|
/**
|
|
10625
10728
|
* <p>One or more values that can be substituted in an expression.</p>
|
|
10626
10729
|
* <p>Use the <b>:</b> (colon) character in an expression to
|
|
@@ -10643,7 +10746,7 @@ export interface UpdateItemInput {
|
|
|
10643
10746
|
* Guide</i>.</p>
|
|
10644
10747
|
* @public
|
|
10645
10748
|
*/
|
|
10646
|
-
ExpressionAttributeValues?: Record<string, AttributeValue
|
|
10749
|
+
ExpressionAttributeValues?: Record<string, AttributeValue> | undefined;
|
|
10647
10750
|
/**
|
|
10648
10751
|
* <p>An optional parameter that returns the item attributes for an <code>UpdateItem</code>
|
|
10649
10752
|
* operation that failed a condition check.</p>
|
|
@@ -10652,7 +10755,7 @@ export interface UpdateItemInput {
|
|
|
10652
10755
|
* units are consumed.</p>
|
|
10653
10756
|
* @public
|
|
10654
10757
|
*/
|
|
10655
|
-
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
|
10758
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure | undefined;
|
|
10656
10759
|
}
|
|
10657
10760
|
/**
|
|
10658
10761
|
* <p>A list of requests that can perform update, put, delete, or check operations on
|
|
@@ -10664,22 +10767,22 @@ export interface TransactWriteItem {
|
|
|
10664
10767
|
* <p>A request to perform a check item operation.</p>
|
|
10665
10768
|
* @public
|
|
10666
10769
|
*/
|
|
10667
|
-
ConditionCheck?: ConditionCheck;
|
|
10770
|
+
ConditionCheck?: ConditionCheck | undefined;
|
|
10668
10771
|
/**
|
|
10669
10772
|
* <p>A request to perform a <code>PutItem</code> operation.</p>
|
|
10670
10773
|
* @public
|
|
10671
10774
|
*/
|
|
10672
|
-
Put?: Put;
|
|
10775
|
+
Put?: Put | undefined;
|
|
10673
10776
|
/**
|
|
10674
10777
|
* <p>A request to perform a <code>DeleteItem</code> operation.</p>
|
|
10675
10778
|
* @public
|
|
10676
10779
|
*/
|
|
10677
|
-
Delete?: Delete;
|
|
10780
|
+
Delete?: Delete | undefined;
|
|
10678
10781
|
/**
|
|
10679
10782
|
* <p>A request to perform an <code>UpdateItem</code> operation.</p>
|
|
10680
10783
|
* @public
|
|
10681
10784
|
*/
|
|
10682
|
-
Update?: Update;
|
|
10785
|
+
Update?: Update | undefined;
|
|
10683
10786
|
}
|
|
10684
10787
|
/**
|
|
10685
10788
|
* @public
|
|
@@ -10722,7 +10825,7 @@ export interface TransactWriteItemsInput {
|
|
|
10722
10825
|
* </ul>
|
|
10723
10826
|
* @public
|
|
10724
10827
|
*/
|
|
10725
|
-
ReturnConsumedCapacity?: ReturnConsumedCapacity;
|
|
10828
|
+
ReturnConsumedCapacity?: ReturnConsumedCapacity | undefined;
|
|
10726
10829
|
/**
|
|
10727
10830
|
* <p>Determines whether item collection metrics are returned. If set to <code>SIZE</code>,
|
|
10728
10831
|
* the response includes statistics about item collections (if any), that were modified
|
|
@@ -10730,7 +10833,7 @@ export interface TransactWriteItemsInput {
|
|
|
10730
10833
|
* default), no statistics are returned. </p>
|
|
10731
10834
|
* @public
|
|
10732
10835
|
*/
|
|
10733
|
-
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics;
|
|
10836
|
+
ReturnItemCollectionMetrics?: ReturnItemCollectionMetrics | undefined;
|
|
10734
10837
|
/**
|
|
10735
10838
|
* <p>Providing a <code>ClientRequestToken</code> makes the call to
|
|
10736
10839
|
* <code>TransactWriteItems</code> idempotent, meaning that multiple identical calls
|
|
@@ -10751,5 +10854,5 @@ export interface TransactWriteItemsInput {
|
|
|
10751
10854
|
* <code>IdempotentParameterMismatch</code> exception.</p>
|
|
10752
10855
|
* @public
|
|
10753
10856
|
*/
|
|
10754
|
-
ClientRequestToken?: string;
|
|
10857
|
+
ClientRequestToken?: string | undefined;
|
|
10755
10858
|
}
|