aws-sdk-core 2.11.248 → 2.11.249

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.
@@ -1326,7 +1326,8 @@
1326
1326
  "TapeSizeInBytes":{"shape":"TapeSize"},
1327
1327
  "TapeBarcode":{"shape":"TapeBarcode"},
1328
1328
  "KMSEncrypted":{"shape":"Boolean"},
1329
- "KMSKey":{"shape":"KMSKey"}
1329
+ "KMSKey":{"shape":"KMSKey"},
1330
+ "PoolId":{"shape":"PoolId"}
1330
1331
  }
1331
1332
  },
1332
1333
  "CreateTapeWithBarcodeOutput":{
@@ -1351,7 +1352,8 @@
1351
1352
  "NumTapesToCreate":{"shape":"NumTapesToCreate"},
1352
1353
  "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1353
1354
  "KMSEncrypted":{"shape":"Boolean"},
1354
- "KMSKey":{"shape":"KMSKey"}
1355
+ "KMSKey":{"shape":"KMSKey"},
1356
+ "PoolId":{"shape":"PoolId"}
1355
1357
  }
1356
1358
  },
1357
1359
  "CreateTapesOutput":{
@@ -2384,6 +2386,11 @@
2384
2386
  "min":1,
2385
2387
  "pattern":"^[0-7]{4}$"
2386
2388
  },
2389
+ "PoolId":{
2390
+ "type":"string",
2391
+ "max":100,
2392
+ "min":1
2393
+ },
2387
2394
  "PositiveIntObject":{
2388
2395
  "type":"integer",
2389
2396
  "min":1
@@ -2680,7 +2687,8 @@
2680
2687
  "VTLDevice":{"shape":"VTLDeviceARN"},
2681
2688
  "Progress":{"shape":"DoubleObject"},
2682
2689
  "TapeUsedInBytes":{"shape":"TapeUsage"},
2683
- "KMSKey":{"shape":"KMSKey"}
2690
+ "KMSKey":{"shape":"KMSKey"},
2691
+ "PoolId":{"shape":"PoolId"}
2684
2692
  }
2685
2693
  },
2686
2694
  "TapeARN":{
@@ -2704,7 +2712,8 @@
2704
2712
  "RetrievedTo":{"shape":"GatewayARN"},
2705
2713
  "TapeStatus":{"shape":"TapeArchiveStatus"},
2706
2714
  "TapeUsedInBytes":{"shape":"TapeUsage"},
2707
- "KMSKey":{"shape":"KMSKey"}
2715
+ "KMSKey":{"shape":"KMSKey"},
2716
+ "PoolId":{"shape":"PoolId"}
2708
2717
  }
2709
2718
  },
2710
2719
  "TapeArchiveStatus":{"type":"string"},
@@ -2736,7 +2745,8 @@
2736
2745
  "TapeBarcode":{"shape":"TapeBarcode"},
2737
2746
  "TapeSizeInBytes":{"shape":"TapeSize"},
2738
2747
  "TapeStatus":{"shape":"TapeStatus"},
2739
- "GatewayARN":{"shape":"GatewayARN"}
2748
+ "GatewayARN":{"shape":"GatewayARN"},
2749
+ "PoolId":{"shape":"PoolId"}
2740
2750
  }
2741
2751
  },
2742
2752
  "TapeInfos":{
@@ -287,6 +287,8 @@
287
287
  "CreateServerRequest":{
288
288
  "type":"structure",
289
289
  "members":{
290
+ "EndpointDetails":{"shape":"EndpointDetails"},
291
+ "EndpointType":{"shape":"EndpointType"},
290
292
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
291
293
  "IdentityProviderType":{"shape":"IdentityProviderType"},
292
294
  "LoggingRole":{"shape":"Role"},
@@ -401,6 +403,8 @@
401
403
  "required":["Arn"],
402
404
  "members":{
403
405
  "Arn":{"shape":"Arn"},
406
+ "EndpointDetails":{"shape":"EndpointDetails"},
407
+ "EndpointType":{"shape":"EndpointType"},
404
408
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
405
409
  "IdentityProviderType":{"shape":"IdentityProviderType"},
406
410
  "LoggingRole":{"shape":"Role"},
@@ -423,6 +427,19 @@
423
427
  "UserName":{"shape":"UserName"}
424
428
  }
425
429
  },
430
+ "EndpointDetails":{
431
+ "type":"structure",
432
+ "members":{
433
+ "VpcEndpointId":{"shape":"VpcEndpointId"}
434
+ }
435
+ },
436
+ "EndpointType":{
437
+ "type":"string",
438
+ "enum":[
439
+ "PUBLIC",
440
+ "VPC_ENDPOINT"
441
+ ]
442
+ },
426
443
  "HomeDirectory":{
427
444
  "type":"string",
428
445
  "max":1024,
@@ -552,6 +569,7 @@
552
569
  "members":{
553
570
  "Arn":{"shape":"Arn"},
554
571
  "IdentityProviderType":{"shape":"IdentityProviderType"},
572
+ "EndpointType":{"shape":"EndpointType"},
555
573
  "LoggingRole":{"shape":"Role"},
556
574
  "ServerId":{"shape":"ServerId"},
557
575
  "State":{"shape":"State"},
@@ -770,6 +788,8 @@
770
788
  "type":"structure",
771
789
  "required":["ServerId"],
772
790
  "members":{
791
+ "EndpointDetails":{"shape":"EndpointDetails"},
792
+ "EndpointType":{"shape":"EndpointType"},
773
793
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
774
794
  "LoggingRole":{"shape":"NullableRole"},
775
795
  "ServerId":{"shape":"ServerId"}
@@ -811,8 +831,12 @@
811
831
  "UserCount":{"type":"integer"},
812
832
  "UserName":{
813
833
  "type":"string",
814
- "pattern":"^[a-z0-9]{3,32}$"
834
+ "pattern":"^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$"
815
835
  },
816
- "UserPassword":{"type":"string"}
836
+ "UserPassword":{"type":"string"},
837
+ "VpcEndpointId":{
838
+ "type":"string",
839
+ "pattern":"^vpce-[0-9a-f]{17}$"
840
+ }
817
841
  }
818
842
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.248'
2
+ VERSION = '2.11.249'
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.248
4
+ version: 2.11.249
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: 2019-03-26 00:00:00.000000000 Z
11
+ date: 2019-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -313,6 +313,7 @@ files:
313
313
  - apis/ecs/2014-11-13/api-2.json
314
314
  - apis/ecs/2014-11-13/examples-1.json
315
315
  - apis/ecs/2014-11-13/paginators-1.json
316
+ - apis/ecs/2014-11-13/smoke.json
316
317
  - apis/ecs/2014-11-13/waiters-2.json
317
318
  - apis/eks/2017-11-01/api-2.json
318
319
  - apis/eks/2017-11-01/examples-1.json