aws-sdk-core 2.11.484 → 2.11.485

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
  SHA1:
3
- metadata.gz: 9528d82b2cb59be07231caceb7faa6c3ad3fc0b3
4
- data.tar.gz: 2f83c9fb3d1b5a28614cbbeb8ab7df9151b10910
3
+ metadata.gz: e4a0f21f6af33583a6fa4a38ba73b6d932172e09
4
+ data.tar.gz: f15a8bf3d4ec3b259113256722cf4a41405fb40d
5
5
  SHA512:
6
- metadata.gz: 9b299d5ae31d7c43cca992e546223495335fd93d01e7e8f72601ab3e1a98ca97d464963ca1c64655edd6f4cb702ee4793d36b924cde7dfdfdd4791a7a132df4b
7
- data.tar.gz: 27b6bf59057643a6e5f35d0938ee14f003d06e41484115ff2227583ed04e5a32a0cfb9c72f7ac20318304cc3ef0ba1a7b609e54a873e0273dc7e83cabbd86d7a
6
+ metadata.gz: a7c7b369f97a3b854f08b7d77b7a78b27cb740ed834d02f21fd3432bbf0920246f4188d6c975e992e0daec6c0dae24aea2b9738c13beb6b50332bdabcc740ee3
7
+ data.tar.gz: 9776c50603735442e785418242e716f81ef1f8d197f4659f458f2f39ce579fbbbd9dddafac0a32c65cc33a53ff92fe28e0c6747efae244407d859e164947c0f3
@@ -229,7 +229,8 @@
229
229
  "Name":{
230
230
  "type":"string",
231
231
  "max":100,
232
- "min":1
232
+ "min":1,
233
+ "pattern":"^\\S[\\w.-]*$"
233
234
  },
234
235
  "Names":{
235
236
  "type":"list",
@@ -253,7 +254,8 @@
253
254
  "Owner":{
254
255
  "type":"string",
255
256
  "max":100,
256
- "min":1
257
+ "min":1,
258
+ "pattern":"^\\S(.*\\S)?$"
257
259
  },
258
260
  "Owners":{
259
261
  "type":"list",
@@ -877,6 +877,10 @@
877
877
  "StreamId": {
878
878
  "shape": "__string",
879
879
  "locationName": "streamId"
880
+ },
881
+ "VpcInterfaceAttachment": {
882
+ "shape": "VpcInterfaceAttachment",
883
+ "locationName": "vpcInterfaceAttachment"
880
884
  }
881
885
  },
882
886
  "required": [
@@ -1503,6 +1507,10 @@
1503
1507
  "Transport": {
1504
1508
  "shape": "Transport",
1505
1509
  "locationName": "transport"
1510
+ },
1511
+ "VpcInterfaceAttachment": {
1512
+ "shape": "VpcInterfaceAttachment",
1513
+ "locationName": "vpcInterfaceAttachment"
1506
1514
  }
1507
1515
  },
1508
1516
  "required": [
@@ -2099,6 +2107,10 @@
2099
2107
  "StreamId": {
2100
2108
  "shape": "__string",
2101
2109
  "locationName": "streamId"
2110
+ },
2111
+ "VpcInterfaceAttachment": {
2112
+ "shape": "VpcInterfaceAttachment",
2113
+ "locationName": "vpcInterfaceAttachment"
2102
2114
  }
2103
2115
  },
2104
2116
  "required": [
@@ -2249,6 +2261,15 @@
2249
2261
  "Name"
2250
2262
  ]
2251
2263
  },
2264
+ "VpcInterfaceAttachment": {
2265
+ "type": "structure",
2266
+ "members": {
2267
+ "VpcInterfaceName": {
2268
+ "shape": "__string",
2269
+ "locationName": "vpcInterfaceName"
2270
+ }
2271
+ }
2272
+ },
2252
2273
  "VpcInterfaceRequest": {
2253
2274
  "type": "structure",
2254
2275
  "members": {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.484'
2
+ VERSION = '2.11.485'
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.484
4
+ version: 2.11.485
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-04-06 00:00:00.000000000 Z
11
+ date: 2020-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath