UpdateDistributionBundleRequest

public struct UpdateDistributionBundleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bundle ID of the new bundle to apply to your distribution. Use the GetDistributionBundles action to get a list of distribution bundle IDs that you can specify.

    Declaration

    Swift

    public let bundleId: String?
  • The name of the distribution for which to update the bundle. Use the GetDistributions action to get a list of distribution names that you can specify.

    Declaration

    Swift

    public let distributionName: String?
  • Undocumented

    Declaration

    Swift

    public init(bundleId: String? = nil, distributionName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws