aws-sdk-ec2 1.626.0 → 1.628.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +248 -14
- data/lib/aws-sdk-ec2/client_api.rb +108 -0
- data/lib/aws-sdk-ec2/types.rb +363 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +49 -1
- data/sig/types.rbs +88 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28d42c96402c1f1a6258778c764b8832912351481b4c7b394138703c9fa1ec45
|
|
4
|
+
data.tar.gz: 1c0142bccffe706e44b0601bfdb7751729b7ddeca921d5c9c8cbe4474c2a2735
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf4f21dd86d26c061dc642306f1d67733a23aac06e977d43fae038269b5f9f69928df22d45e013c8a2d16e676484ba150e3968b067af425410846b6ec554d81b
|
|
7
|
+
data.tar.gz: 7ab20826f74c1c470d91979c79d256c289d75d229c4f9c502847a7ed4889e19b1b53c8ca662a9eaee704019a9fb834592d66024506a8ccc971db94b45546d380
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.628.0 (2026-07-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Use declarative policies to enable VPC Encryption Controls across your organization or select accounts. Added AMD SEV-SNP support for EC2 Dedicated Hosts. Managed resource visibility settings control whether AWS-provisioned resources in your account appear in console views and API list operations.
|
|
8
|
+
|
|
9
|
+
1.627.0 (2026-06-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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
|
|
13
|
+
|
|
4
14
|
1.626.0 (2026-06-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.628.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -1253,6 +1253,9 @@ module Aws::EC2
|
|
|
1253
1253
|
# @option params [String] :availability_zone_id
|
|
1254
1254
|
# The ID of the Availability Zone.
|
|
1255
1255
|
#
|
|
1256
|
+
# @option params [Types::HostCpuOptionsRequest] :cpu_options
|
|
1257
|
+
# The CPU configuration options to apply to the Dedicated Host.
|
|
1258
|
+
#
|
|
1256
1259
|
# @option params [String] :auto_placement
|
|
1257
1260
|
# Indicates whether the host accepts any untargeted instance launches
|
|
1258
1261
|
# that match its instance type configuration, or if it only accepts Host
|
|
@@ -1321,6 +1324,9 @@ module Aws::EC2
|
|
|
1321
1324
|
# host_maintenance: "on", # accepts on, off
|
|
1322
1325
|
# asset_ids: ["AssetId"],
|
|
1323
1326
|
# availability_zone_id: "AvailabilityZoneId",
|
|
1327
|
+
# cpu_options: {
|
|
1328
|
+
# amd_sev_snp: "enabled", # accepts enabled, disabled
|
|
1329
|
+
# },
|
|
1324
1330
|
# auto_placement: "on", # accepts on, off
|
|
1325
1331
|
# client_token: "String",
|
|
1326
1332
|
# instance_type: "String",
|
|
@@ -4376,26 +4382,29 @@ module Aws::EC2
|
|
|
4376
4382
|
#
|
|
4377
4383
|
# * `assessing`
|
|
4378
4384
|
#
|
|
4379
|
-
# * `scheduled`
|
|
4385
|
+
# * `scheduled` — requires a cancellation quote. Use
|
|
4386
|
+
# `CreateCapacityReservationCancellationQuote` to generate a quote,
|
|
4387
|
+
# then pass the quote ID with `ApplyCancellationCharges` set to
|
|
4388
|
+
# `commitment-wind-down`. The cancellation charge depends on how close
|
|
4389
|
+
# the reservation is to its start date.
|
|
4380
4390
|
#
|
|
4381
4391
|
# * `active` and there is no commitment duration or the commitment
|
|
4382
4392
|
# duration has elapsed.
|
|
4383
4393
|
#
|
|
4384
|
-
# * `active` during the commitment duration
|
|
4385
|
-
#
|
|
4386
|
-
#
|
|
4387
|
-
# The Capacity Reservation transitions to
|
|
4388
|
-
# are applied.
|
|
4394
|
+
# * `active` during the commitment duration — requires a cancellation
|
|
4395
|
+
# quote. Use `CreateCapacityReservationCancellationQuote` to generate
|
|
4396
|
+
# a quote, then pass the quote ID with `ApplyCancellationCharges` set
|
|
4397
|
+
# to `commitment-wind-down`. The Capacity Reservation transitions to
|
|
4398
|
+
# `cancelling` while charges are applied.
|
|
4399
|
+
#
|
|
4400
|
+
# * `delayed` — the commitment duration is waived, so no cancellation
|
|
4401
|
+
# charge applies.
|
|
4389
4402
|
#
|
|
4390
4403
|
# <note markdown="1"> You can't modify or cancel a Capacity Block. For more information,
|
|
4391
4404
|
# see [Capacity Blocks for ML][1].
|
|
4392
4405
|
#
|
|
4393
4406
|
# </note>
|
|
4394
4407
|
#
|
|
4395
|
-
# If a future-dated Capacity Reservation enters the `delayed` state, the
|
|
4396
|
-
# commitment duration is waived, and you can cancel it as soon as it
|
|
4397
|
-
# enters the `active` state.
|
|
4398
|
-
#
|
|
4399
4408
|
# Instances running in the reserved capacity continue running until you
|
|
4400
4409
|
# stop them. Stopped instances that target the Capacity Reservation can
|
|
4401
4410
|
# no longer launch. Modify these instances to either target a different
|
|
@@ -13501,8 +13510,8 @@ module Aws::EC2
|
|
|
13501
13510
|
# instances in different partitions, where instances in one partition do
|
|
13502
13511
|
# not share the same hardware with instances in another partition. A
|
|
13503
13512
|
# `precision-time` placement group places instances on supported
|
|
13504
|
-
# hardware with direct access to high-precision time sources in
|
|
13505
|
-
# infrastructure.
|
|
13513
|
+
# hardware with direct access to high-precision time sources in Amazon
|
|
13514
|
+
# Web Services infrastructure.
|
|
13506
13515
|
#
|
|
13507
13516
|
# For more information, see [Placement groups][1] in the *Amazon EC2
|
|
13508
13517
|
# User Guide*.
|
|
@@ -18890,6 +18899,9 @@ module Aws::EC2
|
|
|
18890
18899
|
# resp.vpc_endpoint.service_network_arn #=> String
|
|
18891
18900
|
# resp.vpc_endpoint.resource_configuration_arn #=> String
|
|
18892
18901
|
# resp.vpc_endpoint.service_region #=> String
|
|
18902
|
+
# resp.vpc_endpoint.payer_responsibilities #=> Array
|
|
18903
|
+
# resp.vpc_endpoint.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
|
|
18904
|
+
# resp.vpc_endpoint.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
|
|
18893
18905
|
# resp.client_token #=> String
|
|
18894
18906
|
#
|
|
18895
18907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpoint AWS API Documentation
|
|
@@ -24988,6 +25000,58 @@ module Aws::EC2
|
|
|
24988
25000
|
req.send_request(options)
|
|
24989
25001
|
end
|
|
24990
25002
|
|
|
25003
|
+
# Describes the account-level VPC Encryption Control configuration for
|
|
25004
|
+
# your account. VPC Encryption Control enables you to enforce encryption
|
|
25005
|
+
# for all data in transit within and between VPCs to meet compliance
|
|
25006
|
+
# requirements.
|
|
25007
|
+
#
|
|
25008
|
+
# For more information, see [Enforce VPC encryption in transit][1] in
|
|
25009
|
+
# the *Amazon VPC User Guide*.
|
|
25010
|
+
#
|
|
25011
|
+
#
|
|
25012
|
+
#
|
|
25013
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html
|
|
25014
|
+
#
|
|
25015
|
+
# @option params [Boolean] :dry_run
|
|
25016
|
+
# Checks whether you have the required permissions for the action,
|
|
25017
|
+
# without actually making the request, and provides an error response.
|
|
25018
|
+
# If you have the required permissions, the error response is
|
|
25019
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
25020
|
+
#
|
|
25021
|
+
# @return [Types::DescribeAccountVpcEncryptionControlResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
25022
|
+
#
|
|
25023
|
+
# * {Types::DescribeAccountVpcEncryptionControlResult#account_vpc_encryption_control #account_vpc_encryption_control} => Types::AccountVpcEncryptionControl
|
|
25024
|
+
#
|
|
25025
|
+
# @example Request syntax with placeholder values
|
|
25026
|
+
#
|
|
25027
|
+
# resp = client.describe_account_vpc_encryption_control({
|
|
25028
|
+
# dry_run: false,
|
|
25029
|
+
# })
|
|
25030
|
+
#
|
|
25031
|
+
# @example Response structure
|
|
25032
|
+
#
|
|
25033
|
+
# resp.account_vpc_encryption_control.state #=> String, one of "default-state", "transitions-in-progress", "transitions-partially-successful", "transitions-successful", "transitions-failed"
|
|
25034
|
+
# resp.account_vpc_encryption_control.mode #=> String, one of "unmanaged", "attempt-monitor", "attempt-enforce"
|
|
25035
|
+
# resp.account_vpc_encryption_control.exclusions.internet_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25036
|
+
# resp.account_vpc_encryption_control.exclusions.egress_only_internet_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25037
|
+
# resp.account_vpc_encryption_control.exclusions.nat_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25038
|
+
# resp.account_vpc_encryption_control.exclusions.virtual_private_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25039
|
+
# resp.account_vpc_encryption_control.exclusions.vpc_peering #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25040
|
+
# resp.account_vpc_encryption_control.exclusions.lambda #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25041
|
+
# resp.account_vpc_encryption_control.exclusions.vpc_lattice #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25042
|
+
# resp.account_vpc_encryption_control.exclusions.elastic_file_system #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
25043
|
+
# resp.account_vpc_encryption_control.managed_by #=> String, one of "account", "declarative-policy"
|
|
25044
|
+
# resp.account_vpc_encryption_control.last_update_timestamp #=> Time
|
|
25045
|
+
#
|
|
25046
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAccountVpcEncryptionControl AWS API Documentation
|
|
25047
|
+
#
|
|
25048
|
+
# @overload describe_account_vpc_encryption_control(params = {})
|
|
25049
|
+
# @param [Hash] params ({})
|
|
25050
|
+
def describe_account_vpc_encryption_control(params = {}, options = {})
|
|
25051
|
+
req = build_request(:describe_account_vpc_encryption_control, params)
|
|
25052
|
+
req.send_request(options)
|
|
25053
|
+
end
|
|
25054
|
+
|
|
24991
25055
|
# Describes an Elastic IP address transfer. For more information, see
|
|
24992
25056
|
# [Transfer Elastic IP addresses][1] in the *Amazon VPC User Guide*.
|
|
24993
25057
|
#
|
|
@@ -29446,7 +29510,7 @@ module Aws::EC2
|
|
|
29446
29510
|
# resp.hosts[0].instances[0].instance_id #=> String
|
|
29447
29511
|
# resp.hosts[0].instances[0].instance_type #=> String
|
|
29448
29512
|
# resp.hosts[0].instances[0].owner_id #=> String
|
|
29449
|
-
# resp.hosts[0].state #=> String, one of "available", "under-assessment", "permanent-failure", "released", "released-permanent-failure", "pending"
|
|
29513
|
+
# resp.hosts[0].state #=> String, one of "available", "under-assessment", "permanent-failure", "released", "released-permanent-failure", "pending", "configuring"
|
|
29450
29514
|
# resp.hosts[0].allocation_time #=> Time
|
|
29451
29515
|
# resp.hosts[0].release_time #=> Time
|
|
29452
29516
|
# resp.hosts[0].tags #=> Array
|
|
@@ -29460,6 +29524,7 @@ module Aws::EC2
|
|
|
29460
29524
|
# resp.hosts[0].outpost_arn #=> String
|
|
29461
29525
|
# resp.hosts[0].host_maintenance #=> String, one of "on", "off"
|
|
29462
29526
|
# resp.hosts[0].asset_id #=> String
|
|
29527
|
+
# resp.hosts[0].cpu_options.amd_sev_snp #=> String, one of "enabled", "disabled"
|
|
29463
29528
|
# resp.next_token #=> String
|
|
29464
29529
|
#
|
|
29465
29530
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeHosts AWS API Documentation
|
|
@@ -45800,6 +45865,12 @@ module Aws::EC2
|
|
|
45800
45865
|
#
|
|
45801
45866
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination
|
|
45802
45867
|
#
|
|
45868
|
+
# @option params [Boolean] :include_managed_resources
|
|
45869
|
+
# Indicates whether to include managed resources in the output. If this
|
|
45870
|
+
# parameter is set to `true`, the output includes resources that are
|
|
45871
|
+
# managed by Amazon Web Services services, even if managed resource
|
|
45872
|
+
# visibility is set to hidden.
|
|
45873
|
+
#
|
|
45803
45874
|
# @return [Types::DescribeVolumesModificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
45804
45875
|
#
|
|
45805
45876
|
# * {Types::DescribeVolumesModificationsResult#next_token #next_token} => String
|
|
@@ -45820,6 +45891,7 @@ module Aws::EC2
|
|
|
45820
45891
|
# ],
|
|
45821
45892
|
# next_token: "String",
|
|
45822
45893
|
# max_results: 1,
|
|
45894
|
+
# include_managed_resources: false,
|
|
45823
45895
|
# })
|
|
45824
45896
|
#
|
|
45825
45897
|
# @example Response structure
|
|
@@ -45842,6 +45914,9 @@ module Aws::EC2
|
|
|
45842
45914
|
# resp.volumes_modifications[0].progress #=> Integer
|
|
45843
45915
|
# resp.volumes_modifications[0].start_time #=> Time
|
|
45844
45916
|
# resp.volumes_modifications[0].end_time #=> Time
|
|
45917
|
+
# resp.volumes_modifications[0].operator.managed #=> Boolean
|
|
45918
|
+
# resp.volumes_modifications[0].operator.principal #=> String
|
|
45919
|
+
# resp.volumes_modifications[0].operator.hidden_by_default #=> Boolean
|
|
45845
45920
|
#
|
|
45846
45921
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVolumesModifications AWS API Documentation
|
|
45847
45922
|
#
|
|
@@ -46565,6 +46640,9 @@ module Aws::EC2
|
|
|
46565
46640
|
# resp.vpc_endpoint_connections[0].tags[0].key #=> String
|
|
46566
46641
|
# resp.vpc_endpoint_connections[0].tags[0].value #=> String
|
|
46567
46642
|
# resp.vpc_endpoint_connections[0].vpc_endpoint_region #=> String
|
|
46643
|
+
# resp.vpc_endpoint_connections[0].payer_responsibilities #=> Array
|
|
46644
|
+
# resp.vpc_endpoint_connections[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
|
|
46645
|
+
# resp.vpc_endpoint_connections[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
|
|
46568
46646
|
# resp.next_token #=> String
|
|
46569
46647
|
#
|
|
46570
46648
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointConnections AWS API Documentation
|
|
@@ -47013,6 +47091,9 @@ module Aws::EC2
|
|
|
47013
47091
|
# resp.vpc_endpoints[0].service_network_arn #=> String
|
|
47014
47092
|
# resp.vpc_endpoints[0].resource_configuration_arn #=> String
|
|
47015
47093
|
# resp.vpc_endpoints[0].service_region #=> String
|
|
47094
|
+
# resp.vpc_endpoints[0].payer_responsibilities #=> Array
|
|
47095
|
+
# resp.vpc_endpoints[0].payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
|
|
47096
|
+
# resp.vpc_endpoints[0].payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
|
|
47016
47097
|
# resp.next_token #=> String
|
|
47017
47098
|
#
|
|
47018
47099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpoints AWS API Documentation
|
|
@@ -58171,6 +58252,103 @@ module Aws::EC2
|
|
|
58171
58252
|
req.send_request(options)
|
|
58172
58253
|
end
|
|
58173
58254
|
|
|
58255
|
+
# Modifies the account-level VPC Encryption Control configuration. This
|
|
58256
|
+
# sets the encryption control mode and resource exclusions that apply to
|
|
58257
|
+
# the VPCs in your account. VPC Encryption Control enables you to
|
|
58258
|
+
# enforce encryption for all data in transit within and between VPCs to
|
|
58259
|
+
# meet compliance requirements.
|
|
58260
|
+
#
|
|
58261
|
+
# For more information, see [Enforce VPC encryption in transit][1] in
|
|
58262
|
+
# the *Amazon VPC User Guide*.
|
|
58263
|
+
#
|
|
58264
|
+
#
|
|
58265
|
+
#
|
|
58266
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html
|
|
58267
|
+
#
|
|
58268
|
+
# @option params [Boolean] :dry_run
|
|
58269
|
+
# Checks whether you have the required permissions for the action,
|
|
58270
|
+
# without actually making the request, and provides an error response.
|
|
58271
|
+
# If you have the required permissions, the error response is
|
|
58272
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
58273
|
+
#
|
|
58274
|
+
# @option params [String] :mode
|
|
58275
|
+
# The encryption mode for the account encryption control configuration.
|
|
58276
|
+
#
|
|
58277
|
+
# @option params [String] :internet_gateway
|
|
58278
|
+
# Specifies whether to exclude internet gateway resource from
|
|
58279
|
+
# account-level encryption enforcement.
|
|
58280
|
+
#
|
|
58281
|
+
# @option params [String] :egress_only_internet_gateway
|
|
58282
|
+
# Specifies whether to exclude egress-only internet gateway resource
|
|
58283
|
+
# from account-level encryption enforcement.
|
|
58284
|
+
#
|
|
58285
|
+
# @option params [String] :nat_gateway
|
|
58286
|
+
# Specifies whether to exclude NAT gateway resource from account-level
|
|
58287
|
+
# encryption enforcement.
|
|
58288
|
+
#
|
|
58289
|
+
# @option params [String] :virtual_private_gateway
|
|
58290
|
+
# Specifies whether to exclude virtual private gateway resource from
|
|
58291
|
+
# account-level encryption enforcement.
|
|
58292
|
+
#
|
|
58293
|
+
# @option params [String] :vpc_peering
|
|
58294
|
+
# Specifies whether to exclude VPC peering connection resource from
|
|
58295
|
+
# account-level encryption enforcement.
|
|
58296
|
+
#
|
|
58297
|
+
# @option params [String] :lambda
|
|
58298
|
+
# Specifies whether to exclude Lambda service from account-level
|
|
58299
|
+
# encryption enforcement.
|
|
58300
|
+
#
|
|
58301
|
+
# @option params [String] :vpc_lattice
|
|
58302
|
+
# Specifies whether to exclude VPC Lattice service from account-level
|
|
58303
|
+
# encryption enforcement.
|
|
58304
|
+
#
|
|
58305
|
+
# @option params [String] :elastic_file_system
|
|
58306
|
+
# Specifies whether to exclude Elastic File System service from
|
|
58307
|
+
# account-level encryption enforcement.
|
|
58308
|
+
#
|
|
58309
|
+
# @return [Types::ModifyAccountVpcEncryptionControlResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
58310
|
+
#
|
|
58311
|
+
# * {Types::ModifyAccountVpcEncryptionControlResult#account_vpc_encryption_control #account_vpc_encryption_control} => Types::AccountVpcEncryptionControl
|
|
58312
|
+
#
|
|
58313
|
+
# @example Request syntax with placeholder values
|
|
58314
|
+
#
|
|
58315
|
+
# resp = client.modify_account_vpc_encryption_control({
|
|
58316
|
+
# dry_run: false,
|
|
58317
|
+
# mode: "unmanaged", # accepts unmanaged, attempt-monitor, attempt-enforce
|
|
58318
|
+
# internet_gateway: "enable", # accepts enable, disable
|
|
58319
|
+
# egress_only_internet_gateway: "enable", # accepts enable, disable
|
|
58320
|
+
# nat_gateway: "enable", # accepts enable, disable
|
|
58321
|
+
# virtual_private_gateway: "enable", # accepts enable, disable
|
|
58322
|
+
# vpc_peering: "enable", # accepts enable, disable
|
|
58323
|
+
# lambda: "enable", # accepts enable, disable
|
|
58324
|
+
# vpc_lattice: "enable", # accepts enable, disable
|
|
58325
|
+
# elastic_file_system: "enable", # accepts enable, disable
|
|
58326
|
+
# })
|
|
58327
|
+
#
|
|
58328
|
+
# @example Response structure
|
|
58329
|
+
#
|
|
58330
|
+
# resp.account_vpc_encryption_control.state #=> String, one of "default-state", "transitions-in-progress", "transitions-partially-successful", "transitions-successful", "transitions-failed"
|
|
58331
|
+
# resp.account_vpc_encryption_control.mode #=> String, one of "unmanaged", "attempt-monitor", "attempt-enforce"
|
|
58332
|
+
# resp.account_vpc_encryption_control.exclusions.internet_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58333
|
+
# resp.account_vpc_encryption_control.exclusions.egress_only_internet_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58334
|
+
# resp.account_vpc_encryption_control.exclusions.nat_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58335
|
+
# resp.account_vpc_encryption_control.exclusions.virtual_private_gateway #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58336
|
+
# resp.account_vpc_encryption_control.exclusions.vpc_peering #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58337
|
+
# resp.account_vpc_encryption_control.exclusions.lambda #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58338
|
+
# resp.account_vpc_encryption_control.exclusions.vpc_lattice #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58339
|
+
# resp.account_vpc_encryption_control.exclusions.elastic_file_system #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
|
58340
|
+
# resp.account_vpc_encryption_control.managed_by #=> String, one of "account", "declarative-policy"
|
|
58341
|
+
# resp.account_vpc_encryption_control.last_update_timestamp #=> Time
|
|
58342
|
+
#
|
|
58343
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyAccountVpcEncryptionControl AWS API Documentation
|
|
58344
|
+
#
|
|
58345
|
+
# @overload modify_account_vpc_encryption_control(params = {})
|
|
58346
|
+
# @param [Hash] params ({})
|
|
58347
|
+
def modify_account_vpc_encryption_control(params = {}, options = {})
|
|
58348
|
+
req = build_request(:modify_account_vpc_encryption_control, params)
|
|
58349
|
+
req.send_request(options)
|
|
58350
|
+
end
|
|
58351
|
+
|
|
58174
58352
|
# Modifies an attribute of the specified Elastic IP address. For
|
|
58175
58353
|
# requirements, see [Using reverse DNS for email applications][1].
|
|
58176
58354
|
#
|
|
@@ -64093,6 +64271,9 @@ module Aws::EC2
|
|
|
64093
64271
|
# resp.volume_modification.progress #=> Integer
|
|
64094
64272
|
# resp.volume_modification.start_time #=> Time
|
|
64095
64273
|
# resp.volume_modification.end_time #=> Time
|
|
64274
|
+
# resp.volume_modification.operator.managed #=> Boolean
|
|
64275
|
+
# resp.volume_modification.operator.principal #=> String
|
|
64276
|
+
# resp.volume_modification.operator.hidden_by_default #=> Boolean
|
|
64096
64277
|
#
|
|
64097
64278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVolume AWS API Documentation
|
|
64098
64279
|
#
|
|
@@ -64643,6 +64824,59 @@ module Aws::EC2
|
|
|
64643
64824
|
req.send_request(options)
|
|
64644
64825
|
end
|
|
64645
64826
|
|
|
64827
|
+
# Modifies the billing account for VPC endpoint usage/charges.
|
|
64828
|
+
#
|
|
64829
|
+
# @option params [Boolean] :dry_run
|
|
64830
|
+
# Checks whether you have the required permissions for the action,
|
|
64831
|
+
# without actually making the request, and provides an error response.
|
|
64832
|
+
# If you have the required permissions, the error response is
|
|
64833
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
64834
|
+
#
|
|
64835
|
+
# @option params [String] :service_id
|
|
64836
|
+
# The ID of the VPC endpoint service.
|
|
64837
|
+
#
|
|
64838
|
+
# @option params [required, String] :vpc_endpoint_id
|
|
64839
|
+
# The ID of the VPC endpoint.
|
|
64840
|
+
#
|
|
64841
|
+
# @option params [required, String] :payer_responsibility
|
|
64842
|
+
# The Amazon Web Services account to which the usage of VPC endpoint is
|
|
64843
|
+
# charged.
|
|
64844
|
+
#
|
|
64845
|
+
# @option params [required, String] :scope
|
|
64846
|
+
# The scope of usage/charges for which the billing account is being
|
|
64847
|
+
# modified.
|
|
64848
|
+
#
|
|
64849
|
+
# @return [Types::ModifyVpcEndpointPayerResponsibilityResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
64850
|
+
#
|
|
64851
|
+
# * {Types::ModifyVpcEndpointPayerResponsibilityResult#vpc_endpoint_id #vpc_endpoint_id} => String
|
|
64852
|
+
# * {Types::ModifyVpcEndpointPayerResponsibilityResult#payer_responsibilities #payer_responsibilities} => Array<Types::PayerResponsibilityEntry>
|
|
64853
|
+
#
|
|
64854
|
+
# @example Request syntax with placeholder values
|
|
64855
|
+
#
|
|
64856
|
+
# resp = client.modify_vpc_endpoint_payer_responsibility({
|
|
64857
|
+
# dry_run: false,
|
|
64858
|
+
# service_id: "VpcEndpointServiceId",
|
|
64859
|
+
# vpc_endpoint_id: "VpcEndpointId", # required
|
|
64860
|
+
# payer_responsibility: "vpc-endpoint-account", # required, accepts vpc-endpoint-account, vpc-endpoint-service-account
|
|
64861
|
+
# scope: "vpc-endpoint-charges", # required, accepts vpc-endpoint-charges
|
|
64862
|
+
# })
|
|
64863
|
+
#
|
|
64864
|
+
# @example Response structure
|
|
64865
|
+
#
|
|
64866
|
+
# resp.vpc_endpoint_id #=> String
|
|
64867
|
+
# resp.payer_responsibilities #=> Array
|
|
64868
|
+
# resp.payer_responsibilities[0].scope #=> String, one of "vpc-endpoint-charges"
|
|
64869
|
+
# resp.payer_responsibilities[0].payer_responsibility_type #=> String, one of "vpc-endpoint-account", "vpc-endpoint-service-account"
|
|
64870
|
+
#
|
|
64871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointPayerResponsibility AWS API Documentation
|
|
64872
|
+
#
|
|
64873
|
+
# @overload modify_vpc_endpoint_payer_responsibility(params = {})
|
|
64874
|
+
# @param [Hash] params ({})
|
|
64875
|
+
def modify_vpc_endpoint_payer_responsibility(params = {}, options = {})
|
|
64876
|
+
req = build_request(:modify_vpc_endpoint_payer_responsibility, params)
|
|
64877
|
+
req.send_request(options)
|
|
64878
|
+
end
|
|
64879
|
+
|
|
64646
64880
|
# Modifies the attributes of the specified VPC endpoint service
|
|
64647
64881
|
# configuration.
|
|
64648
64882
|
#
|
|
@@ -74113,7 +74347,7 @@ module Aws::EC2
|
|
|
74113
74347
|
tracer: tracer
|
|
74114
74348
|
)
|
|
74115
74349
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
74116
|
-
context[:gem_version] = '1.
|
|
74350
|
+
context[:gem_version] = '1.628.0'
|
|
74117
74351
|
Seahorse::Client::Request.new(handlers, context)
|
|
74118
74352
|
end
|
|
74119
74353
|
|