aws-sdk-odb 1.16.0 → 1.17.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: 302cafb39c2c7bd759def3ea26e5f43eb170e4acba8968d5e05450896743bb78
4
- data.tar.gz: 7752dc4c50e563fa485006fae1f4a9e7a37b629d340c7cdb09d9cfa50f87866b
3
+ metadata.gz: 737bfde34e9269db1f747278cbfa43776cd5af1a9fc000c50a9f044e427b0a83
4
+ data.tar.gz: ff7949e8b547c1fc786fff8cb04d78e105071715fddb74938feddc7131435425
5
5
  SHA512:
6
- metadata.gz: db370a627952609ba13309f08b1d0973fc601dd88df3ee1825a40c4a3f903fcb8a16acdecef3fcb939112fa2e4d5fde187589c7f2200ea0d00a902be9732f79b
7
- data.tar.gz: 4b4495ca756fe0f6df658922e315fed2970fcca4257673b74258946a09fbdb90af32f6917e5ed62878bb919c149e7bd21284b1e76b5d5a29c00b9ac796ccbf75
6
+ metadata.gz: c10cf947a13041517a7ac33ba62426beb2577b66090112e713f14f80d10a73b3a08380fe751692561c4357bb42c3b9f9eb0f74843f91a0e4c2ceb6862ab69f03
7
+ data.tar.gz: c0563cdf5da77e20e524f481c61466f2cf1d2d1aed4e4fcf29b3123e1db326fe929a5925d1b51c887bf82c0dd1f5a0fcf30d5d2d1a05312ec477cffcff49cace
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Adds support for EC2 Placement Group integration with ODB Network. The GetOdbNetwork and ListOdbNetworks API responses now include the ec2PlacementGroupIds field.
8
+
4
9
  1.16.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -1889,6 +1889,8 @@ module Aws::Odb
1889
1889
  # resp.odb_network.managed_services.cross_region_s3_restore_sources_access[0].ipv4_addresses #=> Array
1890
1890
  # resp.odb_network.managed_services.cross_region_s3_restore_sources_access[0].ipv4_addresses[0] #=> String
1891
1891
  # resp.odb_network.managed_services.cross_region_s3_restore_sources_access[0].status #=> String, one of "ENABLED", "ENABLING", "DISABLED", "DISABLING"
1892
+ # resp.odb_network.ec2_placement_group_ids #=> Array
1893
+ # resp.odb_network.ec2_placement_group_ids[0] #=> String
1892
1894
  #
1893
1895
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetOdbNetwork AWS API Documentation
1894
1896
  #
@@ -2681,6 +2683,8 @@ module Aws::Odb
2681
2683
  # resp.odb_networks[0].managed_services.cross_region_s3_restore_sources_access[0].ipv4_addresses #=> Array
2682
2684
  # resp.odb_networks[0].managed_services.cross_region_s3_restore_sources_access[0].ipv4_addresses[0] #=> String
2683
2685
  # resp.odb_networks[0].managed_services.cross_region_s3_restore_sources_access[0].status #=> String, one of "ENABLED", "ENABLING", "DISABLED", "DISABLING"
2686
+ # resp.odb_networks[0].ec2_placement_group_ids #=> Array
2687
+ # resp.odb_networks[0].ec2_placement_group_ids[0] #=> String
2684
2688
  #
2685
2689
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListOdbNetworks AWS API Documentation
2686
2690
  #
@@ -3226,7 +3230,7 @@ module Aws::Odb
3226
3230
  tracer: tracer
3227
3231
  )
3228
3232
  context[:gem_name] = 'aws-sdk-odb'
3229
- context[:gem_version] = '1.16.0'
3233
+ context[:gem_version] = '1.17.0'
3230
3234
  Seahorse::Client::Request.new(handlers, context)
3231
3235
  end
3232
3236
 
@@ -251,6 +251,7 @@ module Aws::Odb
251
251
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
252
252
  ResourceDisplayName = Shapes::StringShape.new(name: 'ResourceDisplayName')
253
253
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
254
+ ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
254
255
  ResourceIdOrArn = Shapes::StringShape.new(name: 'ResourceIdOrArn')
255
256
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
256
257
  ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
@@ -1215,6 +1216,7 @@ module Aws::Odb
1215
1216
  OdbNetwork.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1216
1217
  OdbNetwork.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1217
1218
  OdbNetwork.add_member(:managed_services, Shapes::ShapeRef.new(shape: ManagedServices, location_name: "managedServices"))
1219
+ OdbNetwork.add_member(:ec2_placement_group_ids, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "ec2PlacementGroupIds"))
1218
1220
  OdbNetwork.struct_class = Types::OdbNetwork
1219
1221
 
1220
1222
  OdbNetworkList.member = Shapes::ShapeRef.new(shape: OdbNetworkSummary)
@@ -1240,6 +1242,7 @@ module Aws::Odb
1240
1242
  OdbNetworkSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1241
1243
  OdbNetworkSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1242
1244
  OdbNetworkSummary.add_member(:managed_services, Shapes::ShapeRef.new(shape: ManagedServices, location_name: "managedServices"))
1245
+ OdbNetworkSummary.add_member(:ec2_placement_group_ids, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "ec2PlacementGroupIds"))
1243
1246
  OdbNetworkSummary.struct_class = Types::OdbNetworkSummary
1244
1247
 
1245
1248
  OdbPeeringConnection.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbPeeringConnectionId"))
@@ -1286,6 +1289,8 @@ module Aws::Odb
1286
1289
  RequestTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1287
1290
  RequestTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1288
1291
 
1292
+ ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
1293
+
1289
1294
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1290
1295
  ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
1291
1296
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
@@ -4712,6 +4712,11 @@ module Aws::Odb
4712
4712
  # The managed services configuration for the ODB network.
4713
4713
  # @return [Types::ManagedServices]
4714
4714
  #
4715
+ # @!attribute [rw] ec2_placement_group_ids
4716
+ # The list of EC2 Placement Group IDs associated with your ODB
4717
+ # network.
4718
+ # @return [Array<String>]
4719
+ #
4715
4720
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/OdbNetwork AWS API Documentation
4716
4721
  #
4717
4722
  class OdbNetwork < Struct.new(
@@ -4735,7 +4740,8 @@ module Aws::Odb
4735
4740
  :oci_dns_forwarding_configs,
4736
4741
  :created_at,
4737
4742
  :percent_progress,
4738
- :managed_services)
4743
+ :managed_services,
4744
+ :ec2_placement_group_ids)
4739
4745
  SENSITIVE = []
4740
4746
  include Aws::Structure
4741
4747
  end
@@ -4832,6 +4838,11 @@ module Aws::Odb
4832
4838
  # The managed services configuration for the ODB network.
4833
4839
  # @return [Types::ManagedServices]
4834
4840
  #
4841
+ # @!attribute [rw] ec2_placement_group_ids
4842
+ # The list of EC2 Placement Group IDs associated with your ODB
4843
+ # network.
4844
+ # @return [Array<String>]
4845
+ #
4835
4846
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/OdbNetworkSummary AWS API Documentation
4836
4847
  #
4837
4848
  class OdbNetworkSummary < Struct.new(
@@ -4855,7 +4866,8 @@ module Aws::Odb
4855
4866
  :oci_dns_forwarding_configs,
4856
4867
  :created_at,
4857
4868
  :percent_progress,
4858
- :managed_services)
4869
+ :managed_services,
4870
+ :ec2_placement_group_ids)
4859
4871
  SENSITIVE = []
4860
4872
  include Aws::Structure
4861
4873
  end
data/lib/aws-sdk-odb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Odb
55
55
  autoload :EndpointProvider, 'aws-sdk-odb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-odb/endpoints'
57
57
 
58
- GEM_VERSION = '1.16.0'
58
+ GEM_VERSION = '1.17.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -1091,6 +1091,7 @@ module Aws::Odb
1091
1091
  attr_accessor created_at: ::Time
1092
1092
  attr_accessor percent_progress: ::Float
1093
1093
  attr_accessor managed_services: Types::ManagedServices
1094
+ attr_accessor ec2_placement_group_ids: ::Array[::String]
1094
1095
  SENSITIVE: []
1095
1096
  end
1096
1097
 
@@ -1116,6 +1117,7 @@ module Aws::Odb
1116
1117
  attr_accessor created_at: ::Time
1117
1118
  attr_accessor percent_progress: ::Float
1118
1119
  attr_accessor managed_services: Types::ManagedServices
1120
+ attr_accessor ec2_placement_group_ids: ::Array[::String]
1119
1121
  SENSITIVE: []
1120
1122
  end
1121
1123
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-odb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services