aws-sdk-ec2 1.617.0 → 1.618.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +570 -2284
- data/sig/dhcp_options.rbs +2 -2
- data/sig/image.rbs +4 -4
- data/sig/instance.rbs +10 -10
- data/sig/internet_gateway.rbs +2 -2
- data/sig/nat_gateway.rbs +2 -2
- data/sig/network_acl.rbs +2 -2
- data/sig/network_interface.rbs +2 -2
- data/sig/params.rbs +628 -0
- data/sig/placement_group.rbs +1 -1
- data/sig/resource.rbs +73 -73
- data/sig/route_table.rbs +2 -2
- data/sig/security_group.rbs +26 -26
- data/sig/snapshot.rbs +6 -6
- data/sig/subnet.rbs +25 -25
- data/sig/tag.rbs +1 -1
- data/sig/volume.rbs +6 -6
- data/sig/vpc.rbs +21 -21
- data/sig/waiters.rbs +39 -39
- metadata +2 -1
data/sig/vpc.rbs
CHANGED
|
@@ -106,9 +106,9 @@ module Aws
|
|
|
106
106
|
{
|
|
107
107
|
key: ::String?,
|
|
108
108
|
value: ::String?
|
|
109
|
-
}
|
|
109
|
+
}
|
|
110
110
|
]?
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
],
|
|
113
113
|
?client_token: ::String,
|
|
114
114
|
?dry_run: bool
|
|
@@ -124,9 +124,9 @@ module Aws
|
|
|
124
124
|
{
|
|
125
125
|
key: ::String?,
|
|
126
126
|
value: ::String?
|
|
127
|
-
}
|
|
127
|
+
}
|
|
128
128
|
]?
|
|
129
|
-
}
|
|
129
|
+
}
|
|
130
130
|
],
|
|
131
131
|
?client_token: ::String,
|
|
132
132
|
?dry_run: bool
|
|
@@ -144,9 +144,9 @@ module Aws
|
|
|
144
144
|
{
|
|
145
145
|
key: ::String?,
|
|
146
146
|
value: ::String?
|
|
147
|
-
}
|
|
147
|
+
}
|
|
148
148
|
]?
|
|
149
|
-
}
|
|
149
|
+
}
|
|
150
150
|
],
|
|
151
151
|
?dry_run: bool
|
|
152
152
|
) -> SecurityGroup
|
|
@@ -161,9 +161,9 @@ module Aws
|
|
|
161
161
|
{
|
|
162
162
|
key: ::String?,
|
|
163
163
|
value: ::String?
|
|
164
|
-
}
|
|
164
|
+
}
|
|
165
165
|
]?
|
|
166
|
-
}
|
|
166
|
+
}
|
|
167
167
|
],
|
|
168
168
|
?availability_zone: ::String,
|
|
169
169
|
?availability_zone_id: ::String,
|
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
{
|
|
187
187
|
key: ::String?,
|
|
188
188
|
value: ::String?
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
]
|
|
191
191
|
) -> Tag::Collection
|
|
192
192
|
| (?Hash[Symbol, untyped]) -> Tag::Collection
|
|
@@ -198,7 +198,7 @@ module Aws
|
|
|
198
198
|
{
|
|
199
199
|
key: ::String?,
|
|
200
200
|
value: ::String?
|
|
201
|
-
}
|
|
201
|
+
}
|
|
202
202
|
]
|
|
203
203
|
) -> Tag::Collection
|
|
204
204
|
| (?Hash[Symbol, untyped]) -> Tag::Collection
|
|
@@ -266,9 +266,9 @@ module Aws
|
|
|
266
266
|
{
|
|
267
267
|
key: ::String?,
|
|
268
268
|
value: ::String?
|
|
269
|
-
}
|
|
269
|
+
}
|
|
270
270
|
]?
|
|
271
|
-
}
|
|
271
|
+
}
|
|
272
272
|
],
|
|
273
273
|
?dry_run: bool,
|
|
274
274
|
?peer_vpc_id: ::String,
|
|
@@ -284,7 +284,7 @@ module Aws
|
|
|
284
284
|
{
|
|
285
285
|
name: ::String?,
|
|
286
286
|
values: Array[::String]?
|
|
287
|
-
}
|
|
287
|
+
}
|
|
288
288
|
]
|
|
289
289
|
) -> VpcPeeringConnection::Collection
|
|
290
290
|
| (?Hash[Symbol, untyped]) -> VpcPeeringConnection::Collection
|
|
@@ -301,7 +301,7 @@ module Aws
|
|
|
301
301
|
{
|
|
302
302
|
name: ::String?,
|
|
303
303
|
values: Array[::String]?
|
|
304
|
-
}
|
|
304
|
+
}
|
|
305
305
|
]
|
|
306
306
|
) -> Instance::Collection
|
|
307
307
|
| (?Hash[Symbol, untyped]) -> Instance::Collection
|
|
@@ -314,7 +314,7 @@ module Aws
|
|
|
314
314
|
{
|
|
315
315
|
name: ::String?,
|
|
316
316
|
values: Array[::String]?
|
|
317
|
-
}
|
|
317
|
+
}
|
|
318
318
|
]
|
|
319
319
|
) -> InternetGateway::Collection
|
|
320
320
|
| (?Hash[Symbol, untyped]) -> InternetGateway::Collection
|
|
@@ -327,7 +327,7 @@ module Aws
|
|
|
327
327
|
{
|
|
328
328
|
name: ::String?,
|
|
329
329
|
values: Array[::String]?
|
|
330
|
-
}
|
|
330
|
+
}
|
|
331
331
|
]
|
|
332
332
|
) -> NetworkAcl::Collection
|
|
333
333
|
| (?Hash[Symbol, untyped]) -> NetworkAcl::Collection
|
|
@@ -341,7 +341,7 @@ module Aws
|
|
|
341
341
|
{
|
|
342
342
|
name: ::String?,
|
|
343
343
|
values: Array[::String]?
|
|
344
|
-
}
|
|
344
|
+
}
|
|
345
345
|
]
|
|
346
346
|
) -> NetworkInterface::Collection
|
|
347
347
|
| (?Hash[Symbol, untyped]) -> NetworkInterface::Collection
|
|
@@ -354,7 +354,7 @@ module Aws
|
|
|
354
354
|
{
|
|
355
355
|
name: ::String?,
|
|
356
356
|
values: Array[::String]?
|
|
357
|
-
}
|
|
357
|
+
}
|
|
358
358
|
]
|
|
359
359
|
) -> VpcPeeringConnection::Collection
|
|
360
360
|
| (?Hash[Symbol, untyped]) -> VpcPeeringConnection::Collection
|
|
@@ -367,7 +367,7 @@ module Aws
|
|
|
367
367
|
{
|
|
368
368
|
name: ::String?,
|
|
369
369
|
values: Array[::String]?
|
|
370
|
-
}
|
|
370
|
+
}
|
|
371
371
|
]
|
|
372
372
|
) -> RouteTable::Collection
|
|
373
373
|
| (?Hash[Symbol, untyped]) -> RouteTable::Collection
|
|
@@ -381,7 +381,7 @@ module Aws
|
|
|
381
381
|
{
|
|
382
382
|
name: ::String?,
|
|
383
383
|
values: Array[::String]?
|
|
384
|
-
}
|
|
384
|
+
}
|
|
385
385
|
]
|
|
386
386
|
) -> SecurityGroup::Collection
|
|
387
387
|
| (?Hash[Symbol, untyped]) -> SecurityGroup::Collection
|
|
@@ -392,7 +392,7 @@ module Aws
|
|
|
392
392
|
{
|
|
393
393
|
name: ::String?,
|
|
394
394
|
values: Array[::String]?
|
|
395
|
-
}
|
|
395
|
+
}
|
|
396
396
|
],
|
|
397
397
|
?subnet_ids: Array[::String],
|
|
398
398
|
?dry_run: bool
|
data/sig/waiters.rbs
CHANGED
|
@@ -20,7 +20,7 @@ module Aws
|
|
|
20
20
|
{
|
|
21
21
|
name: ::String?,
|
|
22
22
|
values: Array[::String]?
|
|
23
|
-
}
|
|
23
|
+
}
|
|
24
24
|
]
|
|
25
25
|
) -> Client::_DescribeBundleTasksResponseSuccess
|
|
26
26
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeBundleTasksResponseSuccess
|
|
@@ -69,7 +69,7 @@ module Aws
|
|
|
69
69
|
{
|
|
70
70
|
name: ::String?,
|
|
71
71
|
values: Array[::String]?
|
|
72
|
-
}
|
|
72
|
+
}
|
|
73
73
|
],
|
|
74
74
|
?dry_run: bool
|
|
75
75
|
) -> Client::_DescribeCustomerGatewaysResponseSuccess
|
|
@@ -85,7 +85,7 @@ module Aws
|
|
|
85
85
|
{
|
|
86
86
|
name: ::String?,
|
|
87
87
|
values: Array[::String]?
|
|
88
|
-
}
|
|
88
|
+
}
|
|
89
89
|
],
|
|
90
90
|
?export_task_ids: Array[::String]
|
|
91
91
|
) -> Client::_DescribeExportTasksResponseSuccess
|
|
@@ -101,7 +101,7 @@ module Aws
|
|
|
101
101
|
{
|
|
102
102
|
name: ::String?,
|
|
103
103
|
values: Array[::String]?
|
|
104
|
-
}
|
|
104
|
+
}
|
|
105
105
|
],
|
|
106
106
|
?export_task_ids: Array[::String]
|
|
107
107
|
) -> Client::_DescribeExportTasksResponseSuccess
|
|
@@ -125,7 +125,7 @@ module Aws
|
|
|
125
125
|
{
|
|
126
126
|
name: ::String?,
|
|
127
127
|
values: Array[::String]?
|
|
128
|
-
}
|
|
128
|
+
}
|
|
129
129
|
]
|
|
130
130
|
) -> Client::_DescribeImagesResponseSuccess
|
|
131
131
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeImagesResponseSuccess
|
|
@@ -148,7 +148,7 @@ module Aws
|
|
|
148
148
|
{
|
|
149
149
|
name: ::String?,
|
|
150
150
|
values: Array[::String]?
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
]
|
|
153
153
|
) -> Client::_DescribeImagesResponseSuccess
|
|
154
154
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeImagesResponseSuccess
|
|
@@ -166,7 +166,7 @@ module Aws
|
|
|
166
166
|
{
|
|
167
167
|
name: ::String?,
|
|
168
168
|
values: Array[::String]?
|
|
169
|
-
}
|
|
169
|
+
}
|
|
170
170
|
],
|
|
171
171
|
?dry_run: bool,
|
|
172
172
|
?max_results: ::Integer
|
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
{
|
|
187
187
|
name: ::String?,
|
|
188
188
|
values: Array[::String]?
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
],
|
|
191
191
|
?next_token: ::String,
|
|
192
192
|
?max_results: ::Integer
|
|
@@ -206,7 +206,7 @@ module Aws
|
|
|
206
206
|
{
|
|
207
207
|
name: ::String?,
|
|
208
208
|
values: Array[::String]?
|
|
209
|
-
}
|
|
209
|
+
}
|
|
210
210
|
],
|
|
211
211
|
?next_token: ::String,
|
|
212
212
|
?max_results: ::Integer
|
|
@@ -228,7 +228,7 @@ module Aws
|
|
|
228
228
|
{
|
|
229
229
|
name: ::String?,
|
|
230
230
|
values: Array[::String]?
|
|
231
|
-
}
|
|
231
|
+
}
|
|
232
232
|
],
|
|
233
233
|
?include_all_instances: bool
|
|
234
234
|
) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
@@ -247,7 +247,7 @@ module Aws
|
|
|
247
247
|
{
|
|
248
248
|
name: ::String?,
|
|
249
249
|
values: Array[::String]?
|
|
250
|
-
}
|
|
250
|
+
}
|
|
251
251
|
],
|
|
252
252
|
?next_token: ::String,
|
|
253
253
|
?max_results: ::Integer
|
|
@@ -267,7 +267,7 @@ module Aws
|
|
|
267
267
|
{
|
|
268
268
|
name: ::String?,
|
|
269
269
|
values: Array[::String]?
|
|
270
|
-
}
|
|
270
|
+
}
|
|
271
271
|
],
|
|
272
272
|
?next_token: ::String,
|
|
273
273
|
?max_results: ::Integer
|
|
@@ -288,7 +288,7 @@ module Aws
|
|
|
288
288
|
{
|
|
289
289
|
name: ::String?,
|
|
290
290
|
values: Array[::String]?
|
|
291
|
-
}
|
|
291
|
+
}
|
|
292
292
|
]
|
|
293
293
|
) -> Client::_DescribeInternetGatewaysResponseSuccess
|
|
294
294
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeInternetGatewaysResponseSuccess
|
|
@@ -307,7 +307,7 @@ module Aws
|
|
|
307
307
|
{
|
|
308
308
|
name: ::String?,
|
|
309
309
|
values: Array[::String]?
|
|
310
|
-
}
|
|
310
|
+
}
|
|
311
311
|
]
|
|
312
312
|
) -> Client::_DescribeKeyPairsResponseSuccess
|
|
313
313
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeKeyPairsResponseSuccess
|
|
@@ -323,7 +323,7 @@ module Aws
|
|
|
323
323
|
{
|
|
324
324
|
name: ::String?,
|
|
325
325
|
values: Array[::String]?
|
|
326
|
-
}
|
|
326
|
+
}
|
|
327
327
|
],
|
|
328
328
|
?max_results: ::Integer,
|
|
329
329
|
?nat_gateway_ids: Array[::String],
|
|
@@ -342,7 +342,7 @@ module Aws
|
|
|
342
342
|
{
|
|
343
343
|
name: ::String?,
|
|
344
344
|
values: Array[::String]?
|
|
345
|
-
}
|
|
345
|
+
}
|
|
346
346
|
],
|
|
347
347
|
?max_results: ::Integer,
|
|
348
348
|
?nat_gateway_ids: Array[::String],
|
|
@@ -365,7 +365,7 @@ module Aws
|
|
|
365
365
|
{
|
|
366
366
|
name: ::String?,
|
|
367
367
|
values: Array[::String]?
|
|
368
|
-
}
|
|
368
|
+
}
|
|
369
369
|
]
|
|
370
370
|
) -> Client::_DescribeNetworkInterfacesResponseSuccess
|
|
371
371
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeNetworkInterfacesResponseSuccess
|
|
@@ -392,7 +392,7 @@ module Aws
|
|
|
392
392
|
{
|
|
393
393
|
name: ::String?,
|
|
394
394
|
values: Array[::String]?
|
|
395
|
-
}
|
|
395
|
+
}
|
|
396
396
|
],
|
|
397
397
|
?max_results: ::Integer,
|
|
398
398
|
?next_token: ::String,
|
|
@@ -411,7 +411,7 @@ module Aws
|
|
|
411
411
|
{
|
|
412
412
|
name: ::String?,
|
|
413
413
|
values: Array[::String]?
|
|
414
|
-
}
|
|
414
|
+
}
|
|
415
415
|
],
|
|
416
416
|
?max_results: ::Integer,
|
|
417
417
|
?next_token: ::String,
|
|
@@ -430,7 +430,7 @@ module Aws
|
|
|
430
430
|
{
|
|
431
431
|
name: ::String?,
|
|
432
432
|
values: Array[::String]?
|
|
433
|
-
}
|
|
433
|
+
}
|
|
434
434
|
],
|
|
435
435
|
?max_results: ::Integer,
|
|
436
436
|
?next_token: ::String,
|
|
@@ -449,7 +449,7 @@ module Aws
|
|
|
449
449
|
{
|
|
450
450
|
name: ::String?,
|
|
451
451
|
values: Array[::String]?
|
|
452
|
-
}
|
|
452
|
+
}
|
|
453
453
|
],
|
|
454
454
|
?max_results: ::Integer,
|
|
455
455
|
?next_token: ::String,
|
|
@@ -472,7 +472,7 @@ module Aws
|
|
|
472
472
|
{
|
|
473
473
|
name: ::String?,
|
|
474
474
|
values: Array[::String]?
|
|
475
|
-
}
|
|
475
|
+
}
|
|
476
476
|
]
|
|
477
477
|
) -> Client::_DescribeSecurityGroupsResponseSuccess
|
|
478
478
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeSecurityGroupsResponseSuccess
|
|
@@ -487,7 +487,7 @@ module Aws
|
|
|
487
487
|
{
|
|
488
488
|
name: ::String?,
|
|
489
489
|
values: Array[::String]?
|
|
490
|
-
}
|
|
490
|
+
}
|
|
491
491
|
],
|
|
492
492
|
?next_token: ::String,
|
|
493
493
|
?max_results: ::Integer,
|
|
@@ -505,7 +505,7 @@ module Aws
|
|
|
505
505
|
{
|
|
506
506
|
name: ::String?,
|
|
507
507
|
values: Array[::String]?
|
|
508
|
-
}
|
|
508
|
+
}
|
|
509
509
|
],
|
|
510
510
|
?next_token: ::String,
|
|
511
511
|
?max_results: ::Integer,
|
|
@@ -529,7 +529,7 @@ module Aws
|
|
|
529
529
|
{
|
|
530
530
|
name: ::String?,
|
|
531
531
|
values: Array[::String]?
|
|
532
|
-
}
|
|
532
|
+
}
|
|
533
533
|
]
|
|
534
534
|
) -> Client::_DescribeSnapshotsResponseSuccess
|
|
535
535
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeSnapshotsResponseSuccess
|
|
@@ -545,7 +545,7 @@ module Aws
|
|
|
545
545
|
{
|
|
546
546
|
name: ::String?,
|
|
547
547
|
values: Array[::String]?
|
|
548
|
-
}
|
|
548
|
+
}
|
|
549
549
|
],
|
|
550
550
|
?import_task_ids: Array[::String],
|
|
551
551
|
?max_results: ::Integer,
|
|
@@ -567,7 +567,7 @@ module Aws
|
|
|
567
567
|
{
|
|
568
568
|
name: ::String?,
|
|
569
569
|
values: Array[::String]?
|
|
570
|
-
}
|
|
570
|
+
}
|
|
571
571
|
]
|
|
572
572
|
) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
|
|
573
573
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeSpotInstanceRequestsResponseSuccess
|
|
@@ -584,7 +584,7 @@ module Aws
|
|
|
584
584
|
{
|
|
585
585
|
name: ::String?,
|
|
586
586
|
values: Array[::String]?
|
|
587
|
-
}
|
|
587
|
+
}
|
|
588
588
|
],
|
|
589
589
|
?next_token: ::String,
|
|
590
590
|
?max_results: ::Integer
|
|
@@ -601,7 +601,7 @@ module Aws
|
|
|
601
601
|
{
|
|
602
602
|
name: ::String?,
|
|
603
603
|
values: Array[::String]?
|
|
604
|
-
}
|
|
604
|
+
}
|
|
605
605
|
],
|
|
606
606
|
?subnet_ids: Array[::String],
|
|
607
607
|
?next_token: ::String,
|
|
@@ -625,7 +625,7 @@ module Aws
|
|
|
625
625
|
{
|
|
626
626
|
name: ::String?,
|
|
627
627
|
values: Array[::String]?
|
|
628
|
-
}
|
|
628
|
+
}
|
|
629
629
|
],
|
|
630
630
|
?include_all_instances: bool
|
|
631
631
|
) -> Client::_DescribeInstanceStatusResponseSuccess
|
|
@@ -644,7 +644,7 @@ module Aws
|
|
|
644
644
|
{
|
|
645
645
|
name: ::String?,
|
|
646
646
|
values: Array[::String]?
|
|
647
|
-
}
|
|
647
|
+
}
|
|
648
648
|
],
|
|
649
649
|
?next_token: ::String,
|
|
650
650
|
?max_results: ::Integer
|
|
@@ -664,7 +664,7 @@ module Aws
|
|
|
664
664
|
{
|
|
665
665
|
name: ::String?,
|
|
666
666
|
values: Array[::String]?
|
|
667
|
-
}
|
|
667
|
+
}
|
|
668
668
|
],
|
|
669
669
|
?next_token: ::String,
|
|
670
670
|
?max_results: ::Integer
|
|
@@ -684,7 +684,7 @@ module Aws
|
|
|
684
684
|
{
|
|
685
685
|
name: ::String?,
|
|
686
686
|
values: Array[::String]?
|
|
687
|
-
}
|
|
687
|
+
}
|
|
688
688
|
],
|
|
689
689
|
?next_token: ::String,
|
|
690
690
|
?max_results: ::Integer
|
|
@@ -701,7 +701,7 @@ module Aws
|
|
|
701
701
|
{
|
|
702
702
|
name: ::String?,
|
|
703
703
|
values: Array[::String]?
|
|
704
|
-
}
|
|
704
|
+
}
|
|
705
705
|
],
|
|
706
706
|
?vpc_ids: Array[::String],
|
|
707
707
|
?next_token: ::String,
|
|
@@ -720,7 +720,7 @@ module Aws
|
|
|
720
720
|
{
|
|
721
721
|
name: ::String?,
|
|
722
722
|
values: Array[::String]?
|
|
723
|
-
}
|
|
723
|
+
}
|
|
724
724
|
],
|
|
725
725
|
?vpc_ids: Array[::String],
|
|
726
726
|
?next_token: ::String,
|
|
@@ -743,7 +743,7 @@ module Aws
|
|
|
743
743
|
{
|
|
744
744
|
name: ::String?,
|
|
745
745
|
values: Array[::String]?
|
|
746
|
-
}
|
|
746
|
+
}
|
|
747
747
|
]
|
|
748
748
|
) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
749
749
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
@@ -762,7 +762,7 @@ module Aws
|
|
|
762
762
|
{
|
|
763
763
|
name: ::String?,
|
|
764
764
|
values: Array[::String]?
|
|
765
|
-
}
|
|
765
|
+
}
|
|
766
766
|
]
|
|
767
767
|
) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
768
768
|
| (?Hash[Symbol, untyped]) -> Client::_DescribeVpcPeeringConnectionsResponseSuccess
|
|
@@ -777,7 +777,7 @@ module Aws
|
|
|
777
777
|
{
|
|
778
778
|
name: ::String?,
|
|
779
779
|
values: Array[::String]?
|
|
780
|
-
}
|
|
780
|
+
}
|
|
781
781
|
],
|
|
782
782
|
?vpn_connection_ids: Array[::String],
|
|
783
783
|
?dry_run: bool
|
|
@@ -794,7 +794,7 @@ module Aws
|
|
|
794
794
|
{
|
|
795
795
|
name: ::String?,
|
|
796
796
|
values: Array[::String]?
|
|
797
|
-
}
|
|
797
|
+
}
|
|
798
798
|
],
|
|
799
799
|
?vpn_connection_ids: Array[::String],
|
|
800
800
|
?dry_run: bool
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.618.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- sig/network_acl.rbs
|
|
108
108
|
- sig/network_interface.rbs
|
|
109
109
|
- sig/network_interface_association.rbs
|
|
110
|
+
- sig/params.rbs
|
|
110
111
|
- sig/placement_group.rbs
|
|
111
112
|
- sig/resource.rbs
|
|
112
113
|
- sig/route.rbs
|