aws-sdk-core 2.6.39 → 2.6.40

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: 4178e46a49a1c6351ea6db2d56e455632609b9b9
4
- data.tar.gz: a7bdf02353506ba32b9ab9e31661e076e1d93338
3
+ metadata.gz: 7fe1517bf93c8cd388b4488fe276c2bac93bce1a
4
+ data.tar.gz: 62e321c9a57d2336fcb0f9aa7228ce047dd92d0e
5
5
  SHA512:
6
- metadata.gz: e8c330f6eb7ab659431fdc94c2f2548f4dce116c1bd778e25856b2f8c64c530516dc6738f8625d4614a7c21b3b91b006e009e05bc5f1a6d797897e5fe07af742
7
- data.tar.gz: 417cbddfef8265f444d3eb0845bc3f80d94f35c0a0c817553a41096ff238f2878ac2187e7bec37978ad57a3b4fce6692a0a52501bf3a2f631a7ca1407a5f16fe
6
+ metadata.gz: 9d2790a37ae1108ef2aa2666c8efd7771262bd4d8db80ddc89852b94a1baa3a24cd7fd364a35ff7b10721467cc89b1edebd0016ccdf2c0b153c81933258adbb6
7
+ data.tar.gz: 032feb8a26512eee445852f235625eea534184ad2406eedcf5f6454e55c506d523ffb9e254d7deb1666bdeca5ccc6c3cffe7ec6d4610890b0a00b9deb004da2d
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"firehose-2015-08-04",
5
4
  "apiVersion":"2015-08-04",
6
5
  "endpointPrefix":"firehose",
7
6
  "jsonVersion":"1.1",
@@ -9,7 +8,8 @@
9
8
  "serviceAbbreviation":"Firehose",
10
9
  "serviceFullName":"Amazon Kinesis Firehose",
11
10
  "signatureVersion":"v4",
12
- "targetPrefix":"Firehose_20150804"
11
+ "targetPrefix":"Firehose_20150804",
12
+ "uid":"firehose-2015-08-04"
13
13
  },
14
14
  "operations":{
15
15
  "CreateDeliveryStream":{
@@ -169,7 +169,11 @@
169
169
  "required":["DeliveryStreamName"],
170
170
  "members":{
171
171
  "DeliveryStreamName":{"shape":"DeliveryStreamName"},
172
- "S3DestinationConfiguration":{"shape":"S3DestinationConfiguration"},
172
+ "S3DestinationConfiguration":{
173
+ "shape":"S3DestinationConfiguration",
174
+ "deprecated":true
175
+ },
176
+ "ExtendedS3DestinationConfiguration":{"shape":"ExtendedS3DestinationConfiguration"},
173
177
  "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
174
178
  "ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"}
175
179
  }
@@ -202,7 +206,12 @@
202
206
  "members":{
203
207
  }
204
208
  },
205
- "DeliveryStreamARN":{"type":"string"},
209
+ "DeliveryStreamARN":{
210
+ "type":"string",
211
+ "max":512,
212
+ "min":1,
213
+ "pattern":"arn:.*"
214
+ },
206
215
  "DeliveryStreamDescription":{
207
216
  "type":"structure",
208
217
  "required":[
@@ -275,6 +284,7 @@
275
284
  "members":{
276
285
  "DestinationId":{"shape":"DestinationId"},
277
286
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
287
+ "ExtendedS3DestinationDescription":{"shape":"ExtendedS3DestinationDescription"},
278
288
  "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
279
289
  "ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"}
280
290
  }
@@ -324,6 +334,7 @@
324
334
  "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
325
335
  "S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
326
336
  "S3Configuration":{"shape":"S3DestinationConfiguration"},
337
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
327
338
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
328
339
  }
329
340
  },
@@ -339,6 +350,7 @@
339
350
  "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
340
351
  "S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
341
352
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
353
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
342
354
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
343
355
  }
344
356
  },
@@ -353,6 +365,7 @@
353
365
  "BufferingHints":{"shape":"ElasticsearchBufferingHints"},
354
366
  "RetryOptions":{"shape":"ElasticsearchRetryOptions"},
355
367
  "S3Update":{"shape":"S3DestinationUpdate"},
368
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
356
369
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
357
370
  }
358
371
  },
@@ -409,6 +422,62 @@
409
422
  },
410
423
  "ErrorCode":{"type":"string"},
411
424
  "ErrorMessage":{"type":"string"},
425
+ "ExtendedS3DestinationConfiguration":{
426
+ "type":"structure",
427
+ "required":[
428
+ "RoleARN",
429
+ "BucketARN"
430
+ ],
431
+ "members":{
432
+ "RoleARN":{"shape":"RoleARN"},
433
+ "BucketARN":{"shape":"BucketARN"},
434
+ "Prefix":{"shape":"Prefix"},
435
+ "BufferingHints":{"shape":"BufferingHints"},
436
+ "CompressionFormat":{"shape":"CompressionFormat"},
437
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
438
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
439
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
440
+ "S3BackupMode":{"shape":"S3BackupMode"},
441
+ "S3BackupConfiguration":{"shape":"S3DestinationConfiguration"}
442
+ }
443
+ },
444
+ "ExtendedS3DestinationDescription":{
445
+ "type":"structure",
446
+ "required":[
447
+ "RoleARN",
448
+ "BucketARN",
449
+ "BufferingHints",
450
+ "CompressionFormat",
451
+ "EncryptionConfiguration"
452
+ ],
453
+ "members":{
454
+ "RoleARN":{"shape":"RoleARN"},
455
+ "BucketARN":{"shape":"BucketARN"},
456
+ "Prefix":{"shape":"Prefix"},
457
+ "BufferingHints":{"shape":"BufferingHints"},
458
+ "CompressionFormat":{"shape":"CompressionFormat"},
459
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
460
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
461
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
462
+ "S3BackupMode":{"shape":"S3BackupMode"},
463
+ "S3BackupDescription":{"shape":"S3DestinationDescription"}
464
+ }
465
+ },
466
+ "ExtendedS3DestinationUpdate":{
467
+ "type":"structure",
468
+ "members":{
469
+ "RoleARN":{"shape":"RoleARN"},
470
+ "BucketARN":{"shape":"BucketARN"},
471
+ "Prefix":{"shape":"Prefix"},
472
+ "BufferingHints":{"shape":"BufferingHints"},
473
+ "CompressionFormat":{"shape":"CompressionFormat"},
474
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
475
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
476
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
477
+ "S3BackupMode":{"shape":"S3BackupMode"},
478
+ "S3BackupUpdate":{"shape":"S3DestinationUpdate"}
479
+ }
480
+ },
412
481
  "IntervalInSeconds":{
413
482
  "type":"integer",
414
483
  "max":900,
@@ -474,6 +543,56 @@
474
543
  "sensitive":true
475
544
  },
476
545
  "Prefix":{"type":"string"},
546
+ "ProcessingConfiguration":{
547
+ "type":"structure",
548
+ "members":{
549
+ "Enabled":{"shape":"BooleanObject"},
550
+ "Processors":{"shape":"ProcessorList"}
551
+ }
552
+ },
553
+ "Processor":{
554
+ "type":"structure",
555
+ "required":["Type"],
556
+ "members":{
557
+ "Type":{"shape":"ProcessorType"},
558
+ "Parameters":{"shape":"ProcessorParameterList"}
559
+ }
560
+ },
561
+ "ProcessorList":{
562
+ "type":"list",
563
+ "member":{"shape":"Processor"}
564
+ },
565
+ "ProcessorParameter":{
566
+ "type":"structure",
567
+ "required":[
568
+ "ParameterName",
569
+ "ParameterValue"
570
+ ],
571
+ "members":{
572
+ "ParameterName":{"shape":"ProcessorParameterName"},
573
+ "ParameterValue":{"shape":"ProcessorParameterValue"}
574
+ }
575
+ },
576
+ "ProcessorParameterList":{
577
+ "type":"list",
578
+ "member":{"shape":"ProcessorParameter"}
579
+ },
580
+ "ProcessorParameterName":{
581
+ "type":"string",
582
+ "enum":[
583
+ "LambdaArn",
584
+ "NumberOfRetries"
585
+ ]
586
+ },
587
+ "ProcessorParameterValue":{
588
+ "type":"string",
589
+ "max":512,
590
+ "min":1
591
+ },
592
+ "ProcessorType":{
593
+ "type":"string",
594
+ "enum":["Lambda"]
595
+ },
477
596
  "PutRecordBatchInput":{
478
597
  "type":"structure",
479
598
  "required":[
@@ -563,6 +682,9 @@
563
682
  "Password":{"shape":"Password"},
564
683
  "RetryOptions":{"shape":"RedshiftRetryOptions"},
565
684
  "S3Configuration":{"shape":"S3DestinationConfiguration"},
685
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
686
+ "S3BackupMode":{"shape":"RedshiftS3BackupMode"},
687
+ "S3BackupConfiguration":{"shape":"S3DestinationConfiguration"},
566
688
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
567
689
  }
568
690
  },
@@ -582,6 +704,9 @@
582
704
  "Username":{"shape":"Username"},
583
705
  "RetryOptions":{"shape":"RedshiftRetryOptions"},
584
706
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
707
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
708
+ "S3BackupMode":{"shape":"RedshiftS3BackupMode"},
709
+ "S3BackupDescription":{"shape":"S3DestinationDescription"},
585
710
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
586
711
  }
587
712
  },
@@ -595,6 +720,9 @@
595
720
  "Password":{"shape":"Password"},
596
721
  "RetryOptions":{"shape":"RedshiftRetryOptions"},
597
722
  "S3Update":{"shape":"S3DestinationUpdate"},
723
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
724
+ "S3BackupMode":{"shape":"RedshiftS3BackupMode"},
725
+ "S3BackupUpdate":{"shape":"S3DestinationUpdate"},
598
726
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
599
727
  }
600
728
  },
@@ -609,6 +737,13 @@
609
737
  "DurationInSeconds":{"shape":"RedshiftRetryDurationInSeconds"}
610
738
  }
611
739
  },
740
+ "RedshiftS3BackupMode":{
741
+ "type":"string",
742
+ "enum":[
743
+ "Disabled",
744
+ "Enabled"
745
+ ]
746
+ },
612
747
  "ResourceInUseException":{
613
748
  "type":"structure",
614
749
  "members":{
@@ -629,6 +764,13 @@
629
764
  "min":1,
630
765
  "pattern":"arn:.*"
631
766
  },
767
+ "S3BackupMode":{
768
+ "type":"string",
769
+ "enum":[
770
+ "Disabled",
771
+ "Enabled"
772
+ ]
773
+ },
632
774
  "S3DestinationConfiguration":{
633
775
  "type":"structure",
634
776
  "required":[
@@ -701,7 +843,11 @@
701
843
  "DeliveryStreamName":{"shape":"DeliveryStreamName"},
702
844
  "CurrentDeliveryStreamVersionId":{"shape":"DeliveryStreamVersionId"},
703
845
  "DestinationId":{"shape":"DestinationId"},
704
- "S3DestinationUpdate":{"shape":"S3DestinationUpdate"},
846
+ "S3DestinationUpdate":{
847
+ "shape":"S3DestinationUpdate",
848
+ "deprecated":true
849
+ },
850
+ "ExtendedS3DestinationUpdate":{"shape":"ExtendedS3DestinationUpdate"},
705
851
  "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
706
852
  "ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"}
707
853
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -2756,7 +2756,9 @@
2756
2756
  "us-east-2",
2757
2757
  "us-west-1",
2758
2758
  "us-west-2",
2759
+ "ca-central-1",
2759
2760
  "eu-west-1",
2761
+ "eu-west-2",
2760
2762
  "eu-central-1",
2761
2763
  "ap-southeast-1",
2762
2764
  "ap-southeast-2",
@@ -3044,7 +3046,8 @@
3044
3046
  },
3045
3047
  "TrafficPolicyId":{
3046
3048
  "type":"string",
3047
- "max":36
3049
+ "max":36,
3050
+ "min":1
3048
3051
  },
3049
3052
  "TrafficPolicyInUse":{
3050
3053
  "type":"structure",
@@ -3090,7 +3093,8 @@
3090
3093
  "TrafficPolicyInstanceCount":{"type":"integer"},
3091
3094
  "TrafficPolicyInstanceId":{
3092
3095
  "type":"string",
3093
- "max":36
3096
+ "max":36,
3097
+ "min":1
3094
3098
  },
3095
3099
  "TrafficPolicyInstanceState":{"type":"string"},
3096
3100
  "TrafficPolicyInstances":{
@@ -3278,6 +3282,7 @@
3278
3282
  "us-west-1",
3279
3283
  "us-west-2",
3280
3284
  "eu-west-1",
3285
+ "eu-west-2",
3281
3286
  "eu-central-1",
3282
3287
  "ap-southeast-1",
3283
3288
  "ap-southeast-2",
@@ -3285,6 +3290,7 @@
3285
3290
  "ap-northeast-1",
3286
3291
  "ap-northeast-2",
3287
3292
  "sa-east-1",
3293
+ "ca-central-1",
3288
3294
  "cn-north-1"
3289
3295
  ],
3290
3296
  "max":64,
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"storagegateway-2013-06-30",
5
4
  "apiVersion":"2013-06-30",
6
5
  "endpointPrefix":"storagegateway",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceFullName":"AWS Storage Gateway",
10
9
  "signatureVersion":"v4",
11
- "targetPrefix":"StorageGateway_20130630"
10
+ "targetPrefix":"StorageGateway_20130630",
11
+ "uid":"storagegateway-2013-06-30"
12
12
  },
13
13
  "operations":{
14
14
  "ActivateGateway":{
@@ -115,6 +115,19 @@
115
115
  {"shape":"InternalServerError"}
116
116
  ]
117
117
  },
118
+ "CreateNFSFileShare":{
119
+ "name":"CreateNFSFileShare",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/"
123
+ },
124
+ "input":{"shape":"CreateNFSFileShareInput"},
125
+ "output":{"shape":"CreateNFSFileShareOutput"},
126
+ "errors":[
127
+ {"shape":"InvalidGatewayRequestException"},
128
+ {"shape":"InternalServerError"}
129
+ ]
130
+ },
118
131
  "CreateSnapshot":{
119
132
  "name":"CreateSnapshot",
120
133
  "http":{
@@ -125,7 +138,8 @@
125
138
  "output":{"shape":"CreateSnapshotOutput"},
126
139
  "errors":[
127
140
  {"shape":"InvalidGatewayRequestException"},
128
- {"shape":"InternalServerError"}
141
+ {"shape":"InternalServerError"},
142
+ {"shape":"ServiceUnavailableError"}
129
143
  ]
130
144
  },
131
145
  "CreateSnapshotFromVolumeRecoveryPoint":{
@@ -138,7 +152,8 @@
138
152
  "output":{"shape":"CreateSnapshotFromVolumeRecoveryPointOutput"},
139
153
  "errors":[
140
154
  {"shape":"InvalidGatewayRequestException"},
141
- {"shape":"InternalServerError"}
155
+ {"shape":"InternalServerError"},
156
+ {"shape":"ServiceUnavailableError"}
142
157
  ]
143
158
  },
144
159
  "CreateStorediSCSIVolume":{
@@ -206,6 +221,19 @@
206
221
  {"shape":"InternalServerError"}
207
222
  ]
208
223
  },
224
+ "DeleteFileShare":{
225
+ "name":"DeleteFileShare",
226
+ "http":{
227
+ "method":"POST",
228
+ "requestUri":"/"
229
+ },
230
+ "input":{"shape":"DeleteFileShareInput"},
231
+ "output":{"shape":"DeleteFileShareOutput"},
232
+ "errors":[
233
+ {"shape":"InvalidGatewayRequestException"},
234
+ {"shape":"InternalServerError"}
235
+ ]
236
+ },
209
237
  "DeleteGateway":{
210
238
  "name":"DeleteGateway",
211
239
  "http":{
@@ -349,6 +377,19 @@
349
377
  {"shape":"InternalServerError"}
350
378
  ]
351
379
  },
380
+ "DescribeNFSFileShares":{
381
+ "name":"DescribeNFSFileShares",
382
+ "http":{
383
+ "method":"POST",
384
+ "requestUri":"/"
385
+ },
386
+ "input":{"shape":"DescribeNFSFileSharesInput"},
387
+ "output":{"shape":"DescribeNFSFileSharesOutput"},
388
+ "errors":[
389
+ {"shape":"InvalidGatewayRequestException"},
390
+ {"shape":"InternalServerError"}
391
+ ]
392
+ },
352
393
  "DescribeSnapshotSchedule":{
353
394
  "name":"DescribeSnapshotSchedule",
354
395
  "http":{
@@ -466,6 +507,19 @@
466
507
  {"shape":"InternalServerError"}
467
508
  ]
468
509
  },
510
+ "ListFileShares":{
511
+ "name":"ListFileShares",
512
+ "http":{
513
+ "method":"POST",
514
+ "requestUri":"/"
515
+ },
516
+ "input":{"shape":"ListFileSharesInput"},
517
+ "output":{"shape":"ListFileSharesOutput"},
518
+ "errors":[
519
+ {"shape":"InvalidGatewayRequestException"},
520
+ {"shape":"InternalServerError"}
521
+ ]
522
+ },
469
523
  "ListGateways":{
470
524
  "name":"ListGateways",
471
525
  "http":{
@@ -713,6 +767,19 @@
713
767
  {"shape":"InternalServerError"}
714
768
  ]
715
769
  },
770
+ "UpdateNFSFileShare":{
771
+ "name":"UpdateNFSFileShare",
772
+ "http":{
773
+ "method":"POST",
774
+ "requestUri":"/"
775
+ },
776
+ "input":{"shape":"UpdateNFSFileShareInput"},
777
+ "output":{"shape":"UpdateNFSFileShareOutput"},
778
+ "errors":[
779
+ {"shape":"InvalidGatewayRequestException"},
780
+ {"shape":"InternalServerError"}
781
+ ]
782
+ },
716
783
  "UpdateSnapshotSchedule":{
717
784
  "name":"UpdateSnapshotSchedule",
718
785
  "http":{
@@ -851,6 +918,7 @@
851
918
  "type":"long",
852
919
  "min":51200
853
920
  },
921
+ "Boolean":{"type":"boolean"},
854
922
  "CachediSCSIVolume":{
855
923
  "type":"structure",
856
924
  "members":{
@@ -861,7 +929,8 @@
861
929
  "VolumeSizeInBytes":{"shape":"long"},
862
930
  "VolumeProgress":{"shape":"DoubleObject"},
863
931
  "SourceSnapshotId":{"shape":"SnapshotId"},
864
- "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"}
932
+ "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
933
+ "CreatedDate":{"shape":"CreatedDate"}
865
934
  }
866
935
  },
867
936
  "CachediSCSIVolumes":{
@@ -939,6 +1008,7 @@
939
1008
  "VolumeSizeInBytes":{"shape":"long"},
940
1009
  "SnapshotId":{"shape":"SnapshotId"},
941
1010
  "TargetName":{"shape":"TargetName"},
1011
+ "SourceVolumeARN":{"shape":"VolumeARN"},
942
1012
  "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
943
1013
  "ClientToken":{"shape":"ClientToken"}
944
1014
  }
@@ -950,6 +1020,31 @@
950
1020
  "TargetARN":{"shape":"TargetARN"}
951
1021
  }
952
1022
  },
1023
+ "CreateNFSFileShareInput":{
1024
+ "type":"structure",
1025
+ "required":[
1026
+ "ClientToken",
1027
+ "GatewayARN",
1028
+ "Role",
1029
+ "LocationARN"
1030
+ ],
1031
+ "members":{
1032
+ "ClientToken":{"shape":"ClientToken"},
1033
+ "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
1034
+ "GatewayARN":{"shape":"GatewayARN"},
1035
+ "KMSEncrypted":{"shape":"Boolean"},
1036
+ "KMSKey":{"shape":"KMSKey"},
1037
+ "Role":{"shape":"Role"},
1038
+ "LocationARN":{"shape":"LocationARN"},
1039
+ "DefaultStorageClass":{"shape":"StorageClass"}
1040
+ }
1041
+ },
1042
+ "CreateNFSFileShareOutput":{
1043
+ "type":"structure",
1044
+ "members":{
1045
+ "FileShareARN":{"shape":"FileShareARN"}
1046
+ }
1047
+ },
953
1048
  "CreateSnapshotFromVolumeRecoveryPointInput":{
954
1049
  "type":"structure",
955
1050
  "required":[
@@ -1055,6 +1150,7 @@
1055
1150
  "TapeARNs":{"shape":"TapeARNs"}
1056
1151
  }
1057
1152
  },
1153
+ "CreatedDate":{"type":"timestamp"},
1058
1154
  "DayOfWeek":{
1059
1155
  "type":"integer",
1060
1156
  "max":6,
@@ -1095,6 +1191,19 @@
1095
1191
  "InitiatorName":{"shape":"IqnName"}
1096
1192
  }
1097
1193
  },
1194
+ "DeleteFileShareInput":{
1195
+ "type":"structure",
1196
+ "required":["FileShareARN"],
1197
+ "members":{
1198
+ "FileShareARN":{"shape":"FileShareARN"}
1199
+ }
1200
+ },
1201
+ "DeleteFileShareOutput":{
1202
+ "type":"structure",
1203
+ "members":{
1204
+ "FileShareARN":{"shape":"FileShareARN"}
1205
+ }
1206
+ },
1098
1207
  "DeleteGatewayInput":{
1099
1208
  "type":"structure",
1100
1209
  "required":["GatewayARN"],
@@ -1262,6 +1371,19 @@
1262
1371
  "Timezone":{"shape":"GatewayTimezone"}
1263
1372
  }
1264
1373
  },
1374
+ "DescribeNFSFileSharesInput":{
1375
+ "type":"structure",
1376
+ "required":["FileShareARNList"],
1377
+ "members":{
1378
+ "FileShareARNList":{"shape":"FileShareARNList"}
1379
+ }
1380
+ },
1381
+ "DescribeNFSFileSharesOutput":{
1382
+ "type":"structure",
1383
+ "members":{
1384
+ "NFSFileShareInfoList":{"shape":"NFSFileShareInfoList"}
1385
+ }
1386
+ },
1265
1387
  "DescribeSnapshotScheduleInput":{
1266
1388
  "type":"structure",
1267
1389
  "required":["VolumeARN"],
@@ -1520,6 +1642,40 @@
1520
1642
  "VolumeNotReady"
1521
1643
  ]
1522
1644
  },
1645
+ "FileShareARN":{
1646
+ "type":"string",
1647
+ "max":500,
1648
+ "min":50
1649
+ },
1650
+ "FileShareARNList":{
1651
+ "type":"list",
1652
+ "member":{"shape":"FileShareARN"},
1653
+ "max":10,
1654
+ "min":1
1655
+ },
1656
+ "FileShareId":{
1657
+ "type":"string",
1658
+ "max":30,
1659
+ "min":12
1660
+ },
1661
+ "FileShareInfo":{
1662
+ "type":"structure",
1663
+ "members":{
1664
+ "FileShareARN":{"shape":"FileShareARN"},
1665
+ "FileShareId":{"shape":"FileShareId"},
1666
+ "FileShareStatus":{"shape":"FileShareStatus"},
1667
+ "GatewayARN":{"shape":"GatewayARN"}
1668
+ }
1669
+ },
1670
+ "FileShareInfoList":{
1671
+ "type":"list",
1672
+ "member":{"shape":"FileShareInfo"}
1673
+ },
1674
+ "FileShareStatus":{
1675
+ "type":"string",
1676
+ "max":50,
1677
+ "min":3
1678
+ },
1523
1679
  "GatewayARN":{
1524
1680
  "type":"string",
1525
1681
  "max":500,
@@ -1610,11 +1766,32 @@
1610
1766
  "min":1,
1611
1767
  "pattern":"[0-9a-z:.-]+"
1612
1768
  },
1769
+ "KMSKey":{
1770
+ "type":"string",
1771
+ "max":2048,
1772
+ "min":20
1773
+ },
1613
1774
  "LastSoftwareUpdate":{
1614
1775
  "type":"string",
1615
1776
  "max":25,
1616
1777
  "min":1
1617
1778
  },
1779
+ "ListFileSharesInput":{
1780
+ "type":"structure",
1781
+ "members":{
1782
+ "GatewayARN":{"shape":"GatewayARN"},
1783
+ "Limit":{"shape":"PositiveIntObject"},
1784
+ "Marker":{"shape":"Marker"}
1785
+ }
1786
+ },
1787
+ "ListFileSharesOutput":{
1788
+ "type":"structure",
1789
+ "members":{
1790
+ "Marker":{"shape":"Marker"},
1791
+ "NextMarker":{"shape":"Marker"},
1792
+ "FileShareInfoList":{"shape":"FileShareInfoList"}
1793
+ }
1794
+ },
1618
1795
  "ListGatewaysInput":{
1619
1796
  "type":"structure",
1620
1797
  "members":{
@@ -1725,6 +1902,11 @@
1725
1902
  "pattern":"^[ -~]+$",
1726
1903
  "sensitive":true
1727
1904
  },
1905
+ "LocationARN":{
1906
+ "type":"string",
1907
+ "max":310,
1908
+ "min":16
1909
+ },
1728
1910
  "Marker":{
1729
1911
  "type":"string",
1730
1912
  "max":1000,
@@ -1740,6 +1922,35 @@
1740
1922
  "max":59,
1741
1923
  "min":0
1742
1924
  },
1925
+ "NFSFileShareDefaults":{
1926
+ "type":"structure",
1927
+ "members":{
1928
+ "FileMode":{"shape":"PermissionMode"},
1929
+ "DirectoryMode":{"shape":"PermissionMode"},
1930
+ "GroupId":{"shape":"PermissionId"},
1931
+ "OwnerId":{"shape":"PermissionId"}
1932
+ }
1933
+ },
1934
+ "NFSFileShareInfo":{
1935
+ "type":"structure",
1936
+ "members":{
1937
+ "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
1938
+ "FileShareARN":{"shape":"FileShareARN"},
1939
+ "FileShareId":{"shape":"FileShareId"},
1940
+ "FileShareStatus":{"shape":"FileShareStatus"},
1941
+ "GatewayARN":{"shape":"GatewayARN"},
1942
+ "KMSEncrypted":{"shape":"boolean"},
1943
+ "KMSKey":{"shape":"KMSKey"},
1944
+ "Path":{"shape":"Path"},
1945
+ "Role":{"shape":"Role"},
1946
+ "LocationARN":{"shape":"LocationARN"},
1947
+ "DefaultStorageClass":{"shape":"StorageClass"}
1948
+ }
1949
+ },
1950
+ "NFSFileShareInfoList":{
1951
+ "type":"list",
1952
+ "member":{"shape":"NFSFileShareInfo"}
1953
+ },
1743
1954
  "NetworkInterface":{
1744
1955
  "type":"structure",
1745
1956
  "members":{
@@ -1762,6 +1973,18 @@
1762
1973
  "max":10,
1763
1974
  "min":1
1764
1975
  },
1976
+ "Path":{"type":"string"},
1977
+ "PermissionId":{
1978
+ "type":"long",
1979
+ "max":4294967294,
1980
+ "min":0
1981
+ },
1982
+ "PermissionMode":{
1983
+ "type":"string",
1984
+ "max":4,
1985
+ "min":1,
1986
+ "pattern":"^[0-7]{4}$"
1987
+ },
1765
1988
  "PositiveIntObject":{
1766
1989
  "type":"integer",
1767
1990
  "min":1
@@ -1845,6 +2068,19 @@
1845
2068
  "TapeARN":{"shape":"TapeARN"}
1846
2069
  }
1847
2070
  },
2071
+ "Role":{
2072
+ "type":"string",
2073
+ "max":2048,
2074
+ "min":20
2075
+ },
2076
+ "ServiceUnavailableError":{
2077
+ "type":"structure",
2078
+ "members":{
2079
+ "message":{"shape":"string"},
2080
+ "error":{"shape":"StorageGatewayError"}
2081
+ },
2082
+ "exception":true
2083
+ },
1848
2084
  "SetLocalConsolePasswordInput":{
1849
2085
  "type":"structure",
1850
2086
  "required":[
@@ -1897,6 +2133,11 @@
1897
2133
  "GatewayARN":{"shape":"GatewayARN"}
1898
2134
  }
1899
2135
  },
2136
+ "StorageClass":{
2137
+ "type":"string",
2138
+ "max":20,
2139
+ "min":5
2140
+ },
1900
2141
  "StorageGatewayError":{
1901
2142
  "type":"structure",
1902
2143
  "members":{
@@ -1916,7 +2157,8 @@
1916
2157
  "VolumeDiskId":{"shape":"DiskId"},
1917
2158
  "SourceSnapshotId":{"shape":"SnapshotId"},
1918
2159
  "PreservedExistingData":{"shape":"boolean"},
1919
- "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"}
2160
+ "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
2161
+ "CreatedDate":{"shape":"CreatedDate"}
1920
2162
  }
1921
2163
  },
1922
2164
  "StorediSCSIVolumes":{
@@ -1957,6 +2199,7 @@
1957
2199
  "members":{
1958
2200
  "TapeARN":{"shape":"TapeARN"},
1959
2201
  "TapeBarcode":{"shape":"TapeBarcode"},
2202
+ "TapeCreatedDate":{"shape":"Time"},
1960
2203
  "TapeSizeInBytes":{"shape":"TapeSize"},
1961
2204
  "TapeStatus":{"shape":"TapeStatus"},
1962
2205
  "VTLDevice":{"shape":"VTLDeviceARN"},
@@ -1966,7 +2209,8 @@
1966
2209
  "TapeARN":{
1967
2210
  "type":"string",
1968
2211
  "max":500,
1969
- "min":50
2212
+ "min":50,
2213
+ "pattern":"^arn:(aws|aws-cn):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$"
1970
2214
  },
1971
2215
  "TapeARNs":{
1972
2216
  "type":"list",
@@ -1977,6 +2221,7 @@
1977
2221
  "members":{
1978
2222
  "TapeARN":{"shape":"TapeARN"},
1979
2223
  "TapeBarcode":{"shape":"TapeBarcode"},
2224
+ "TapeCreatedDate":{"shape":"Time"},
1980
2225
  "TapeSizeInBytes":{"shape":"TapeSize"},
1981
2226
  "CompletionTime":{"shape":"Time"},
1982
2227
  "RetrievedTo":{"shape":"GatewayARN"},
@@ -2137,6 +2382,23 @@
2137
2382
  "GatewayARN":{"shape":"GatewayARN"}
2138
2383
  }
2139
2384
  },
2385
+ "UpdateNFSFileShareInput":{
2386
+ "type":"structure",
2387
+ "required":["FileShareARN"],
2388
+ "members":{
2389
+ "FileShareARN":{"shape":"FileShareARN"},
2390
+ "KMSEncrypted":{"shape":"Boolean"},
2391
+ "KMSKey":{"shape":"KMSKey"},
2392
+ "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
2393
+ "DefaultStorageClass":{"shape":"StorageClass"}
2394
+ }
2395
+ },
2396
+ "UpdateNFSFileShareOutput":{
2397
+ "type":"structure",
2398
+ "members":{
2399
+ "FileShareARN":{"shape":"FileShareARN"}
2400
+ }
2401
+ },
2140
2402
  "UpdateSnapshotScheduleInput":{
2141
2403
  "type":"structure",
2142
2404
  "required":[