aws-sdk-ec2 1.0.0.rc12 → 1.0.0.rc13
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/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +17 -1
- data/lib/aws-sdk-ec2/client_api.rb +9 -0
- data/lib/aws-sdk-ec2/types.rb +83 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a28084415dd327302cfbbb9e20b1c2d25be8fbe0
|
4
|
+
data.tar.gz: ccaf5d60a5dc1bd9cb43f2ac01e7683eced9da9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a56f1500f05b75fa6a26fcb3f0769879a82b71525b0c59c7bd6104eb019105cd0539529ae68251964d48b223eb6105537a0a561401d45048341d1546cdad3fd
|
7
|
+
data.tar.gz: 4234fc1a4aafdbdd1402b28609248aab49a997710c2a77e25d2dd2b07435ff71104e45c29ed6a584800abdc786a1e57d5eaa0b15a4e9407edeb77952d409d2d7
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -12331,6 +12331,11 @@ module Aws::EC2
|
|
12331
12331
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].subnet_id #=> String
|
12332
12332
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
12333
12333
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
12334
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
12335
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "customer-gateway", "dhcp-options", "image", "instance", "internet-gateway", "network-acl", "network-interface", "reserved-instances", "route-table", "snapshot", "spot-instances-request", "subnet", "security-group", "volume", "vpc", "vpn-connection", "vpn-gateway"
|
12336
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
12337
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
12338
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
12334
12339
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
|
12335
12340
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
|
12336
12341
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.terminate_instances_with_expiration #=> Boolean
|
@@ -18815,6 +18820,17 @@ module Aws::EC2
|
|
18815
18820
|
# subnet_id: "String",
|
18816
18821
|
# user_data: "String",
|
18817
18822
|
# weighted_capacity: 1.0,
|
18823
|
+
# tag_specifications: [
|
18824
|
+
# {
|
18825
|
+
# resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
|
18826
|
+
# tags: [
|
18827
|
+
# {
|
18828
|
+
# key: "String",
|
18829
|
+
# value: "String",
|
18830
|
+
# },
|
18831
|
+
# ],
|
18832
|
+
# },
|
18833
|
+
# ],
|
18818
18834
|
# },
|
18819
18835
|
# ],
|
18820
18836
|
# spot_price: "String", # required
|
@@ -20648,7 +20664,7 @@ module Aws::EC2
|
|
20648
20664
|
params: params,
|
20649
20665
|
config: config)
|
20650
20666
|
context[:gem_name] = 'aws-sdk-ec2'
|
20651
|
-
context[:gem_version] = '1.0.0.
|
20667
|
+
context[:gem_version] = '1.0.0.rc13'
|
20652
20668
|
Seahorse::Client::Request.new(handlers, context)
|
20653
20669
|
end
|
20654
20670
|
|
@@ -813,6 +813,8 @@ module Aws::EC2
|
|
813
813
|
SpotFleetRequestConfig = Shapes::StructureShape.new(name: 'SpotFleetRequestConfig')
|
814
814
|
SpotFleetRequestConfigData = Shapes::StructureShape.new(name: 'SpotFleetRequestConfigData')
|
815
815
|
SpotFleetRequestConfigSet = Shapes::ListShape.new(name: 'SpotFleetRequestConfigSet')
|
816
|
+
SpotFleetTagSpecification = Shapes::StructureShape.new(name: 'SpotFleetTagSpecification')
|
817
|
+
SpotFleetTagSpecificationList = Shapes::ListShape.new(name: 'SpotFleetTagSpecificationList')
|
816
818
|
SpotInstanceRequest = Shapes::StructureShape.new(name: 'SpotInstanceRequest')
|
817
819
|
SpotInstanceRequestIdList = Shapes::ListShape.new(name: 'SpotInstanceRequestIdList')
|
818
820
|
SpotInstanceRequestList = Shapes::ListShape.new(name: 'SpotInstanceRequestList')
|
@@ -4380,6 +4382,7 @@ module Aws::EC2
|
|
4380
4382
|
SpotFleetLaunchSpecification.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
4381
4383
|
SpotFleetLaunchSpecification.add_member(:user_data, Shapes::ShapeRef.new(shape: String, location_name: "userData"))
|
4382
4384
|
SpotFleetLaunchSpecification.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
|
4385
|
+
SpotFleetLaunchSpecification.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: SpotFleetTagSpecificationList, location_name: "tagSpecificationSet"))
|
4383
4386
|
SpotFleetLaunchSpecification.struct_class = Types::SpotFleetLaunchSpecification
|
4384
4387
|
|
4385
4388
|
SpotFleetMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
@@ -4409,6 +4412,12 @@ module Aws::EC2
|
|
4409
4412
|
|
4410
4413
|
SpotFleetRequestConfigSet.member = Shapes::ShapeRef.new(shape: SpotFleetRequestConfig, location_name: "item")
|
4411
4414
|
|
4415
|
+
SpotFleetTagSpecification.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
4416
|
+
SpotFleetTagSpecification.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tag"))
|
4417
|
+
SpotFleetTagSpecification.struct_class = Types::SpotFleetTagSpecification
|
4418
|
+
|
4419
|
+
SpotFleetTagSpecificationList.member = Shapes::ShapeRef.new(shape: SpotFleetTagSpecification, location_name: "item")
|
4420
|
+
|
4412
4421
|
SpotInstanceRequest.add_member(:actual_block_hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "actualBlockHourlyPrice"))
|
4413
4422
|
SpotInstanceRequest.add_member(:availability_zone_group, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneGroup"))
|
4414
4423
|
SpotInstanceRequest.add_member(:block_duration_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "blockDurationMinutes"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -3051,6 +3051,8 @@ module Aws::EC2
|
|
3051
3051
|
include Aws::Structure
|
3052
3052
|
end
|
3053
3053
|
|
3054
|
+
# Contains the parameters for CreateNetworkInterfacePermission.
|
3055
|
+
#
|
3054
3056
|
# @note When making an API call, you may pass CreateNetworkInterfacePermissionRequest
|
3055
3057
|
# data as a hash:
|
3056
3058
|
#
|
@@ -3096,6 +3098,8 @@ module Aws::EC2
|
|
3096
3098
|
include Aws::Structure
|
3097
3099
|
end
|
3098
3100
|
|
3101
|
+
# Contains the output of CreateNetworkInterfacePermission.
|
3102
|
+
#
|
3099
3103
|
# @!attribute [rw] interface_permission
|
3100
3104
|
# Information about the permission for the network interface.
|
3101
3105
|
# @return [Types::NetworkInterfacePermission]
|
@@ -4592,6 +4596,8 @@ module Aws::EC2
|
|
4592
4596
|
include Aws::Structure
|
4593
4597
|
end
|
4594
4598
|
|
4599
|
+
# Contains the parameters for DeleteNetworkInterfacePermission.
|
4600
|
+
#
|
4595
4601
|
# @note When making an API call, you may pass DeleteNetworkInterfacePermissionRequest
|
4596
4602
|
# data as a hash:
|
4597
4603
|
#
|
@@ -4626,6 +4632,8 @@ module Aws::EC2
|
|
4626
4632
|
include Aws::Structure
|
4627
4633
|
end
|
4628
4634
|
|
4635
|
+
# Contains the output for DeleteNetworkInterfacePermission.
|
4636
|
+
#
|
4629
4637
|
# @!attribute [rw] return
|
4630
4638
|
# Returns `true` if the request succeeds, otherwise returns an error.
|
4631
4639
|
# @return [Boolean]
|
@@ -7780,6 +7788,8 @@ module Aws::EC2
|
|
7780
7788
|
include Aws::Structure
|
7781
7789
|
end
|
7782
7790
|
|
7791
|
+
# Contains the parameters for DescribeNetworkInterfacePermissions.
|
7792
|
+
#
|
7783
7793
|
# @note When making an API call, you may pass DescribeNetworkInterfacePermissionsRequest
|
7784
7794
|
# data as a hash:
|
7785
7795
|
#
|
@@ -7838,6 +7848,8 @@ module Aws::EC2
|
|
7838
7848
|
include Aws::Structure
|
7839
7849
|
end
|
7840
7850
|
|
7851
|
+
# Contains the output for DescribeNetworkInterfacePermissions.
|
7852
|
+
#
|
7841
7853
|
# @!attribute [rw] network_interface_permissions
|
7842
7854
|
# The network interface permissions.
|
7843
7855
|
# @return [Array<Types::NetworkInterfacePermission>]
|
@@ -19081,6 +19093,17 @@ module Aws::EC2
|
|
19081
19093
|
# subnet_id: "String",
|
19082
19094
|
# user_data: "String",
|
19083
19095
|
# weighted_capacity: 1.0,
|
19096
|
+
# tag_specifications: [
|
19097
|
+
# {
|
19098
|
+
# resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
|
19099
|
+
# tags: [
|
19100
|
+
# {
|
19101
|
+
# key: "String",
|
19102
|
+
# value: "String",
|
19103
|
+
# },
|
19104
|
+
# ],
|
19105
|
+
# },
|
19106
|
+
# ],
|
19084
19107
|
# },
|
19085
19108
|
# ],
|
19086
19109
|
# spot_price: "String", # required
|
@@ -22425,6 +22448,17 @@ module Aws::EC2
|
|
22425
22448
|
# subnet_id: "String",
|
22426
22449
|
# user_data: "String",
|
22427
22450
|
# weighted_capacity: 1.0,
|
22451
|
+
# tag_specifications: [
|
22452
|
+
# {
|
22453
|
+
# resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
|
22454
|
+
# tags: [
|
22455
|
+
# {
|
22456
|
+
# key: "String",
|
22457
|
+
# value: "String",
|
22458
|
+
# },
|
22459
|
+
# ],
|
22460
|
+
# },
|
22461
|
+
# ],
|
22428
22462
|
# }
|
22429
22463
|
#
|
22430
22464
|
# @!attribute [rw] security_groups
|
@@ -22523,6 +22557,10 @@ module Aws::EC2
|
|
22523
22557
|
# value is not specified, the default is 1.
|
22524
22558
|
# @return [Float]
|
22525
22559
|
#
|
22560
|
+
# @!attribute [rw] tag_specifications
|
22561
|
+
# The tags to apply during creation.
|
22562
|
+
# @return [Array<Types::SpotFleetTagSpecification>]
|
22563
|
+
#
|
22526
22564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotFleetLaunchSpecification AWS API Documentation
|
22527
22565
|
#
|
22528
22566
|
class SpotFleetLaunchSpecification < Struct.new(
|
@@ -22542,7 +22580,8 @@ module Aws::EC2
|
|
22542
22580
|
:spot_price,
|
22543
22581
|
:subnet_id,
|
22544
22582
|
:user_data,
|
22545
|
-
:weighted_capacity
|
22583
|
+
:weighted_capacity,
|
22584
|
+
:tag_specifications)
|
22546
22585
|
include Aws::Structure
|
22547
22586
|
end
|
22548
22587
|
|
@@ -22688,6 +22727,17 @@ module Aws::EC2
|
|
22688
22727
|
# subnet_id: "String",
|
22689
22728
|
# user_data: "String",
|
22690
22729
|
# weighted_capacity: 1.0,
|
22730
|
+
# tag_specifications: [
|
22731
|
+
# {
|
22732
|
+
# resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
|
22733
|
+
# tags: [
|
22734
|
+
# {
|
22735
|
+
# key: "String",
|
22736
|
+
# value: "String",
|
22737
|
+
# },
|
22738
|
+
# ],
|
22739
|
+
# },
|
22740
|
+
# ],
|
22691
22741
|
# },
|
22692
22742
|
# ],
|
22693
22743
|
# spot_price: "String", # required
|
@@ -22800,6 +22850,38 @@ module Aws::EC2
|
|
22800
22850
|
include Aws::Structure
|
22801
22851
|
end
|
22802
22852
|
|
22853
|
+
# The tags for a Spot fleet resource.
|
22854
|
+
#
|
22855
|
+
# @note When making an API call, you may pass SpotFleetTagSpecification
|
22856
|
+
# data as a hash:
|
22857
|
+
#
|
22858
|
+
# {
|
22859
|
+
# resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
|
22860
|
+
# tags: [
|
22861
|
+
# {
|
22862
|
+
# key: "String",
|
22863
|
+
# value: "String",
|
22864
|
+
# },
|
22865
|
+
# ],
|
22866
|
+
# }
|
22867
|
+
#
|
22868
|
+
# @!attribute [rw] resource_type
|
22869
|
+
# The type of resource. Currently, the only resource type that is
|
22870
|
+
# supported is `instance`.
|
22871
|
+
# @return [String]
|
22872
|
+
#
|
22873
|
+
# @!attribute [rw] tags
|
22874
|
+
# The tags.
|
22875
|
+
# @return [Array<Types::Tag>]
|
22876
|
+
#
|
22877
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotFleetTagSpecification AWS API Documentation
|
22878
|
+
#
|
22879
|
+
class SpotFleetTagSpecification < Struct.new(
|
22880
|
+
:resource_type,
|
22881
|
+
:tags)
|
22882
|
+
include Aws::Structure
|
22883
|
+
end
|
22884
|
+
|
22803
22885
|
# Describes a Spot instance request.
|
22804
22886
|
#
|
22805
22887
|
# @!attribute [rw] actual_block_hourly_price
|
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.0.0.
|
4
|
+
version: 1.0.0.rc13
|
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: 2017-07-
|
11
|
+
date: 2017-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0.0.
|
33
|
+
version: 3.0.0.rc18
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0.0.
|
40
|
+
version: 3.0.0.rc18
|
41
41
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
42
42
|
This gem is part of the AWS SDK for Ruby.
|
43
43
|
email:
|