aws-sdk-ec2 1.114.0 → 1.115.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -257,7 +257,7 @@ module Aws::EC2
257
257
  #
258
258
  # volume.attach_to_instance({
259
259
  # device: "String", # required
260
- # instance_id: "String", # required
260
+ # instance_id: "InstanceId", # required
261
261
  # dry_run: false,
262
262
  # })
263
263
  # @param [Hash] options ({})
@@ -472,7 +472,7 @@ module Aws::EC2
472
472
  # volume.detach_from_instance({
473
473
  # device: "String",
474
474
  # force: false,
475
- # instance_id: "String",
475
+ # instance_id: "InstanceId",
476
476
  # dry_run: false,
477
477
  # })
478
478
  # @param [Hash] options ({})
@@ -269,7 +269,7 @@ module Aws::EC2
269
269
  # @example Request syntax with placeholder values
270
270
  #
271
271
  # vpc.associate_dhcp_options({
272
- # dhcp_options_id: "String", # required
272
+ # dhcp_options_id: "DhcpOptionsId", # required
273
273
  # dry_run: false,
274
274
  # })
275
275
  # @param [Hash] options ({})
@@ -293,7 +293,7 @@ module Aws::EC2
293
293
  # vpc.attach_classic_link_instance({
294
294
  # dry_run: false,
295
295
  # groups: ["String"], # required
296
- # instance_id: "String", # required
296
+ # instance_id: "InstanceId", # required
297
297
  # })
298
298
  # @param [Hash] options ({})
299
299
  # @option options [Boolean] :dry_run
@@ -318,7 +318,7 @@ module Aws::EC2
318
318
  #
319
319
  # vpc.attach_internet_gateway({
320
320
  # dry_run: false,
321
- # internet_gateway_id: "String", # required
321
+ # internet_gateway_id: "InternetGatewayId", # required
322
322
  # })
323
323
  # @param [Hash] options ({})
324
324
  # @option options [Boolean] :dry_run
@@ -540,7 +540,7 @@ module Aws::EC2
540
540
  #
541
541
  # vpc.detach_classic_link_instance({
542
542
  # dry_run: false,
543
- # instance_id: "String", # required
543
+ # instance_id: "InstanceId", # required
544
544
  # })
545
545
  # @param [Hash] options ({})
546
546
  # @option options [Boolean] :dry_run
@@ -561,7 +561,7 @@ module Aws::EC2
561
561
  #
562
562
  # vpc.detach_internet_gateway({
563
563
  # dry_run: false,
564
- # internet_gateway_id: "String", # required
564
+ # internet_gateway_id: "InternetGatewayId", # required
565
565
  # })
566
566
  # @param [Hash] options ({})
567
567
  # @option options [Boolean] :dry_run
@@ -221,11 +221,11 @@ module Aws::EC2
221
221
  # @example Request syntax with placeholder values
222
222
  #
223
223
  # vpc_address.associate({
224
- # instance_id: "String",
224
+ # instance_id: "InstanceId",
225
225
  # public_ip: "String",
226
226
  # allow_reassociation: false,
227
227
  # dry_run: false,
228
- # network_interface_id: "String",
228
+ # network_interface_id: "NetworkInterfaceId",
229
229
  # private_ip_address: "String",
230
230
  # })
231
231
  # @param [Hash] options ({})
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.114.0
4
+ version: 1.115.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: 2019-10-24 00:00:00.000000000 Z
11
+ date: 2019-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4