aws-sdk-ec2 1.282.0 → 1.283.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +6 -2
- data/lib/aws-sdk-ec2/dhcp_options.rb +2 -0
- data/lib/aws-sdk-ec2/image.rb +2 -0
- data/lib/aws-sdk-ec2/instance.rb +4 -0
- data/lib/aws-sdk-ec2/internet_gateway.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/resource.rb +2 -0
- data/lib/aws-sdk-ec2/route.rb +2 -0
- data/lib/aws-sdk-ec2/route_table.rb +3 -0
- data/lib/aws-sdk-ec2/security_group.rb +2 -0
- data/lib/aws-sdk-ec2/snapshot.rb +2 -0
- data/lib/aws-sdk-ec2/subnet.rb +2 -0
- data/lib/aws-sdk-ec2/tag.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +5 -0
- data/lib/aws-sdk-ec2/volume.rb +2 -0
- data/lib/aws-sdk-ec2/vpc.rb +2 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9065c77a4a927400a20ab9b9f219caa3a17521b4a22aafd623a22d91fca5b089
|
4
|
+
data.tar.gz: 87f77dc3d4c13b4e5052b506d89d3112b0649e02d4e7f133fbfd441bc04311a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d1e4b1c3c7538a1095ecf48f848e202806c033b162a06edc1ca45caa92b47f8a85e287e6823bcd02989126bf65b389521c2180d23daf4627b63048b30db3dde
|
7
|
+
data.tar.gz: 18edb53609e88c9b620f1044b9b5a1f23c5058d98c77a51151fb7309b9396482951076b7973e4ba6107b0ae10f251720c6c31df2214df0faab638fd6c64db63b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.283.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -2530,7 +2530,7 @@ module Aws::EC2
|
|
2530
2530
|
#
|
2531
2531
|
# An outbound rule permits instances to send traffic to the specified
|
2532
2532
|
# IPv4 or IPv6 CIDR address ranges, or to the instances that are
|
2533
|
-
# associated with the specified
|
2533
|
+
# associated with the specified source security groups.
|
2534
2534
|
#
|
2535
2535
|
# You specify a protocol for each rule (for example, TCP). For the TCP
|
2536
2536
|
# and UDP protocols, you must also specify the destination port or port
|
@@ -8794,6 +8794,7 @@ module Aws::EC2
|
|
8794
8794
|
# The ID of a VPC peering connection.
|
8795
8795
|
#
|
8796
8796
|
# @option params [String] :core_network_arn
|
8797
|
+
# The Amazon Resource Name (ARN) of the core network.
|
8797
8798
|
#
|
8798
8799
|
# @return [Types::CreateRouteResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8799
8800
|
#
|
@@ -13861,6 +13862,8 @@ module Aws::EC2
|
|
13861
13862
|
# specified resources. We do not delete Amazon Web Services-generated
|
13862
13863
|
# tags (tags that have the `aws:` prefix).
|
13863
13864
|
#
|
13865
|
+
# Constraints: Up to 1000 tags.
|
13866
|
+
#
|
13864
13867
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
13865
13868
|
#
|
13866
13869
|
#
|
@@ -40957,6 +40960,7 @@ module Aws::EC2
|
|
40957
40960
|
# The ID of a VPC peering connection.
|
40958
40961
|
#
|
40959
40962
|
# @option params [String] :core_network_arn
|
40963
|
+
# The Amazon Resource Name (ARN) of the core network.
|
40960
40964
|
#
|
40961
40965
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
40962
40966
|
#
|
@@ -45393,7 +45397,7 @@ module Aws::EC2
|
|
45393
45397
|
params: params,
|
45394
45398
|
config: config)
|
45395
45399
|
context[:gem_name] = 'aws-sdk-ec2'
|
45396
|
-
context[:gem_version] = '1.
|
45400
|
+
context[:gem_version] = '1.283.0'
|
45397
45401
|
Seahorse::Client::Request.new(handlers, context)
|
45398
45402
|
end
|
45399
45403
|
|
@@ -273,6 +273,8 @@ module Aws::EC2
|
|
273
273
|
# If you omit this parameter, we delete all user-defined tags for the
|
274
274
|
# specified resources. We do not delete Amazon Web Services-generated
|
275
275
|
# tags (tags that have the `aws:` prefix).
|
276
|
+
#
|
277
|
+
# Constraints: Up to 1000 tags.
|
276
278
|
# @return [Tag::Collection]
|
277
279
|
def delete_tags(options = {})
|
278
280
|
batch = []
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
@@ -463,6 +463,8 @@ module Aws::EC2
|
|
463
463
|
# If you omit this parameter, we delete all user-defined tags for the
|
464
464
|
# specified resources. We do not delete Amazon Web Services-generated
|
465
465
|
# tags (tags that have the `aws:` prefix).
|
466
|
+
#
|
467
|
+
# Constraints: Up to 1000 tags.
|
466
468
|
# @return [Tag::Collection]
|
467
469
|
def delete_tags(options = {})
|
468
470
|
batch = []
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -838,6 +838,8 @@ module Aws::EC2
|
|
838
838
|
# If you omit this parameter, we delete all user-defined tags for the
|
839
839
|
# specified resources. We do not delete Amazon Web Services-generated
|
840
840
|
# tags (tags that have the `aws:` prefix).
|
841
|
+
#
|
842
|
+
# Constraints: Up to 1000 tags.
|
841
843
|
# @return [Tag::Collection]
|
842
844
|
def delete_tags(options = {})
|
843
845
|
batch = []
|
@@ -1748,6 +1750,8 @@ module Aws::EC2
|
|
1748
1750
|
# If you omit this parameter, we delete all user-defined tags for the
|
1749
1751
|
# specified resources. We do not delete Amazon Web Services-generated
|
1750
1752
|
# tags (tags that have the `aws:` prefix).
|
1753
|
+
#
|
1754
|
+
# Constraints: Up to 1000 tags.
|
1751
1755
|
# @return [void]
|
1752
1756
|
def batch_delete_tags!(options = {})
|
1753
1757
|
batch_enum.each do |batch|
|
@@ -273,6 +273,8 @@ module Aws::EC2
|
|
273
273
|
# If you omit this parameter, we delete all user-defined tags for the
|
274
274
|
# specified resources. We do not delete Amazon Web Services-generated
|
275
275
|
# tags (tags that have the `aws:` prefix).
|
276
|
+
#
|
277
|
+
# Constraints: Up to 1000 tags.
|
276
278
|
# @return [Tag::Collection]
|
277
279
|
def delete_tags(options = {})
|
278
280
|
batch = []
|
@@ -347,6 +347,8 @@ module Aws::EC2
|
|
347
347
|
# If you omit this parameter, we delete all user-defined tags for the
|
348
348
|
# specified resources. We do not delete Amazon Web Services-generated
|
349
349
|
# tags (tags that have the `aws:` prefix).
|
350
|
+
#
|
351
|
+
# Constraints: Up to 1000 tags.
|
350
352
|
# @return [Tag::Collection]
|
351
353
|
def delete_tags(options = {})
|
352
354
|
batch = []
|
@@ -336,6 +336,8 @@ module Aws::EC2
|
|
336
336
|
# If you omit this parameter, we delete all user-defined tags for the
|
337
337
|
# specified resources. We do not delete Amazon Web Services-generated
|
338
338
|
# tags (tags that have the `aws:` prefix).
|
339
|
+
#
|
340
|
+
# Constraints: Up to 1000 tags.
|
339
341
|
# @return [Tag::Collection]
|
340
342
|
def delete_tags(options = {})
|
341
343
|
batch = []
|
@@ -454,6 +454,8 @@ module Aws::EC2
|
|
454
454
|
# If you omit this parameter, we delete all user-defined tags for the
|
455
455
|
# specified resources. We do not delete Amazon Web Services-generated
|
456
456
|
# tags (tags that have the `aws:` prefix).
|
457
|
+
#
|
458
|
+
# Constraints: Up to 1000 tags.
|
457
459
|
# @return [Tag::Collection]
|
458
460
|
def delete_tags(options = {})
|
459
461
|
batch = []
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1235,6 +1235,8 @@ module Aws::EC2
|
|
1235
1235
|
# If you omit this parameter, we delete all user-defined tags for the
|
1236
1236
|
# specified resources. We do not delete Amazon Web Services-generated
|
1237
1237
|
# tags (tags that have the `aws:` prefix).
|
1238
|
+
#
|
1239
|
+
# Constraints: Up to 1000 tags.
|
1238
1240
|
# @return [EmptyStructure]
|
1239
1241
|
def delete_tags(options = {})
|
1240
1242
|
resp = @client.delete_tags(options)
|
data/lib/aws-sdk-ec2/route.rb
CHANGED
@@ -137,6 +137,7 @@ module Aws::EC2
|
|
137
137
|
data[:vpc_peering_connection_id]
|
138
138
|
end
|
139
139
|
|
140
|
+
# The Amazon Resource Name (ARN) of the core network.
|
140
141
|
# @return [String]
|
141
142
|
def core_network_arn
|
142
143
|
data[:core_network_arn]
|
@@ -355,6 +356,7 @@ module Aws::EC2
|
|
355
356
|
# @option options [String] :vpc_peering_connection_id
|
356
357
|
# The ID of a VPC peering connection.
|
357
358
|
# @option options [String] :core_network_arn
|
359
|
+
# The Amazon Resource Name (ARN) of the core network.
|
358
360
|
# @return [EmptyStructure]
|
359
361
|
def replace(options = {})
|
360
362
|
options = options.merge(
|
@@ -283,6 +283,7 @@ module Aws::EC2
|
|
283
283
|
# @option options [String] :vpc_peering_connection_id
|
284
284
|
# The ID of a VPC peering connection.
|
285
285
|
# @option options [String] :core_network_arn
|
286
|
+
# The Amazon Resource Name (ARN) of the core network.
|
286
287
|
# @return [Route]
|
287
288
|
def create_route(options = {})
|
288
289
|
options = options.merge(route_table_id: @id)
|
@@ -358,6 +359,8 @@ module Aws::EC2
|
|
358
359
|
# If you omit this parameter, we delete all user-defined tags for the
|
359
360
|
# specified resources. We do not delete Amazon Web Services-generated
|
360
361
|
# tags (tags that have the `aws:` prefix).
|
362
|
+
#
|
363
|
+
# Constraints: Up to 1000 tags.
|
361
364
|
# @return [Tag::Collection]
|
362
365
|
def delete_tags(options = {})
|
363
366
|
batch = []
|
@@ -498,6 +498,8 @@ module Aws::EC2
|
|
498
498
|
# If you omit this parameter, we delete all user-defined tags for the
|
499
499
|
# specified resources. We do not delete Amazon Web Services-generated
|
500
500
|
# tags (tags that have the `aws:` prefix).
|
501
|
+
#
|
502
|
+
# Constraints: Up to 1000 tags.
|
501
503
|
# @return [Tag::Collection]
|
502
504
|
def delete_tags(options = {})
|
503
505
|
batch = []
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -477,6 +477,8 @@ module Aws::EC2
|
|
477
477
|
# If you omit this parameter, we delete all user-defined tags for the
|
478
478
|
# specified resources. We do not delete Amazon Web Services-generated
|
479
479
|
# tags (tags that have the `aws:` prefix).
|
480
|
+
#
|
481
|
+
# Constraints: Up to 1000 tags.
|
480
482
|
# @return [Tag::Collection]
|
481
483
|
def delete_tags(options = {})
|
482
484
|
batch = []
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -986,6 +986,8 @@ module Aws::EC2
|
|
986
986
|
# If you omit this parameter, we delete all user-defined tags for the
|
987
987
|
# specified resources. We do not delete Amazon Web Services-generated
|
988
988
|
# tags (tags that have the `aws:` prefix).
|
989
|
+
#
|
990
|
+
# Constraints: Up to 1000 tags.
|
989
991
|
# @return [Tag::Collection]
|
990
992
|
def delete_tags(options = {})
|
991
993
|
batch = []
|
data/lib/aws-sdk-ec2/tag.rb
CHANGED
@@ -226,6 +226,8 @@ module Aws::EC2
|
|
226
226
|
# If you omit this parameter, we delete all user-defined tags for the
|
227
227
|
# specified resources. We do not delete Amazon Web Services-generated
|
228
228
|
# tags (tags that have the `aws:` prefix).
|
229
|
+
#
|
230
|
+
# Constraints: Up to 1000 tags.
|
229
231
|
# @return [EmptyStructure]
|
230
232
|
def delete(options = {})
|
231
233
|
options = Aws::Util.deep_merge(options,
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -10050,6 +10050,7 @@ module Aws::EC2
|
|
10050
10050
|
# @return [String]
|
10051
10051
|
#
|
10052
10052
|
# @!attribute [rw] core_network_arn
|
10053
|
+
# The Amazon Resource Name (ARN) of the core network.
|
10053
10054
|
# @return [String]
|
10054
10055
|
#
|
10055
10056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateRouteRequest AWS API Documentation
|
@@ -14545,6 +14546,8 @@ module Aws::EC2
|
|
14545
14546
|
# If you omit this parameter, we delete all user-defined tags for the
|
14546
14547
|
# specified resources. We do not delete Amazon Web Services-generated
|
14547
14548
|
# tags (tags that have the `aws:` prefix).
|
14549
|
+
#
|
14550
|
+
# Constraints: Up to 1000 tags.
|
14548
14551
|
# @return [Array<Types::Tag>]
|
14549
14552
|
#
|
14550
14553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTagsRequest AWS API Documentation
|
@@ -50467,6 +50470,7 @@ module Aws::EC2
|
|
50467
50470
|
# @return [String]
|
50468
50471
|
#
|
50469
50472
|
# @!attribute [rw] core_network_arn
|
50473
|
+
# The Amazon Resource Name (ARN) of the core network.
|
50470
50474
|
# @return [String]
|
50471
50475
|
#
|
50472
50476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReplaceRouteRequest AWS API Documentation
|
@@ -53561,6 +53565,7 @@ module Aws::EC2
|
|
53561
53565
|
# @return [String]
|
53562
53566
|
#
|
53563
53567
|
# @!attribute [rw] core_network_arn
|
53568
|
+
# The Amazon Resource Name (ARN) of the core network.
|
53564
53569
|
# @return [String]
|
53565
53570
|
#
|
53566
53571
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Route AWS API Documentation
|
data/lib/aws-sdk-ec2/volume.rb
CHANGED
@@ -412,6 +412,8 @@ module Aws::EC2
|
|
412
412
|
# If you omit this parameter, we delete all user-defined tags for the
|
413
413
|
# specified resources. We do not delete Amazon Web Services-generated
|
414
414
|
# tags (tags that have the `aws:` prefix).
|
415
|
+
#
|
416
|
+
# Constraints: Up to 1000 tags.
|
415
417
|
# @return [Tag::Collection]
|
416
418
|
def delete_tags(options = {})
|
417
419
|
batch = []
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -607,6 +607,8 @@ module Aws::EC2
|
|
607
607
|
# If you omit this parameter, we delete all user-defined tags for the
|
608
608
|
# specified resources. We do not delete Amazon Web Services-generated
|
609
609
|
# tags (tags that have the `aws:` prefix).
|
610
|
+
#
|
611
|
+
# Constraints: Up to 1000 tags.
|
610
612
|
# @return [Tag::Collection]
|
611
613
|
def delete_tags(options = {})
|
612
614
|
batch = []
|
data/lib/aws-sdk-ec2.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.283.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-
|
11
|
+
date: 2021-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|