io.scalajs.npm.aws.s3.DeleteBucketInventoryConfigurationRequest.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-s3_sjs0.6_2.12 Show documentation
Show all versions of aws-s3_sjs0.6_2.12 Show documentation
aws-s3 binding for Scala.js
The newest version!
package io.scalajs.npm.aws.s3
import scala.scalajs.js
/**
* Delete Bucket Inventory Configuration Request
* @param Bucket The name of the bucket containing the inventory configuration to delete.
* @param Id The ID used to identify the inventory configuration.
*/
class DeleteBucketInventoryConfigurationRequest(val Bucket: js.UndefOr[String] = js.undefined,
val Id: js.UndefOr[String] = js.undefined) extends js.Object