All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.npm.aws.s3.DeleteBucketAnalyticsConfigurationRequest.scala Maven / Gradle / Ivy

The newest version!
package io.scalajs.npm.aws.s3

import scala.scalajs.js


/**
  * Delete Bucket Analytics Configuration Request
  * @param Bucket The name of the bucket from which an analytics configuration is deleted.
  * @param Id     The identifier used to represent an analytics configuration.
  */

class DeleteBucketAnalyticsConfigurationRequest(val Bucket: js.UndefOr[String] = js.undefined,
                                                val Id: js.UndefOr[String] = js.undefined)
  extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy