aws-sdk-opensearchservice 1.27.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 160b00d079512fa11740c742ce415f3ab463293323b6655fcfef8ca097f366af
4
- data.tar.gz: c44d42f580d0569e2293b79d004893056681d520855c9dc90b2c6938c10b6e81
3
+ metadata.gz: 486955bbfbdc75bf0ae51d79b6bd6e5eda39d38f0badcf57017b3b962913e0d1
4
+ data.tar.gz: 4c62891723e567dc788c54940d60738e8ebf165de2bf37ccef2366d6a0034a7e
5
5
  SHA512:
6
- metadata.gz: 710838969f2b3a2fd665432c141fa3df65575a7f63fc6e782cd8dba8b9d1524b749309a137a3b3b7ccee3d59c884ca6fa67338b0204f9e837e51493cb73755a7
7
- data.tar.gz: e139bf1ab38c3611b2d7edea70f9b0bb566d2a06147fee1f3e3b2ce5214a4b812475216c67832e071969314d6672184e01ea5cd49d17aa53de79a787cc684ade
6
+ metadata.gz: 41430658435c95cafe99e4e71512d357989d6a4ce7e151623edac23f5c76296c62291bc103052c1c02d8709f442a3760b7771ec36bee57aab9e2fbd964e15a34
7
+ data.tar.gz: 3669e5c5d18f22f755b8c1b31e4622fc746f96cc906f9a15284c4402dbae6b1e33118b74e4f1b62e4b4bcc25e70fa2fd2df1c275e254a8ca830391b42c2dd0d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2023-10-16)
5
+ ------------------
6
+
7
+ * Feature - This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality.
8
+
4
9
  1.27.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -501,7 +501,7 @@ module Aws::OpenSearchService
501
501
  #
502
502
  # resp.domain_package_details.package_id #=> String
503
503
  # resp.domain_package_details.package_name #=> String
504
- # resp.domain_package_details.package_type #=> String, one of "TXT-DICTIONARY"
504
+ # resp.domain_package_details.package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
505
505
  # resp.domain_package_details.last_updated #=> Time
506
506
  # resp.domain_package_details.domain_name #=> String
507
507
  # resp.domain_package_details.domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
@@ -1053,7 +1053,7 @@ module Aws::OpenSearchService
1053
1053
  #
1054
1054
  # resp = client.create_package({
1055
1055
  # package_name: "PackageName", # required
1056
- # package_type: "TXT-DICTIONARY", # required, accepts TXT-DICTIONARY
1056
+ # package_type: "TXT-DICTIONARY", # required, accepts TXT-DICTIONARY, ZIP-PLUGIN
1057
1057
  # package_description: "PackageDescription",
1058
1058
  # package_source: { # required
1059
1059
  # s3_bucket_name: "S3BucketName",
@@ -1065,7 +1065,7 @@ module Aws::OpenSearchService
1065
1065
  #
1066
1066
  # resp.package_details.package_id #=> String
1067
1067
  # resp.package_details.package_name #=> String
1068
- # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY"
1068
+ # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
1069
1069
  # resp.package_details.package_description #=> String
1070
1070
  # resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
1071
1071
  # resp.package_details.created_at #=> Time
@@ -1073,6 +1073,12 @@ module Aws::OpenSearchService
1073
1073
  # resp.package_details.available_package_version #=> String
1074
1074
  # resp.package_details.error_details.error_type #=> String
1075
1075
  # resp.package_details.error_details.error_message #=> String
1076
+ # resp.package_details.engine_version #=> String
1077
+ # resp.package_details.available_plugin_properties.name #=> String
1078
+ # resp.package_details.available_plugin_properties.description #=> String
1079
+ # resp.package_details.available_plugin_properties.version #=> String
1080
+ # resp.package_details.available_plugin_properties.class_name #=> String
1081
+ # resp.package_details.available_plugin_properties.uncompressed_size_in_bytes #=> Integer
1076
1082
  #
1077
1083
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreatePackage AWS API Documentation
1078
1084
  #
@@ -1360,7 +1366,7 @@ module Aws::OpenSearchService
1360
1366
  #
1361
1367
  # resp.package_details.package_id #=> String
1362
1368
  # resp.package_details.package_name #=> String
1363
- # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY"
1369
+ # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
1364
1370
  # resp.package_details.package_description #=> String
1365
1371
  # resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
1366
1372
  # resp.package_details.created_at #=> Time
@@ -1368,6 +1374,12 @@ module Aws::OpenSearchService
1368
1374
  # resp.package_details.available_package_version #=> String
1369
1375
  # resp.package_details.error_details.error_type #=> String
1370
1376
  # resp.package_details.error_details.error_message #=> String
1377
+ # resp.package_details.engine_version #=> String
1378
+ # resp.package_details.available_plugin_properties.name #=> String
1379
+ # resp.package_details.available_plugin_properties.description #=> String
1380
+ # resp.package_details.available_plugin_properties.version #=> String
1381
+ # resp.package_details.available_plugin_properties.class_name #=> String
1382
+ # resp.package_details.available_plugin_properties.uncompressed_size_in_bytes #=> Integer
1371
1383
  #
1372
1384
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeletePackage AWS API Documentation
1373
1385
  #
@@ -1907,8 +1919,7 @@ module Aws::OpenSearchService
1907
1919
  #
1908
1920
  # @option params [required, Array<String>] :domain_names
1909
1921
  # Array of OpenSearch Service domain names that you want information
1910
- # about. If you don't specify any domains, OpenSearch Service returns
1911
- # information about all domains owned by the account.
1922
+ # about. You must specify at least one domain name.
1912
1923
  #
1913
1924
  # @return [Types::DescribeDomainsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1914
1925
  #
@@ -2371,7 +2382,7 @@ module Aws::OpenSearchService
2371
2382
  # resp = client.describe_packages({
2372
2383
  # filters: [
2373
2384
  # {
2374
- # name: "PackageID", # accepts PackageID, PackageName, PackageStatus
2385
+ # name: "PackageID", # accepts PackageID, PackageName, PackageStatus, PackageType, EngineVersion
2375
2386
  # value: ["DescribePackagesFilterValue"],
2376
2387
  # },
2377
2388
  # ],
@@ -2384,7 +2395,7 @@ module Aws::OpenSearchService
2384
2395
  # resp.package_details_list #=> Array
2385
2396
  # resp.package_details_list[0].package_id #=> String
2386
2397
  # resp.package_details_list[0].package_name #=> String
2387
- # resp.package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY"
2398
+ # resp.package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
2388
2399
  # resp.package_details_list[0].package_description #=> String
2389
2400
  # resp.package_details_list[0].package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
2390
2401
  # resp.package_details_list[0].created_at #=> Time
@@ -2392,6 +2403,12 @@ module Aws::OpenSearchService
2392
2403
  # resp.package_details_list[0].available_package_version #=> String
2393
2404
  # resp.package_details_list[0].error_details.error_type #=> String
2394
2405
  # resp.package_details_list[0].error_details.error_message #=> String
2406
+ # resp.package_details_list[0].engine_version #=> String
2407
+ # resp.package_details_list[0].available_plugin_properties.name #=> String
2408
+ # resp.package_details_list[0].available_plugin_properties.description #=> String
2409
+ # resp.package_details_list[0].available_plugin_properties.version #=> String
2410
+ # resp.package_details_list[0].available_plugin_properties.class_name #=> String
2411
+ # resp.package_details_list[0].available_plugin_properties.uncompressed_size_in_bytes #=> Integer
2395
2412
  # resp.next_token #=> String
2396
2413
  #
2397
2414
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribePackages AWS API Documentation
@@ -2610,7 +2627,7 @@ module Aws::OpenSearchService
2610
2627
  #
2611
2628
  # resp.domain_package_details.package_id #=> String
2612
2629
  # resp.domain_package_details.package_name #=> String
2613
- # resp.domain_package_details.package_type #=> String, one of "TXT-DICTIONARY"
2630
+ # resp.domain_package_details.package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
2614
2631
  # resp.domain_package_details.last_updated #=> Time
2615
2632
  # resp.domain_package_details.domain_name #=> String
2616
2633
  # resp.domain_package_details.domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
@@ -2706,6 +2723,11 @@ module Aws::OpenSearchService
2706
2723
  # resp.package_version_history_list[0].package_version #=> String
2707
2724
  # resp.package_version_history_list[0].commit_message #=> String
2708
2725
  # resp.package_version_history_list[0].created_at #=> Time
2726
+ # resp.package_version_history_list[0].plugin_properties.name #=> String
2727
+ # resp.package_version_history_list[0].plugin_properties.description #=> String
2728
+ # resp.package_version_history_list[0].plugin_properties.version #=> String
2729
+ # resp.package_version_history_list[0].plugin_properties.class_name #=> String
2730
+ # resp.package_version_history_list[0].plugin_properties.uncompressed_size_in_bytes #=> Integer
2709
2731
  # resp.next_token #=> String
2710
2732
  #
2711
2733
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetPackageVersionHistory AWS API Documentation
@@ -2877,7 +2899,7 @@ module Aws::OpenSearchService
2877
2899
  # resp.domain_package_details_list #=> Array
2878
2900
  # resp.domain_package_details_list[0].package_id #=> String
2879
2901
  # resp.domain_package_details_list[0].package_name #=> String
2880
- # resp.domain_package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY"
2902
+ # resp.domain_package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
2881
2903
  # resp.domain_package_details_list[0].last_updated #=> Time
2882
2904
  # resp.domain_package_details_list[0].domain_name #=> String
2883
2905
  # resp.domain_package_details_list[0].domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
@@ -3008,7 +3030,7 @@ module Aws::OpenSearchService
3008
3030
  # resp.domain_package_details_list #=> Array
3009
3031
  # resp.domain_package_details_list[0].package_id #=> String
3010
3032
  # resp.domain_package_details_list[0].package_name #=> String
3011
- # resp.domain_package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY"
3033
+ # resp.domain_package_details_list[0].package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
3012
3034
  # resp.domain_package_details_list[0].last_updated #=> Time
3013
3035
  # resp.domain_package_details_list[0].domain_name #=> String
3014
3036
  # resp.domain_package_details_list[0].domain_package_status #=> String, one of "ASSOCIATING", "ASSOCIATION_FAILED", "ACTIVE", "DISSOCIATING", "DISSOCIATION_FAILED"
@@ -3488,7 +3510,7 @@ module Aws::OpenSearchService
3488
3510
  end
3489
3511
 
3490
3512
  # Modifies the cluster configuration of the specified Amazon OpenSearch
3491
- # Service domain.sl
3513
+ # Service domain.
3492
3514
  #
3493
3515
  # @option params [required, String] :domain_name
3494
3516
  # The name of the domain that you're updating.
@@ -3929,7 +3951,7 @@ module Aws::OpenSearchService
3929
3951
  #
3930
3952
  # resp.package_details.package_id #=> String
3931
3953
  # resp.package_details.package_name #=> String
3932
- # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY"
3954
+ # resp.package_details.package_type #=> String, one of "TXT-DICTIONARY", "ZIP-PLUGIN"
3933
3955
  # resp.package_details.package_description #=> String
3934
3956
  # resp.package_details.package_status #=> String, one of "COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED"
3935
3957
  # resp.package_details.created_at #=> Time
@@ -3937,6 +3959,12 @@ module Aws::OpenSearchService
3937
3959
  # resp.package_details.available_package_version #=> String
3938
3960
  # resp.package_details.error_details.error_type #=> String
3939
3961
  # resp.package_details.error_details.error_message #=> String
3962
+ # resp.package_details.engine_version #=> String
3963
+ # resp.package_details.available_plugin_properties.name #=> String
3964
+ # resp.package_details.available_plugin_properties.description #=> String
3965
+ # resp.package_details.available_plugin_properties.version #=> String
3966
+ # resp.package_details.available_plugin_properties.class_name #=> String
3967
+ # resp.package_details.available_plugin_properties.uncompressed_size_in_bytes #=> Integer
3940
3968
  #
3941
3969
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/UpdatePackage AWS API Documentation
3942
3970
  #
@@ -4152,7 +4180,7 @@ module Aws::OpenSearchService
4152
4180
  params: params,
4153
4181
  config: config)
4154
4182
  context[:gem_name] = 'aws-sdk-opensearchservice'
4155
- context[:gem_version] = '1.27.0'
4183
+ context[:gem_version] = '1.28.0'
4156
4184
  Seahorse::Client::Request.new(handlers, context)
4157
4185
  end
4158
4186
 
@@ -180,6 +180,7 @@ module Aws::OpenSearchService
180
180
  Endpoint = Shapes::StringShape.new(name: 'Endpoint')
181
181
  EndpointsMap = Shapes::MapShape.new(name: 'EndpointsMap')
182
182
  EngineType = Shapes::StringShape.new(name: 'EngineType')
183
+ EngineVersion = Shapes::StringShape.new(name: 'EngineVersion')
183
184
  EnvironmentInfo = Shapes::StructureShape.new(name: 'EnvironmentInfo')
184
185
  EnvironmentInfoList = Shapes::ListShape.new(name: 'EnvironmentInfoList')
185
186
  ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
@@ -290,6 +291,11 @@ module Aws::OpenSearchService
290
291
  PackageVersionHistory = Shapes::StructureShape.new(name: 'PackageVersionHistory')
291
292
  PackageVersionHistoryList = Shapes::ListShape.new(name: 'PackageVersionHistoryList')
292
293
  Password = Shapes::StringShape.new(name: 'Password')
294
+ PluginClassName = Shapes::StringShape.new(name: 'PluginClassName')
295
+ PluginDescription = Shapes::StringShape.new(name: 'PluginDescription')
296
+ PluginName = Shapes::StringShape.new(name: 'PluginName')
297
+ PluginProperties = Shapes::StructureShape.new(name: 'PluginProperties')
298
+ PluginVersion = Shapes::StringShape.new(name: 'PluginVersion')
293
299
  PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
294
300
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
295
301
  PurchaseReservedInstanceOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseReservedInstanceOfferingRequest')
@@ -359,6 +365,7 @@ module Aws::OpenSearchService
359
365
  TimeUnit = Shapes::StringShape.new(name: 'TimeUnit')
360
366
  TotalNumberOfStages = Shapes::IntegerShape.new(name: 'TotalNumberOfStages')
361
367
  UIntValue = Shapes::IntegerShape.new(name: 'UIntValue')
368
+ UncompressedPluginSizeInBytes = Shapes::IntegerShape.new(name: 'UncompressedPluginSizeInBytes')
362
369
  UpdateDomainConfigRequest = Shapes::StructureShape.new(name: 'UpdateDomainConfigRequest')
363
370
  UpdateDomainConfigResponse = Shapes::StructureShape.new(name: 'UpdateDomainConfigResponse')
364
371
  UpdatePackageRequest = Shapes::StructureShape.new(name: 'UpdatePackageRequest')
@@ -1225,6 +1232,8 @@ module Aws::OpenSearchService
1225
1232
  PackageDetails.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdated, location_name: "LastUpdatedAt"))
1226
1233
  PackageDetails.add_member(:available_package_version, Shapes::ShapeRef.new(shape: PackageVersion, location_name: "AvailablePackageVersion"))
1227
1234
  PackageDetails.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
1235
+ PackageDetails.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "EngineVersion"))
1236
+ PackageDetails.add_member(:available_plugin_properties, Shapes::ShapeRef.new(shape: PluginProperties, location_name: "AvailablePluginProperties"))
1228
1237
  PackageDetails.struct_class = Types::PackageDetails
1229
1238
 
1230
1239
  PackageDetailsList.member = Shapes::ShapeRef.new(shape: PackageDetails)
@@ -1236,10 +1245,18 @@ module Aws::OpenSearchService
1236
1245
  PackageVersionHistory.add_member(:package_version, Shapes::ShapeRef.new(shape: PackageVersion, location_name: "PackageVersion"))
1237
1246
  PackageVersionHistory.add_member(:commit_message, Shapes::ShapeRef.new(shape: CommitMessage, location_name: "CommitMessage"))
1238
1247
  PackageVersionHistory.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
1248
+ PackageVersionHistory.add_member(:plugin_properties, Shapes::ShapeRef.new(shape: PluginProperties, location_name: "PluginProperties"))
1239
1249
  PackageVersionHistory.struct_class = Types::PackageVersionHistory
1240
1250
 
1241
1251
  PackageVersionHistoryList.member = Shapes::ShapeRef.new(shape: PackageVersionHistory)
1242
1252
 
1253
+ PluginProperties.add_member(:name, Shapes::ShapeRef.new(shape: PluginName, location_name: "Name"))
1254
+ PluginProperties.add_member(:description, Shapes::ShapeRef.new(shape: PluginDescription, location_name: "Description"))
1255
+ PluginProperties.add_member(:version, Shapes::ShapeRef.new(shape: PluginVersion, location_name: "Version"))
1256
+ PluginProperties.add_member(:class_name, Shapes::ShapeRef.new(shape: PluginClassName, location_name: "ClassName"))
1257
+ PluginProperties.add_member(:uncompressed_size_in_bytes, Shapes::ShapeRef.new(shape: UncompressedPluginSizeInBytes, location_name: "UncompressedSizeInBytes"))
1258
+ PluginProperties.struct_class = Types::PluginProperties
1259
+
1243
1260
  PurchaseReservedInstanceOfferingRequest.add_member(:reserved_instance_offering_id, Shapes::ShapeRef.new(shape: GUID, required: true, location_name: "ReservedInstanceOfferingId"))
1244
1261
  PurchaseReservedInstanceOfferingRequest.add_member(:reservation_name, Shapes::ShapeRef.new(shape: ReservationToken, required: true, location_name: "ReservationName"))
1245
1262
  PurchaseReservedInstanceOfferingRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InstanceCount"))
@@ -1423,10 +1423,13 @@ module Aws::OpenSearchService
1423
1423
  include Aws::Structure
1424
1424
  end
1425
1425
 
1426
- # Cross cluster search specific connection properties.
1426
+ # Cross-cluster search specific connection properties.
1427
1427
  #
1428
1428
  # @!attribute [rw] skip_unavailable
1429
- # Status of SkipUnavailable param for outbound connection.
1429
+ # The status of the `SkipUnavailable` setting for the outbound
1430
+ # connection. This feature allows you to specify some clusters as
1431
+ # optional and ensure that your cross-cluster queries return partial
1432
+ # results despite failures on one or more remote clusters.
1430
1433
  # @return [String]
1431
1434
  #
1432
1435
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CrossClusterSearchConnectionProperties AWS API Documentation
@@ -1892,8 +1895,7 @@ module Aws::OpenSearchService
1892
1895
  #
1893
1896
  # @!attribute [rw] domain_names
1894
1897
  # Array of OpenSearch Service domain names that you want information
1895
- # about. If you don't specify any domains, OpenSearch Service returns
1896
- # information about all domains owned by the account.
1898
+ # about. You must specify at least one domain name.
1897
1899
  # @return [Array<String>]
1898
1900
  #
1899
1901
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainsRequest AWS API Documentation
@@ -4311,6 +4313,17 @@ module Aws::OpenSearchService
4311
4313
  # otherwise.
4312
4314
  # @return [Types::ErrorDetails]
4313
4315
  #
4316
+ # @!attribute [rw] engine_version
4317
+ # Version of OpenSearch or Elasticsearch, in the format
4318
+ # Elasticsearch\_X.Y or OpenSearch\_X.Y. Defaults to the latest
4319
+ # version of OpenSearch.
4320
+ # @return [String]
4321
+ #
4322
+ # @!attribute [rw] available_plugin_properties
4323
+ # If the package is a `ZIP-PLUGIN` package, additional information
4324
+ # about plugin properties.
4325
+ # @return [Types::PluginProperties]
4326
+ #
4314
4327
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PackageDetails AWS API Documentation
4315
4328
  #
4316
4329
  class PackageDetails < Struct.new(
@@ -4322,7 +4335,9 @@ module Aws::OpenSearchService
4322
4335
  :created_at,
4323
4336
  :last_updated_at,
4324
4337
  :available_package_version,
4325
- :error_details)
4338
+ :error_details,
4339
+ :engine_version,
4340
+ :available_plugin_properties)
4326
4341
  SENSITIVE = []
4327
4342
  include Aws::Structure
4328
4343
  end
@@ -4360,12 +4375,52 @@ module Aws::OpenSearchService
4360
4375
  # The date and time when the package was created.
4361
4376
  # @return [Time]
4362
4377
  #
4378
+ # @!attribute [rw] plugin_properties
4379
+ # Additional information about plugin properties if the package is a
4380
+ # `ZIP-PLUGIN` package.
4381
+ # @return [Types::PluginProperties]
4382
+ #
4363
4383
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PackageVersionHistory AWS API Documentation
4364
4384
  #
4365
4385
  class PackageVersionHistory < Struct.new(
4366
4386
  :package_version,
4367
4387
  :commit_message,
4368
- :created_at)
4388
+ :created_at,
4389
+ :plugin_properties)
4390
+ SENSITIVE = []
4391
+ include Aws::Structure
4392
+ end
4393
+
4394
+ # Basic information about the plugin.
4395
+ #
4396
+ # @!attribute [rw] name
4397
+ # The name of the plugin.
4398
+ # @return [String]
4399
+ #
4400
+ # @!attribute [rw] description
4401
+ # The description of the plugin.
4402
+ # @return [String]
4403
+ #
4404
+ # @!attribute [rw] version
4405
+ # The version of the plugin.
4406
+ # @return [String]
4407
+ #
4408
+ # @!attribute [rw] class_name
4409
+ # The name of the class to load.
4410
+ # @return [String]
4411
+ #
4412
+ # @!attribute [rw] uncompressed_size_in_bytes
4413
+ # The uncompressed size of the plugin.
4414
+ # @return [Integer]
4415
+ #
4416
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/PluginProperties AWS API Documentation
4417
+ #
4418
+ class PluginProperties < Struct.new(
4419
+ :name,
4420
+ :description,
4421
+ :version,
4422
+ :class_name,
4423
+ :uncompressed_size_in_bytes)
4369
4424
  SENSITIVE = []
4370
4425
  include Aws::Structure
4371
4426
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core