aws-sdk-core 2.11.332 → 2.11.333
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/apis/ec2/2016-11-15/api-2.json +17 -0
- data/endpoints.json +4 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 753797edf2f081bd2608c941499314d78bfac982
|
|
4
|
+
data.tar.gz: 0bc979b7a51f238ca256b2a78ad1668587e1119d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d7a690a7d7fde306edd6e4be35128733871809264536c25f12ebe5ace3a4efa33821a23a6813ee0e752c41a9c7c5ffc00887b5cf66f08a4ad37d1dc9aee2339
|
|
7
|
+
data.tar.gz: dfe61e1f4d5915c62299acc3740d77324463b5510b5f9769d97c221fbd48c5494c2ba01f4ecfd604588999803e736b7b7768b394542c13e4f7821f5990e5336d
|
|
@@ -3040,6 +3040,14 @@
|
|
|
3040
3040
|
"input":{"shape":"SearchTransitGatewayRoutesRequest"},
|
|
3041
3041
|
"output":{"shape":"SearchTransitGatewayRoutesResult"}
|
|
3042
3042
|
},
|
|
3043
|
+
"SendDiagnosticInterrupt":{
|
|
3044
|
+
"name":"SendDiagnosticInterrupt",
|
|
3045
|
+
"http":{
|
|
3046
|
+
"method":"POST",
|
|
3047
|
+
"requestUri":"/"
|
|
3048
|
+
},
|
|
3049
|
+
"input":{"shape":"SendDiagnosticInterruptRequest"}
|
|
3050
|
+
},
|
|
3043
3051
|
"StartInstances":{
|
|
3044
3052
|
"name":"StartInstances",
|
|
3045
3053
|
"http":{
|
|
@@ -15242,6 +15250,7 @@
|
|
|
15242
15250
|
"i3en.6xlarge",
|
|
15243
15251
|
"i3en.12xlarge",
|
|
15244
15252
|
"i3en.24xlarge",
|
|
15253
|
+
"i3en.metal",
|
|
15245
15254
|
"hi1.4xlarge",
|
|
15246
15255
|
"hs1.8xlarge",
|
|
15247
15256
|
"c1.medium",
|
|
@@ -21006,6 +21015,14 @@
|
|
|
21006
21015
|
"locationName":"SecurityGroup"
|
|
21007
21016
|
}
|
|
21008
21017
|
},
|
|
21018
|
+
"SendDiagnosticInterruptRequest":{
|
|
21019
|
+
"type":"structure",
|
|
21020
|
+
"required":["InstanceId"],
|
|
21021
|
+
"members":{
|
|
21022
|
+
"InstanceId":{"shape":"String"},
|
|
21023
|
+
"DryRun":{"shape":"Boolean"}
|
|
21024
|
+
}
|
|
21025
|
+
},
|
|
21009
21026
|
"ServiceConfiguration":{
|
|
21010
21027
|
"type":"structure",
|
|
21011
21028
|
"members":{
|
data/endpoints.json
CHANGED
|
@@ -3578,7 +3578,8 @@
|
|
|
3578
3578
|
"protocols" : [ "https" ]
|
|
3579
3579
|
},
|
|
3580
3580
|
"endpoints" : {
|
|
3581
|
-
"cn-north-1" : { }
|
|
3581
|
+
"cn-north-1" : { },
|
|
3582
|
+
"cn-northwest-1" : { }
|
|
3582
3583
|
}
|
|
3583
3584
|
},
|
|
3584
3585
|
"directconnect" : {
|
|
@@ -3713,7 +3714,8 @@
|
|
|
3713
3714
|
}
|
|
3714
3715
|
},
|
|
3715
3716
|
"endpoints" : {
|
|
3716
|
-
"cn-north-1" : { }
|
|
3717
|
+
"cn-north-1" : { },
|
|
3718
|
+
"cn-northwest-1" : { }
|
|
3717
3719
|
}
|
|
3718
3720
|
},
|
|
3719
3721
|
"kinesis" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.333
|
|
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-08-
|
|
11
|
+
date: 2019-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|