aws-sdk-ec2 1.22.0 → 1.23.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c0c1d2e8c2f3f1e7a72a7e9f892cec3bef3ee52
4
- data.tar.gz: 3baba2a8d9224abfb4ba8f823090e69fac521726
3
+ metadata.gz: 908dfde085c5af4b7b9ae2fc66219484622ffcd3
4
+ data.tar.gz: 314cb8498a15d9cd407316202d7b8654c1446eb0
5
5
  SHA512:
6
- metadata.gz: cdd68f2d3cb26292e31e09d4b1a45e718bd2a40f3e01e8ed26f168a91c40c080eaba49ec253d132b33b9e0397b46785b4aaadd2e9df4e5f37b70a6281908eee7
7
- data.tar.gz: 62996f9927b7b10adbcabd34cf36ff4085651e8ae94966b8059a10df18640c39c599bcc1ad10230d5aae67ecb8e725832422ada7bb1d89b31b648248153667b5
6
+ metadata.gz: 7c734c9297ab6d0232b86ffe741f380e5ee77b1c3bca6bf2e7566013da721bc94637fd225faeeda320b3078aa9da6949b2ef53762d99e0315f1eef4269206554
7
+ data.tar.gz: 7212774c1d71f04f986ed35e8ad711dadde4216a0699e28d93682c5bd8206334d78d3b9fe9270ef2666373ce4b0fef7beb13241af1e9c48a29c38dae2e134572
data/lib/aws-sdk-ec2.rb CHANGED
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.22.0'
68
+ GEM_VERSION = '1.23.0'
69
69
 
70
70
  end
@@ -75,6 +75,12 @@ module Aws::EC2
75
75
  data[:private_ip_address]
76
76
  end
77
77
 
78
+ # Any tags assigned to the Elastic IP address.
79
+ # @return [Array<Types::Tag>]
80
+ def tags
81
+ data[:tags]
82
+ end
83
+
78
84
  # @!endgroup
79
85
 
80
86
  # @return [Client]
@@ -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
- # * `customer-account-id` - The AWS account number of the owner of the
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-connection-state` - The state of the endpoint
15794
- # (`PendingAcceptance` \| `Pending` \| `Available` \| `Deleting` \|
15795
- # `Deleted` \| `Rejected` \| `Failed`).
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 ARN of the service.
15867
+ # * `service-name` - The name of the service.
15865
15868
  #
15866
- # * `vpc-endpoint-service-id` - The ID of the service.
15869
+ # * `service-id` - The ID of the service.
15867
15870
  #
15868
- # * `vpc-endpoint-service-state` - The state of the service (`Pending`
15869
- # \| `Available` \| `Deleting` \| `Deleted` \| `Failed`).
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.22.0'
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")
@@ -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
- # * `customer-account-id` - The AWS account number of the owner of the
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-connection-state` - The state of the endpoint
12576
- # (`PendingAcceptance` \| `Pending` \| `Available` \| `Deleting` \|
12577
- # `Deleted` \| `Rejected` \| `Failed`).
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 ARN of the service.
12658
+ # * `service-name` - The name of the service.
12654
12659
  #
12655
- # * `vpc-endpoint-service-id` - The ID of the service.
12660
+ # * `service-id` - The ID of the service.
12656
12661
  #
12657
- # * `vpc-endpoint-service-state` - The state of the service (`Pending`
12658
- # \| `Available` \| `Deleting` \| `Deleted` \| `Failed`).
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
- # (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress
17866
- # and DescribeSecurityGroups only) One or more prefix list IDs for an
17867
- # AWS service. In an AuthorizeSecurityGroupEgress request, this is the
17868
- # AWS service that you want to access through a VPC endpoint from
17869
- # instances associated with the security group.
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:
@@ -74,6 +74,12 @@ module Aws::EC2
74
74
  data[:private_ip_address]
75
75
  end
76
76
 
77
+ # Any tags assigned to the Elastic IP address.
78
+ # @return [Array<Types::Tag>]
79
+ def tags
80
+ data[:tags]
81
+ end
82
+
77
83
  # @!endgroup
78
84
 
79
85
  # @return [Client]
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.22.0
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-19 00:00:00.000000000 Z
11
+ date: 2017-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4