commonMain.aws.sdk.kotlin.services.proton.model.NotifyResourceDeploymentStatusChangeRequest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proton-jvm Show documentation
Show all versions of proton-jvm Show documentation
The AWS SDK for Kotlin client for Proton
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.proton.model
public class NotifyResourceDeploymentStatusChangeRequest private constructor(builder: Builder) {
/**
* The deployment ID for your provisioned resource.
*/
public val deploymentId: kotlin.String? = builder.deploymentId
/**
* The provisioned resource state change detail data that's returned by Proton.
*/
public val outputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy