aws-sdk-core 2.11.428 → 2.11.429
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 +62 -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: 364865b5324fd10a6b0505de610f6caa3644136a
|
4
|
+
data.tar.gz: 2454f138c49b6964b042f57f45ab87472e5b76ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e03fe1b400c7cda2a04bae420f700733dcd24288af2683de0085172d992a03bd8c831f35e8db611cbeacdc49cb4d87f7d591c05f54a870eb1698581f97908b0
|
7
|
+
data.tar.gz: 06d73a808a0e1410b480db205b0558222cce99771a7a1209a7c7e1d985f00eea4b63cc9d4c6a6c3f45ef55bcf17036ab8bb99f76d76cc908aad44a04e6ca76c3
|
@@ -18494,6 +18494,13 @@
|
|
18494
18494
|
"Configured":{"shape":"Boolean"}
|
18495
18495
|
}
|
18496
18496
|
},
|
18497
|
+
"LaunchTemplateHttpTokensState":{
|
18498
|
+
"type":"string",
|
18499
|
+
"enum":[
|
18500
|
+
"optional",
|
18501
|
+
"required"
|
18502
|
+
]
|
18503
|
+
},
|
18497
18504
|
"LaunchTemplateIamInstanceProfileSpecification":{
|
18498
18505
|
"type":"structure",
|
18499
18506
|
"members":{
|
@@ -18535,6 +18542,49 @@
|
|
18535
18542
|
"SpotOptions":{"shape":"LaunchTemplateSpotMarketOptionsRequest"}
|
18536
18543
|
}
|
18537
18544
|
},
|
18545
|
+
"LaunchTemplateInstanceMetadataEndpointState":{
|
18546
|
+
"type":"string",
|
18547
|
+
"enum":[
|
18548
|
+
"disabled",
|
18549
|
+
"enabled"
|
18550
|
+
]
|
18551
|
+
},
|
18552
|
+
"LaunchTemplateInstanceMetadataOptions":{
|
18553
|
+
"type":"structure",
|
18554
|
+
"members":{
|
18555
|
+
"State":{
|
18556
|
+
"shape":"LaunchTemplateInstanceMetadataOptionsState",
|
18557
|
+
"locationName":"state"
|
18558
|
+
},
|
18559
|
+
"HttpTokens":{
|
18560
|
+
"shape":"LaunchTemplateHttpTokensState",
|
18561
|
+
"locationName":"httpTokens"
|
18562
|
+
},
|
18563
|
+
"HttpPutResponseHopLimit":{
|
18564
|
+
"shape":"Integer",
|
18565
|
+
"locationName":"httpPutResponseHopLimit"
|
18566
|
+
},
|
18567
|
+
"HttpEndpoint":{
|
18568
|
+
"shape":"LaunchTemplateInstanceMetadataEndpointState",
|
18569
|
+
"locationName":"httpEndpoint"
|
18570
|
+
}
|
18571
|
+
}
|
18572
|
+
},
|
18573
|
+
"LaunchTemplateInstanceMetadataOptionsRequest":{
|
18574
|
+
"type":"structure",
|
18575
|
+
"members":{
|
18576
|
+
"HttpTokens":{"shape":"LaunchTemplateHttpTokensState"},
|
18577
|
+
"HttpPutResponseHopLimit":{"shape":"Integer"},
|
18578
|
+
"HttpEndpoint":{"shape":"LaunchTemplateInstanceMetadataEndpointState"}
|
18579
|
+
}
|
18580
|
+
},
|
18581
|
+
"LaunchTemplateInstanceMetadataOptionsState":{
|
18582
|
+
"type":"string",
|
18583
|
+
"enum":[
|
18584
|
+
"pending",
|
18585
|
+
"applied"
|
18586
|
+
]
|
18587
|
+
},
|
18538
18588
|
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
|
18539
18589
|
"type":"structure",
|
18540
18590
|
"members":{
|
@@ -18735,6 +18785,10 @@
|
|
18735
18785
|
"HostResourceGroupArn":{
|
18736
18786
|
"shape":"String",
|
18737
18787
|
"locationName":"hostResourceGroupArn"
|
18788
|
+
},
|
18789
|
+
"PartitionNumber":{
|
18790
|
+
"shape":"Integer",
|
18791
|
+
"locationName":"partitionNumber"
|
18738
18792
|
}
|
18739
18793
|
}
|
18740
18794
|
},
|
@@ -18747,7 +18801,8 @@
|
|
18747
18801
|
"HostId":{"shape":"String"},
|
18748
18802
|
"Tenancy":{"shape":"Tenancy"},
|
18749
18803
|
"SpreadDomain":{"shape":"String"},
|
18750
|
-
"HostResourceGroupArn":{"shape":"String"}
|
18804
|
+
"HostResourceGroupArn":{"shape":"String"},
|
18805
|
+
"PartitionNumber":{"shape":"Integer"}
|
18751
18806
|
}
|
18752
18807
|
},
|
18753
18808
|
"LaunchTemplateSet":{
|
@@ -22681,7 +22736,8 @@
|
|
22681
22736
|
"shape":"LaunchTemplateLicenseSpecificationListRequest",
|
22682
22737
|
"locationName":"LicenseSpecification"
|
22683
22738
|
},
|
22684
|
-
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"}
|
22739
|
+
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
|
22740
|
+
"MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"}
|
22685
22741
|
}
|
22686
22742
|
},
|
22687
22743
|
"RequestSpotFleetRequest":{
|
@@ -23575,6 +23631,10 @@
|
|
23575
23631
|
"HibernationOptions":{
|
23576
23632
|
"shape":"LaunchTemplateHibernationOptions",
|
23577
23633
|
"locationName":"hibernationOptions"
|
23634
|
+
},
|
23635
|
+
"MetadataOptions":{
|
23636
|
+
"shape":"LaunchTemplateInstanceMetadataOptions",
|
23637
|
+
"locationName":"metadataOptions"
|
23578
23638
|
}
|
23579
23639
|
}
|
23580
23640
|
},
|
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.429
|
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-01-
|
11
|
+
date: 2020-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|