aws-sdk-core 2.11.492 → 2.11.493

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.
@@ -4937,6 +4937,7 @@
4937
4937
  "EngineVersion":{"shape":"String"},
4938
4938
  "DBInstanceClass":{"shape":"String"},
4939
4939
  "LicenseModel":{"shape":"String"},
4940
+ "AvailabilityZoneGroup":{"shape":"String"},
4940
4941
  "Vpc":{"shape":"BooleanOptional"},
4941
4942
  "Filters":{"shape":"FilterList"},
4942
4943
  "MaxRecords":{"shape":"IntegerOptional"},
@@ -6384,6 +6385,7 @@
6384
6385
  "EngineVersion":{"shape":"String"},
6385
6386
  "DBInstanceClass":{"shape":"String"},
6386
6387
  "LicenseModel":{"shape":"String"},
6388
+ "AvailabilityZoneGroup":{"shape":"String"},
6387
6389
  "AvailabilityZones":{"shape":"AvailabilityZoneList"},
6388
6390
  "MultiAZCapable":{"shape":"Boolean"},
6389
6391
  "ReadReplicaCapable":{"shape":"Boolean"},
@@ -235,6 +235,19 @@
235
235
  {"shape":"InternalServerError"}
236
236
  ]
237
237
  },
238
+ "DeleteAutomaticTapeCreationPolicy":{
239
+ "name":"DeleteAutomaticTapeCreationPolicy",
240
+ "http":{
241
+ "method":"POST",
242
+ "requestUri":"/"
243
+ },
244
+ "input":{"shape":"DeleteAutomaticTapeCreationPolicyInput"},
245
+ "output":{"shape":"DeleteAutomaticTapeCreationPolicyOutput"},
246
+ "errors":[
247
+ {"shape":"InvalidGatewayRequestException"},
248
+ {"shape":"InternalServerError"}
249
+ ]
250
+ },
238
251
  "DeleteBandwidthRateLimit":{
239
252
  "name":"DeleteBandwidthRateLimit",
240
253
  "http":{
@@ -612,6 +625,19 @@
612
625
  {"shape":"InternalServerError"}
613
626
  ]
614
627
  },
628
+ "ListAutomaticTapeCreationPolicies":{
629
+ "name":"ListAutomaticTapeCreationPolicies",
630
+ "http":{
631
+ "method":"POST",
632
+ "requestUri":"/"
633
+ },
634
+ "input":{"shape":"ListAutomaticTapeCreationPoliciesInput"},
635
+ "output":{"shape":"ListAutomaticTapeCreationPoliciesOutput"},
636
+ "errors":[
637
+ {"shape":"InvalidGatewayRequestException"},
638
+ {"shape":"InternalServerError"}
639
+ ]
640
+ },
615
641
  "ListFileShares":{
616
642
  "name":"ListFileShares",
617
643
  "http":{
@@ -859,6 +885,19 @@
859
885
  {"shape":"InternalServerError"}
860
886
  ]
861
887
  },
888
+ "UpdateAutomaticTapeCreationPolicy":{
889
+ "name":"UpdateAutomaticTapeCreationPolicy",
890
+ "http":{
891
+ "method":"POST",
892
+ "requestUri":"/"
893
+ },
894
+ "input":{"shape":"UpdateAutomaticTapeCreationPolicyInput"},
895
+ "output":{"shape":"UpdateAutomaticTapeCreationPolicyOutput"},
896
+ "errors":[
897
+ {"shape":"InvalidGatewayRequestException"},
898
+ {"shape":"InternalServerError"}
899
+ ]
900
+ },
862
901
  "UpdateBandwidthRateLimit":{
863
902
  "name":"UpdateBandwidthRateLimit",
864
903
  "http":{
@@ -1149,6 +1188,38 @@
1149
1188
  "max":15,
1150
1189
  "min":5
1151
1190
  },
1191
+ "AutomaticTapeCreationPolicyInfo":{
1192
+ "type":"structure",
1193
+ "members":{
1194
+ "AutomaticTapeCreationRules":{"shape":"AutomaticTapeCreationRules"},
1195
+ "GatewayARN":{"shape":"GatewayARN"}
1196
+ }
1197
+ },
1198
+ "AutomaticTapeCreationPolicyInfos":{
1199
+ "type":"list",
1200
+ "member":{"shape":"AutomaticTapeCreationPolicyInfo"}
1201
+ },
1202
+ "AutomaticTapeCreationRule":{
1203
+ "type":"structure",
1204
+ "required":[
1205
+ "TapeBarcodePrefix",
1206
+ "PoolId",
1207
+ "TapeSizeInBytes",
1208
+ "MinimumNumTapes"
1209
+ ],
1210
+ "members":{
1211
+ "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1212
+ "PoolId":{"shape":"PoolId"},
1213
+ "TapeSizeInBytes":{"shape":"TapeSize"},
1214
+ "MinimumNumTapes":{"shape":"MinimumNumTapes"}
1215
+ }
1216
+ },
1217
+ "AutomaticTapeCreationRules":{
1218
+ "type":"list",
1219
+ "member":{"shape":"AutomaticTapeCreationRule"},
1220
+ "max":10,
1221
+ "min":1
1222
+ },
1152
1223
  "AvailabilityMonitorTestStatus":{
1153
1224
  "type":"string",
1154
1225
  "enum":[
@@ -1480,6 +1551,19 @@
1480
1551
  "max":6,
1481
1552
  "min":0
1482
1553
  },
1554
+ "DeleteAutomaticTapeCreationPolicyInput":{
1555
+ "type":"structure",
1556
+ "required":["GatewayARN"],
1557
+ "members":{
1558
+ "GatewayARN":{"shape":"GatewayARN"}
1559
+ }
1560
+ },
1561
+ "DeleteAutomaticTapeCreationPolicyOutput":{
1562
+ "type":"structure",
1563
+ "members":{
1564
+ "GatewayARN":{"shape":"GatewayARN"}
1565
+ }
1566
+ },
1483
1567
  "DeleteBandwidthRateLimitInput":{
1484
1568
  "type":"structure",
1485
1569
  "required":[
@@ -2287,6 +2371,18 @@
2287
2371
  "max":25,
2288
2372
  "min":1
2289
2373
  },
2374
+ "ListAutomaticTapeCreationPoliciesInput":{
2375
+ "type":"structure",
2376
+ "members":{
2377
+ "GatewayARN":{"shape":"GatewayARN"}
2378
+ }
2379
+ },
2380
+ "ListAutomaticTapeCreationPoliciesOutput":{
2381
+ "type":"structure",
2382
+ "members":{
2383
+ "AutomaticTapeCreationPolicyInfos":{"shape":"AutomaticTapeCreationPolicyInfos"}
2384
+ }
2385
+ },
2290
2386
  "ListFileSharesInput":{
2291
2387
  "type":"structure",
2292
2388
  "members":{
@@ -2428,6 +2524,11 @@
2428
2524
  "max":50,
2429
2525
  "min":2
2430
2526
  },
2527
+ "MinimumNumTapes":{
2528
+ "type":"integer",
2529
+ "max":10,
2530
+ "min":1
2531
+ },
2431
2532
  "MinuteOfHour":{
2432
2533
  "type":"integer",
2433
2534
  "max":59,
@@ -2968,6 +3069,23 @@
2968
3069
  "max":3600,
2969
3070
  "min":0
2970
3071
  },
3072
+ "UpdateAutomaticTapeCreationPolicyInput":{
3073
+ "type":"structure",
3074
+ "required":[
3075
+ "AutomaticTapeCreationRules",
3076
+ "GatewayARN"
3077
+ ],
3078
+ "members":{
3079
+ "AutomaticTapeCreationRules":{"shape":"AutomaticTapeCreationRules"},
3080
+ "GatewayARN":{"shape":"GatewayARN"}
3081
+ }
3082
+ },
3083
+ "UpdateAutomaticTapeCreationPolicyOutput":{
3084
+ "type":"structure",
3085
+ "members":{
3086
+ "GatewayARN":{"shape":"GatewayARN"}
3087
+ }
3088
+ },
2971
3089
  "UpdateBandwidthRateLimitInput":{
2972
3090
  "type":"structure",
2973
3091
  "required":["GatewayARN"],
@@ -6,7 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"AWS Transfer",
9
- "serviceFullName":"AWS Transfer for SFTP",
9
+ "serviceFullName":"AWS Transfer Family",
10
10
  "serviceId":"Transfer",
11
11
  "signatureVersion":"v4",
12
12
  "signingName":"transfer",
@@ -23,10 +23,12 @@
23
23
  "input":{"shape":"CreateServerRequest"},
24
24
  "output":{"shape":"CreateServerResponse"},
25
25
  "errors":[
26
+ {"shape":"AccessDeniedException"},
26
27
  {"shape":"ServiceUnavailableException"},
27
28
  {"shape":"InternalServiceError"},
28
29
  {"shape":"InvalidRequestException"},
29
- {"shape":"ResourceExistsException"}
30
+ {"shape":"ResourceExistsException"},
31
+ {"shape":"ThrottlingException"}
30
32
  ]
31
33
  },
32
34
  "CreateUser":{
@@ -53,6 +55,7 @@
53
55
  },
54
56
  "input":{"shape":"DeleteServerRequest"},
55
57
  "errors":[
58
+ {"shape":"AccessDeniedException"},
56
59
  {"shape":"ServiceUnavailableException"},
57
60
  {"shape":"InternalServiceError"},
58
61
  {"shape":"InvalidRequestException"},
@@ -263,6 +266,7 @@
263
266
  "input":{"shape":"UpdateServerRequest"},
264
267
  "output":{"shape":"UpdateServerResponse"},
265
268
  "errors":[
269
+ {"shape":"AccessDeniedException"},
266
270
  {"shape":"ServiceUnavailableException"},
267
271
  {"shape":"ConflictException"},
268
272
  {"shape":"InternalServiceError"},
@@ -290,6 +294,14 @@
290
294
  }
291
295
  },
292
296
  "shapes":{
297
+ "AccessDeniedException":{
298
+ "type":"structure",
299
+ "members":{
300
+ "Message":{"shape":"ServiceErrorMessage"}
301
+ },
302
+ "exception":true,
303
+ "synthetic":true
304
+ },
293
305
  "AddressAllocationId":{"type":"string"},
294
306
  "AddressAllocationIds":{
295
307
  "type":"list",
@@ -301,6 +313,10 @@
301
313
  "min":20,
302
314
  "pattern":"arn:.*"
303
315
  },
316
+ "Certificate":{
317
+ "type":"string",
318
+ "max":1600
319
+ },
304
320
  "ConflictException":{
305
321
  "type":"structure",
306
322
  "required":["Message"],
@@ -312,12 +328,14 @@
312
328
  "CreateServerRequest":{
313
329
  "type":"structure",
314
330
  "members":{
331
+ "Certificate":{"shape":"Certificate"},
315
332
  "EndpointDetails":{"shape":"EndpointDetails"},
316
333
  "EndpointType":{"shape":"EndpointType"},
317
334
  "HostKey":{"shape":"HostKey"},
318
335
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
319
336
  "IdentityProviderType":{"shape":"IdentityProviderType"},
320
337
  "LoggingRole":{"shape":"Role"},
338
+ "Protocols":{"shape":"Protocols"},
321
339
  "Tags":{"shape":"Tags"}
322
340
  }
323
341
  },
@@ -431,12 +449,14 @@
431
449
  "required":["Arn"],
432
450
  "members":{
433
451
  "Arn":{"shape":"Arn"},
452
+ "Certificate":{"shape":"Certificate"},
434
453
  "EndpointDetails":{"shape":"EndpointDetails"},
435
454
  "EndpointType":{"shape":"EndpointType"},
436
455
  "HostKeyFingerprint":{"shape":"HostKeyFingerprint"},
437
456
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
438
457
  "IdentityProviderType":{"shape":"IdentityProviderType"},
439
458
  "LoggingRole":{"shape":"Role"},
459
+ "Protocols":{"shape":"Protocols"},
440
460
  "ServerId":{"shape":"ServerId"},
441
461
  "State":{"shape":"State"},
442
462
  "Tags":{"shape":"Tags"},
@@ -691,6 +711,20 @@
691
711
  "type":"string",
692
712
  "max":2048
693
713
  },
714
+ "Protocol":{
715
+ "type":"string",
716
+ "enum":[
717
+ "SFTP",
718
+ "FTP",
719
+ "FTPS"
720
+ ]
721
+ },
722
+ "Protocols":{
723
+ "type":"list",
724
+ "member":{"shape":"Protocol"},
725
+ "max":3,
726
+ "min":1
727
+ },
694
728
  "Resource":{"type":"string"},
695
729
  "ResourceExistsException":{
696
730
  "type":"structure",
@@ -857,7 +891,8 @@
857
891
  "members":{
858
892
  "ServerId":{"shape":"ServerId"},
859
893
  "UserName":{"shape":"UserName"},
860
- "UserPassword":{"shape":"UserPassword"}
894
+ "UserPassword":{"shape":"UserPassword"},
895
+ "ServerProtocol":{"shape":"Protocol"}
861
896
  }
862
897
  },
863
898
  "TestIdentityProviderResponse":{
@@ -895,11 +930,13 @@
895
930
  "type":"structure",
896
931
  "required":["ServerId"],
897
932
  "members":{
933
+ "Certificate":{"shape":"Certificate"},
898
934
  "EndpointDetails":{"shape":"EndpointDetails"},
899
935
  "EndpointType":{"shape":"EndpointType"},
900
936
  "HostKey":{"shape":"HostKey"},
901
937
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
902
938
  "LoggingRole":{"shape":"NullableRole"},
939
+ "Protocols":{"shape":"Protocols"},
903
940
  "ServerId":{"shape":"ServerId"}
904
941
  }
905
942
  },
@@ -2587,6 +2587,7 @@
2587
2587
  "endpoints" : {
2588
2588
  "ap-southeast-2" : { },
2589
2589
  "eu-north-1" : { },
2590
+ "eu-west-1" : { },
2590
2591
  "me-south-1" : { },
2591
2592
  "us-east-2" : { },
2592
2593
  "us-west-2" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.492'
2
+ VERSION = '2.11.493'
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.492
4
+ version: 2.11.493
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-22 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath