aws-sdk-core 2.11.623 → 2.11.624

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: ec0bffd6ec4e09b4afe6cac852679a82255b61707886aee9b0b9e1feb58e6bf2
4
- data.tar.gz: 59285efa9daffd5d46296a1f41a97d37c927cbc021ab4489a3eada914933ed9a
3
+ metadata.gz: b56f619f22213ca8b89299c5e0383f2939a9b7a0fb11d4e9a40b36e966e6cc80
4
+ data.tar.gz: 6d901a2d22f92799648b270c69246daf05bae74a57ec392846708d7e6bae591a
5
5
  SHA512:
6
- metadata.gz: a6b9dbaeea301865e20ec2671a6897a9f887f1475972ce30443422eed73eb353e3c6643e4e8d54e616acb22e0f10e0e9b227ede9322898bfec51c33f00572e95
7
- data.tar.gz: 5418ea9a0f4e31b557867cff7bd727de5f5b29dde60410924e3534e538889229fce2b2abbd2fe8adff87dd44da01675ffd86a5e02e723956acd81cc26f71ce88
6
+ metadata.gz: ec6157c0e3d581baf3510446fabba6ecd19361ec1b067f64f78ea88c48b1a8718105fb925fdd8c0ddebc773bf87709edddf8def86607585b14581a6cb99599d3
7
+ data.tar.gz: 2cfc6293e102b7a25851539595237afab87b6a43cdaf9d741260fe41a214e02f280cd55eea76d2c89c791ddf98dfb25bbdbd24dd629e76346bf367b954824099
@@ -7721,6 +7721,7 @@
7721
7721
  "shape":"Boolean",
7722
7722
  "locationName":"dryRun"
7723
7723
  },
7724
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
7724
7725
  "EgressOnlyInternetGatewayId":{
7725
7726
  "shape":"EgressOnlyInternetGatewayId",
7726
7727
  "locationName":"egressOnlyInternetGatewayId"
@@ -8380,7 +8381,6 @@
8380
8381
  },
8381
8382
  "CreateVpcEndpointServiceConfigurationRequest":{
8382
8383
  "type":"structure",
8383
- "required":["NetworkLoadBalancerArns"],
8384
8384
  "members":{
8385
8385
  "DryRun":{"shape":"Boolean"},
8386
8386
  "AcceptanceRequired":{"shape":"Boolean"},
@@ -8389,6 +8389,10 @@
8389
8389
  "shape":"ValueStringList",
8390
8390
  "locationName":"NetworkLoadBalancerArn"
8391
8391
  },
8392
+ "GatewayLoadBalancerArns":{
8393
+ "shape":"ValueStringList",
8394
+ "locationName":"GatewayLoadBalancerArn"
8395
+ },
8392
8396
  "ClientToken":{"shape":"String"},
8393
8397
  "TagSpecifications":{
8394
8398
  "shape":"TagSpecificationList",
@@ -21952,6 +21956,14 @@
21952
21956
  "RemoveNetworkLoadBalancerArns":{
21953
21957
  "shape":"ValueStringList",
21954
21958
  "locationName":"RemoveNetworkLoadBalancerArn"
21959
+ },
21960
+ "AddGatewayLoadBalancerArns":{
21961
+ "shape":"ValueStringList",
21962
+ "locationName":"AddGatewayLoadBalancerArn"
21963
+ },
21964
+ "RemoveGatewayLoadBalancerArns":{
21965
+ "shape":"ValueStringList",
21966
+ "locationName":"RemoveGatewayLoadBalancerArn"
21955
21967
  }
21956
21968
  }
21957
21969
  },
@@ -24518,6 +24530,7 @@
24518
24530
  "shape":"Boolean",
24519
24531
  "locationName":"dryRun"
24520
24532
  },
24533
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
24521
24534
  "EgressOnlyInternetGatewayId":{
24522
24535
  "shape":"EgressOnlyInternetGatewayId",
24523
24536
  "locationName":"egressOnlyInternetGatewayId"
@@ -26771,6 +26784,10 @@
26771
26784
  "shape":"ValueStringList",
26772
26785
  "locationName":"networkLoadBalancerArnSet"
26773
26786
  },
26787
+ "GatewayLoadBalancerArns":{
26788
+ "shape":"ValueStringList",
26789
+ "locationName":"gatewayLoadBalancerArnSet"
26790
+ },
26774
26791
  "BaseEndpointDnsNames":{
26775
26792
  "shape":"ValueStringList",
26776
26793
  "locationName":"baseEndpointDnsNameSet"
@@ -26870,7 +26887,8 @@
26870
26887
  "type":"string",
26871
26888
  "enum":[
26872
26889
  "Interface",
26873
- "Gateway"
26890
+ "Gateway",
26891
+ "GatewayLoadBalancer"
26874
26892
  ]
26875
26893
  },
26876
26894
  "ServiceTypeDetail":{
@@ -30839,6 +30857,10 @@
30839
30857
  "NetworkLoadBalancerArns":{
30840
30858
  "shape":"ValueStringList",
30841
30859
  "locationName":"networkLoadBalancerArnSet"
30860
+ },
30861
+ "GatewayLoadBalancerArns":{
30862
+ "shape":"ValueStringList",
30863
+ "locationName":"gatewayLoadBalancerArnSet"
30842
30864
  }
30843
30865
  }
30844
30866
  },
@@ -30897,7 +30919,8 @@
30897
30919
  "type":"string",
30898
30920
  "enum":[
30899
30921
  "Interface",
30900
- "Gateway"
30922
+ "Gateway",
30923
+ "GatewayLoadBalancer"
30901
30924
  ]
30902
30925
  },
30903
30926
  "VpcFlowLogId":{"type":"string"},
@@ -885,8 +885,6 @@
885
885
  "type":"structure",
886
886
  "required":[
887
887
  "LoadBalancerArn",
888
- "Protocol",
889
- "Port",
890
888
  "DefaultActions"
891
889
  ],
892
890
  "members":{
@@ -1569,7 +1567,8 @@
1569
1567
  "type":"string",
1570
1568
  "enum":[
1571
1569
  "application",
1572
- "network"
1570
+ "network",
1571
+ "gateway"
1573
1572
  ]
1574
1573
  },
1575
1574
  "LoadBalancers":{
@@ -1729,7 +1728,8 @@
1729
1728
  "TCP",
1730
1729
  "TLS",
1731
1730
  "UDP",
1732
- "TCP_UDP"
1731
+ "TCP_UDP",
1732
+ "GENEVE"
1733
1733
  ]
1734
1734
  },
1735
1735
  "ProtocolVersion":{"type":"string"},
@@ -8422,13 +8422,14 @@
8422
8422
  "InvokedBefore",
8423
8423
  "Target",
8424
8424
  "Owner",
8425
- "Status"
8425
+ "Status",
8426
+ "SessionId"
8426
8427
  ]
8427
8428
  },
8428
8429
  "SessionFilterList":{
8429
8430
  "type":"list",
8430
8431
  "member":{"shape":"SessionFilter"},
8431
- "max":5,
8432
+ "max":6,
8432
8433
  "min":1
8433
8434
  },
8434
8435
  "SessionFilterValue":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.623'
2
+ VERSION = '2.11.624'
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.623
4
+ version: 2.11.624
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-11-09 00:00:00.000000000 Z
11
+ date: 2020-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath