aws-sdk-ec2 1.181.0 → 1.182.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4b244a12a58fd0424b5d65bbb2d3345883901a9ce2d6b9b450d8cc64220e820
4
- data.tar.gz: 928716a11c98a9e55df1f9b01a3943f0d6135c02aa7b28275f188a86b72de78e
3
+ metadata.gz: 6a802e63d086b733cac2d1cee900fd33891505713aabe3c985d752fcc4f7c4b9
4
+ data.tar.gz: e8f409fa42243a7157cb4dc05f4ba85bdaec9401b04da45b6e6121bc77f4b24e
5
5
  SHA512:
6
- metadata.gz: 84bb48aca449eea74869388a69110b63a79a7ecf9a7468296abde03c554092aae5547050ab419640c1a4c54c9e00952061ce8d1124c401dc5022745ba6cb6926
7
- data.tar.gz: cf754031201cd7e26edf7028cedad804e7ef287819284ab23f0544487ca7086b7719b5132552ae6650c1e15f49f16348e5caa3ea512e3311fc8f26d76df36549
6
+ metadata.gz: 0ddd8cdd994ed0c55d8a1a98b284f57ca3833c581d1324b0630c925a98fc8cf8d15443d6b2f1e23ade1621bfc65ec54bcc3b9d3f328c9b7a79dfdbb6c3adb077
7
+ data.tar.gz: 35c68ced05c81ce13ad9fda9185b26f0926b8a67e499dd11fe4d657fc1f1cf096005f43cbeef466d88e9d5bdd87a4246582211220a02e6601204d2f97cee5f05
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
71
71
  # @service
72
72
  module Aws::EC2
73
73
 
74
- GEM_VERSION = '1.181.0'
74
+ GEM_VERSION = '1.182.0'
75
75
 
76
76
  end
@@ -3636,7 +3636,7 @@ module Aws::EC2
3636
3636
  # resp = client.create_capacity_reservation({
3637
3637
  # client_token: "String",
3638
3638
  # instance_type: "String", # required
3639
- # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise
3639
+ # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, Windows BYOL
3640
3640
  # availability_zone: "String",
3641
3641
  # availability_zone_id: "String",
3642
3642
  # tenancy: "default", # accepts default, dedicated
@@ -3667,7 +3667,7 @@ module Aws::EC2
3667
3667
  # resp.capacity_reservation.capacity_reservation_arn #=> String
3668
3668
  # resp.capacity_reservation.availability_zone_id #=> String
3669
3669
  # resp.capacity_reservation.instance_type #=> String
3670
- # resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise"
3670
+ # resp.capacity_reservation.instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "Windows BYOL"
3671
3671
  # resp.capacity_reservation.availability_zone #=> String
3672
3672
  # resp.capacity_reservation.tenancy #=> String, one of "default", "dedicated"
3673
3673
  # resp.capacity_reservation.total_instance_count #=> Integer
@@ -13155,7 +13155,7 @@ module Aws::EC2
13155
13155
  # resp.capacity_reservations[0].capacity_reservation_arn #=> String
13156
13156
  # resp.capacity_reservations[0].availability_zone_id #=> String
13157
13157
  # resp.capacity_reservations[0].instance_type #=> String
13158
- # resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise"
13158
+ # resp.capacity_reservations[0].instance_platform #=> String, one of "Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "Windows BYOL"
13159
13159
  # resp.capacity_reservations[0].availability_zone #=> String
13160
13160
  # resp.capacity_reservations[0].tenancy #=> String, one of "default", "dedicated"
13161
13161
  # resp.capacity_reservations[0].total_instance_count #=> Integer
@@ -37927,7 +37927,7 @@ module Aws::EC2
37927
37927
  params: params,
37928
37928
  config: config)
37929
37929
  context[:gem_name] = 'aws-sdk-ec2'
37930
- context[:gem_version] = '1.181.0'
37930
+ context[:gem_version] = '1.182.0'
37931
37931
  Seahorse::Client::Request.new(handlers, context)
37932
37932
  end
37933
37933
 
@@ -4658,7 +4658,7 @@ module Aws::EC2
4658
4658
  # {
4659
4659
  # client_token: "String",
4660
4660
  # instance_type: "String", # required
4661
- # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise
4661
+ # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, Windows BYOL
4662
4662
  # availability_zone: "String",
4663
4663
  # availability_zone_id: "String",
4664
4664
  # tenancy: "default", # accepts default, dedicated
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.181.0
4
+ version: 1.182.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: 2020-07-29 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4