AWS.S3.TS3Client.DeleteBucketInventoryConfiguration

Delete a Inventory configuration for a bucket.

function DeleteBucketInventoryConfiguration(const ARequest: IS3DeleteBucketInventoryConfigurationRequest): IS3DeleteBucketInventoryConfigurationResponse; overload; function DeleteBucketInventoryConfiguration(const ABucket: string; const AId: string): IS3DeleteBucketInventoryConfigurationResponse; overload;
__fastcall IS3DeleteBucketInventoryConfigurationResponse DeleteBucketInventoryConfiguration(const IS3DeleteBucketInventoryConfigurationRequest ARequest); __fastcall IS3DeleteBucketInventoryConfigurationResponse DeleteBucketInventoryConfiguration(const AnsiString ABucket, const AnsiString AId);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3DeleteBucketInventoryConfigurationRequest
A DeleteBucketInventoryConfiguration request object.
const ABucket: string
The name of the bucket to update.
const AId: string
The ID of the configuration to delete.

Response containing DeleteBucketInventoryConfiguration results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.