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 +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -1
- data/lib/aws-sdk-ec2/client_api.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33ba28fcedc17f09b60fdbcbac9ab2e2ac683b00ed79da8d48a8ec1aeb6b45f2
|
|
4
|
+
data.tar.gz: 5c1e2776f579bb61fbf3b894608c7f882fc0f787cf32ddd149316989198ac8de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6b61c7010cc5961006c1fc7368ff6de7995e0817f42b3b2fea73ceba391cd0a0bcbe588b54571c03b16bc4a1d7da1a49a5ec134ac4c20b991b5553879ee35ad
|
|
7
|
+
data.tar.gz: c874239e575146b90afdac4018ba166ff77ca71806dd929ac10c4f81cc1851eda31ef16e94140e12135b909fd0bfab8148f4cce2aab585f0db3cc2d7528e92a2
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -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.
|
|
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"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2020-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|