aws-sdk-core 2.11.428 → 2.11.429

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
  SHA1:
3
- metadata.gz: 88e0629b37441f6f1c5b37ae1b8a440c17139907
4
- data.tar.gz: 3a4173b2aab6e69173395ddc43d972626ced7095
3
+ metadata.gz: 364865b5324fd10a6b0505de610f6caa3644136a
4
+ data.tar.gz: 2454f138c49b6964b042f57f45ab87472e5b76ed
5
5
  SHA512:
6
- metadata.gz: 27c5580c9729483424c1853e2e5d688644a0b6d10a87b79bd3aeb3c54ed90175a5fa2a4586b50060aac26c79bd829c5d63a1c11f578cf42104e5cca147669392
7
- data.tar.gz: 955eed651fe3b34b0caa7f105c7e5b718726131667794752c3044324bbc60b590efdae093f3ff3c68297318b499f287138a3999cf6198da6267b5203ce364346
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
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.428'
2
+ VERSION = '2.11.429'
3
3
  end
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.428
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-13 00:00:00.000000000 Z
11
+ date: 2020-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath