aws-sdk-ec2 1.73.0 → 1.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac93ddac79e94c0e67f9682c3fc8dfe10381f3d7
4
- data.tar.gz: 65fb2b0aaee4c374039cde314b2bc70ec5c1022f
3
+ metadata.gz: b9bd715999060c14ee14c97c31d2a5632f18f532
4
+ data.tar.gz: 69e9a168f2632cfd2e5915d0ef9bd042fc8df698
5
5
  SHA512:
6
- metadata.gz: 365d112ba85a6b005bd3fd6a51169b74fb423399e3bac71150fa06cc04905fb26ea51ef0f9baecb948ea070757dcc2e422594fa223bdf45cbcb9c6e185c065df
7
- data.tar.gz: b352902e41540b75c44053cbf9d7a9e6bf718c758141d440f0a00ee6750dc4972deeb45c4393d6fe015b716b5d9d24e3dde8bed9d1981e3efc7223fca01155b1
6
+ metadata.gz: ac185ec3a576cc78b4a46283f1cb3d23c37e37f83952ebb1ae870f2b7dff43671ed77a342a91df35f6220f38689fa2ef600c8abe2a39dcfcddd10a485e46f5e7
7
+ data.tar.gz: b7b73ba25057e2c7a16a41dc6644206a705ce7e25c0bbd858b5a6e77842c64cb2edbe696eb468a80877a230ffe46e4dda20751f45c8bd54a3040061aeb749572
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.73.0'
68
+ GEM_VERSION = '1.74.0'
69
69
 
70
70
  end
@@ -11935,6 +11935,7 @@ module Aws::EC2
11935
11935
  # resp.fpga_images[0].tags[0].key #=> String
11936
11936
  # resp.fpga_images[0].tags[0].value #=> String
11937
11937
  # resp.fpga_images[0].public #=> Boolean
11938
+ # resp.fpga_images[0].data_retention_support #=> Boolean
11938
11939
  # resp.next_token #=> String
11939
11940
  #
11940
11941
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFpgaImages AWS API Documentation
@@ -29978,7 +29979,7 @@ module Aws::EC2
29978
29979
  params: params,
29979
29980
  config: config)
29980
29981
  context[:gem_name] = 'aws-sdk-ec2'
29981
- context[:gem_version] = '1.73.0'
29982
+ context[:gem_version] = '1.74.0'
29982
29983
  Seahorse::Client::Request.new(handlers, context)
29983
29984
  end
29984
29985
 
@@ -4318,6 +4318,7 @@ module Aws::EC2
4318
4318
  FpgaImage.add_member(:product_codes, Shapes::ShapeRef.new(shape: ProductCodeList, location_name: "productCodes"))
4319
4319
  FpgaImage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
4320
4320
  FpgaImage.add_member(:public, Shapes::ShapeRef.new(shape: Boolean, location_name: "public"))
4321
+ FpgaImage.add_member(:data_retention_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataRetentionSupport"))
4321
4322
  FpgaImage.struct_class = Types::FpgaImage
4322
4323
 
4323
4324
  FpgaImageAttribute.add_member(:fpga_image_id, Shapes::ShapeRef.new(shape: String, location_name: "fpgaImageId"))
@@ -19787,6 +19787,10 @@ module Aws::EC2
19787
19787
  # Indicates whether the AFI is public.
19788
19788
  # @return [Boolean]
19789
19789
  #
19790
+ # @!attribute [rw] data_retention_support
19791
+ # Indicates whether data retention support is enabled for the AFI.
19792
+ # @return [Boolean]
19793
+ #
19790
19794
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FpgaImage AWS API Documentation
19791
19795
  #
19792
19796
  class FpgaImage < Struct.new(
@@ -19803,7 +19807,8 @@ module Aws::EC2
19803
19807
  :owner_alias,
19804
19808
  :product_codes,
19805
19809
  :tags,
19806
- :public)
19810
+ :public,
19811
+ :data_retention_support)
19807
19812
  include Aws::Structure
19808
19813
  end
19809
19814
 
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.73.0
4
+ version: 1.74.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-03-14 00:00:00.000000000 Z
11
+ date: 2019-03-18 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.47.0
36
+ version: 3.48.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.47.0
46
+ version: 3.48.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: