Show: Delphi
C++
Display Preferences
Data.Cloud.AmazonAPI
From XE2 API Documentation
Contains classes that implement the API for using the Amazon services (such as queue, table, and so on.)
Classes
| TAmazonAccessControlPolicy | An access control policy containing owner information and a list of grants. |
| TAmazonActionConditional | Record of optional conditional restrictions. |
| TAmazonAuthentication | Amazon-specific implementation of TCloudSHA256Authentication. |
| TAmazonBasicService | Class used for table and queue services functionality shared by table and queue services, but not S3. |
| TAmazonBatchRow | Represents a single row to be updated in a batch execution. |
| TAmazonBucketLoggingInfo | Bucket logging information, including target bucket, log prefix, and permissions. |
| TAmazonBucketResult | A storage bucket, as returned by a GET Bucket request. |
| TAmazonConnectionInfo | Amazon extension of TCloudConnectionInfo. |
| TAmazonCopyObjectOptionals | Optional header values for a copy object request. |
| TAmazonGetObjectOptionals | Optional inputs for a GetObject request. |
| TAmazonGrant | Representation of a specific ACL Grant that specifies the grantee and permission. |
| TAmazonListPartsResult | Result item for a ListParts request. |
| TAmazonMultipartPart | Stores information for a single part of a multipart upload. |
| TAmazonMultipartUploadItem | Information about a single item in a list of active multipart uploads. |
| TAmazonMultipartUploadsResult | Holds the result of a request made by all the active multipart uploads. |
| TAmazonNotificationEvent | A topic for Amazon notification. |
| TAmazonObjectResult | A storage object, as returned by a 'get bucket' request. |
| TAmazonQueuePermission | Record that represents a queue permission. |
| TAmazonQueueService | Manager for an Amazon Queue Service account. |
| TAmazonRowConditional | Conditional class for inserting or updating a row. |
| TAmazonService | Abstract extension of the TCloudService class. |
| TAmazonSHA1Authentication | Amazon-specific implementation of TCloudSHA1Authentication. |
| TAmazonStorageService | Manager class for an Amazon Simple Storage Service (S3) account. |
| TAmazonTableService | Class that is an implementation of TAmazonBasicService for managing an Amazon SimpleDB account. |
Types
| TAmazonACLType | Bucket/Object ACL types. |
| TAmazonActionConditional | Record of optional conditional restrictions. |
| TAmazonBatchRow | Represents a single row to be updated in a batch execution. |
| TAmazonGetObjectOptionals | Optional inputs for a GetObject request. |
| TAmazonGrant | Representation of a specific ACL Grant that specifies the grantee and permission. |
| TAmazonGranteeType | The available grantee types. |
| TAmazonGrantPermission | The available Grant permissions. |
| TAmazonMultipartPart | Stores information for a single part of a multipart upload. |
| TAmazonMultipartUploadItem | Information about a single item in a list of active multipart uploads. |
| TAmazonNotificationEvent | A topic for Amazon notification. |
| TAmazonObjectResult | A storage object, as returned by a 'get bucket' request. |
| TAmazonPayer | Amazon payer options. |
| TAmazonQueueActions | The available actions for an Amazon queue, for which permissions can be established. |
| TAmazonQueueAttribute | The available property types for an Amazon queue. |
| TAmazonQueuePermission | Record that represents a queue permission. |
| TAmazonRegion | Regions that can be used with Amazon Services. |
| TAmazonRowConditional | Conditional class for inserting or updating a row. |
Constants
| agtCanonicalUser | agtCanonicalUser: TAmazonGranteeType = agtCanonicalUser; |
| agtCustomerByEmail | agtCustomerByEmail: TAmazonGranteeType = agtCustomerByEmail; |
| agtGroup | agtGroup: TAmazonGranteeType = agtGroup; |
| agtUnknown | agtUnknown: TAmazonGranteeType = agtUnknown; |
| ALL_AUTHENTICATED_USERS_GROUP | ALL_AUTHENTICATED_USERS_GROUP: string = http://acs.amazonaws.com/groups/global/AuthenticatedUsers; |
| ALL_USERS_GROUP | ALL_USERS_GROUP: string = http://acs.amazonaws.com/groups/global/AllUsers; |
| amgpFullControl | amgpFullControl: TAmazonGrantPermission = amgpFullControl; |
| amgpRead | amgpRead: TAmazonGrantPermission = amgpRead; |
| amgpReadACP | amgpReadACP: TAmazonGrantPermission = amgpReadACP; |
| amgpUnknown | amgpUnknown: TAmazonGrantPermission = amgpUnknown; |
| amgpWrite | amgpWrite: TAmazonGrantPermission = amgpWrite; |
| amgpWriteACP | amgpWriteACP: TAmazonGrantPermission = amgpWriteACP; |
| ampBucketOwner | ampBucketOwner: TAmazonPayer = ampBucketOwner; |
| ampRequester | ampRequester: TAmazonPayer = ampRequester; |
| ampUnknown | ampUnknown: TAmazonPayer = ampUnknown; |
| amzbaAuthenticatedRead | amzbaAuthenticatedRead: TAmazonACLType = amzbaAuthenticatedRead; |
| amzbaBucketOwnerFullControl | amzbaBucketOwnerFullControl: TAmazonACLType = amzbaBucketOwnerFullControl; |
| amzbaBucketOwnerRead | amzbaBucketOwnerRead: TAmazonACLType = amzbaBucketOwnerRead; |
| amzbaNotSpecified | amzbaNotSpecified: TAmazonACLType = amzbaNotSpecified; |
| amzbaPrivate | amzbaPrivate: TAmazonACLType = amzbaPrivate; |
| amzbaPublicRead | amzbaPublicRead: TAmazonACLType = amzbaPublicRead; |
| amzbaPublicReadWrite | amzbaPublicReadWrite: TAmazonACLType = amzbaPublicReadWrite; |
| amzrAPSoutheast1 | amzrAPSoutheast1: TAmazonRegion = amzrAPSoutheast1; |
| amzrEU | amzrEU: TAmazonRegion = amzrEU; |
| amzrNotSpecified | amzrNotSpecified: TAmazonRegion = amzrNotSpecified; |
| amzrUSClassic | amzrUSClassic: TAmazonRegion = amzrUSClassic; |
| amzrUSWest1 | amzrUSWest1: TAmazonRegion = amzrUSWest1; |
| aqaAll | aqaAll: TAmazonQueueAttribute = aqaAll; |
| aqaApproximateNumberOfMessages | aqaApproximateNumberOfMessages: TAmazonQueueAttribute = aqaApproximateNumberOfMessages; |
| aqaApproximateNumberOfMessagesNotVisible | aqaApproximateNumberOfMessagesNotVisible: TAmazonQueueAttribute = aqaApproximateNumberOfMessagesNotVisible; |
| aqacAll | aqacAll: TAmazonQueueActions = aqacAll; |
| aqacChangeMessageVisibility | aqacChangeMessageVisibility: TAmazonQueueActions = aqacChangeMessageVisibility; |
| aqacDeleteMessage | aqacDeleteMessage: TAmazonQueueActions = aqacDeleteMessage; |
| aqacGetQueueAttributes | aqacGetQueueAttributes: TAmazonQueueActions = aqacGetQueueAttributes; |
| aqaCreatedTimestamp | aqaCreatedTimestamp: TAmazonQueueAttribute = aqaCreatedTimestamp; |
| aqacReceiveMessage | aqacReceiveMessage: TAmazonQueueActions = aqacReceiveMessage; |
| aqacSendMessage | aqacSendMessage: TAmazonQueueActions = aqacSendMessage; |
| aqaLastModifiedTimestamp | aqaLastModifiedTimestamp: TAmazonQueueAttribute = aqaLastModifiedTimestamp; |
| aqaMaximumMessageSize | aqaMaximumMessageSize: TAmazonQueueAttribute = aqaMaximumMessageSize; |
| aqaMessageRetentionPeriod | aqaMessageRetentionPeriod: TAmazonQueueAttribute = aqaMessageRetentionPeriod; |
| aqaPolicy | aqaPolicy: TAmazonQueueAttribute = aqaPolicy; |
| aqaVisibilityTimeout | aqaVisibilityTimeout: TAmazonQueueAttribute = aqaVisibilityTimeout; |
| LOG_DELIVERY_GROUP | LOG_DELIVERY_GROUP: string = http://acs.amazonaws.com/groups/s3/LogDelivery; |
| TABLE_ROW_DATATYPE_DO_NOT_REPLACE | TABLE_ROW_DATATYPE_DO_NOT_REPLACE: string = noreplace; |
| TABLE_ROW_DATATYPE_REPLACE | TABLE_ROW_DATATYPE_REPLACE: string = replace; |