aws-sdk-ec2 1.112.0 → 1.117.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.
@@ -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
@@ -846,9 +846,8 @@ module Aws::EC2
846
846
  # * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
847
847
  #
848
848
  # * `iam-instance-profile.arn` - The instance profile associated with
849
- # the instance. Specified as an ARN.
850
- #
851
- # * `image-id` - The ID of the image used to launch the instance.
849
+ # the instance. Specified as an ARN. `image-id` - The ID of the image
850
+ # used to launch the instance.
852
851
  #
853
852
  # * `instance-id` - The ID of the instance.
854
853
  #
@@ -885,6 +884,15 @@ module Aws::EC2
885
884
  #
886
885
  # * `launch-time` - The time when the instance was launched.
887
886
  #
887
+ # * `metadata-http-tokens` - The metadata request authorization state
888
+ # (`optional` \| `required`)
889
+ #
890
+ # * `metadata-http-put-response-hop-limit` - The http metadata request
891
+ # put response hop limit (integer, possible values `1` to `64`)
892
+ #
893
+ # * `metadata-http-endpoint` - Enable or disable metadata access on http
894
+ # endpoint (`enabled` \| `disabled`)
895
+ #
888
896
  # * `monitoring-state` - Indicates whether detailed monitoring is
889
897
  # enabled (`disabled` \| `enabled`).
890
898
  #
@@ -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.112.0
4
+ version: 1.117.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-10 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.61.1
36
+ version: 3.71.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.61.1
46
+ version: 3.71.0
47
47
  description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
48
48
  This gem is part of the AWS SDK for Ruby.
49
49
  email: