aws-sdk-core 2.11.618 → 2.11.619

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b81ad9a3c20b464ea3f4248ba94267ea23890b909efc706d94bf05b0bf08be71
4
- data.tar.gz: 35722abf052f6d67705dfc84f137a653deed25a8ee61ef4c537f2bf96c552b90
3
+ metadata.gz: 406a382500bdb1d4e729fd499c882b218c8d530bab953bdc622c7b08d6980111
4
+ data.tar.gz: 7299a4443a5870df711b8c5cd6e1a5b16d69f0a27feda794125b0bf1d5d58301
5
5
  SHA512:
6
- metadata.gz: 5b26fa58b7f91ff156ffd16304d786626eae8ab6dd13778c5f4f0b7396cbc94d170e31ee2739ce554e26068f185f34d66719e950f9dfd039c46ff979b2c4cb87
7
- data.tar.gz: a5e01561ef28de2c3ed4f436569f3397dc1a036cd195b4fb785200fc2a05cd6e13ae0fb68b8c46ad3f08d0b01fecafaa98b3f356615378c67c200dad9172097b
6
+ metadata.gz: 1835814e6c9e9f0921fec9d2fb704ccf90d97d7e6b978875e30cd79cb2f3bfde49d0b240879bb3be6191d688f5d4f28218d31e9d317f7b98aad24fad8638ebea
7
+ data.tar.gz: 4e39bcd56a5a302c37d1088223b9a95f4e0a78353a432c8fa79ebff615e5a63da8cc1431792243a5dd639bcf8394023236449e3b9d85ef8113c8b7e6f126a3f1
@@ -4766,7 +4766,8 @@
4766
4766
  "NetworkInterfaceId":{
4767
4767
  "shape":"NetworkInterfaceId",
4768
4768
  "locationName":"networkInterfaceId"
4769
- }
4769
+ },
4770
+ "NetworkCardIndex":{"shape":"Integer"}
4770
4771
  }
4771
4772
  },
4772
4773
  "AttachNetworkInterfaceResult":{
@@ -4775,6 +4776,10 @@
4775
4776
  "AttachmentId":{
4776
4777
  "shape":"String",
4777
4778
  "locationName":"attachmentId"
4779
+ },
4780
+ "NetworkCardIndex":{
4781
+ "shape":"Integer",
4782
+ "locationName":"networkCardIndex"
4778
4783
  }
4779
4784
  }
4780
4785
  },
@@ -18379,6 +18384,10 @@
18379
18384
  "Status":{
18380
18385
  "shape":"AttachmentStatus",
18381
18386
  "locationName":"status"
18387
+ },
18388
+ "NetworkCardIndex":{
18389
+ "shape":"Integer",
18390
+ "locationName":"networkCardIndex"
18382
18391
  }
18383
18392
  }
18384
18393
  },
@@ -18443,7 +18452,8 @@
18443
18452
  "locationName":"subnetId"
18444
18453
  },
18445
18454
  "AssociateCarrierIpAddress":{"shape":"Boolean"},
18446
- "InterfaceType":{"shape":"String"}
18455
+ "InterfaceType":{"shape":"String"},
18456
+ "NetworkCardIndex":{"shape":"Integer"}
18447
18457
  }
18448
18458
  },
18449
18459
  "InstanceNetworkInterfaceSpecificationList":{
@@ -18922,6 +18932,7 @@
18922
18932
  "p3.8xlarge",
18923
18933
  "p3.16xlarge",
18924
18934
  "p3dn.24xlarge",
18935
+ "p4d.24xlarge",
18925
18936
  "d2.xlarge",
18926
18937
  "d2.2xlarge",
18927
18938
  "d2.4xlarge",
@@ -20059,6 +20070,10 @@
20059
20070
  "SubnetId":{
20060
20071
  "shape":"SubnetId",
20061
20072
  "locationName":"subnetId"
20073
+ },
20074
+ "NetworkCardIndex":{
20075
+ "shape":"Integer",
20076
+ "locationName":"networkCardIndex"
20062
20077
  }
20063
20078
  }
20064
20079
  },
@@ -20088,7 +20103,8 @@
20088
20103
  "PrivateIpAddress":{"shape":"String"},
20089
20104
  "PrivateIpAddresses":{"shape":"PrivateIpAddressSpecificationList"},
20090
20105
  "SecondaryPrivateIpAddressCount":{"shape":"Integer"},
20091
- "SubnetId":{"shape":"SubnetId"}
20106
+ "SubnetId":{"shape":"SubnetId"},
20107
+ "NetworkCardIndex":{"shape":"Integer"}
20092
20108
  }
20093
20109
  },
20094
20110
  "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{
@@ -22544,6 +22560,10 @@
22544
22560
  "shape":"Integer",
22545
22561
  "locationName":"deviceIndex"
22546
22562
  },
22563
+ "NetworkCardIndex":{
22564
+ "shape":"Integer",
22565
+ "locationName":"networkCardIndex"
22566
+ },
22547
22567
  "InstanceId":{
22548
22568
  "shape":"String",
22549
22569
  "locationName":"instanceId"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.618'
2
+ VERSION = '2.11.619'
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.618
4
+ version: 2.11.619
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-10-30 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath