class Aws::OpenSearchService::Types::UpdatePackageRequest
Container for request parameters to the ` UpdatePackage ` operation.
@note When making an API call, you may pass UpdatePackageRequest
data as a hash: { package_id: "PackageID", # required package_source: { # required s3_bucket_name: "S3BucketName", s3_key: "S3Key", }, package_description: "PackageDescription", commit_message: "CommitMessage", }
@!attribute [rw] package_id
The unique identifier for the package. @return [String]
@!attribute [rw] package_source
The Amazon S3 location for importing the package specified as `S3BucketName` and `S3Key` @return [Types::PackageSource]
@!attribute [rw] package_description
A new description of the package. @return [String]
@!attribute [rw] commit_message
A commit message for the new version which is shown as part of `GetPackageVersionHistoryResponse`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdatePackageRequest AWS API Documentation
Constants
- SENSITIVE