aws-sdk-ec2 1.276.0 → 1.277.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a904d5bae6d51f4414091b09760d85ebc510835fe2a19a02647f5cf8427351f
4
- data.tar.gz: a4400f1b6e422a5d72b48dff40f41b9b3c61d29cc26bc519c2a2d2317ec8c91e
3
+ metadata.gz: f2b29a19432848b5ec247ed1057bbfa241ffc66ac23530f306095961505cb632
4
+ data.tar.gz: 01d26b08dab3fc5a44c824bfff6074755e9ba8ef1ac284c81dd55779a67a1515
5
5
  SHA512:
6
- metadata.gz: 5a29e928cb1ea6a5c1c1a0433c8ad6e7726a5981a5bbb486595bb7f90788fb844a15aaea138f42733d9b90e6b39f804dc44abd2b74bb95a50fbdc11f547be517
7
- data.tar.gz: 60b0e17d3166fe0b0220762d22d4e2c3de92056ecfe2045e71b1af046b9119120e05b5fb449a23db7cb35b3d181451e111a0ac289cce3c3db3caa899420f17f1
6
+ metadata.gz: 51ebce17b896d60cc90ba451294efe7cf9aaca656bcec42170e45d41665eabadf08c306e054997c623dc697fda01e08964cb06e195b996135dee2c3ea7e3a7eb
7
+ data.tar.gz: d349466d525c41fdf94d5e15c4346f013cf70b328934d8ea5dfb0d1aa22755dc90dc133e5e25089b61411e26a1b99e45d179df32a6dbf217f1e7e512e3361faa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.277.0 (2021-11-05)
5
+ ------------------
6
+
7
+ * Feature - DescribeInstances now returns customer-owned IP addresses for instances running on an AWS Outpost.
8
+
4
9
  1.276.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.276.0
1
+ 1.277.0
@@ -20645,6 +20645,7 @@ module Aws::EC2
20645
20645
  # resp.reservations[0].instances[0].elastic_inference_accelerator_associations[0].elastic_inference_accelerator_association_time #=> Time
20646
20646
  # resp.reservations[0].instances[0].network_interfaces #=> Array
20647
20647
  # resp.reservations[0].instances[0].network_interfaces[0].association.carrier_ip #=> String
20648
+ # resp.reservations[0].instances[0].network_interfaces[0].association.customer_owned_ip #=> String
20648
20649
  # resp.reservations[0].instances[0].network_interfaces[0].association.ip_owner_id #=> String
20649
20650
  # resp.reservations[0].instances[0].network_interfaces[0].association.public_dns_name #=> String
20650
20651
  # resp.reservations[0].instances[0].network_interfaces[0].association.public_ip #=> String
@@ -20667,6 +20668,7 @@ module Aws::EC2
20667
20668
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_address #=> String
20668
20669
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses #=> Array
20669
20670
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses[0].association.carrier_ip #=> String
20671
+ # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses[0].association.customer_owned_ip #=> String
20670
20672
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses[0].association.ip_owner_id #=> String
20671
20673
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses[0].association.public_dns_name #=> String
20672
20674
  # resp.reservations[0].instances[0].network_interfaces[0].private_ip_addresses[0].association.public_ip #=> String
@@ -43424,6 +43426,7 @@ module Aws::EC2
43424
43426
  # resp.instances[0].elastic_inference_accelerator_associations[0].elastic_inference_accelerator_association_time #=> Time
43425
43427
  # resp.instances[0].network_interfaces #=> Array
43426
43428
  # resp.instances[0].network_interfaces[0].association.carrier_ip #=> String
43429
+ # resp.instances[0].network_interfaces[0].association.customer_owned_ip #=> String
43427
43430
  # resp.instances[0].network_interfaces[0].association.ip_owner_id #=> String
43428
43431
  # resp.instances[0].network_interfaces[0].association.public_dns_name #=> String
43429
43432
  # resp.instances[0].network_interfaces[0].association.public_ip #=> String
@@ -43446,6 +43449,7 @@ module Aws::EC2
43446
43449
  # resp.instances[0].network_interfaces[0].private_ip_address #=> String
43447
43450
  # resp.instances[0].network_interfaces[0].private_ip_addresses #=> Array
43448
43451
  # resp.instances[0].network_interfaces[0].private_ip_addresses[0].association.carrier_ip #=> String
43452
+ # resp.instances[0].network_interfaces[0].private_ip_addresses[0].association.customer_owned_ip #=> String
43449
43453
  # resp.instances[0].network_interfaces[0].private_ip_addresses[0].association.ip_owner_id #=> String
43450
43454
  # resp.instances[0].network_interfaces[0].private_ip_addresses[0].association.public_dns_name #=> String
43451
43455
  # resp.instances[0].network_interfaces[0].private_ip_addresses[0].association.public_ip #=> String
@@ -45224,7 +45228,7 @@ module Aws::EC2
45224
45228
  params: params,
45225
45229
  config: config)
45226
45230
  context[:gem_name] = 'aws-sdk-ec2'
45227
- context[:gem_version] = '1.276.0'
45231
+ context[:gem_version] = '1.277.0'
45228
45232
  Seahorse::Client::Request.new(handlers, context)
45229
45233
  end
45230
45234
 
@@ -7844,6 +7844,7 @@ module Aws::EC2
7844
7844
  InstanceNetworkInterface.struct_class = Types::InstanceNetworkInterface
7845
7845
 
7846
7846
  InstanceNetworkInterfaceAssociation.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
7847
+ InstanceNetworkInterfaceAssociation.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
7847
7848
  InstanceNetworkInterfaceAssociation.add_member(:ip_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ipOwnerId"))
7848
7849
  InstanceNetworkInterfaceAssociation.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicDnsName"))
7849
7850
  InstanceNetworkInterfaceAssociation.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
@@ -40,6 +40,12 @@ module Aws::EC2
40
40
  data[:carrier_ip]
41
41
  end
42
42
 
43
+ # The customer-owned IP address associated with the network interface.
44
+ # @return [String]
45
+ def customer_owned_ip
46
+ data[:customer_owned_ip]
47
+ end
48
+
43
49
  # The ID of the owner of the Elastic IP address.
44
50
  # @return [String]
45
51
  def ip_owner_id
@@ -37332,6 +37332,10 @@ module Aws::EC2
37332
37332
  # The carrier IP address associated with the network interface.
37333
37333
  # @return [String]
37334
37334
  #
37335
+ # @!attribute [rw] customer_owned_ip
37336
+ # The customer-owned IP address associated with the network interface.
37337
+ # @return [String]
37338
+ #
37335
37339
  # @!attribute [rw] ip_owner_id
37336
37340
  # The ID of the owner of the Elastic IP address.
37337
37341
  # @return [String]
@@ -37349,6 +37353,7 @@ module Aws::EC2
37349
37353
  #
37350
37354
  class InstanceNetworkInterfaceAssociation < Struct.new(
37351
37355
  :carrier_ip,
37356
+ :customer_owned_ip,
37352
37357
  :ip_owner_id,
37353
37358
  :public_dns_name,
37354
37359
  :public_ip)
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.276.0'
75
+ GEM_VERSION = '1.277.0'
76
76
 
77
77
  end
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.276.0
4
+ version: 1.277.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4