aws-sdk-ec2 1.560.0 → 1.625.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 +325 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +7382 -441
- data/lib/aws-sdk-ec2/client_api.rb +2696 -36
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-ec2/image.rb +6 -0
- data/lib/aws-sdk-ec2/instance.rb +33 -5
- data/lib/aws-sdk-ec2/nat_gateway.rb +72 -0
- data/lib/aws-sdk-ec2/network_interface.rb +6 -0
- data/lib/aws-sdk-ec2/placement_group.rb +18 -0
- data/lib/aws-sdk-ec2/resource.rb +164 -52
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +38 -4
- data/lib/aws-sdk-ec2/types.rb +9062 -380
- data/lib/aws-sdk-ec2/volume.rb +18 -1
- data/lib/aws-sdk-ec2/vpc.rb +28 -5
- data/lib/aws-sdk-ec2/waiters.rb +190 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +1 -1
- data/sig/client.rbs +2144 -2280
- data/sig/dhcp_options.rbs +2 -2
- data/sig/image.rbs +7 -4
- data/sig/instance.rbs +23 -14
- data/sig/internet_gateway.rbs +2 -2
- data/sig/nat_gateway.rbs +17 -2
- data/sig/network_acl.rbs +2 -2
- data/sig/network_interface.rbs +5 -2
- data/sig/params.rbs +628 -0
- data/sig/placement_group.rbs +8 -1
- data/sig/resource.rbs +138 -93
- data/sig/route_table.rbs +2 -2
- data/sig/security_group.rbs +28 -28
- data/sig/snapshot.rbs +7 -7
- data/sig/subnet.rbs +48 -29
- data/sig/tag.rbs +2 -2
- data/sig/types.rbs +1944 -92
- data/sig/volume.rbs +12 -7
- data/sig/vpc.rbs +28 -26
- data/sig/vpc_address.rbs +1 -1
- data/sig/waiters.rbs +121 -35
- metadata +4 -3
data/lib/aws-sdk-ec2/volume.rb
CHANGED
|
@@ -47,6 +47,13 @@ module Aws::EC2
|
|
|
47
47
|
data[:outpost_arn]
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
+
# The ID of the source volume from which the volume copy was created.
|
|
51
|
+
# Only for volume copies.
|
|
52
|
+
# @return [String]
|
|
53
|
+
def source_volume_id
|
|
54
|
+
data[:source_volume_id]
|
|
55
|
+
end
|
|
56
|
+
|
|
50
57
|
# The number of I/O operations per second (IOPS). For `gp3`, `io1`, and
|
|
51
58
|
# `io2` volumes, this represents the number of IOPS that are provisioned
|
|
52
59
|
# for the volume. For `gp2` volumes, this represents the baseline
|
|
@@ -312,6 +319,7 @@ module Aws::EC2
|
|
|
312
319
|
# volume.attach_to_instance({
|
|
313
320
|
# device: "String", # required
|
|
314
321
|
# instance_id: "InstanceId", # required
|
|
322
|
+
# ebs_card_index: 1,
|
|
315
323
|
# dry_run: false,
|
|
316
324
|
# })
|
|
317
325
|
# @param [Hash] options ({})
|
|
@@ -319,6 +327,9 @@ module Aws::EC2
|
|
|
319
327
|
# The device name (for example, `/dev/sdh` or `xvdh`).
|
|
320
328
|
# @option options [required, String] :instance_id
|
|
321
329
|
# The ID of the instance.
|
|
330
|
+
# @option options [Integer] :ebs_card_index
|
|
331
|
+
# The index of the EBS card. Some instance types support multiple EBS
|
|
332
|
+
# cards. The default EBS card index is 0.
|
|
322
333
|
# @option options [Boolean] :dry_run
|
|
323
334
|
# Checks whether you have the required permissions for the action,
|
|
324
335
|
# without actually making the request, and provides an error response.
|
|
@@ -340,7 +351,7 @@ module Aws::EC2
|
|
|
340
351
|
# outpost_arn: "String",
|
|
341
352
|
# tag_specifications: [
|
|
342
353
|
# {
|
|
343
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
354
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
344
355
|
# tags: [
|
|
345
356
|
# {
|
|
346
357
|
# key: "String",
|
|
@@ -541,6 +552,7 @@ module Aws::EC2
|
|
|
541
552
|
# volume.describe_status({
|
|
542
553
|
# max_results: 1,
|
|
543
554
|
# next_token: "String",
|
|
555
|
+
# include_managed_resources: false,
|
|
544
556
|
# dry_run: false,
|
|
545
557
|
# filters: [
|
|
546
558
|
# {
|
|
@@ -561,6 +573,11 @@ module Aws::EC2
|
|
|
561
573
|
# @option options [String] :next_token
|
|
562
574
|
# The token returned from a previous paginated request. Pagination
|
|
563
575
|
# continues from the end of the items returned by the previous request.
|
|
576
|
+
# @option options [Boolean] :include_managed_resources
|
|
577
|
+
# Indicates whether to include managed resources in the output. If this
|
|
578
|
+
# parameter is set to `true`, the output includes resources that are
|
|
579
|
+
# managed by Amazon Web Services services, even if managed resource
|
|
580
|
+
# visibility is set to hidden.
|
|
564
581
|
# @option options [Boolean] :dry_run
|
|
565
582
|
# Checks whether you have the required permissions for the action,
|
|
566
583
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
|
@@ -65,6 +65,14 @@ module Aws::EC2
|
|
|
65
65
|
data[:is_default]
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
+
# Describes the configuration and state of VPC encryption controls.
|
|
69
|
+
#
|
|
70
|
+
# For more information, see [Enforce VPC encryption in transit][1] in
|
|
71
|
+
# the *Amazon VPC User Guide*.
|
|
72
|
+
#
|
|
73
|
+
#
|
|
74
|
+
#
|
|
75
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html
|
|
68
76
|
# @return [Types::VpcEncryptionControl]
|
|
69
77
|
def encryption_control
|
|
70
78
|
data[:encryption_control]
|
|
@@ -369,7 +377,7 @@ module Aws::EC2
|
|
|
369
377
|
# networkacl = vpc.create_network_acl({
|
|
370
378
|
# tag_specifications: [
|
|
371
379
|
# {
|
|
372
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
380
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
373
381
|
# tags: [
|
|
374
382
|
# {
|
|
375
383
|
# key: "String",
|
|
@@ -415,7 +423,7 @@ module Aws::EC2
|
|
|
415
423
|
# routetable = vpc.create_route_table({
|
|
416
424
|
# tag_specifications: [
|
|
417
425
|
# {
|
|
418
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
426
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
419
427
|
# tags: [
|
|
420
428
|
# {
|
|
421
429
|
# key: "String",
|
|
@@ -463,7 +471,7 @@ module Aws::EC2
|
|
|
463
471
|
# group_name: "String", # required
|
|
464
472
|
# tag_specifications: [
|
|
465
473
|
# {
|
|
466
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
474
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
467
475
|
# tags: [
|
|
468
476
|
# {
|
|
469
477
|
# key: "String",
|
|
@@ -514,7 +522,7 @@ module Aws::EC2
|
|
|
514
522
|
# subnet = vpc.create_subnet({
|
|
515
523
|
# tag_specifications: [
|
|
516
524
|
# {
|
|
517
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
525
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
518
526
|
# tags: [
|
|
519
527
|
# {
|
|
520
528
|
# key: "String",
|
|
@@ -864,7 +872,7 @@ module Aws::EC2
|
|
|
864
872
|
# peer_region: "String",
|
|
865
873
|
# tag_specifications: [
|
|
866
874
|
# {
|
|
867
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task
|
|
875
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, 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, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, 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-metering-policy, 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, vpc-encryption-control, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, secondary-interface, secondary-network, secondary-subnet, capacity-manager-data-export, vpn-concentrator, ipam-pool-allocation, capacity-reservation-cancellation-quote
|
|
868
876
|
# tags: [
|
|
869
877
|
# {
|
|
870
878
|
# key: "String",
|
|
@@ -1015,6 +1023,7 @@ module Aws::EC2
|
|
|
1015
1023
|
#
|
|
1016
1024
|
# instances = vpc.instances({
|
|
1017
1025
|
# instance_ids: ["InstanceId"],
|
|
1026
|
+
# include_managed_resources: false,
|
|
1018
1027
|
# dry_run: false,
|
|
1019
1028
|
# filters: [
|
|
1020
1029
|
# {
|
|
@@ -1028,6 +1037,11 @@ module Aws::EC2
|
|
|
1028
1037
|
# The instance IDs.
|
|
1029
1038
|
#
|
|
1030
1039
|
# Default: Describes all your instances.
|
|
1040
|
+
# @option options [Boolean] :include_managed_resources
|
|
1041
|
+
# Indicates whether to include managed resources in the output. If this
|
|
1042
|
+
# parameter is set to `true`, the output includes resources that are
|
|
1043
|
+
# managed by Amazon Web Services services, even if managed resource
|
|
1044
|
+
# visibility is set to hidden.
|
|
1031
1045
|
# @option options [Boolean] :dry_run
|
|
1032
1046
|
# Checks whether you have the required permissions for the operation,
|
|
1033
1047
|
# without actually making the request, and provides an error response.
|
|
@@ -1682,6 +1696,7 @@ module Aws::EC2
|
|
|
1682
1696
|
# @example Request syntax with placeholder values
|
|
1683
1697
|
#
|
|
1684
1698
|
# network_interfaces = vpc.network_interfaces({
|
|
1699
|
+
# include_managed_resources: false,
|
|
1685
1700
|
# dry_run: false,
|
|
1686
1701
|
# network_interface_ids: ["NetworkInterfaceId"],
|
|
1687
1702
|
# filters: [
|
|
@@ -1692,6 +1707,11 @@ module Aws::EC2
|
|
|
1692
1707
|
# ],
|
|
1693
1708
|
# })
|
|
1694
1709
|
# @param [Hash] options ({})
|
|
1710
|
+
# @option options [Boolean] :include_managed_resources
|
|
1711
|
+
# Indicates whether to include managed resources in the output. If this
|
|
1712
|
+
# parameter is set to `true`, the output includes resources that are
|
|
1713
|
+
# managed by Amazon Web Services services, even if managed resource
|
|
1714
|
+
# visibility is set to hidden.
|
|
1695
1715
|
# @option options [Boolean] :dry_run
|
|
1696
1716
|
# Checks whether you have the required permissions for the action,
|
|
1697
1717
|
# without actually making the request, and provides an error response.
|
|
@@ -1755,6 +1775,9 @@ module Aws::EC2
|
|
|
1755
1775
|
# * `availability-zone` - The Availability Zone of the network
|
|
1756
1776
|
# interface.
|
|
1757
1777
|
#
|
|
1778
|
+
# * `availability-zone-id` - The ID of the Availability Zone of the
|
|
1779
|
+
# network interface.
|
|
1780
|
+
#
|
|
1758
1781
|
# * `description` - The description of the network interface.
|
|
1759
1782
|
#
|
|
1760
1783
|
# * `group-id` - The ID of a security group associated with the network
|
data/lib/aws-sdk-ec2/waiters.rb
CHANGED
|
@@ -90,6 +90,10 @@ module Aws::EC2
|
|
|
90
90
|
# | nat_gateway_deleted | {Client#describe_nat_gateways} | 15 | 40 |
|
|
91
91
|
# | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
|
|
92
92
|
# | password_data_available | {Client#get_password_data} | 15 | 40 |
|
|
93
|
+
# | secondary_network_create_complete | {Client#describe_secondary_networks} | 10 | 30 |
|
|
94
|
+
# | secondary_network_delete_complete | {Client#describe_secondary_networks} | 10 | 30 |
|
|
95
|
+
# | secondary_subnet_create_complete | {Client#describe_secondary_subnets} | 10 | 30 |
|
|
96
|
+
# | secondary_subnet_delete_complete | {Client#describe_secondary_subnets} | 10 | 30 |
|
|
93
97
|
# | security_group_exists | {Client#describe_security_groups} | 5 | 6 |
|
|
94
98
|
# | security_group_vpc_association_associated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
|
|
95
99
|
# | security_group_vpc_association_disassociated | {Client#describe_security_group_vpc_associations} | 10 | 7 |
|
|
@@ -1046,6 +1050,192 @@ module Aws::EC2
|
|
|
1046
1050
|
|
|
1047
1051
|
end
|
|
1048
1052
|
|
|
1053
|
+
class SecondaryNetworkCreateComplete
|
|
1054
|
+
|
|
1055
|
+
# @param [Hash] options
|
|
1056
|
+
# @option options [required, Client] :client
|
|
1057
|
+
# @option options [Integer] :max_attempts (30)
|
|
1058
|
+
# @option options [Integer] :delay (10)
|
|
1059
|
+
# @option options [Proc] :before_attempt
|
|
1060
|
+
# @option options [Proc] :before_wait
|
|
1061
|
+
def initialize(options)
|
|
1062
|
+
@client = options.fetch(:client)
|
|
1063
|
+
@waiter = Aws::Waiters::Waiter.new({
|
|
1064
|
+
max_attempts: 30,
|
|
1065
|
+
delay: 10,
|
|
1066
|
+
poller: Aws::Waiters::Poller.new(
|
|
1067
|
+
operation_name: :describe_secondary_networks,
|
|
1068
|
+
acceptors: [
|
|
1069
|
+
{
|
|
1070
|
+
"expected" => "create-complete",
|
|
1071
|
+
"matcher" => "pathAll",
|
|
1072
|
+
"state" => "success",
|
|
1073
|
+
"argument" => "secondary_networks[].state"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"expected" => "create-failed",
|
|
1077
|
+
"matcher" => "pathAny",
|
|
1078
|
+
"state" => "failure",
|
|
1079
|
+
"argument" => "secondary_networks[].state"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"matcher" => "error",
|
|
1083
|
+
"expected" => "InvalidSecondaryNetworkId.NotFound",
|
|
1084
|
+
"state" => "retry"
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
)
|
|
1088
|
+
}.merge(options))
|
|
1089
|
+
end
|
|
1090
|
+
|
|
1091
|
+
# @option (see Client#describe_secondary_networks)
|
|
1092
|
+
# @return (see Client#describe_secondary_networks)
|
|
1093
|
+
def wait(params = {})
|
|
1094
|
+
@waiter.wait(client: @client, params: params)
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
# @api private
|
|
1098
|
+
attr_reader :waiter
|
|
1099
|
+
|
|
1100
|
+
end
|
|
1101
|
+
|
|
1102
|
+
class SecondaryNetworkDeleteComplete
|
|
1103
|
+
|
|
1104
|
+
# @param [Hash] options
|
|
1105
|
+
# @option options [required, Client] :client
|
|
1106
|
+
# @option options [Integer] :max_attempts (30)
|
|
1107
|
+
# @option options [Integer] :delay (10)
|
|
1108
|
+
# @option options [Proc] :before_attempt
|
|
1109
|
+
# @option options [Proc] :before_wait
|
|
1110
|
+
def initialize(options)
|
|
1111
|
+
@client = options.fetch(:client)
|
|
1112
|
+
@waiter = Aws::Waiters::Waiter.new({
|
|
1113
|
+
max_attempts: 30,
|
|
1114
|
+
delay: 10,
|
|
1115
|
+
poller: Aws::Waiters::Poller.new(
|
|
1116
|
+
operation_name: :describe_secondary_networks,
|
|
1117
|
+
acceptors: [
|
|
1118
|
+
{
|
|
1119
|
+
"expected" => "delete-complete",
|
|
1120
|
+
"matcher" => "pathAll",
|
|
1121
|
+
"state" => "success",
|
|
1122
|
+
"argument" => "secondary_networks[].state"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"expected" => "delete-failed",
|
|
1126
|
+
"matcher" => "pathAny",
|
|
1127
|
+
"state" => "failure",
|
|
1128
|
+
"argument" => "secondary_networks[].state"
|
|
1129
|
+
}
|
|
1130
|
+
]
|
|
1131
|
+
)
|
|
1132
|
+
}.merge(options))
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
# @option (see Client#describe_secondary_networks)
|
|
1136
|
+
# @return (see Client#describe_secondary_networks)
|
|
1137
|
+
def wait(params = {})
|
|
1138
|
+
@waiter.wait(client: @client, params: params)
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
# @api private
|
|
1142
|
+
attr_reader :waiter
|
|
1143
|
+
|
|
1144
|
+
end
|
|
1145
|
+
|
|
1146
|
+
class SecondarySubnetCreateComplete
|
|
1147
|
+
|
|
1148
|
+
# @param [Hash] options
|
|
1149
|
+
# @option options [required, Client] :client
|
|
1150
|
+
# @option options [Integer] :max_attempts (30)
|
|
1151
|
+
# @option options [Integer] :delay (10)
|
|
1152
|
+
# @option options [Proc] :before_attempt
|
|
1153
|
+
# @option options [Proc] :before_wait
|
|
1154
|
+
def initialize(options)
|
|
1155
|
+
@client = options.fetch(:client)
|
|
1156
|
+
@waiter = Aws::Waiters::Waiter.new({
|
|
1157
|
+
max_attempts: 30,
|
|
1158
|
+
delay: 10,
|
|
1159
|
+
poller: Aws::Waiters::Poller.new(
|
|
1160
|
+
operation_name: :describe_secondary_subnets,
|
|
1161
|
+
acceptors: [
|
|
1162
|
+
{
|
|
1163
|
+
"expected" => "create-complete",
|
|
1164
|
+
"matcher" => "pathAll",
|
|
1165
|
+
"state" => "success",
|
|
1166
|
+
"argument" => "secondary_subnets[].state"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"expected" => "delete-failed",
|
|
1170
|
+
"matcher" => "pathAny",
|
|
1171
|
+
"state" => "failure",
|
|
1172
|
+
"argument" => "secondary_subnets[].state"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"matcher" => "error",
|
|
1176
|
+
"expected" => "InvalidSecondarySubnetId.NotFound",
|
|
1177
|
+
"state" => "retry"
|
|
1178
|
+
}
|
|
1179
|
+
]
|
|
1180
|
+
)
|
|
1181
|
+
}.merge(options))
|
|
1182
|
+
end
|
|
1183
|
+
|
|
1184
|
+
# @option (see Client#describe_secondary_subnets)
|
|
1185
|
+
# @return (see Client#describe_secondary_subnets)
|
|
1186
|
+
def wait(params = {})
|
|
1187
|
+
@waiter.wait(client: @client, params: params)
|
|
1188
|
+
end
|
|
1189
|
+
|
|
1190
|
+
# @api private
|
|
1191
|
+
attr_reader :waiter
|
|
1192
|
+
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1195
|
+
class SecondarySubnetDeleteComplete
|
|
1196
|
+
|
|
1197
|
+
# @param [Hash] options
|
|
1198
|
+
# @option options [required, Client] :client
|
|
1199
|
+
# @option options [Integer] :max_attempts (30)
|
|
1200
|
+
# @option options [Integer] :delay (10)
|
|
1201
|
+
# @option options [Proc] :before_attempt
|
|
1202
|
+
# @option options [Proc] :before_wait
|
|
1203
|
+
def initialize(options)
|
|
1204
|
+
@client = options.fetch(:client)
|
|
1205
|
+
@waiter = Aws::Waiters::Waiter.new({
|
|
1206
|
+
max_attempts: 30,
|
|
1207
|
+
delay: 10,
|
|
1208
|
+
poller: Aws::Waiters::Poller.new(
|
|
1209
|
+
operation_name: :describe_secondary_subnets,
|
|
1210
|
+
acceptors: [
|
|
1211
|
+
{
|
|
1212
|
+
"expected" => "delete-complete",
|
|
1213
|
+
"matcher" => "pathAll",
|
|
1214
|
+
"state" => "success",
|
|
1215
|
+
"argument" => "secondary_subnets[].state"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"expected" => "delete-failed",
|
|
1219
|
+
"matcher" => "pathAny",
|
|
1220
|
+
"state" => "failure",
|
|
1221
|
+
"argument" => "secondary_subnets[].state"
|
|
1222
|
+
}
|
|
1223
|
+
]
|
|
1224
|
+
)
|
|
1225
|
+
}.merge(options))
|
|
1226
|
+
end
|
|
1227
|
+
|
|
1228
|
+
# @option (see Client#describe_secondary_subnets)
|
|
1229
|
+
# @return (see Client#describe_secondary_subnets)
|
|
1230
|
+
def wait(params = {})
|
|
1231
|
+
@waiter.wait(client: @client, params: params)
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
# @api private
|
|
1235
|
+
attr_reader :waiter
|
|
1236
|
+
|
|
1237
|
+
end
|
|
1238
|
+
|
|
1049
1239
|
class SecurityGroupExists
|
|
1050
1240
|
|
|
1051
1241
|
# @param [Hash] options
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/classic_address.rbs
CHANGED
|
@@ -57,7 +57,7 @@ module Aws
|
|
|
57
57
|
def subnet_id: () -> ::String
|
|
58
58
|
|
|
59
59
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#service_managed-instance_method
|
|
60
|
-
def service_managed: () -> ("alb" | "nlb" | "rnat")
|
|
60
|
+
def service_managed: () -> ("alb" | "nlb" | "rnat" | "rds")
|
|
61
61
|
|
|
62
62
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#instance_id-instance_method
|
|
63
63
|
def instance_id: () -> ::String
|