aws-sdk-ec2 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +6 -0
- data/lib/aws-sdk-ec2/client.rb +16 -11
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +23 -17
- data/lib/aws-sdk-ec2/vpc_address.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 908dfde085c5af4b7b9ae2fc66219484622ffcd3
|
4
|
+
data.tar.gz: 314cb8498a15d9cd407316202d7b8654c1446eb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c734c9297ab6d0232b86ffe741f380e5ee77b1c3bca6bf2e7566013da721bc94637fd225faeeda320b3078aa9da6949b2ef53762d99e0315f1eef4269206554
|
7
|
+
data.tar.gz: 7212774c1d71f04f986ed35e8ad711dadde4216a0699e28d93682c5bd8206334d78d3b9fe9270ef2666373ce4b0fef7beb13241af1e9c48a29c38dae2e134572
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -7747,6 +7747,9 @@ module Aws::EC2
|
|
7747
7747
|
# resp.addresses[0].network_interface_id #=> String
|
7748
7748
|
# resp.addresses[0].network_interface_owner_id #=> String
|
7749
7749
|
# resp.addresses[0].private_ip_address #=> String
|
7750
|
+
# resp.addresses[0].tags #=> Array
|
7751
|
+
# resp.addresses[0].tags[0].key #=> String
|
7752
|
+
# resp.addresses[0].tags[0].value #=> String
|
7750
7753
|
#
|
7751
7754
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAddresses AWS API Documentation
|
7752
7755
|
#
|
@@ -15787,17 +15790,17 @@ module Aws::EC2
|
|
15787
15790
|
# @option params [Array<Types::Filter>] :filters
|
15788
15791
|
# One or more filters.
|
15789
15792
|
#
|
15790
|
-
# * `
|
15793
|
+
# * `service-id` - The ID of the service.
|
15794
|
+
#
|
15795
|
+
# * `vpc-endpoint-owner` - The AWS account number of the owner of the
|
15791
15796
|
# endpoint.
|
15792
15797
|
#
|
15793
|
-
# * `endpoint-
|
15794
|
-
# (`
|
15795
|
-
# `
|
15798
|
+
# * `vpc-endpoint-state` - The state of the endpoint
|
15799
|
+
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
15800
|
+
# `deleted` \| `rejected` \| `failed`).
|
15796
15801
|
#
|
15797
15802
|
# * `vpc-endpoint-id` - The ID of the endpoint.
|
15798
15803
|
#
|
15799
|
-
# * `vpc-endpoint-service-id` - The ID of the service.
|
15800
|
-
#
|
15801
15804
|
# @option params [Integer] :max_results
|
15802
15805
|
# The maximum number of results to return for the request in a single
|
15803
15806
|
# page. The remaining results of the initial request can be seen by
|
@@ -15861,12 +15864,12 @@ module Aws::EC2
|
|
15861
15864
|
# @option params [Array<Types::Filter>] :filters
|
15862
15865
|
# One or more filters.
|
15863
15866
|
#
|
15864
|
-
# * `service-name` - The
|
15867
|
+
# * `service-name` - The name of the service.
|
15865
15868
|
#
|
15866
|
-
# * `
|
15869
|
+
# * `service-id` - The ID of the service.
|
15867
15870
|
#
|
15868
|
-
# * `
|
15869
|
-
# \| `
|
15871
|
+
# * `service-state` - The state of the service (`Pending` \| `Available`
|
15872
|
+
# \| `Deleting` \| `Deleted` \| `Failed`).
|
15870
15873
|
#
|
15871
15874
|
# @option params [Integer] :max_results
|
15872
15875
|
# The maximum number of results to return for the request in a single
|
@@ -20875,6 +20878,8 @@ module Aws::EC2
|
|
20875
20878
|
# network ACL. For more information about network ACLs, see [Network
|
20876
20879
|
# ACLs][1] in the *Amazon Virtual Private Cloud User Guide*.
|
20877
20880
|
#
|
20881
|
+
# This is an idempotent operation.
|
20882
|
+
#
|
20878
20883
|
#
|
20879
20884
|
#
|
20880
20885
|
# [1]: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
|
@@ -23730,7 +23735,7 @@ module Aws::EC2
|
|
23730
23735
|
params: params,
|
23731
23736
|
config: config)
|
23732
23737
|
context[:gem_name] = 'aws-sdk-ec2'
|
23733
|
-
context[:gem_version] = '1.
|
23738
|
+
context[:gem_version] = '1.23.0'
|
23734
23739
|
Seahorse::Client::Request.new(handlers, context)
|
23735
23740
|
end
|
23736
23741
|
|
@@ -1189,6 +1189,7 @@ module Aws::EC2
|
|
1189
1189
|
Address.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
1190
1190
|
Address.add_member(:network_interface_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceOwnerId"))
|
1191
1191
|
Address.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
1192
|
+
Address.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1192
1193
|
Address.struct_class = Types::Address
|
1193
1194
|
|
1194
1195
|
AddressList.member = Shapes::ShapeRef.new(shape: Address, location_name: "item")
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -250,6 +250,10 @@ module Aws::EC2
|
|
250
250
|
# The private IP address associated with the Elastic IP address.
|
251
251
|
# @return [String]
|
252
252
|
#
|
253
|
+
# @!attribute [rw] tags
|
254
|
+
# Any tags assigned to the Elastic IP address.
|
255
|
+
# @return [Array<Types::Tag>]
|
256
|
+
#
|
253
257
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Address AWS API Documentation
|
254
258
|
#
|
255
259
|
class Address < Struct.new(
|
@@ -260,7 +264,8 @@ module Aws::EC2
|
|
260
264
|
:domain,
|
261
265
|
:network_interface_id,
|
262
266
|
:network_interface_owner_id,
|
263
|
-
:private_ip_address
|
267
|
+
:private_ip_address,
|
268
|
+
:tags)
|
264
269
|
include Aws::Structure
|
265
270
|
end
|
266
271
|
|
@@ -12569,16 +12574,16 @@ module Aws::EC2
|
|
12569
12574
|
# @!attribute [rw] filters
|
12570
12575
|
# One or more filters.
|
12571
12576
|
#
|
12572
|
-
# * `
|
12577
|
+
# * `service-id` - The ID of the service.
|
12578
|
+
#
|
12579
|
+
# * `vpc-endpoint-owner` - The AWS account number of the owner of the
|
12573
12580
|
# endpoint.
|
12574
12581
|
#
|
12575
|
-
# * `endpoint-
|
12576
|
-
# (`
|
12577
|
-
# `
|
12582
|
+
# * `vpc-endpoint-state` - The state of the endpoint
|
12583
|
+
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
12584
|
+
# `deleted` \| `rejected` \| `failed`).
|
12578
12585
|
#
|
12579
12586
|
# * `vpc-endpoint-id` - The ID of the endpoint.
|
12580
|
-
#
|
12581
|
-
# * `vpc-endpoint-service-id` - The ID of the service.
|
12582
12587
|
# @return [Array<Types::Filter>]
|
12583
12588
|
#
|
12584
12589
|
# @!attribute [rw] max_results
|
@@ -12650,12 +12655,12 @@ module Aws::EC2
|
|
12650
12655
|
# @!attribute [rw] filters
|
12651
12656
|
# One or more filters.
|
12652
12657
|
#
|
12653
|
-
# * `service-name` - The
|
12658
|
+
# * `service-name` - The name of the service.
|
12654
12659
|
#
|
12655
|
-
# * `
|
12660
|
+
# * `service-id` - The ID of the service.
|
12656
12661
|
#
|
12657
|
-
# * `
|
12658
|
-
#
|
12662
|
+
# * `service-state` - The state of the service (`Pending` \|
|
12663
|
+
# `Available` \| `Deleting` \| `Deleted` \| `Failed`).
|
12659
12664
|
# @return [Array<Types::Filter>]
|
12660
12665
|
#
|
12661
12666
|
# @!attribute [rw] max_results
|
@@ -17862,11 +17867,12 @@ module Aws::EC2
|
|
17862
17867
|
# @return [Array<Types::Ipv6Range>]
|
17863
17868
|
#
|
17864
17869
|
# @!attribute [rw] prefix_list_ids
|
17865
|
-
# (
|
17866
|
-
# and DescribeSecurityGroups only) One or
|
17867
|
-
# AWS service. In an
|
17868
|
-
#
|
17869
|
-
#
|
17870
|
+
# (EC2-VPC only; valid for AuthorizeSecurityGroupEgress,
|
17871
|
+
# RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or
|
17872
|
+
# more prefix list IDs for an AWS service. In an
|
17873
|
+
# AuthorizeSecurityGroupEgress request, this is the AWS service that
|
17874
|
+
# you want to access through a VPC endpoint from instances associated
|
17875
|
+
# with the security group.
|
17870
17876
|
# @return [Array<Types::PrefixListId>]
|
17871
17877
|
#
|
17872
17878
|
# @!attribute [rw] to_port
|
@@ -21712,7 +21718,7 @@ module Aws::EC2
|
|
21712
21718
|
include Aws::Structure
|
21713
21719
|
end
|
21714
21720
|
|
21715
|
-
# The ID of the prefix.
|
21721
|
+
# \[EC2-VPC only\] The ID of the prefix.
|
21716
21722
|
#
|
21717
21723
|
# @note When making an API call, you may pass PrefixListId
|
21718
21724
|
# data as a hash:
|
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.23.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: 2017-12-
|
11
|
+
date: 2017-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|