aws-sdk-core 2.11.280 → 2.11.281
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +146 -0
- data/endpoints.json +1 -0
- 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: c87ef4f929a81b12fdf8291cced5e10a39a4f472
|
4
|
+
data.tar.gz: 0f02c0720e62c15c5d4be84f80b860eb975f143b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba402895a6a05c5d6957a05649158e5058b9a076f7e8d71315760bfa93e7efd1725e842a836c98bc8b264ad4b540fc732c987d017937ce33a43aa2f527739df8
|
7
|
+
data.tar.gz: 8a2695d8d0c6f862159a7e25089b5ad8586062a8ae2257600318ffc028ddef4cce5a50a62b39a895455e3ab70207aa609b357d50d20617eaee7acf4016293f3f
|
@@ -1984,6 +1984,15 @@
|
|
1984
1984
|
},
|
1985
1985
|
"input":{"shape":"DetachVpnGatewayRequest"}
|
1986
1986
|
},
|
1987
|
+
"DisableEbsEncryptionByDefault":{
|
1988
|
+
"name":"DisableEbsEncryptionByDefault",
|
1989
|
+
"http":{
|
1990
|
+
"method":"POST",
|
1991
|
+
"requestUri":"/"
|
1992
|
+
},
|
1993
|
+
"input":{"shape":"DisableEbsEncryptionByDefaultRequest"},
|
1994
|
+
"output":{"shape":"DisableEbsEncryptionByDefaultResult"}
|
1995
|
+
},
|
1987
1996
|
"DisableTransitGatewayRouteTablePropagation":{
|
1988
1997
|
"name":"DisableTransitGatewayRouteTablePropagation",
|
1989
1998
|
"http":{
|
@@ -2080,6 +2089,15 @@
|
|
2080
2089
|
"input":{"shape":"DisassociateVpcCidrBlockRequest"},
|
2081
2090
|
"output":{"shape":"DisassociateVpcCidrBlockResult"}
|
2082
2091
|
},
|
2092
|
+
"EnableEbsEncryptionByDefault":{
|
2093
|
+
"name":"EnableEbsEncryptionByDefault",
|
2094
|
+
"http":{
|
2095
|
+
"method":"POST",
|
2096
|
+
"requestUri":"/"
|
2097
|
+
},
|
2098
|
+
"input":{"shape":"EnableEbsEncryptionByDefaultRequest"},
|
2099
|
+
"output":{"shape":"EnableEbsEncryptionByDefaultResult"}
|
2100
|
+
},
|
2083
2101
|
"EnableTransitGatewayRouteTablePropagation":{
|
2084
2102
|
"name":"EnableTransitGatewayRouteTablePropagation",
|
2085
2103
|
"http":{
|
@@ -2168,6 +2186,24 @@
|
|
2168
2186
|
"input":{"shape":"GetConsoleScreenshotRequest"},
|
2169
2187
|
"output":{"shape":"GetConsoleScreenshotResult"}
|
2170
2188
|
},
|
2189
|
+
"GetEbsDefaultKmsKeyId":{
|
2190
|
+
"name":"GetEbsDefaultKmsKeyId",
|
2191
|
+
"http":{
|
2192
|
+
"method":"POST",
|
2193
|
+
"requestUri":"/"
|
2194
|
+
},
|
2195
|
+
"input":{"shape":"GetEbsDefaultKmsKeyIdRequest"},
|
2196
|
+
"output":{"shape":"GetEbsDefaultKmsKeyIdResult"}
|
2197
|
+
},
|
2198
|
+
"GetEbsEncryptionByDefault":{
|
2199
|
+
"name":"GetEbsEncryptionByDefault",
|
2200
|
+
"http":{
|
2201
|
+
"method":"POST",
|
2202
|
+
"requestUri":"/"
|
2203
|
+
},
|
2204
|
+
"input":{"shape":"GetEbsEncryptionByDefaultRequest"},
|
2205
|
+
"output":{"shape":"GetEbsEncryptionByDefaultResult"}
|
2206
|
+
},
|
2171
2207
|
"GetHostReservationPurchasePreview":{
|
2172
2208
|
"name":"GetHostReservationPurchasePreview",
|
2173
2209
|
"http":{
|
@@ -2303,6 +2339,15 @@
|
|
2303
2339
|
"input":{"shape":"ModifyClientVpnEndpointRequest"},
|
2304
2340
|
"output":{"shape":"ModifyClientVpnEndpointResult"}
|
2305
2341
|
},
|
2342
|
+
"ModifyEbsDefaultKmsKeyId":{
|
2343
|
+
"name":"ModifyEbsDefaultKmsKeyId",
|
2344
|
+
"http":{
|
2345
|
+
"method":"POST",
|
2346
|
+
"requestUri":"/"
|
2347
|
+
},
|
2348
|
+
"input":{"shape":"ModifyEbsDefaultKmsKeyIdRequest"},
|
2349
|
+
"output":{"shape":"ModifyEbsDefaultKmsKeyIdResult"}
|
2350
|
+
},
|
2306
2351
|
"ModifyFleet":{
|
2307
2352
|
"name":"ModifyFleet",
|
2308
2353
|
"http":{
|
@@ -2739,6 +2784,15 @@
|
|
2739
2784
|
"input":{"shape":"RequestSpotInstancesRequest"},
|
2740
2785
|
"output":{"shape":"RequestSpotInstancesResult"}
|
2741
2786
|
},
|
2787
|
+
"ResetEbsDefaultKmsKeyId":{
|
2788
|
+
"name":"ResetEbsDefaultKmsKeyId",
|
2789
|
+
"http":{
|
2790
|
+
"method":"POST",
|
2791
|
+
"requestUri":"/"
|
2792
|
+
},
|
2793
|
+
"input":{"shape":"ResetEbsDefaultKmsKeyIdRequest"},
|
2794
|
+
"output":{"shape":"ResetEbsDefaultKmsKeyIdResult"}
|
2795
|
+
},
|
2742
2796
|
"ResetFpgaImageAttribute":{
|
2743
2797
|
"name":"ResetFpgaImageAttribute",
|
2744
2798
|
"http":{
|
@@ -10686,6 +10740,21 @@
|
|
10686
10740
|
"DirectoryId":{"shape":"String"}
|
10687
10741
|
}
|
10688
10742
|
},
|
10743
|
+
"DisableEbsEncryptionByDefaultRequest":{
|
10744
|
+
"type":"structure",
|
10745
|
+
"members":{
|
10746
|
+
"DryRun":{"shape":"Boolean"}
|
10747
|
+
}
|
10748
|
+
},
|
10749
|
+
"DisableEbsEncryptionByDefaultResult":{
|
10750
|
+
"type":"structure",
|
10751
|
+
"members":{
|
10752
|
+
"EbsEncryptionByDefault":{
|
10753
|
+
"shape":"Boolean",
|
10754
|
+
"locationName":"ebsEncryptionByDefault"
|
10755
|
+
}
|
10756
|
+
}
|
10757
|
+
},
|
10689
10758
|
"DisableTransitGatewayRouteTablePropagationRequest":{
|
10690
10759
|
"type":"structure",
|
10691
10760
|
"required":[
|
@@ -11273,6 +11342,21 @@
|
|
11273
11342
|
"locationName":"item"
|
11274
11343
|
}
|
11275
11344
|
},
|
11345
|
+
"EnableEbsEncryptionByDefaultRequest":{
|
11346
|
+
"type":"structure",
|
11347
|
+
"members":{
|
11348
|
+
"DryRun":{"shape":"Boolean"}
|
11349
|
+
}
|
11350
|
+
},
|
11351
|
+
"EnableEbsEncryptionByDefaultResult":{
|
11352
|
+
"type":"structure",
|
11353
|
+
"members":{
|
11354
|
+
"EbsEncryptionByDefault":{
|
11355
|
+
"shape":"Boolean",
|
11356
|
+
"locationName":"ebsEncryptionByDefault"
|
11357
|
+
}
|
11358
|
+
}
|
11359
|
+
},
|
11276
11360
|
"EnableTransitGatewayRouteTablePropagationRequest":{
|
11277
11361
|
"type":"structure",
|
11278
11362
|
"required":[
|
@@ -12125,6 +12209,36 @@
|
|
12125
12209
|
}
|
12126
12210
|
}
|
12127
12211
|
},
|
12212
|
+
"GetEbsDefaultKmsKeyIdRequest":{
|
12213
|
+
"type":"structure",
|
12214
|
+
"members":{
|
12215
|
+
"DryRun":{"shape":"Boolean"}
|
12216
|
+
}
|
12217
|
+
},
|
12218
|
+
"GetEbsDefaultKmsKeyIdResult":{
|
12219
|
+
"type":"structure",
|
12220
|
+
"members":{
|
12221
|
+
"KmsKeyId":{
|
12222
|
+
"shape":"String",
|
12223
|
+
"locationName":"kmsKeyId"
|
12224
|
+
}
|
12225
|
+
}
|
12226
|
+
},
|
12227
|
+
"GetEbsEncryptionByDefaultRequest":{
|
12228
|
+
"type":"structure",
|
12229
|
+
"members":{
|
12230
|
+
"DryRun":{"shape":"Boolean"}
|
12231
|
+
}
|
12232
|
+
},
|
12233
|
+
"GetEbsEncryptionByDefaultResult":{
|
12234
|
+
"type":"structure",
|
12235
|
+
"members":{
|
12236
|
+
"EbsEncryptionByDefault":{
|
12237
|
+
"shape":"Boolean",
|
12238
|
+
"locationName":"ebsEncryptionByDefault"
|
12239
|
+
}
|
12240
|
+
}
|
12241
|
+
},
|
12128
12242
|
"GetHostReservationPurchasePreviewRequest":{
|
12129
12243
|
"type":"structure",
|
12130
12244
|
"required":[
|
@@ -15674,6 +15788,23 @@
|
|
15674
15788
|
}
|
15675
15789
|
}
|
15676
15790
|
},
|
15791
|
+
"ModifyEbsDefaultKmsKeyIdRequest":{
|
15792
|
+
"type":"structure",
|
15793
|
+
"required":["KmsKeyId"],
|
15794
|
+
"members":{
|
15795
|
+
"KmsKeyId":{"shape":"String"},
|
15796
|
+
"DryRun":{"shape":"Boolean"}
|
15797
|
+
}
|
15798
|
+
},
|
15799
|
+
"ModifyEbsDefaultKmsKeyIdResult":{
|
15800
|
+
"type":"structure",
|
15801
|
+
"members":{
|
15802
|
+
"KmsKeyId":{
|
15803
|
+
"shape":"String",
|
15804
|
+
"locationName":"kmsKeyId"
|
15805
|
+
}
|
15806
|
+
}
|
15807
|
+
},
|
15677
15808
|
"ModifyFleetRequest":{
|
15678
15809
|
"type":"structure",
|
15679
15810
|
"required":[
|
@@ -18929,6 +19060,21 @@
|
|
18929
19060
|
"locationName":"item"
|
18930
19061
|
}
|
18931
19062
|
},
|
19063
|
+
"ResetEbsDefaultKmsKeyIdRequest":{
|
19064
|
+
"type":"structure",
|
19065
|
+
"members":{
|
19066
|
+
"DryRun":{"shape":"Boolean"}
|
19067
|
+
}
|
19068
|
+
},
|
19069
|
+
"ResetEbsDefaultKmsKeyIdResult":{
|
19070
|
+
"type":"structure",
|
19071
|
+
"members":{
|
19072
|
+
"KmsKeyId":{
|
19073
|
+
"shape":"String",
|
19074
|
+
"locationName":"kmsKeyId"
|
19075
|
+
}
|
19076
|
+
}
|
19077
|
+
},
|
18932
19078
|
"ResetFpgaImageAttributeName":{
|
18933
19079
|
"type":"string",
|
18934
19080
|
"enum":["loadPermission"]
|
data/endpoints.json
CHANGED
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.281
|
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-05-
|
11
|
+
date: 2019-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|