aws-sdk-ec2 1.166.1 → 1.171.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/lib/aws-sdk-ec2.rb +3 -1
- data/lib/aws-sdk-ec2/classic_address.rb +2 -0
- data/lib/aws-sdk-ec2/client.rb +245 -131
- data/lib/aws-sdk-ec2/client_api.rb +15 -2
- data/lib/aws-sdk-ec2/customizations.rb +2 -0
- data/lib/aws-sdk-ec2/customizations/instance.rb +2 -0
- data/lib/aws-sdk-ec2/customizations/resource.rb +2 -0
- data/lib/aws-sdk-ec2/dhcp_options.rb +2 -0
- data/lib/aws-sdk-ec2/errors.rb +2 -0
- data/lib/aws-sdk-ec2/image.rb +2 -0
- data/lib/aws-sdk-ec2/instance.rb +8 -6
- data/lib/aws-sdk-ec2/internet_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/key_pair.rb +2 -0
- data/lib/aws-sdk-ec2/key_pair_info.rb +2 -0
- data/lib/aws-sdk-ec2/nat_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/network_acl.rb +2 -0
- data/lib/aws-sdk-ec2/network_interface.rb +2 -0
- data/lib/aws-sdk-ec2/network_interface_association.rb +2 -0
- data/lib/aws-sdk-ec2/placement_group.rb +2 -0
- data/lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb +2 -0
- data/lib/aws-sdk-ec2/plugins/region_validation.rb +2 -0
- data/lib/aws-sdk-ec2/resource.rb +23 -19
- data/lib/aws-sdk-ec2/route.rb +2 -0
- data/lib/aws-sdk-ec2/route_table.rb +2 -0
- data/lib/aws-sdk-ec2/route_table_association.rb +2 -0
- data/lib/aws-sdk-ec2/security_group.rb +2 -0
- data/lib/aws-sdk-ec2/snapshot.rb +7 -5
- data/lib/aws-sdk-ec2/subnet.rb +9 -7
- data/lib/aws-sdk-ec2/tag.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +1495 -132
- data/lib/aws-sdk-ec2/volume.rb +11 -7
- data/lib/aws-sdk-ec2/vpc.rb +2 -0
- data/lib/aws-sdk-ec2/vpc_address.rb +2 -0
- data/lib/aws-sdk-ec2/vpc_peering_connection.rb +2 -0
- data/lib/aws-sdk-ec2/waiters.rb +2 -0
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -305,7 +307,7 @@ module Aws::EC2
|
|
305
307
|
# description: "String",
|
306
308
|
# tag_specifications: [
|
307
309
|
# {
|
308
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
310
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
309
311
|
# tags: [
|
310
312
|
# {
|
311
313
|
# key: "String",
|
@@ -634,12 +636,13 @@ module Aws::EC2
|
|
634
636
|
# * `encrypted` - Indicates whether the snapshot is encrypted (`true` \|
|
635
637
|
# `false`)
|
636
638
|
#
|
637
|
-
# * `owner-alias` -
|
638
|
-
# `
|
639
|
-
#
|
640
|
-
#
|
639
|
+
# * `owner-alias` - The owner alias, from an Amazon-maintained list
|
640
|
+
# (`amazon`). This is not the user-configured AWS account alias set
|
641
|
+
# using the IAM console. We recommend that you use the related
|
642
|
+
# parameter instead of this filter.
|
641
643
|
#
|
642
|
-
# * `owner-id` - The ID of the
|
644
|
+
# * `owner-id` - The AWS account ID of the owner. We recommend that you
|
645
|
+
# use the related parameter instead of this filter.
|
643
646
|
#
|
644
647
|
# * `progress` - The progress of the snapshot, as a percentage (for
|
645
648
|
# example, 80%).
|
@@ -665,7 +668,8 @@ module Aws::EC2
|
|
665
668
|
#
|
666
669
|
# * `volume-size` - The size of the volume, in GiB.
|
667
670
|
# @option options [Array<String>] :owner_ids
|
668
|
-
#
|
671
|
+
# Scopes the results to snapshots with the specified owners. You can
|
672
|
+
# specify a combination of AWS account IDs, `self`, and `amazon`.
|
669
673
|
# @option options [Array<String>] :restorable_by_user_ids
|
670
674
|
# The IDs of the AWS accounts that can create volumes from the snapshot.
|
671
675
|
# @option options [Array<String>] :snapshot_ids
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
data/lib/aws-sdk-ec2/waiters.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.171.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|