aws-sdk-ec2 1.489.0 → 1.491.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +561 -62
- data/lib/aws-sdk-ec2/client_api.rb +173 -0
- data/lib/aws-sdk-ec2/instance.rb +6 -0
- data/lib/aws-sdk-ec2/network_interface.rb +6 -0
- data/lib/aws-sdk-ec2/resource.rb +55 -40
- data/lib/aws-sdk-ec2/subnet.rb +21 -5
- data/lib/aws-sdk-ec2/types.rb +632 -58
- data/lib/aws-sdk-ec2/volume.rb +6 -0
- data/lib/aws-sdk-ec2/vpc.rb +36 -30
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +109 -2
- data/sig/instance.rbs +3 -0
- data/sig/network_interface.rbs +3 -0
- data/sig/resource.rbs +9 -0
- data/sig/subnet.rbs +9 -0
- data/sig/types.rbs +129 -0
- data/sig/volume.rbs +3 -0
- data/sig/vpc.rbs +3 -0
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -71,6 +71,12 @@ module Aws::EC2
|
|
71
71
|
data[:tags]
|
72
72
|
end
|
73
73
|
|
74
|
+
# The state of VPC Block Public Access (BPA).
|
75
|
+
# @return [Types::BlockPublicAccessStates]
|
76
|
+
def block_public_access_states
|
77
|
+
data[:block_public_access_states]
|
78
|
+
end
|
79
|
+
|
74
80
|
# The current state of the VPC.
|
75
81
|
# @return [String]
|
76
82
|
def state
|
@@ -951,11 +957,11 @@ module Aws::EC2
|
|
951
957
|
# * `status-message` - A message that provides more information about
|
952
958
|
# the status of the VPC peering connection, if applicable.
|
953
959
|
#
|
954
|
-
# * `tag
|
955
|
-
#
|
956
|
-
#
|
957
|
-
#
|
958
|
-
#
|
960
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
961
|
+
# Use the tag key in the filter name and the tag value as the filter
|
962
|
+
# value. For example, to find all resources that have a tag with the
|
963
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
964
|
+
# filter name and `TeamA` for the filter value.
|
959
965
|
#
|
960
966
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
961
967
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -1510,11 +1516,11 @@ module Aws::EC2
|
|
1510
1516
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
1511
1517
|
# internet gateway.
|
1512
1518
|
#
|
1513
|
-
# * `tag
|
1514
|
-
#
|
1515
|
-
#
|
1516
|
-
#
|
1517
|
-
#
|
1519
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
1520
|
+
# Use the tag key in the filter name and the tag value as the filter
|
1521
|
+
# value. For example, to find all resources that have a tag with the
|
1522
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
1523
|
+
# filter name and `TeamA` for the filter value.
|
1518
1524
|
#
|
1519
1525
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1520
1526
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -1610,11 +1616,11 @@ module Aws::EC2
|
|
1610
1616
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
1611
1617
|
# network ACL.
|
1612
1618
|
#
|
1613
|
-
# * `tag
|
1614
|
-
#
|
1615
|
-
#
|
1616
|
-
#
|
1617
|
-
#
|
1619
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
1620
|
+
# Use the tag key in the filter name and the tag value as the filter
|
1621
|
+
# value. For example, to find all resources that have a tag with the
|
1622
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
1623
|
+
# filter name and `TeamA` for the filter value.
|
1618
1624
|
#
|
1619
1625
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1620
1626
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -1859,11 +1865,11 @@ module Aws::EC2
|
|
1859
1865
|
# * `status-message` - A message that provides more information about
|
1860
1866
|
# the status of the VPC peering connection, if applicable.
|
1861
1867
|
#
|
1862
|
-
# * `tag
|
1863
|
-
#
|
1864
|
-
#
|
1865
|
-
#
|
1866
|
-
#
|
1868
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
1869
|
+
# Use the tag key in the filter name and the tag value as the filter
|
1870
|
+
# value. For example, to find all resources that have a tag with the
|
1871
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
1872
|
+
# filter name and `TeamA` for the filter value.
|
1867
1873
|
#
|
1868
1874
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1869
1875
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -1977,11 +1983,11 @@ module Aws::EC2
|
|
1977
1983
|
# * `route.vpc-peering-connection-id` - The ID of a VPC peering
|
1978
1984
|
# connection specified in a route in the table.
|
1979
1985
|
#
|
1980
|
-
# * `tag
|
1981
|
-
#
|
1982
|
-
#
|
1983
|
-
#
|
1984
|
-
#
|
1986
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
1987
|
+
# Use the tag key in the filter name and the tag value as the filter
|
1988
|
+
# value. For example, to find all resources that have a tag with the
|
1989
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
1990
|
+
# filter name and `TeamA` for the filter value.
|
1985
1991
|
#
|
1986
1992
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1987
1993
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -2240,11 +2246,11 @@ module Aws::EC2
|
|
2240
2246
|
#
|
2241
2247
|
# * `subnet-id` - The ID of the subnet.
|
2242
2248
|
#
|
2243
|
-
# * `tag
|
2244
|
-
#
|
2245
|
-
#
|
2246
|
-
#
|
2247
|
-
#
|
2249
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
2250
|
+
# Use the tag key in the filter name and the tag value as the filter
|
2251
|
+
# value. For example, to find all resources that have a tag with the
|
2252
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
2253
|
+
# filter name and `TeamA` for the filter value.
|
2248
2254
|
#
|
2249
2255
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
2250
2256
|
# filter to find all resources assigned a tag with a specific key,
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -2180,7 +2180,13 @@ module Aws
|
|
2180
2180
|
maintenance_options: {
|
2181
2181
|
auto_recovery: ("default" | "disabled")?
|
2182
2182
|
}?,
|
2183
|
-
disable_api_stop: bool
|
2183
|
+
disable_api_stop: bool?,
|
2184
|
+
operator: {
|
2185
|
+
principal: ::String?
|
2186
|
+
}?
|
2187
|
+
},
|
2188
|
+
?operator: {
|
2189
|
+
principal: ::String?
|
2184
2190
|
},
|
2185
2191
|
?tag_specifications: Array[
|
2186
2192
|
{
|
@@ -2434,7 +2440,10 @@ module Aws
|
|
2434
2440
|
maintenance_options: {
|
2435
2441
|
auto_recovery: ("default" | "disabled")?
|
2436
2442
|
}?,
|
2437
|
-
disable_api_stop: bool
|
2443
|
+
disable_api_stop: bool?,
|
2444
|
+
operator: {
|
2445
|
+
principal: ::String?
|
2446
|
+
}?
|
2438
2447
|
},
|
2439
2448
|
?resolve_alias: bool
|
2440
2449
|
) -> _CreateLaunchTemplateVersionResponseSuccess
|
@@ -2827,6 +2836,9 @@ module Aws
|
|
2827
2836
|
udp_stream_timeout: ::Integer?,
|
2828
2837
|
udp_timeout: ::Integer?
|
2829
2838
|
},
|
2839
|
+
?operator: {
|
2840
|
+
principal: ::String?
|
2841
|
+
},
|
2830
2842
|
subnet_id: ::String,
|
2831
2843
|
?description: ::String,
|
2832
2844
|
?private_ip_address: ::String,
|
@@ -3763,6 +3775,7 @@ module Aws
|
|
3763
3775
|
def multi_attach_enabled: () -> bool
|
3764
3776
|
def throughput: () -> ::Integer
|
3765
3777
|
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
3778
|
+
def operator: () -> Types::OperatorResponse
|
3766
3779
|
def volume_id: () -> ::String
|
3767
3780
|
def size: () -> ::Integer
|
3768
3781
|
def snapshot_id: () -> ::String
|
@@ -3797,6 +3810,9 @@ module Aws
|
|
3797
3810
|
?multi_attach_enabled: bool,
|
3798
3811
|
?throughput: ::Integer,
|
3799
3812
|
?client_token: ::String,
|
3813
|
+
?operator: {
|
3814
|
+
principal: ::String?
|
3815
|
+
},
|
3800
3816
|
?dry_run: bool
|
3801
3817
|
) -> _CreateVolumeResponseSuccess
|
3802
3818
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVolumeResponseSuccess
|
@@ -3832,6 +3848,30 @@ module Aws
|
|
3832
3848
|
) -> _CreateVpcResponseSuccess
|
3833
3849
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcResponseSuccess
|
3834
3850
|
|
3851
|
+
interface _CreateVpcBlockPublicAccessExclusionResponseSuccess
|
3852
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateVpcBlockPublicAccessExclusionResult]
|
3853
|
+
def vpc_block_public_access_exclusion: () -> Types::VpcBlockPublicAccessExclusion
|
3854
|
+
end
|
3855
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#create_vpc_block_public_access_exclusion-instance_method
|
3856
|
+
def create_vpc_block_public_access_exclusion: (
|
3857
|
+
?dry_run: bool,
|
3858
|
+
?subnet_id: ::String,
|
3859
|
+
?vpc_id: ::String,
|
3860
|
+
internet_gateway_exclusion_mode: ("allow-bidirectional" | "allow-egress"),
|
3861
|
+
?tag_specifications: Array[
|
3862
|
+
{
|
3863
|
+
resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "ipam-external-resource-verification-token")?,
|
3864
|
+
tags: Array[
|
3865
|
+
{
|
3866
|
+
key: ::String?,
|
3867
|
+
value: ::String?
|
3868
|
+
},
|
3869
|
+
]?
|
3870
|
+
},
|
3871
|
+
]
|
3872
|
+
) -> _CreateVpcBlockPublicAccessExclusionResponseSuccess
|
3873
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcBlockPublicAccessExclusionResponseSuccess
|
3874
|
+
|
3835
3875
|
interface _CreateVpcEndpointResponseSuccess
|
3836
3876
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateVpcEndpointResult]
|
3837
3877
|
def vpc_endpoint: () -> Types::VpcEndpoint
|
@@ -4789,6 +4829,17 @@ module Aws
|
|
4789
4829
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4790
4830
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4791
4831
|
|
4832
|
+
interface _DeleteVpcBlockPublicAccessExclusionResponseSuccess
|
4833
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVpcBlockPublicAccessExclusionResult]
|
4834
|
+
def vpc_block_public_access_exclusion: () -> Types::VpcBlockPublicAccessExclusion
|
4835
|
+
end
|
4836
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#delete_vpc_block_public_access_exclusion-instance_method
|
4837
|
+
def delete_vpc_block_public_access_exclusion: (
|
4838
|
+
?dry_run: bool,
|
4839
|
+
exclusion_id: ::String
|
4840
|
+
) -> _DeleteVpcBlockPublicAccessExclusionResponseSuccess
|
4841
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVpcBlockPublicAccessExclusionResponseSuccess
|
4842
|
+
|
4792
4843
|
interface _DeleteVpcEndpointConnectionNotificationsResponseSuccess
|
4793
4844
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVpcEndpointConnectionNotificationsResult]
|
4794
4845
|
def unsuccessful: () -> ::Array[Types::UnsuccessfulItem]
|
@@ -7693,6 +7744,36 @@ module Aws
|
|
7693
7744
|
) -> _DescribeVpcAttributeResponseSuccess
|
7694
7745
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcAttributeResponseSuccess
|
7695
7746
|
|
7747
|
+
interface _DescribeVpcBlockPublicAccessExclusionsResponseSuccess
|
7748
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcBlockPublicAccessExclusionsResult]
|
7749
|
+
def vpc_block_public_access_exclusions: () -> ::Array[Types::VpcBlockPublicAccessExclusion]
|
7750
|
+
def next_token: () -> ::String
|
7751
|
+
end
|
7752
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_block_public_access_exclusions-instance_method
|
7753
|
+
def describe_vpc_block_public_access_exclusions: (
|
7754
|
+
?dry_run: bool,
|
7755
|
+
?filters: Array[
|
7756
|
+
{
|
7757
|
+
name: ::String?,
|
7758
|
+
values: Array[::String]?
|
7759
|
+
},
|
7760
|
+
],
|
7761
|
+
?exclusion_ids: Array[::String],
|
7762
|
+
?next_token: ::String,
|
7763
|
+
?max_results: ::Integer
|
7764
|
+
) -> _DescribeVpcBlockPublicAccessExclusionsResponseSuccess
|
7765
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcBlockPublicAccessExclusionsResponseSuccess
|
7766
|
+
|
7767
|
+
interface _DescribeVpcBlockPublicAccessOptionsResponseSuccess
|
7768
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcBlockPublicAccessOptionsResult]
|
7769
|
+
def vpc_block_public_access_options: () -> Types::VpcBlockPublicAccessOptions
|
7770
|
+
end
|
7771
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_vpc_block_public_access_options-instance_method
|
7772
|
+
def describe_vpc_block_public_access_options: (
|
7773
|
+
?dry_run: bool
|
7774
|
+
) -> _DescribeVpcBlockPublicAccessOptionsResponseSuccess
|
7775
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVpcBlockPublicAccessOptionsResponseSuccess
|
7776
|
+
|
7696
7777
|
interface _DescribeVpcClassicLinkResponseSuccess
|
7697
7778
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVpcClassicLinkResult]
|
7698
7779
|
def vpcs: () -> ::Array[Types::VpcClassicLink]
|
@@ -11071,6 +11152,29 @@ module Aws
|
|
11071
11152
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
11072
11153
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
11073
11154
|
|
11155
|
+
interface _ModifyVpcBlockPublicAccessExclusionResponseSuccess
|
11156
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ModifyVpcBlockPublicAccessExclusionResult]
|
11157
|
+
def vpc_block_public_access_exclusion: () -> Types::VpcBlockPublicAccessExclusion
|
11158
|
+
end
|
11159
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_vpc_block_public_access_exclusion-instance_method
|
11160
|
+
def modify_vpc_block_public_access_exclusion: (
|
11161
|
+
?dry_run: bool,
|
11162
|
+
exclusion_id: ::String,
|
11163
|
+
internet_gateway_exclusion_mode: ("allow-bidirectional" | "allow-egress")
|
11164
|
+
) -> _ModifyVpcBlockPublicAccessExclusionResponseSuccess
|
11165
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyVpcBlockPublicAccessExclusionResponseSuccess
|
11166
|
+
|
11167
|
+
interface _ModifyVpcBlockPublicAccessOptionsResponseSuccess
|
11168
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ModifyVpcBlockPublicAccessOptionsResult]
|
11169
|
+
def vpc_block_public_access_options: () -> Types::VpcBlockPublicAccessOptions
|
11170
|
+
end
|
11171
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#modify_vpc_block_public_access_options-instance_method
|
11172
|
+
def modify_vpc_block_public_access_options: (
|
11173
|
+
?dry_run: bool,
|
11174
|
+
internet_gateway_block_mode: ("off" | "block-bidirectional" | "block-ingress")
|
11175
|
+
) -> _ModifyVpcBlockPublicAccessOptionsResponseSuccess
|
11176
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyVpcBlockPublicAccessOptionsResponseSuccess
|
11177
|
+
|
11074
11178
|
interface _ModifyVpcEndpointResponseSuccess
|
11075
11179
|
include ::Seahorse::Client::_ResponseSuccess[Types::ModifyVpcEndpointResult]
|
11076
11180
|
def return: () -> bool
|
@@ -12688,6 +12792,9 @@ module Aws
|
|
12688
12792
|
},
|
12689
12793
|
?disable_api_stop: bool,
|
12690
12794
|
?enable_primary_ipv_6: bool,
|
12795
|
+
?operator: {
|
12796
|
+
principal: ::String?
|
12797
|
+
},
|
12691
12798
|
?dry_run: bool,
|
12692
12799
|
?disable_api_termination: bool,
|
12693
12800
|
?instance_initiated_shutdown_behavior: ("stop" | "terminate"),
|
data/sig/instance.rbs
CHANGED
@@ -126,6 +126,9 @@ module Aws
|
|
126
126
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Instance.html#current_instance_boot_mode-instance_method
|
127
127
|
def current_instance_boot_mode: () -> ("legacy-bios" | "uefi")
|
128
128
|
|
129
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Instance.html#operator-instance_method
|
130
|
+
def operator: () -> Types::OperatorResponse
|
131
|
+
|
129
132
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Instance.html#image_id-instance_method
|
130
133
|
def image_id: () -> ::String
|
131
134
|
|
data/sig/network_interface.rbs
CHANGED
@@ -93,6 +93,9 @@ module Aws
|
|
93
93
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NetworkInterface.html#ipv_6_address-instance_method
|
94
94
|
def ipv_6_address: () -> ::String
|
95
95
|
|
96
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NetworkInterface.html#operator-instance_method
|
97
|
+
def operator: () -> Types::OperatorResponse
|
98
|
+
|
96
99
|
def client: () -> Client
|
97
100
|
|
98
101
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NetworkInterface.html#load-instance_method
|
data/sig/resource.rbs
CHANGED
@@ -232,6 +232,9 @@ module Aws
|
|
232
232
|
},
|
233
233
|
?disable_api_stop: bool,
|
234
234
|
?enable_primary_ipv_6: bool,
|
235
|
+
?operator: {
|
236
|
+
principal: ::String?
|
237
|
+
},
|
235
238
|
?dry_run: bool,
|
236
239
|
?disable_api_termination: bool,
|
237
240
|
?instance_initiated_shutdown_behavior: ("stop" | "terminate"),
|
@@ -413,6 +416,9 @@ module Aws
|
|
413
416
|
udp_stream_timeout: ::Integer?,
|
414
417
|
udp_timeout: ::Integer?
|
415
418
|
},
|
419
|
+
?operator: {
|
420
|
+
principal: ::String?
|
421
|
+
},
|
416
422
|
subnet_id: ::String,
|
417
423
|
?description: ::String,
|
418
424
|
?private_ip_address: ::String,
|
@@ -593,6 +599,9 @@ module Aws
|
|
593
599
|
?multi_attach_enabled: bool,
|
594
600
|
?throughput: ::Integer,
|
595
601
|
?client_token: ::String,
|
602
|
+
?operator: {
|
603
|
+
principal: ::String?
|
604
|
+
},
|
596
605
|
?dry_run: bool
|
597
606
|
) -> Volume
|
598
607
|
| (?Hash[Symbol, untyped]) -> Volume
|
data/sig/subnet.rbs
CHANGED
@@ -57,6 +57,9 @@ module Aws
|
|
57
57
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Subnet.html#private_dns_name_options_on_launch-instance_method
|
58
58
|
def private_dns_name_options_on_launch: () -> Types::PrivateDnsNameOptionsOnLaunch
|
59
59
|
|
60
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Subnet.html#block_public_access_states-instance_method
|
61
|
+
def block_public_access_states: () -> Types::BlockPublicAccessStates
|
62
|
+
|
60
63
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Subnet.html#state-instance_method
|
61
64
|
def state: () -> ("pending" | "available" | "unavailable")
|
62
65
|
|
@@ -222,6 +225,9 @@ module Aws
|
|
222
225
|
},
|
223
226
|
?disable_api_stop: bool,
|
224
227
|
?enable_primary_ipv_6: bool,
|
228
|
+
?operator: {
|
229
|
+
principal: ::String?
|
230
|
+
},
|
225
231
|
?dry_run: bool,
|
226
232
|
?disable_api_termination: bool,
|
227
233
|
?instance_initiated_shutdown_behavior: ("stop" | "terminate"),
|
@@ -322,6 +328,9 @@ module Aws
|
|
322
328
|
udp_stream_timeout: ::Integer?,
|
323
329
|
udp_timeout: ::Integer?
|
324
330
|
},
|
331
|
+
?operator: {
|
332
|
+
principal: ::String?
|
333
|
+
},
|
325
334
|
?description: ::String,
|
326
335
|
?private_ip_address: ::String,
|
327
336
|
?groups: Array[::String],
|