aws-sdk-ec2 1.159.0 → 1.160.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
  SHA256:
3
- metadata.gz: 047c9b4c360d72f346c01f1f6abf47fbd02526b46025660b77650ea98a069559
4
- data.tar.gz: e1df7f2d92cf9dbb8e17d8189a602f296e86668c76638ab00383093b5650d212
3
+ metadata.gz: 33ba28fcedc17f09b60fdbcbac9ab2e2ac683b00ed79da8d48a8ec1aeb6b45f2
4
+ data.tar.gz: 5c1e2776f579bb61fbf3b894608c7f882fc0f787cf32ddd149316989198ac8de
5
5
  SHA512:
6
- metadata.gz: 44b0b50b5608eaa7f0c86f70b560241884b30a0a61dca816ae6f8002f88bf8cabec91acf9a9030b67a4c2824a3fd94f2273478b301e85c54815f7bc0b8116771
7
- data.tar.gz: 5794bd069441885e95e3e6688d33b98a930da03b5187b108d5315660757aa7f00ab7c7937a17b0170d01aecf460a86fcfe801b5078eda865b700d466d55fe65b
6
+ metadata.gz: d6b61c7010cc5961006c1fc7368ff6de7995e0817f42b3b2fea73ceba391cd0a0bcbe588b54571c03b16bc4a1d7da1a49a5ec134ac4c20b991b5553879ee35ad
7
+ data.tar.gz: c874239e575146b90afdac4018ba166ff77ca71806dd929ac10c4f81cc1851eda31ef16e94140e12135b909fd0bfab8148f4cce2aab585f0db3cc2d7528e92a2
@@ -69,6 +69,6 @@ require_relative 'aws-sdk-ec2/customizations'
69
69
  # @service
70
70
  module Aws::EC2
71
71
 
72
- GEM_VERSION = '1.159.0'
72
+ GEM_VERSION = '1.160.0'
73
73
 
74
74
  end
@@ -35113,6 +35113,9 @@ module Aws::EC2
35113
35113
  #
35114
35114
  # Constraints: Maximum 64 ASCII characters
35115
35115
  #
35116
+ # **A suitable default value is auto-generated.** You should normally
35117
+ # not need to pass this option.**
35118
+ #
35116
35119
  #
35117
35120
  #
35118
35121
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -36948,7 +36951,7 @@ module Aws::EC2
36948
36951
  params: params,
36949
36952
  config: config)
36950
36953
  context[:gem_name] = 'aws-sdk-ec2'
36951
- context[:gem_version] = '1.159.0'
36954
+ context[:gem_version] = '1.160.0'
36952
36955
  Seahorse::Client::Request.new(handlers, context)
36953
36956
  end
36954
36957
 
@@ -8401,7 +8401,7 @@ module Aws::EC2
8401
8401
  RunInstancesRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
8402
8402
  RunInstancesRequest.add_member(:user_data, Shapes::ShapeRef.new(shape: String, location_name: "UserData"))
8403
8403
  RunInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
8404
- RunInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
8404
+ RunInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
8405
8405
  RunInstancesRequest.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiTermination"))
8406
8406
  RunInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8407
8407
  RunInstancesRequest.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsOptimized"))
@@ -40882,6 +40882,9 @@ module Aws::EC2
40882
40882
  #
40883
40883
  # Constraints: Maximum 64 ASCII characters
40884
40884
  #
40885
+ # **A suitable default value is auto-generated.** You should normally
40886
+ # not need to pass this option.
40887
+ #
40885
40888
  #
40886
40889
  #
40887
40890
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
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.159.0
4
+ version: 1.160.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-05-14 00:00:00.000000000 Z
11
+ date: 2020-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4