aws-sdk-ec2 1.625.0 → 1.627.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: 6867db1c50af7b0857132f507020ae6f98052f5d6d36d180e073ce37b04f5b21
4
- data.tar.gz: 8581cb5bcde7850245f6823c1e2aca5758751f1ff19e5ae25f53bde4e8c67ad8
3
+ metadata.gz: c0121a6ab2ff430ed6203db816eafd2bd51aac1c464d99822634e7062217e590
4
+ data.tar.gz: ca6bf4efb42ef07012558ea2b1d8ad127c974391cb70ab06a1db23de22e2809d
5
5
  SHA512:
6
- metadata.gz: 46ab18a4b5aaede3d96a4951de50e791f047d5f40e2412fc7a8eeda01eea19d2c7eb9519f3b7e8178d0f12ab1871263943c228ca24daa5e17750148ab5cbc72f
7
- data.tar.gz: 9d680bcf86f4643f7e4d16b9c071c30d33cd94c02a5688947d4b1b19847649306f5f01758ac5153d3ba208206fcacee4f1dcbfd7b32b772ec9e088c469d30598
6
+ metadata.gz: e62d8552d66451ba039217815982c7647542ea728b0a5829c979f66cf015c19af75dc2a883c09f7055dbf906169e65ea4a45a27cc2ec044cf1b4047c23b9b091
7
+ data.tar.gz: 403ec550b1350919a4a5c82653efd5fd93d060f7fcce70394743a53edf7c8821ff4ae4601eaa2dfa18089887cc1f81e52989ea2576b5cc5176ceee2de47e1360
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.627.0 (2026-06-30)
5
+ ------------------
6
+
7
+ * Feature - Adds ModifyVpcEndpointPayerResponsibility API, which enables VPC endpoint service owners to modify the billing account for VPC endpoint usage charges at the individual endpoint level
8
+
9
+ 1.626.0 (2026-06-29)
10
+ ------------------
11
+
12
+ * Feature - Adds support for the precision time strategy and a parentGroupId parameter on CreatePlacementGroup and DescribePlacementGroups. Precision time placement groups and cluster placement groups with a parent precision time placement group ensure instances launch on precision time capable hardware.
13
+
4
14
  1.625.0 (2026-06-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.625.0
1
+ 1.627.0
@@ -13499,7 +13499,10 @@ module Aws::EC2
13499
13499
  # network throughput. A `spread` placement group places instances on
13500
13500
  # distinct hardware. A `partition` placement group places groups of
13501
13501
  # instances in different partitions, where instances in one partition do
13502
- # not share the same hardware with instances in another partition.
13502
+ # not share the same hardware with instances in another partition. A
13503
+ # `precision-time` placement group places instances on supported
13504
+ # hardware with direct access to high-precision time sources in AWS
13505
+ # infrastructure.
13503
13506
  #
13504
13507
  # For more information, see [Placement groups][1] in the *Amazon EC2
13505
13508
  # User Guide*.
@@ -13528,6 +13531,10 @@ module Aws::EC2
13528
13531
  # @option params [Types::OperatorRequest] :operator
13529
13532
  # Reserved for internal use.
13530
13533
  #
13534
+ # @option params [String] :parent_group_id
13535
+ # The ID of a parent placement group. Valid only when **Strategy** is
13536
+ # set to `cluster`.
13537
+ #
13531
13538
  # @option params [Boolean] :dry_run
13532
13539
  # Checks whether you have the required permissions for the operation,
13533
13540
  # without actually making the request, and provides an error response.
@@ -13581,16 +13588,17 @@ module Aws::EC2
13581
13588
  # operator: {
13582
13589
  # principal: "String",
13583
13590
  # },
13591
+ # parent_group_id: "PlacementGroupId",
13584
13592
  # dry_run: false,
13585
13593
  # group_name: "String",
13586
- # strategy: "cluster", # accepts cluster, spread, partition
13594
+ # strategy: "cluster", # accepts cluster, spread, partition, precision-time
13587
13595
  # })
13588
13596
  #
13589
13597
  # @example Response structure
13590
13598
  #
13591
13599
  # resp.placement_group.group_name #=> String
13592
13600
  # resp.placement_group.state #=> String, one of "pending", "available", "deleting", "deleted"
13593
- # resp.placement_group.strategy #=> String, one of "cluster", "spread", "partition"
13601
+ # resp.placement_group.strategy #=> String, one of "cluster", "spread", "partition", "precision-time"
13594
13602
  # resp.placement_group.partition_count #=> Integer
13595
13603
  # resp.placement_group.group_id #=> String
13596
13604
  # resp.placement_group.tags #=> Array
@@ -13602,6 +13610,7 @@ module Aws::EC2
13602
13610
  # resp.placement_group.operator.managed #=> Boolean
13603
13611
  # resp.placement_group.operator.principal #=> String
13604
13612
  # resp.placement_group.operator.hidden_by_default #=> Boolean
13613
+ # resp.placement_group.parent_group_id #=> String
13605
13614
  #
13606
13615
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreatePlacementGroup AWS API Documentation
13607
13616
  #
@@ -18881,6 +18890,9 @@ module Aws::EC2
18881
18890
  # resp.vpc_endpoint.service_network_arn #=> String
18882
18891
  # resp.vpc_endpoint.resource_configuration_arn #=> String
18883
18892
  # resp.vpc_endpoint.service_region #=> String
18893
+ # resp.vpc_endpoint.payer_responsibilities #=> Array
18894
+ # resp.vpc_endpoint.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
18895
+ # resp.vpc_endpoint.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
18884
18896
  # resp.client_token #=> String
18885
18897
  #
18886
18898
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpoint AWS API Documentation
@@ -21819,8 +21831,10 @@ module Aws::EC2
21819
21831
 
21820
21832
  # Deletes the specified placement group. You must terminate all
21821
21833
  # instances in the placement group before you can delete the placement
21822
- # group. For more information, see [Placement groups][1] in the *Amazon
21823
- # EC2 User Guide*.
21834
+ # group. You cannot delete a placement group that is a parent of a
21835
+ # cluster placement group. Delete the cluster placement groups first.
21836
+ # For more information, see [Placement groups][1] in the *Amazon EC2
21837
+ # User Guide*.
21824
21838
  #
21825
21839
  #
21826
21840
  #
@@ -38194,7 +38208,7 @@ module Aws::EC2
38194
38208
  # \| `deleting` \| `deleted`).
38195
38209
  #
38196
38210
  # * `strategy` - The strategy of the placement group (`cluster` \|
38197
- # `spread` \| `partition`).
38211
+ # `spread` \| `partition` \| `precision-time`).
38198
38212
  #
38199
38213
  # * `tag:<key>` - The key/value combination of a tag assigned to the
38200
38214
  # resource. Use the tag key in the filter name and the tag value as
@@ -38229,7 +38243,7 @@ module Aws::EC2
38229
38243
  # resp.placement_groups #=> Array
38230
38244
  # resp.placement_groups[0].group_name #=> String
38231
38245
  # resp.placement_groups[0].state #=> String, one of "pending", "available", "deleting", "deleted"
38232
- # resp.placement_groups[0].strategy #=> String, one of "cluster", "spread", "partition"
38246
+ # resp.placement_groups[0].strategy #=> String, one of "cluster", "spread", "partition", "precision-time"
38233
38247
  # resp.placement_groups[0].partition_count #=> Integer
38234
38248
  # resp.placement_groups[0].group_id #=> String
38235
38249
  # resp.placement_groups[0].tags #=> Array
@@ -38241,6 +38255,7 @@ module Aws::EC2
38241
38255
  # resp.placement_groups[0].operator.managed #=> Boolean
38242
38256
  # resp.placement_groups[0].operator.principal #=> String
38243
38257
  # resp.placement_groups[0].operator.hidden_by_default #=> Boolean
38258
+ # resp.placement_groups[0].parent_group_id #=> String
38244
38259
  #
38245
38260
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroups AWS API Documentation
38246
38261
  #
@@ -46553,6 +46568,9 @@ module Aws::EC2
46553
46568
  # resp.vpc_endpoint_connections[0].tags[0].key #=> String
46554
46569
  # resp.vpc_endpoint_connections[0].tags[0].value #=> String
46555
46570
  # resp.vpc_endpoint_connections[0].vpc_endpoint_region #=> String
46571
+ # resp.vpc_endpoint_connections[0].payer_responsibilities #=> Array
46572
+ # resp.vpc_endpoint_connections[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
46573
+ # resp.vpc_endpoint_connections[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
46556
46574
  # resp.next_token #=> String
46557
46575
  #
46558
46576
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointConnections AWS API Documentation
@@ -47001,6 +47019,9 @@ module Aws::EC2
47001
47019
  # resp.vpc_endpoints[0].service_network_arn #=> String
47002
47020
  # resp.vpc_endpoints[0].resource_configuration_arn #=> String
47003
47021
  # resp.vpc_endpoints[0].service_region #=> String
47022
+ # resp.vpc_endpoints[0].payer_responsibilities #=> Array
47023
+ # resp.vpc_endpoints[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
47024
+ # resp.vpc_endpoints[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
47004
47025
  # resp.next_token #=> String
47005
47026
  #
47006
47027
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpoints AWS API Documentation
@@ -64631,6 +64652,59 @@ module Aws::EC2
64631
64652
  req.send_request(options)
64632
64653
  end
64633
64654
 
64655
+ # Modifies the billing account for VPC endpoint usage/charges.
64656
+ #
64657
+ # @option params [Boolean] :dry_run
64658
+ # Checks whether you have the required permissions for the action,
64659
+ # without actually making the request, and provides an error response.
64660
+ # If you have the required permissions, the error response is
64661
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
64662
+ #
64663
+ # @option params [String] :service_id
64664
+ # The ID of the VPC endpoint service.
64665
+ #
64666
+ # @option params [required, String] :vpc_endpoint_id
64667
+ # The ID of the VPC endpoint.
64668
+ #
64669
+ # @option params [required, String] :payer_responsibility
64670
+ # The Amazon Web Services account to which the usage of VPC endpoint is
64671
+ # charged.
64672
+ #
64673
+ # @option params [required, String] :scope
64674
+ # The scope of usage/charges for which the billing account is being
64675
+ # modified.
64676
+ #
64677
+ # @return [Types::ModifyVpcEndpointPayerResponsibilityResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
64678
+ #
64679
+ # * {Types::ModifyVpcEndpointPayerResponsibilityResult#vpc_endpoint_id #vpc_endpoint_id} => String
64680
+ # * {Types::ModifyVpcEndpointPayerResponsibilityResult#payer_responsibilities #payer_responsibilities} => Array&lt;Types::PayerResponsibilityEntry&gt;
64681
+ #
64682
+ # @example Request syntax with placeholder values
64683
+ #
64684
+ # resp = client.modify_vpc_endpoint_payer_responsibility({
64685
+ # dry_run: false,
64686
+ # service_id: "VpcEndpointServiceId",
64687
+ # vpc_endpoint_id: "VpcEndpointId", # required
64688
+ # payer_responsibility: "vpc-endpoint-account", # required, accepts vpc-endpoint-account, vpc-endpoint-service-account
64689
+ # scope: "vpc-endpoint-charges", # required, accepts vpc-endpoint-charges
64690
+ # })
64691
+ #
64692
+ # @example Response structure
64693
+ #
64694
+ # resp.vpc_endpoint_id #=> String
64695
+ # resp.payer_responsibilities #=> Array
64696
+ # resp.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
64697
+ # resp.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
64698
+ #
64699
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointPayerResponsibility AWS API Documentation
64700
+ #
64701
+ # @overload modify_vpc_endpoint_payer_responsibility(params = {})
64702
+ # @param [Hash] params ({})
64703
+ def modify_vpc_endpoint_payer_responsibility(params = {}, options = {})
64704
+ req = build_request(:modify_vpc_endpoint_payer_responsibility, params)
64705
+ req.send_request(options)
64706
+ end
64707
+
64634
64708
  # Modifies the attributes of the specified VPC endpoint service
64635
64709
  # configuration.
64636
64710
  #
@@ -74101,7 +74175,7 @@ module Aws::EC2
74101
74175
  tracer: tracer
74102
74176
  )
74103
74177
  context[:gem_name] = 'aws-sdk-ec2'
74104
- context[:gem_version] = '1.625.0'
74178
+ context[:gem_version] = '1.627.0'
74105
74179
  Seahorse::Client::Request.new(handlers, context)
74106
74180
  end
74107
74181
 
@@ -2812,6 +2812,8 @@ module Aws::EC2
2812
2812
  ModifyVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlResult')
2813
2813
  ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
2814
2814
  ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
2815
+ ModifyVpcEndpointPayerResponsibilityRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointPayerResponsibilityRequest')
2816
+ ModifyVpcEndpointPayerResponsibilityResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointPayerResponsibilityResult')
2815
2817
  ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
2816
2818
  ModifyVpcEndpointResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointResult')
2817
2819
  ModifyVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationRequest')
@@ -2977,6 +2979,10 @@ module Aws::EC2
2977
2979
  PathStatement = Shapes::StructureShape.new(name: 'PathStatement')
2978
2980
  PathStatementRequest = Shapes::StructureShape.new(name: 'PathStatementRequest')
2979
2981
  PayerResponsibility = Shapes::StringShape.new(name: 'PayerResponsibility')
2982
+ PayerResponsibilityEntry = Shapes::StructureShape.new(name: 'PayerResponsibilityEntry')
2983
+ PayerResponsibilityScope = Shapes::StringShape.new(name: 'PayerResponsibilityScope')
2984
+ PayerResponsibilitySet = Shapes::ListShape.new(name: 'PayerResponsibilitySet')
2985
+ PayerResponsibilityType = Shapes::StringShape.new(name: 'PayerResponsibilityType')
2980
2986
  PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
2981
2987
  PciId = Shapes::StructureShape.new(name: 'PciId')
2982
2988
  PeakBandwidthInGbps = Shapes::FloatShape.new(name: 'PeakBandwidthInGbps')
@@ -6451,6 +6457,7 @@ module Aws::EC2
6451
6457
  CreatePlacementGroupRequest.add_member(:spread_level, Shapes::ShapeRef.new(shape: SpreadLevel, location_name: "SpreadLevel"))
6452
6458
  CreatePlacementGroupRequest.add_member(:linked_group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "LinkedGroupId"))
6453
6459
  CreatePlacementGroupRequest.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
6460
+ CreatePlacementGroupRequest.add_member(:parent_group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "ParentGroupId"))
6454
6461
  CreatePlacementGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6455
6462
  CreatePlacementGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
6456
6463
  CreatePlacementGroupRequest.add_member(:strategy, Shapes::ShapeRef.new(shape: PlacementStrategy, location_name: "strategy"))
@@ -15340,6 +15347,17 @@ module Aws::EC2
15340
15347
  ModifyVpcEndpointConnectionNotificationResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
15341
15348
  ModifyVpcEndpointConnectionNotificationResult.struct_class = Types::ModifyVpcEndpointConnectionNotificationResult
15342
15349
 
15350
+ ModifyVpcEndpointPayerResponsibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
15351
+ ModifyVpcEndpointPayerResponsibilityRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, location_name: "ServiceId"))
15352
+ ModifyVpcEndpointPayerResponsibilityRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "VpcEndpointId"))
15353
+ ModifyVpcEndpointPayerResponsibilityRequest.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibilityType, required: true, location_name: "PayerResponsibility"))
15354
+ ModifyVpcEndpointPayerResponsibilityRequest.add_member(:scope, Shapes::ShapeRef.new(shape: PayerResponsibilityScope, required: true, location_name: "Scope"))
15355
+ ModifyVpcEndpointPayerResponsibilityRequest.struct_class = Types::ModifyVpcEndpointPayerResponsibilityRequest
15356
+
15357
+ ModifyVpcEndpointPayerResponsibilityResult.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
15358
+ ModifyVpcEndpointPayerResponsibilityResult.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
15359
+ ModifyVpcEndpointPayerResponsibilityResult.struct_class = Types::ModifyVpcEndpointPayerResponsibilityResult
15360
+
15343
15361
  ModifyVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
15344
15362
  ModifyVpcEndpointRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, required: true, location_name: "VpcEndpointId"))
15345
15363
  ModifyVpcEndpointRequest.add_member(:reset_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetPolicy"))
@@ -15986,6 +16004,12 @@ module Aws::EC2
15986
16004
  PathStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
15987
16005
  PathStatementRequest.struct_class = Types::PathStatementRequest
15988
16006
 
16007
+ PayerResponsibilityEntry.add_member(:scope, Shapes::ShapeRef.new(shape: PayerResponsibilityScope, location_name: "scope"))
16008
+ PayerResponsibilityEntry.add_member(:payer_responsibility_type, Shapes::ShapeRef.new(shape: PayerResponsibilityType, location_name: "payerResponsibilityType"))
16009
+ PayerResponsibilityEntry.struct_class = Types::PayerResponsibilityEntry
16010
+
16011
+ PayerResponsibilitySet.member = Shapes::ShapeRef.new(shape: PayerResponsibilityEntry, location_name: "item")
16012
+
15989
16013
  PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
15990
16014
  PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
15991
16015
  PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
@@ -16104,6 +16128,7 @@ module Aws::EC2
16104
16128
  PlacementGroup.add_member(:spread_level, Shapes::ShapeRef.new(shape: SpreadLevel, location_name: "spreadLevel"))
16105
16129
  PlacementGroup.add_member(:linked_group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "linkedGroupId"))
16106
16130
  PlacementGroup.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
16131
+ PlacementGroup.add_member(:parent_group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "parentGroupId"))
16107
16132
  PlacementGroup.struct_class = Types::PlacementGroup
16108
16133
 
16109
16134
  PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "GroupId")
@@ -19658,6 +19683,7 @@ module Aws::EC2
19658
19683
  VpcEndpoint.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
19659
19684
  VpcEndpoint.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
19660
19685
  VpcEndpoint.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
19686
+ VpcEndpoint.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
19661
19687
  VpcEndpoint.struct_class = Types::VpcEndpoint
19662
19688
 
19663
19689
  VpcEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
@@ -19688,6 +19714,7 @@ module Aws::EC2
19688
19714
  VpcEndpointConnection.add_member(:vpc_endpoint_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointConnectionId"))
19689
19715
  VpcEndpointConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
19690
19716
  VpcEndpointConnection.add_member(:vpc_endpoint_region, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointRegion"))
19717
+ VpcEndpointConnection.add_member(:payer_responsibilities, Shapes::ShapeRef.new(shape: PayerResponsibilitySet, location_name: "payerResponsibilitySet"))
19691
19718
  VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
19692
19719
 
19693
19720
  VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
@@ -26338,6 +26365,14 @@ module Aws::EC2
26338
26365
  o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointConnectionNotificationResult)
26339
26366
  end)
26340
26367
 
26368
+ api.add_operation(:modify_vpc_endpoint_payer_responsibility, Seahorse::Model::Operation.new.tap do |o|
26369
+ o.name = "ModifyVpcEndpointPayerResponsibility"
26370
+ o.http_method = "POST"
26371
+ o.http_request_uri = "/"
26372
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointPayerResponsibilityRequest)
26373
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointPayerResponsibilityResult)
26374
+ end)
26375
+
26341
26376
  api.add_operation(:modify_vpc_endpoint_service_configuration, Seahorse::Model::Operation.new.tap do |o|
26342
26377
  o.name = "ModifyVpcEndpointServiceConfiguration"
26343
26378
  o.http_method = "POST"
@@ -91,6 +91,12 @@ module Aws::EC2
91
91
  data[:operator]
92
92
  end
93
93
 
94
+ # The ID of the parent placement group.
95
+ # @return [String]
96
+ def parent_group_id
97
+ data[:parent_group_id]
98
+ end
99
+
94
100
  # @!endgroup
95
101
 
96
102
  # @return [Client]
@@ -1127,9 +1127,10 @@ module Aws::EC2
1127
1127
  # operator: {
1128
1128
  # principal: "String",
1129
1129
  # },
1130
+ # parent_group_id: "PlacementGroupId",
1130
1131
  # dry_run: false,
1131
1132
  # group_name: "String",
1132
- # strategy: "cluster", # accepts cluster, spread, partition
1133
+ # strategy: "cluster", # accepts cluster, spread, partition, precision-time
1133
1134
  # })
1134
1135
  # @param [Hash] options ({})
1135
1136
  # @option options [Integer] :partition_count
@@ -1147,6 +1148,9 @@ module Aws::EC2
1147
1148
  # Reserved for future use.
1148
1149
  # @option options [Types::OperatorRequest] :operator
1149
1150
  # Reserved for internal use.
1151
+ # @option options [String] :parent_group_id
1152
+ # The ID of a parent placement group. Valid only when **Strategy** is
1153
+ # set to `cluster`.
1150
1154
  # @option options [Boolean] :dry_run
1151
1155
  # Checks whether you have the required permissions for the operation,
1152
1156
  # without actually making the request, and provides an error response.
@@ -3658,7 +3662,7 @@ module Aws::EC2
3658
3662
  # \| `deleting` \| `deleted`).
3659
3663
  #
3660
3664
  # * `strategy` - The strategy of the placement group (`cluster` \|
3661
- # `spread` \| `partition`).
3665
+ # `spread` \| `partition` \| `precision-time`).
3662
3666
  #
3663
3667
  # * `tag:<key>` - The key/value combination of a tag assigned to the
3664
3668
  # resource. Use the tag key in the filter name and the tag value as
@@ -13515,6 +13515,11 @@ module Aws::EC2
13515
13515
  # Reserved for internal use.
13516
13516
  # @return [Types::OperatorRequest]
13517
13517
  #
13518
+ # @!attribute [rw] parent_group_id
13519
+ # The ID of a parent placement group. Valid only when **Strategy** is
13520
+ # set to `cluster`.
13521
+ # @return [String]
13522
+ #
13518
13523
  # @!attribute [rw] dry_run
13519
13524
  # Checks whether you have the required permissions for the operation,
13520
13525
  # without actually making the request, and provides an error response.
@@ -13541,6 +13546,7 @@ module Aws::EC2
13541
13546
  :spread_level,
13542
13547
  :linked_group_id,
13543
13548
  :operator,
13549
+ :parent_group_id,
13544
13550
  :dry_run,
13545
13551
  :group_name,
13546
13552
  :strategy)
@@ -30353,7 +30359,7 @@ module Aws::EC2
30353
30359
  # `available` \| `deleting` \| `deleted`).
30354
30360
  #
30355
30361
  # * `strategy` - The strategy of the placement group (`cluster` \|
30356
- # `spread` \| `partition`).
30362
+ # `spread` \| `partition` \| `precision-time`).
30357
30363
  #
30358
30364
  # * `tag:<key>` - The key/value combination of a tag assigned to the
30359
30365
  # resource. Use the tag key in the filter name and the tag value as
@@ -65937,6 +65943,60 @@ module Aws::EC2
65937
65943
  include Aws::Structure
65938
65944
  end
65939
65945
 
65946
+ # @!attribute [rw] dry_run
65947
+ # Checks whether you have the required permissions for the action,
65948
+ # without actually making the request, and provides an error response.
65949
+ # If you have the required permissions, the error response is
65950
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
65951
+ # @return [Boolean]
65952
+ #
65953
+ # @!attribute [rw] service_id
65954
+ # The ID of the VPC endpoint service.
65955
+ # @return [String]
65956
+ #
65957
+ # @!attribute [rw] vpc_endpoint_id
65958
+ # The ID of the VPC endpoint.
65959
+ # @return [String]
65960
+ #
65961
+ # @!attribute [rw] payer_responsibility
65962
+ # The Amazon Web Services account to which the usage of VPC endpoint
65963
+ # is charged.
65964
+ # @return [String]
65965
+ #
65966
+ # @!attribute [rw] scope
65967
+ # The scope of usage/charges for which the billing account is being
65968
+ # modified.
65969
+ # @return [String]
65970
+ #
65971
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointPayerResponsibilityRequest AWS API Documentation
65972
+ #
65973
+ class ModifyVpcEndpointPayerResponsibilityRequest < Struct.new(
65974
+ :dry_run,
65975
+ :service_id,
65976
+ :vpc_endpoint_id,
65977
+ :payer_responsibility,
65978
+ :scope)
65979
+ SENSITIVE = []
65980
+ include Aws::Structure
65981
+ end
65982
+
65983
+ # @!attribute [rw] vpc_endpoint_id
65984
+ # The ID of the VPC endpoint.
65985
+ # @return [String]
65986
+ #
65987
+ # @!attribute [rw] payer_responsibilities
65988
+ # The payer responsibility settings for the VPC endpoint.
65989
+ # @return [Array<Types::PayerResponsibilityEntry>]
65990
+ #
65991
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointPayerResponsibilityResult AWS API Documentation
65992
+ #
65993
+ class ModifyVpcEndpointPayerResponsibilityResult < Struct.new(
65994
+ :vpc_endpoint_id,
65995
+ :payer_responsibilities)
65996
+ SENSITIVE = []
65997
+ include Aws::Structure
65998
+ end
65999
+
65940
66000
  # @!attribute [rw] dry_run
65941
66001
  # Checks whether you have the required permissions for the action,
65942
66002
  # without actually making the request, and provides an error response.
@@ -69180,6 +69240,25 @@ module Aws::EC2
69180
69240
  include Aws::Structure
69181
69241
  end
69182
69242
 
69243
+ # Describes a payer responsibility setting for a VPC endpoint.
69244
+ #
69245
+ # @!attribute [rw] scope
69246
+ # The scope of usage/charges.
69247
+ # @return [String]
69248
+ #
69249
+ # @!attribute [rw] payer_responsibility_type
69250
+ # The Amazon Web Services account to which the usage is charged.
69251
+ # @return [String]
69252
+ #
69253
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PayerResponsibilityEntry AWS API Documentation
69254
+ #
69255
+ class PayerResponsibilityEntry < Struct.new(
69256
+ :scope,
69257
+ :payer_responsibility_type)
69258
+ SENSITIVE = []
69259
+ include Aws::Structure
69260
+ end
69261
+
69183
69262
  # Describes the data that identifies an Amazon FPGA image (AFI) on the
69184
69263
  # PCI bus.
69185
69264
  #
@@ -69794,6 +69873,10 @@ module Aws::EC2
69794
69873
  # The service provider that manages the Placement Group.
69795
69874
  # @return [Types::OperatorResponse]
69796
69875
  #
69876
+ # @!attribute [rw] parent_group_id
69877
+ # The ID of the parent placement group.
69878
+ # @return [String]
69879
+ #
69797
69880
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroup AWS API Documentation
69798
69881
  #
69799
69882
  class PlacementGroup < Struct.new(
@@ -69806,7 +69889,8 @@ module Aws::EC2
69806
69889
  :group_arn,
69807
69890
  :spread_level,
69808
69891
  :linked_group_id,
69809
- :operator)
69892
+ :operator,
69893
+ :parent_group_id)
69810
69894
  SENSITIVE = []
69811
69895
  include Aws::Structure
69812
69896
  end
@@ -87528,6 +87612,10 @@ module Aws::EC2
87528
87612
  # The Region where the service is hosted.
87529
87613
  # @return [String]
87530
87614
  #
87615
+ # @!attribute [rw] payer_responsibilities
87616
+ # The payer responsibility settings for the endpoint.
87617
+ # @return [Array<Types::PayerResponsibilityEntry>]
87618
+ #
87531
87619
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEndpoint AWS API Documentation
87532
87620
  #
87533
87621
  class VpcEndpoint < Struct.new(
@@ -87555,7 +87643,8 @@ module Aws::EC2
87555
87643
  :failure_reason,
87556
87644
  :service_network_arn,
87557
87645
  :resource_configuration_arn,
87558
- :service_region)
87646
+ :service_region,
87647
+ :payer_responsibilities)
87559
87648
  SENSITIVE = []
87560
87649
  include Aws::Structure
87561
87650
  end
@@ -87686,6 +87775,10 @@ module Aws::EC2
87686
87775
  # The Region of the endpoint.
87687
87776
  # @return [String]
87688
87777
  #
87778
+ # @!attribute [rw] payer_responsibilities
87779
+ # The payer responsibility settings for the endpoint.
87780
+ # @return [Array<Types::PayerResponsibilityEntry>]
87781
+ #
87689
87782
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEndpointConnection AWS API Documentation
87690
87783
  #
87691
87784
  class VpcEndpointConnection < Struct.new(
@@ -87700,7 +87793,8 @@ module Aws::EC2
87700
87793
  :ip_address_type,
87701
87794
  :vpc_endpoint_connection_id,
87702
87795
  :tags,
87703
- :vpc_endpoint_region)
87796
+ :vpc_endpoint_region,
87797
+ :payer_responsibilities)
87704
87798
  SENSITIVE = []
87705
87799
  include Aws::Structure
87706
87800
  end
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.625.0'
81
+ GEM_VERSION = '1.627.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -2621,9 +2621,10 @@ module Aws
2621
2621
  ?operator: {
2622
2622
  principal: ::String?
2623
2623
  },
2624
+ ?parent_group_id: ::String,
2624
2625
  ?dry_run: bool,
2625
2626
  ?group_name: ::String,
2626
- ?strategy: ("cluster" | "spread" | "partition")
2627
+ ?strategy: ("cluster" | "spread" | "partition" | "precision-time")
2627
2628
  ) -> _CreatePlacementGroupResponseSuccess
2628
2629
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePlacementGroupResponseSuccess
2629
2630
 
@@ -12555,6 +12556,21 @@ module Aws
12555
12556
  ) -> _ModifyVpcEndpointConnectionNotificationResponseSuccess
12556
12557
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyVpcEndpointConnectionNotificationResponseSuccess
12557
12558
 
12559
+ interface _ModifyVpcEndpointPayerResponsibilityResponseSuccess
12560
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyVpcEndpointPayerResponsibilityResult]
12561
+ def vpc_endpoint_id: () -> ::String
12562
+ def payer_responsibilities: () -> ::Array[Types::PayerResponsibilityEntry]
12563
+ end
12564
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_vpc_endpoint_payer_responsibility-instance_method
12565
+ def modify_vpc_endpoint_payer_responsibility: (
12566
+ ?dry_run: bool,
12567
+ ?service_id: ::String,
12568
+ vpc_endpoint_id: ::String,
12569
+ payer_responsibility: ("vpc-endpoint-account" | "vpc-endpoint-service-account"),
12570
+ scope: ("vpc-endpoint-charges")
12571
+ ) -> _ModifyVpcEndpointPayerResponsibilityResponseSuccess
12572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyVpcEndpointPayerResponsibilityResponseSuccess
12573
+
12558
12574
  interface _ModifyVpcEndpointServiceConfigurationResponseSuccess
12559
12575
  include ::Seahorse::Client::_ResponseSuccess[Types::ModifyVpcEndpointServiceConfigurationResult]
12560
12576
  def return: () -> bool
@@ -22,7 +22,7 @@ module Aws
22
22
  def state: () -> ("pending" | "available" | "deleting" | "deleted")
23
23
 
24
24
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#strategy-instance_method
25
- def strategy: () -> ("cluster" | "spread" | "partition")
25
+ def strategy: () -> ("cluster" | "spread" | "partition" | "precision-time")
26
26
 
27
27
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#partition_count-instance_method
28
28
  def partition_count: () -> ::Integer
@@ -45,6 +45,9 @@ module Aws
45
45
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#operator-instance_method
46
46
  def operator: () -> Types::OperatorResponse
47
47
 
48
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#parent_group_id-instance_method
49
+ def parent_group_id: () -> ::String
50
+
48
51
  def client: () -> Client
49
52
 
50
53
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#load-instance_method
data/sig/resource.rbs CHANGED
@@ -497,9 +497,10 @@ module Aws
497
497
  ?operator: {
498
498
  principal: ::String?
499
499
  },
500
+ ?parent_group_id: ::String,
500
501
  ?dry_run: bool,
501
502
  ?group_name: ::String,
502
- ?strategy: ("cluster" | "spread" | "partition")
503
+ ?strategy: ("cluster" | "spread" | "partition" | "precision-time")
503
504
  ) -> PlacementGroup
504
505
  | (?Hash[Symbol, untyped]) -> PlacementGroup
505
506
 
data/sig/types.rbs CHANGED
@@ -2905,9 +2905,10 @@ module Aws::EC2
2905
2905
  attr_accessor spread_level: ("host" | "rack")
2906
2906
  attr_accessor linked_group_id: ::String
2907
2907
  attr_accessor operator: Types::OperatorRequest
2908
+ attr_accessor parent_group_id: ::String
2908
2909
  attr_accessor dry_run: bool
2909
2910
  attr_accessor group_name: ::String
2910
- attr_accessor strategy: ("cluster" | "spread" | "partition")
2911
+ attr_accessor strategy: ("cluster" | "spread" | "partition" | "precision-time")
2911
2912
  SENSITIVE: []
2912
2913
  end
2913
2914
 
@@ -14181,6 +14182,21 @@ module Aws::EC2
14181
14182
  SENSITIVE: []
14182
14183
  end
14183
14184
 
14185
+ class ModifyVpcEndpointPayerResponsibilityRequest
14186
+ attr_accessor dry_run: bool
14187
+ attr_accessor service_id: ::String
14188
+ attr_accessor vpc_endpoint_id: ::String
14189
+ attr_accessor payer_responsibility: ("vpc-endpoint-account" | "vpc-endpoint-service-account")
14190
+ attr_accessor scope: ("vpc-endpoint-charges")
14191
+ SENSITIVE: []
14192
+ end
14193
+
14194
+ class ModifyVpcEndpointPayerResponsibilityResult
14195
+ attr_accessor vpc_endpoint_id: ::String
14196
+ attr_accessor payer_responsibilities: ::Array[Types::PayerResponsibilityEntry]
14197
+ SENSITIVE: []
14198
+ end
14199
+
14184
14200
  class ModifyVpcEndpointRequest
14185
14201
  attr_accessor dry_run: bool
14186
14202
  attr_accessor vpc_endpoint_id: ::String
@@ -14903,6 +14919,12 @@ module Aws::EC2
14903
14919
  SENSITIVE: []
14904
14920
  end
14905
14921
 
14922
+ class PayerResponsibilityEntry
14923
+ attr_accessor scope: ("vpc-endpoint-charges")
14924
+ attr_accessor payer_responsibility_type: ("vpc-endpoint-account" | "vpc-endpoint-service-account")
14925
+ SENSITIVE: []
14926
+ end
14927
+
14906
14928
  class PciId
14907
14929
  attr_accessor device_id: ::String
14908
14930
  attr_accessor vendor_id: ::String
@@ -15026,7 +15048,7 @@ module Aws::EC2
15026
15048
  class PlacementGroup
15027
15049
  attr_accessor group_name: ::String
15028
15050
  attr_accessor state: ("pending" | "available" | "deleting" | "deleted")
15029
- attr_accessor strategy: ("cluster" | "spread" | "partition")
15051
+ attr_accessor strategy: ("cluster" | "spread" | "partition" | "precision-time")
15030
15052
  attr_accessor partition_count: ::Integer
15031
15053
  attr_accessor group_id: ::String
15032
15054
  attr_accessor tags: ::Array[Types::Tag]
@@ -15034,6 +15056,7 @@ module Aws::EC2
15034
15056
  attr_accessor spread_level: ("host" | "rack")
15035
15057
  attr_accessor linked_group_id: ::String
15036
15058
  attr_accessor operator: Types::OperatorResponse
15059
+ attr_accessor parent_group_id: ::String
15037
15060
  SENSITIVE: []
15038
15061
  end
15039
15062
 
@@ -18922,6 +18945,7 @@ module Aws::EC2
18922
18945
  attr_accessor service_network_arn: ::String
18923
18946
  attr_accessor resource_configuration_arn: ::String
18924
18947
  attr_accessor service_region: ::String
18948
+ attr_accessor payer_responsibilities: ::Array[Types::PayerResponsibilityEntry]
18925
18949
  SENSITIVE: []
18926
18950
  end
18927
18951
 
@@ -18954,6 +18978,7 @@ module Aws::EC2
18954
18978
  attr_accessor vpc_endpoint_connection_id: ::String
18955
18979
  attr_accessor tags: ::Array[Types::Tag]
18956
18980
  attr_accessor vpc_endpoint_region: ::String
18981
+ attr_accessor payer_responsibilities: ::Array[Types::PayerResponsibilityEntry]
18957
18982
  SENSITIVE: []
18958
18983
  end
18959
18984
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.625.0
4
+ version: 1.627.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services