class Aws::ElasticsearchService::Types::UpdatePackageRequest


@return [String]
‘GetPackageVersionHistoryResponse`.
An info message for the new version which will be shown as part of
@!attribute [rw] commit_message
@return [String]
New description of the package.
@!attribute [rw] package_description
@return [Types::PackageSource]
`S3BucketName` and `S3Key`
The S3 location for importing the package specified as
@!attribute [rw] package_source
@return [String]
Unique identifier for the package.
@!attribute [rw] package_id
}
commit_message: “CommitMessage”,
package_description: “PackageDescription”,
},
s3_key: “S3Key”,
s3_bucket_name: “S3BucketName”,
package_source: { # required
package_id: “PackageID”, # required
{
data as a hash:
@note When making an API call, you may pass UpdatePackageRequest
Container for request parameters to ` UpdatePackage ` operation.