Class: Aws::OpenSearchService::Types::UpdatePackageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for request parameters to the ‘UpdatePackage` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_messageString

Commit message for the updated file, which is shown as part of ‘GetPackageVersionHistoryResponse`.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_configurationTypes::PackageConfiguration

The updated configuration details for a package.



7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_descriptionString

A new description of the package.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_encryption_optionsTypes::PackageEncryptionOptions

Encryption options for a package.



7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The unique identifier for the package.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_sourceTypes::PackageSource

Amazon S3 bucket and key for the package.



7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242

class UpdatePackageRequest < Struct.new(
  :package_id,
  :package_source,
  :package_description,
  :commit_message,
  :package_configuration,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end