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)


8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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.



8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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)


8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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.



8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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)


8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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.



8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8607

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