aws-sdk-ec2 1.258.0 → 1.259.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
  SHA256:
3
- metadata.gz: fc9bf015059c7c4a04b76d072672a81e06f3cd9322921522e66ddb122efb9201
4
- data.tar.gz: aa17c667d1530ebd14d4b064fc9f6b8e9e715d5e4e0c0a01d0147fe9137b81d2
3
+ metadata.gz: 14eb615cc2c99958593a28c362a6ff68268af21c85270eef80d35a8aa35e2f3b
4
+ data.tar.gz: 72d49c753bcd0c23ec8e543d88c3f0a546170ed29dd5e7add142e630385b6b04
5
5
  SHA512:
6
- metadata.gz: 258908a746bd92a1a0de73661fd23e5dd82bde82d0c1659c50c23558f090586b2d6160d5828f821342f61a6fe4d632976ee010a2c2a87dad9e1b03c0ade1b68d
7
- data.tar.gz: 9ea89888ba463936c4b36bfe4d857b084d2efa97dd0ad9f3bc7b9d8d6231699f01b2eb7cc213d14a79bee33491d300dfa87f6f968873c5866e08aaa07463c9a3
6
+ metadata.gz: c1ce36b1cfc890ea591fb9186df3f0b1fe1aa8b71cc4acd83c07a1f45519375423b4ca99186463c2a610202eaf4ba6ff43642ee397ed7fb63e6bd46398cd5253
7
+ data.tar.gz: 59c2d23ad3d07928fc7ca2acb2ae968f5a9e1bdbd82b634c34b1201af1c0dfe004b7508c04372fdb5d3d710a44e119274213601a570a36dfaec3f0fdc8a22fd6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.259.0 (2021-08-26)
5
+ ------------------
6
+
7
+ * Feature - Support added for resizing VPC prefix lists
8
+
4
9
  1.258.0 (2021-08-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.258.0
1
+ 1.259.0
@@ -9885,12 +9885,12 @@ module Aws::EC2
9885
9885
  # you can use to establish a connection between a transit gateway and an
9886
9886
  # appliance.
9887
9887
  #
9888
- # A Connect attachment uses an existing VPC or AWS Direct Connect
9889
- # attachment as the underlying transport mechanism.
9888
+ # A Connect attachment uses an existing VPC or Amazon Web Services
9889
+ # Direct Connect attachment as the underlying transport mechanism.
9890
9890
  #
9891
9891
  # @option params [required, String] :transport_transit_gateway_attachment_id
9892
9892
  # The ID of the transit gateway attachment. You can specify a VPC
9893
- # attachment or a AWS Direct Connect attachment.
9893
+ # attachment or Amazon Web Services Direct Connect attachment.
9894
9894
  #
9895
9895
  # @option params [required, Types::CreateTransitGatewayConnectRequestOptions] :options
9896
9896
  # The Connect attachment options.
@@ -10132,7 +10132,8 @@ module Aws::EC2
10132
10132
  # Requests a transit gateway peering attachment between the specified
10133
10133
  # transit gateway (requester) and a peer transit gateway (accepter). The
10134
10134
  # transit gateways must be in different Regions. The peer transit
10135
- # gateway can be in your account or a different AWS account.
10135
+ # gateway can be in your account or a different Amazon Web Services
10136
+ # account.
10136
10137
  #
10137
10138
  # After you create the peering attachment, the owner of the accepter
10138
10139
  # transit gateway must accept the attachment request.
@@ -10145,7 +10146,8 @@ module Aws::EC2
10145
10146
  # attachment.
10146
10147
  #
10147
10148
  # @option params [required, String] :peer_account_id
10148
- # The AWS account ID of the owner of the peer transit gateway.
10149
+ # The ID of the Amazon Web Services account that owns the peer transit
10150
+ # gateway.
10149
10151
  #
10150
10152
  # @option params [required, String] :peer_region
10151
10153
  # The Region where the peer transit gateway is located.
@@ -26594,8 +26596,8 @@ module Aws::EC2
26594
26596
  #
26595
26597
  # * `resource-id` - The ID of the resource.
26596
26598
  #
26597
- # * `resource-owner-id` - The ID of the AWS account that owns the
26598
- # resource.
26599
+ # * `resource-owner-id` - The ID of the Amazon Web Services account that
26600
+ # owns the resource.
26599
26601
  #
26600
26602
  # * `resource-type` - The resource type. Valid values are `vpc` \| `vpn`
26601
26603
  # \| `direct-connect-gateway` \| `peering` \| `connect`.
@@ -26609,8 +26611,8 @@ module Aws::EC2
26609
26611
  #
26610
26612
  # * `transit-gateway-id` - The ID of the transit gateway.
26611
26613
  #
26612
- # * `transit-gateway-owner-id` - The ID of the AWS account that owns the
26613
- # transit gateway.
26614
+ # * `transit-gateway-owner-id` - The ID of the Amazon Web Services
26615
+ # account that owns the transit gateway.
26614
26616
  #
26615
26617
  # @option params [Integer] :max_results
26616
26618
  # The maximum number of results to return with a single call. To
@@ -26928,10 +26930,10 @@ module Aws::EC2
26928
26930
  # * `transit-gateway-attachment-id` - The ID of the transit gateway
26929
26931
  # attachment.
26930
26932
  #
26931
- # * `local-owner-id` - The ID of your AWS account.
26933
+ # * `local-owner-id` - The ID of your Amazon Web Services account.
26932
26934
  #
26933
- # * `remote-owner-id` - The ID of the AWS account in the remote Region
26934
- # that owns the transit gateway.
26935
+ # * `remote-owner-id` - The ID of the Amazon Web Services account in the
26936
+ # remote Region that owns the transit gateway.
26935
26937
  #
26936
26938
  # * `state` - The state of the peering attachment. Valid values are
26937
26939
  # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
@@ -27219,8 +27221,8 @@ module Aws::EC2
27219
27221
  # * `options.vpn-ecmp-support` - Indicates whether Equal Cost Multipath
27220
27222
  # Protocol support is enabled (`enable` \| `disable`).
27221
27223
  #
27222
- # * `owner-id` - The ID of the AWS account that owns the transit
27223
- # gateway.
27224
+ # * `owner-id` - The ID of the Amazon Web Services account that owns the
27225
+ # transit gateway.
27224
27226
  #
27225
27227
  # * `state` - The state of the transit gateway (`available` \| `deleted`
27226
27228
  # \| `deleting` \| `modifying` \| `pending`).
@@ -30446,7 +30448,7 @@ module Aws::EC2
30446
30448
  # network interface.
30447
30449
  #
30448
30450
  # @option params [required, String] :association_id
30449
- # The ID ofthe association
30451
+ # The ID of the association
30450
30452
  #
30451
30453
  # @option params [String] :client_token
30452
30454
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -35416,6 +35418,11 @@ module Aws::EC2
35416
35418
  # @option params [Array<Types::RemovePrefixListEntry>] :remove_entries
35417
35419
  # One or more entries to remove from the prefix list.
35418
35420
  #
35421
+ # @option params [Integer] :max_entries
35422
+ # The maximum number of entries for the prefix list. You cannot modify
35423
+ # the entries of a prefix list and modify the size of a prefix list at
35424
+ # the same time.
35425
+ #
35419
35426
  # @return [Types::ModifyManagedPrefixListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
35420
35427
  #
35421
35428
  # * {Types::ModifyManagedPrefixListResult#prefix_list #prefix_list} => Types::ManagedPrefixList
@@ -35438,6 +35445,7 @@ module Aws::EC2
35438
35445
  # cidr: "String", # required
35439
35446
  # },
35440
35447
  # ],
35448
+ # max_entries: 1,
35441
35449
  # })
35442
35450
  #
35443
35451
  # @example Response structure
@@ -36440,10 +36448,6 @@ module Aws::EC2
36440
36448
  # @option params [Types::ModifyTransitGatewayVpcAttachmentRequestOptions] :options
36441
36449
  # The new VPC attachment options.
36442
36450
  #
36443
- # <note markdown="1"> You cannot modify the IPv6 options.
36444
- #
36445
- # </note>
36446
- #
36447
36451
  # @option params [Boolean] :dry_run
36448
36452
  # Checks whether you have the required permissions for the action,
36449
36453
  # without actually making the request, and provides an error response.
@@ -42195,9 +42199,6 @@ module Aws::EC2
42195
42199
  # * `source-type` - The source type. Valid values are `igmp` \|
42196
42200
  # `static`.
42197
42201
  #
42198
- # * `state` - The state of the subnet association. Valid values are
42199
- # `associated` \| `associated` \| `disassociated` \| `disassociating`.
42200
- #
42201
42202
  # * `subnet-id` - The ID of the subnet.
42202
42203
  #
42203
42204
  # * `transit-gateway-attachment-id` - The id of the transit gateway
@@ -43614,7 +43615,7 @@ module Aws::EC2
43614
43615
  params: params,
43615
43616
  config: config)
43616
43617
  context[:gem_name] = 'aws-sdk-ec2'
43617
- context[:gem_version] = '1.258.0'
43618
+ context[:gem_version] = '1.259.0'
43618
43619
  Seahorse::Client::Request.new(handlers, context)
43619
43620
  end
43620
43621
 
@@ -8461,6 +8461,7 @@ module Aws::EC2
8461
8461
  ModifyManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, location_name: "PrefixListName"))
8462
8462
  ModifyManagedPrefixListRequest.add_member(:add_entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "AddEntry"))
8463
8463
  ModifyManagedPrefixListRequest.add_member(:remove_entries, Shapes::ShapeRef.new(shape: RemovePrefixListEntries, location_name: "RemoveEntry"))
8464
+ ModifyManagedPrefixListRequest.add_member(:max_entries, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxEntries"))
8464
8465
  ModifyManagedPrefixListRequest.struct_class = Types::ModifyManagedPrefixListRequest
8465
8466
 
8466
8467
  ModifyManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
@@ -10514,7 +10514,7 @@ module Aws::EC2
10514
10514
  #
10515
10515
  # @!attribute [rw] transport_transit_gateway_attachment_id
10516
10516
  # The ID of the transit gateway attachment. You can specify a VPC
10517
- # attachment or a AWS Direct Connect attachment.
10517
+ # attachment or Amazon Web Services Direct Connect attachment.
10518
10518
  # @return [String]
10519
10519
  #
10520
10520
  # @!attribute [rw] options
@@ -10711,7 +10711,8 @@ module Aws::EC2
10711
10711
  # @return [String]
10712
10712
  #
10713
10713
  # @!attribute [rw] peer_account_id
10714
- # The AWS account ID of the owner of the peer transit gateway.
10714
+ # The ID of the Amazon Web Services account that owns the peer transit
10715
+ # gateway.
10715
10716
  # @return [String]
10716
10717
  #
10717
10718
  # @!attribute [rw] peer_region
@@ -24044,8 +24045,8 @@ module Aws::EC2
24044
24045
  #
24045
24046
  # * `resource-id` - The ID of the resource.
24046
24047
  #
24047
- # * `resource-owner-id` - The ID of the AWS account that owns the
24048
- # resource.
24048
+ # * `resource-owner-id` - The ID of the Amazon Web Services account
24049
+ # that owns the resource.
24049
24050
  #
24050
24051
  # * `resource-type` - The resource type. Valid values are `vpc` \|
24051
24052
  # `vpn` \| `direct-connect-gateway` \| `peering` \| `connect`.
@@ -24059,8 +24060,8 @@ module Aws::EC2
24059
24060
  #
24060
24061
  # * `transit-gateway-id` - The ID of the transit gateway.
24061
24062
  #
24062
- # * `transit-gateway-owner-id` - The ID of the AWS account that owns
24063
- # the transit gateway.
24063
+ # * `transit-gateway-owner-id` - The ID of the Amazon Web Services
24064
+ # account that owns the transit gateway.
24064
24065
  # @return [Array<Types::Filter>]
24065
24066
  #
24066
24067
  # @!attribute [rw] max_results
@@ -24379,10 +24380,10 @@ module Aws::EC2
24379
24380
  # * `transit-gateway-attachment-id` - The ID of the transit gateway
24380
24381
  # attachment.
24381
24382
  #
24382
- # * `local-owner-id` - The ID of your AWS account.
24383
+ # * `local-owner-id` - The ID of your Amazon Web Services account.
24383
24384
  #
24384
- # * `remote-owner-id` - The ID of the AWS account in the remote Region
24385
- # that owns the transit gateway.
24385
+ # * `remote-owner-id` - The ID of the Amazon Web Services account in
24386
+ # the remote Region that owns the transit gateway.
24386
24387
  #
24387
24388
  # * `state` - The state of the peering attachment. Valid values are
24388
24389
  # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
@@ -24668,8 +24669,8 @@ module Aws::EC2
24668
24669
  # * `options.vpn-ecmp-support` - Indicates whether Equal Cost
24669
24670
  # Multipath Protocol support is enabled (`enable` \| `disable`).
24670
24671
  #
24671
- # * `owner-id` - The ID of the AWS account that owns the transit
24672
- # gateway.
24672
+ # * `owner-id` - The ID of the Amazon Web Services account that owns
24673
+ # the transit gateway.
24673
24674
  #
24674
24675
  # * `state` - The state of the transit gateway (`available` \|
24675
24676
  # `deleted` \| `deleting` \| `modifying` \| `pending`).
@@ -27493,7 +27494,7 @@ module Aws::EC2
27493
27494
  # }
27494
27495
  #
27495
27496
  # @!attribute [rw] association_id
27496
- # The ID ofthe association
27497
+ # The ID of the association
27497
27498
  # @return [String]
27498
27499
  #
27499
27500
  # @!attribute [rw] client_token
@@ -40939,6 +40940,7 @@ module Aws::EC2
40939
40940
  # cidr: "String", # required
40940
40941
  # },
40941
40942
  # ],
40943
+ # max_entries: 1,
40942
40944
  # }
40943
40945
  #
40944
40946
  # @!attribute [rw] dry_run
@@ -40968,6 +40970,12 @@ module Aws::EC2
40968
40970
  # One or more entries to remove from the prefix list.
40969
40971
  # @return [Array<Types::RemovePrefixListEntry>]
40970
40972
  #
40973
+ # @!attribute [rw] max_entries
40974
+ # The maximum number of entries for the prefix list. You cannot modify
40975
+ # the entries of a prefix list and modify the size of a prefix list at
40976
+ # the same time.
40977
+ # @return [Integer]
40978
+ #
40971
40979
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyManagedPrefixListRequest AWS API Documentation
40972
40980
  #
40973
40981
  class ModifyManagedPrefixListRequest < Struct.new(
@@ -40976,7 +40984,8 @@ module Aws::EC2
40976
40984
  :current_version,
40977
40985
  :prefix_list_name,
40978
40986
  :add_entries,
40979
- :remove_entries)
40987
+ :remove_entries,
40988
+ :max_entries)
40980
40989
  SENSITIVE = []
40981
40990
  include Aws::Structure
40982
40991
  end
@@ -41897,10 +41906,6 @@ module Aws::EC2
41897
41906
  #
41898
41907
  # @!attribute [rw] options
41899
41908
  # The new VPC attachment options.
41900
- #
41901
- # <note markdown="1"> You cannot modify the IPv6 options.
41902
- #
41903
- # </note>
41904
41909
  # @return [Types::ModifyTransitGatewayVpcAttachmentRequestOptions]
41905
41910
  #
41906
41911
  # @!attribute [rw] dry_run
@@ -44438,7 +44443,8 @@ module Aws::EC2
44438
44443
  # @return [String]
44439
44444
  #
44440
44445
  # @!attribute [rw] owner_id
44441
- # The AWS account ID of the owner of the transit gateway.
44446
+ # The ID of the Amazon Web Services account that owns the transit
44447
+ # gateway.
44442
44448
  # @return [String]
44443
44449
  #
44444
44450
  # @!attribute [rw] region
@@ -51651,10 +51657,6 @@ module Aws::EC2
51651
51657
  # * `source-type` - The source type. Valid values are `igmp` \|
51652
51658
  # `static`.
51653
51659
  #
51654
- # * `state` - The state of the subnet association. Valid values are
51655
- # `associated` \| `associated` \| `disassociated` \|
51656
- # `disassociating`.
51657
- #
51658
51660
  # * `subnet-id` - The ID of the subnet.
51659
51661
  #
51660
51662
  # * `transit-gateway-attachment-id` - The id of the transit gateway
@@ -55705,7 +55707,8 @@ module Aws::EC2
55705
55707
  # @return [String]
55706
55708
  #
55707
55709
  # @!attribute [rw] owner_id
55708
- # The ID of the AWS account ID that owns the transit gateway.
55710
+ # The ID of the Amazon Web Services account that owns the transit
55711
+ # gateway.
55709
55712
  # @return [String]
55710
55713
  #
55711
55714
  # @!attribute [rw] description
@@ -55786,11 +55789,12 @@ module Aws::EC2
55786
55789
  # @return [String]
55787
55790
  #
55788
55791
  # @!attribute [rw] transit_gateway_owner_id
55789
- # The ID of the AWS account that owns the transit gateway.
55792
+ # The ID of the Amazon Web Services account that owns the transit
55793
+ # gateway.
55790
55794
  # @return [String]
55791
55795
  #
55792
55796
  # @!attribute [rw] resource_owner_id
55793
- # The ID of the AWS account that owns the resource.
55797
+ # The ID of the Amazon Web Services account that owns the resource.
55794
55798
  # @return [String]
55795
55799
  #
55796
55800
  # @!attribute [rw] resource_type
@@ -56126,8 +56130,8 @@ module Aws::EC2
56126
56130
  # @return [String]
56127
56131
  #
56128
56132
  # @!attribute [rw] owner_id
56129
- # The ID of the AWS account that owns the transit gateway multiicast
56130
- # domain.
56133
+ # The ID of the Amazon Web Services account that owns the transit
56134
+ # gateway multicast domain.
56131
56135
  # @return [String]
56132
56136
  #
56133
56137
  # @!attribute [rw] options
@@ -56177,8 +56181,8 @@ module Aws::EC2
56177
56181
  # @return [String]
56178
56182
  #
56179
56183
  # @!attribute [rw] resource_owner_id
56180
- # The ID of the AWS account that owns the transit gateway multicast
56181
- # domain association resource.
56184
+ # The ID of the Amazon Web Services account that owns the transit
56185
+ # gateway multicast domain association resource.
56182
56186
  # @return [String]
56183
56187
  #
56184
56188
  # @!attribute [rw] subnet
@@ -56216,7 +56220,7 @@ module Aws::EC2
56216
56220
  # @return [String]
56217
56221
  #
56218
56222
  # @!attribute [rw] resource_owner_id
56219
- # The ID of the AWS account that owns the resource.
56223
+ # The ID of the Amazon Web Services account that owns the resource.
56220
56224
  # @return [String]
56221
56225
  #
56222
56226
  # @!attribute [rw] subnets
@@ -56286,8 +56290,8 @@ module Aws::EC2
56286
56290
  # @return [String]
56287
56291
  #
56288
56292
  # @!attribute [rw] resource_owner_id
56289
- # The ID of the AWS account that owns the transit gateway multicast
56290
- # domain group resource.
56293
+ # The ID of the Amazon Web Services account that owns the transit
56294
+ # gateway multicast domain group resource.
56291
56295
  # @return [String]
56292
56296
  #
56293
56297
  # @!attribute [rw] network_interface_id
@@ -56839,7 +56843,7 @@ module Aws::EC2
56839
56843
  # @return [String]
56840
56844
  #
56841
56845
  # @!attribute [rw] vpc_owner_id
56842
- # The ID of the AWS account that owns the VPC.
56846
+ # The ID of the Amazon Web Services account that owns the VPC.
56843
56847
  # @return [String]
56844
56848
  #
56845
56849
  # @!attribute [rw] state
@@ -56936,7 +56940,7 @@ module Aws::EC2
56936
56940
  # @return [Integer]
56937
56941
  #
56938
56942
  # @!attribute [rw] tags
56939
- # The tags for the trunk interface associaton.
56943
+ # The tags for the trunk interface association.
56940
56944
  # @return [Array<Types::Tag>]
56941
56945
  #
56942
56946
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TrunkInterfaceAssociation AWS API Documentation
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.258.0'
75
+ GEM_VERSION = '1.259.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.258.0
4
+ version: 1.259.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-08-25 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4