aws-sdk-core 2.11.460 → 2.11.461

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: beffa8bcb049aa730c80c1fcdfdbcca654418dbf
4
- data.tar.gz: a1f5e1b298ac87ccadaf030d622a36ce1328190e
3
+ metadata.gz: 8935dad69f39755dbd78c2defe60def145e3840a
4
+ data.tar.gz: 8d6501b0b9142f66237a356e0f77772a8973b376
5
5
  SHA512:
6
- metadata.gz: 84cf9252fa61e7ab46f08d26b65c0ddb0cf2c8e60bf72f80475f77ab027a14498b617d565f3c4f9650b7e96be968061501db39d50ee19e0326d84de035241580
7
- data.tar.gz: b6e29fb9af2af94aedf92e10d84a40f24ae5c1b6c043fe07e32950b8b0e9728b6a649fc54840f8e0ed926169a1c3973c422ea4fc7ab50a4f1f73fd9262917a1f
6
+ metadata.gz: 013e2f28b7a661af16c3d35794c32d7be28c41214a2973a8d180527e79b4340cb55829bd75c5bdc04588369feb5a946cc8b3ecd1829b2ff39201b55b8ce2d9e6
7
+ data.tar.gz: 77957d6bd984c93bc8a48ca23cbc6a02771a1fc16f32a3dffad66df24fc711b6d42778c1a5c485988a4371986f1d0e64f5898223e22cf5700e40c6b7ff86da90
@@ -5810,6 +5810,14 @@
5810
5810
  "Tags":{
5811
5811
  "shape":"TagList",
5812
5812
  "locationName":"tagSet"
5813
+ },
5814
+ "SecurityGroupIds":{
5815
+ "shape":"ClientVpnSecurityGroupIdSet",
5816
+ "locationName":"securityGroupIdSet"
5817
+ },
5818
+ "VpcId":{
5819
+ "shape":"VpcId",
5820
+ "locationName":"vpcId"
5813
5821
  }
5814
5822
  }
5815
5823
  },
@@ -6334,7 +6342,12 @@
6334
6342
  "TagSpecifications":{
6335
6343
  "shape":"TagSpecificationList",
6336
6344
  "locationName":"TagSpecification"
6337
- }
6345
+ },
6346
+ "SecurityGroupIds":{
6347
+ "shape":"ClientVpnSecurityGroupIdSet",
6348
+ "locationName":"SecurityGroupId"
6349
+ },
6350
+ "VpcId":{"shape":"VpcId"}
6338
6351
  }
6339
6352
  },
6340
6353
  "CreateClientVpnEndpointResult":{
@@ -19668,7 +19681,12 @@
19668
19681
  "VpnPort":{"shape":"Integer"},
19669
19682
  "Description":{"shape":"String"},
19670
19683
  "SplitTunnel":{"shape":"Boolean"},
19671
- "DryRun":{"shape":"Boolean"}
19684
+ "DryRun":{"shape":"Boolean"},
19685
+ "SecurityGroupIds":{
19686
+ "shape":"ClientVpnSecurityGroupIdSet",
19687
+ "locationName":"SecurityGroupId"
19688
+ },
19689
+ "VpcId":{"shape":"VpcId"}
19672
19690
  }
19673
19691
  },
19674
19692
  "ModifyClientVpnEndpointResult":{
@@ -416,7 +416,8 @@
416
416
  "certificateAuthority":{"shape":"Certificate"},
417
417
  "clientRequestToken":{"shape":"String"},
418
418
  "platformVersion":{"shape":"String"},
419
- "tags":{"shape":"TagMap"}
419
+ "tags":{"shape":"TagMap"},
420
+ "encryptionConfig":{"shape":"EncryptionConfigList"}
420
421
  }
421
422
  },
422
423
  "ClusterName":{
@@ -452,7 +453,8 @@
452
453
  "shape":"String",
453
454
  "idempotencyToken":true
454
455
  },
455
- "tags":{"shape":"TagMap"}
456
+ "tags":{"shape":"TagMap"},
457
+ "encryptionConfig":{"shape":"EncryptionConfigList"}
456
458
  }
457
459
  },
458
460
  "CreateClusterResponse":{
@@ -693,6 +695,18 @@
693
695
  "update":{"shape":"Update"}
694
696
  }
695
697
  },
698
+ "EncryptionConfig":{
699
+ "type":"structure",
700
+ "members":{
701
+ "resources":{"shape":"StringList"},
702
+ "provider":{"shape":"Provider"}
703
+ }
704
+ },
705
+ "EncryptionConfigList":{
706
+ "type":"list",
707
+ "member":{"shape":"EncryptionConfig"},
708
+ "max":1
709
+ },
696
710
  "ErrorCode":{
697
711
  "type":"string",
698
712
  "enum":[
@@ -1073,6 +1087,12 @@
1073
1087
  "issuer":{"shape":"String"}
1074
1088
  }
1075
1089
  },
1090
+ "Provider":{
1091
+ "type":"structure",
1092
+ "members":{
1093
+ "keyArn":{"shape":"String"}
1094
+ }
1095
+ },
1076
1096
  "RemoteAccessConfig":{
1077
1097
  "type":"structure",
1078
1098
  "members":{
@@ -2644,6 +2644,15 @@
2644
2644
  }
2645
2645
  }
2646
2646
  },
2647
+ "LocalIpDetails":{
2648
+ "type":"structure",
2649
+ "members":{
2650
+ "IpAddressV4":{
2651
+ "shape":"String",
2652
+ "locationName":"ipAddressV4"
2653
+ }
2654
+ }
2655
+ },
2647
2656
  "LocalPortDetails":{
2648
2657
  "type":"structure",
2649
2658
  "members":{
@@ -2763,6 +2772,10 @@
2763
2772
  "shape":"String",
2764
2773
  "locationName":"protocol"
2765
2774
  },
2775
+ "LocalIpDetails":{
2776
+ "shape":"LocalIpDetails",
2777
+ "locationName":"localIpDetails"
2778
+ },
2766
2779
  "RemoteIpDetails":{
2767
2780
  "shape":"RemoteIpDetails",
2768
2781
  "locationName":"remoteIpDetails"
@@ -2874,6 +2887,10 @@
2874
2887
  "shape":"LocalPortDetails",
2875
2888
  "locationName":"localPortDetails"
2876
2889
  },
2890
+ "LocalIpDetails":{
2891
+ "shape":"LocalIpDetails",
2892
+ "locationName":"localIpDetails"
2893
+ },
2877
2894
  "RemoteIpDetails":{
2878
2895
  "shape":"RemoteIpDetails",
2879
2896
  "locationName":"remoteIpDetails"
@@ -843,7 +843,7 @@
843
843
  "type":"string",
844
844
  "max":128,
845
845
  "min":1,
846
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\\\\\-@]*)$"
846
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
847
847
  },
848
848
  "TagKeyList":{
849
849
  "type":"list",
@@ -877,7 +877,7 @@
877
877
  "type":"string",
878
878
  "max":256,
879
879
  "min":0,
880
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\\\\\-@]*)$"
880
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
881
881
  },
882
882
  "TimeWindowDefinition":{
883
883
  "type":"string",
@@ -929,6 +929,7 @@
929
929
  "ap-southeast-2" : { },
930
930
  "ca-central-1" : { },
931
931
  "eu-central-1" : { },
932
+ "eu-north-1" : { },
932
933
  "eu-west-1" : { },
933
934
  "eu-west-2" : { },
934
935
  "us-east-1" : { },
@@ -4140,6 +4141,12 @@
4140
4141
  }
4141
4142
  },
4142
4143
  "services" : {
4144
+ "acm" : {
4145
+ "endpoints" : {
4146
+ "cn-north-1" : { },
4147
+ "cn-northwest-1" : { }
4148
+ }
4149
+ },
4143
4150
  "api.ecr" : {
4144
4151
  "endpoints" : {
4145
4152
  "cn-north-1" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.460'
2
+ VERSION = '2.11.461'
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.460
4
+ version: 2.11.461
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-03-04 00:00:00.000000000 Z
11
+ date: 2020-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath