aws-sdk-core 2.0.0.rc7 → 2.0.0.rc8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -5
  3. data/README.md +2 -2
  4. data/apis/CloudFormation-2010-05-15.json +27 -0
  5. data/apis/CloudSearch-2013-01-01.json +16 -0
  6. data/apis/CloudWatch-2010-08-01.json +0 -185
  7. data/apis/ElastiCache-2014-03-24.json +7 -0
  8. data/apis/ElasticTranscoder-2012-09-25.json +118 -2
  9. data/apis/Glacier-2012-06-01.json +52 -0
  10. data/apis/RDS-2013-09-09.json +4 -0
  11. data/apis/S3-2006-03-01.json +490 -468
  12. data/apis/StorageGateway-2013-06-30.json +28 -0
  13. data/apis/source/cloudformation-2010-05-15.json +43 -7
  14. data/apis/source/cloudsearch-2013-01-01.json +38 -16
  15. data/apis/source/directconnect-2012-10-25.paginators.json +8 -2
  16. data/apis/source/dynamodb-2012-08-10.json +270 -269
  17. data/apis/source/ec2-2014-02-01.json +30 -30
  18. data/apis/source/elasticache-2014-03-24.paginators.json +6 -0
  19. data/apis/source/elastictranscoder-2012-09-25.json +184 -56
  20. data/apis/source/elastictranscoder-2012-09-25.paginators.json +4 -0
  21. data/apis/source/email-2010-12-01.json +1 -1
  22. data/apis/source/email-2010-12-01.waiters.json +14 -0
  23. data/apis/source/glacier-2012-06-01.json +77 -13
  24. data/apis/source/monitoring-2010-08-01.json +0 -308
  25. data/apis/source/rds-2013-01-10.json +7 -7
  26. data/apis/source/rds-2013-02-12.json +7 -7
  27. data/apis/source/rds-2013-09-09.json +76 -57
  28. data/apis/source/s3-2006-03-01.json +2213 -1209
  29. data/apis/source/s3-2006-03-01.waiters.json +5 -0
  30. data/apis/source/storagegateway-2013-06-30.json +441 -401
  31. data/apis/source/storagegateway-2013-06-30.paginators.json +6 -6
  32. data/apis/source/sts-2011-06-15.json +9 -9
  33. data/apis/source/swf-2012-01-25.json +627 -627
  34. data/doc-src/templates/default/layout/html/layout.erb +37 -0
  35. data/lib/aws/credential_provider_chain.rb +5 -7
  36. data/lib/aws/version.rb +1 -1
  37. data/spec/fixtures/operations/s3/head_object.yml +2 -2
  38. metadata +4 -5
  39. data/apis/source/cloudfront-2014-01-31.normal.json +0 -2905
  40. data/apis/source/elasticloadbalancing-2012-06-01.normal.json +0 -2107
  41. data/apis/source/kinesis-2013-12-02.normal.json +0 -761
@@ -22,6 +22,11 @@
22
22
  "NoSuchKey"
23
23
  ],
24
24
  "success_type": "output"
25
+ },
26
+ "ObjectNotExists": {
27
+ "operation": "HeadObject",
28
+ "success_type": "error",
29
+ "success_value": "NoSuchKey"
25
30
  }
26
31
  }
27
32
  }
@@ -54,6 +54,20 @@
54
54
  "min_length": 2,
55
55
  "max_length": 20,
56
56
  "documentation": "\n <p>One of the values that defines the type of gateway to activate. The type specified is\n critical to all later functions of the gateway and cannot be changed after activation. The\n default value is <code>STORED</code>. </p>\n "
57
+ },
58
+ "TapeDriveType": {
59
+ "shape_name": "TapeDriveType",
60
+ "type": "string",
61
+ "min_length": 2,
62
+ "max_length": 50,
63
+ "documentation": null
64
+ },
65
+ "MediumChangerType": {
66
+ "shape_name": "MediumChangerType",
67
+ "type": "string",
68
+ "min_length": 2,
69
+ "max_length": 50,
70
+ "documentation": null
57
71
  }
58
72
  },
59
73
  "documentation": "\n <p>A JSON object containing one or more of the following fields:</p>\n <ul>\n <li>\n <a>ActivateGatewayInput$ActivationKey</a>\n </li>\n <li>\n <a>GatewayName</a>\n </li>\n <li>\n <a>ActivateGatewayInput$GatewayRegion</a>\n </li>\n <li>\n <a>ActivateGatewayInput$GatewayTimezone</a>\n </li>\n <li>\n <a>ActivateGatewayInput$GatewayType</a>\n </li>\n </ul>\n "
@@ -80,7 +94,7 @@
80
94
  "message": {
81
95
  "shape_name": "string",
82
96
  "type": "string",
83
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
97
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
84
98
  },
85
99
  "error": {
86
100
  "shape_name": "StorageGatewayError",
@@ -167,13 +181,13 @@
167
181
  "type": "string",
168
182
  "documentation": null
169
183
  },
170
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
184
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
171
185
  }
172
186
  },
173
187
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
174
188
  }
175
189
  },
176
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
190
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
177
191
  },
178
192
  {
179
193
  "shape_name": "InternalServerError",
@@ -182,7 +196,7 @@
182
196
  "message": {
183
197
  "shape_name": "string",
184
198
  "type": "string",
185
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
199
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
186
200
  },
187
201
  "error": {
188
202
  "shape_name": "StorageGatewayError",
@@ -269,13 +283,13 @@
269
283
  "type": "string",
270
284
  "documentation": null
271
285
  },
272
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
286
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
273
287
  }
274
288
  },
275
289
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
276
290
  }
277
291
  },
278
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
292
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
279
293
  }
280
294
  ],
281
295
  "documentation": "\n <p>This operation activates the gateway you previously deployed on your host. For more\n information, see <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/DownloadAndDeploy.html\">Downloading \n and Deploying AWS Storage Gateway VM</a>. In the activation process you\n specify information such as the region you want to use for storing snapshots, the time zone\n for scheduled snapshots and the gateway schedule window, an activation key, and a name for\n your gateway. The activation process also associates your gateway with your account (see <a>UpdateGatewayInformation</a>).</p>\n <note>You must power on the gateway VM before you can activate your gateway.</note>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that activates a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.ActivateGateway\n{\n \"ActivationKey\": \"29AV1-3OFV9-VVIUB-NKT0I-LRO6V\",\n \"GatewayName\": \"mygateway\",\n \"GatewayTimezone\": \"GMT-12:00\",\n \"GatewayRegion\": \"us-east-1\",\n \"GatewayType\": \"STORED\"\n}\n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n\n </response>\n </example>\n </examples>\n "
@@ -332,7 +346,7 @@
332
346
  "message": {
333
347
  "shape_name": "string",
334
348
  "type": "string",
335
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
349
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
336
350
  },
337
351
  "error": {
338
352
  "shape_name": "StorageGatewayError",
@@ -419,13 +433,13 @@
419
433
  "type": "string",
420
434
  "documentation": null
421
435
  },
422
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
436
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
423
437
  }
424
438
  },
425
439
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
426
440
  }
427
441
  },
428
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
442
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
429
443
  },
430
444
  {
431
445
  "shape_name": "InternalServerError",
@@ -434,7 +448,7 @@
434
448
  "message": {
435
449
  "shape_name": "string",
436
450
  "type": "string",
437
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
451
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
438
452
  },
439
453
  "error": {
440
454
  "shape_name": "StorageGatewayError",
@@ -521,16 +535,16 @@
521
535
  "type": "string",
522
536
  "documentation": null
523
537
  },
524
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
538
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
525
539
  }
526
540
  },
527
541
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
528
542
  }
529
543
  },
530
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
544
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
531
545
  }
532
546
  ],
533
- "documentation": "\n <p>This operation configures one or more gateway local disks as cache for a cached-volume\n gateway. This operation is supported only for the gateway-cached volume architecture (see\n <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html\">Storage Gateway Concepts</a>).</p>\n <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add cache, and \n one or more disk IDs that you want to configure as cache.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that activates a gateway.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120425T120000Z\nx-amz-target: StorageGateway_20120630.AddCache\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n \"DiskIds\": [ \n \"pci-0000:03:00.0-scsi-0:0:0:0\", \n \"pci-0000:03:00.0-scsi-0:0:1:0\"\n ] \n}\n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 85\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n\n </response>\n </example>\n </examples>\n "
547
+ "documentation": "\n <p>This operation configures one or more gateway local disks as cache for a cached-volume\n gateway. This operation is supported only for the gateway-cached volume architecture (see\n <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html\">Storage Gateway Concepts</a>).</p>\n <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add cache, and \n one or more disk IDs that you want to configure as cache. </p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that activates a gateway.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120425T120000Z\nx-amz-target: StorageGateway_20120630.AddCache\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n \"DiskIds\": [ \n \"pci-0000:03:00.0-scsi-0:0:0:0\", \n \"pci-0000:03:00.0-scsi-0:0:1:0\"\n ] \n}\n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 85\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n\n </response>\n </example>\n </examples>\n "
534
548
  },
535
549
  "AddUploadBuffer": {
536
550
  "name": "AddUploadBuffer",
@@ -584,7 +598,7 @@
584
598
  "message": {
585
599
  "shape_name": "string",
586
600
  "type": "string",
587
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
601
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
588
602
  },
589
603
  "error": {
590
604
  "shape_name": "StorageGatewayError",
@@ -671,13 +685,13 @@
671
685
  "type": "string",
672
686
  "documentation": null
673
687
  },
674
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
688
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
675
689
  }
676
690
  },
677
691
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
678
692
  }
679
693
  },
680
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
694
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
681
695
  },
682
696
  {
683
697
  "shape_name": "InternalServerError",
@@ -686,7 +700,7 @@
686
700
  "message": {
687
701
  "shape_name": "string",
688
702
  "type": "string",
689
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
703
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
690
704
  },
691
705
  "error": {
692
706
  "shape_name": "StorageGatewayError",
@@ -773,13 +787,13 @@
773
787
  "type": "string",
774
788
  "documentation": null
775
789
  },
776
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
790
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
777
791
  }
778
792
  },
779
793
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
780
794
  }
781
795
  },
782
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
796
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
783
797
  }
784
798
  ],
785
799
  "documentation": "\n <p>This operation configures one or more gateway local disks as upload buffer for a specified gateway. \n This operation is supported for both the gateway-stored and gateway-cached volume architectures.\n </p>\n <p>\n In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add upload buffer,\n and one or more disk IDs that you want to configure as upload buffer.</p> \n "
@@ -836,7 +850,7 @@
836
850
  "message": {
837
851
  "shape_name": "string",
838
852
  "type": "string",
839
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
853
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
840
854
  },
841
855
  "error": {
842
856
  "shape_name": "StorageGatewayError",
@@ -923,13 +937,13 @@
923
937
  "type": "string",
924
938
  "documentation": null
925
939
  },
926
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
940
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
927
941
  }
928
942
  },
929
943
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
930
944
  }
931
945
  },
932
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
946
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
933
947
  },
934
948
  {
935
949
  "shape_name": "InternalServerError",
@@ -938,7 +952,7 @@
938
952
  "message": {
939
953
  "shape_name": "string",
940
954
  "type": "string",
941
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
955
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
942
956
  },
943
957
  "error": {
944
958
  "shape_name": "StorageGatewayError",
@@ -1025,16 +1039,16 @@
1025
1039
  "type": "string",
1026
1040
  "documentation": null
1027
1041
  },
1028
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1042
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1029
1043
  }
1030
1044
  },
1031
1045
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1032
1046
  }
1033
1047
  },
1034
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
1048
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
1035
1049
  }
1036
1050
  ],
1037
- "documentation": "\n <p>This operation configures one or more gateway local disks as working storage for a gateway. \n This operation is supported only for the gateway-stored volume architecture.</p>\n <note><p>Working storage is also referred to as upload buffer. You can also use the \n <a>AddUploadBuffer</a> operation to add upload buffer to a stored-volume gateway.</p></note>\n <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add working storage,\n and one or more disk IDs that you want to configure as working storage.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that specifies that two local disks of a gateway are to\n be configured as working storage.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.AddWorkingStorage\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n \"DiskIds\": [\"pci-0000:03:00.0-scsi-0:0:0:0\", \"pci-0000:04:00.0-scsi-1:0:0:0\"]\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n\n </response>\n </example>\n </examples>\n "
1051
+ "documentation": "\n <p>This operation configures one or more gateway local disks as working storage for a gateway. \n This operation is supported only for the gateway-stored volume architecture. This operation is deprecated method in cached-volumes API version (20120630). Use AddUploadBuffer instead.</p>\n <note><p>Working storage is also referred to as upload buffer. You can also use the \n <a>AddUploadBuffer</a> operation to add upload buffer to a stored-volume gateway.</p></note>\n <p>In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add working storage,\n and one or more disk IDs that you want to configure as working storage.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that specifies that two local disks of a gateway are to\n be configured as working storage.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.AddWorkingStorage\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n \"DiskIds\": [\"pci-0000:03:00.0-scsi-0:0:0:0\", \"pci-0000:04:00.0-scsi-1:0:0:0\"]\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n\n </response>\n </example>\n </examples>\n "
1038
1052
  },
1039
1053
  "CancelArchival": {
1040
1054
  "name": "CancelArchival",
@@ -1055,11 +1069,11 @@
1055
1069
  "type": "string",
1056
1070
  "min_length": 50,
1057
1071
  "max_length": 500,
1058
- "documentation": null,
1072
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.</p>\n ",
1059
1073
  "required": true
1060
1074
  }
1061
1075
  },
1062
- "documentation": null
1076
+ "documentation": "\n <p>CancelArchivalInput</p>\n "
1063
1077
  },
1064
1078
  "output": {
1065
1079
  "shape_name": "CancelArchivalOutput",
@@ -1070,10 +1084,10 @@
1070
1084
  "type": "string",
1071
1085
  "min_length": 50,
1072
1086
  "max_length": 500,
1073
- "documentation": null
1087
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.</p>\n "
1074
1088
  }
1075
1089
  },
1076
- "documentation": null
1090
+ "documentation": "\n <p>CancelArchivalOutput</p> \n "
1077
1091
  },
1078
1092
  "errors": [
1079
1093
  {
@@ -1083,7 +1097,7 @@
1083
1097
  "message": {
1084
1098
  "shape_name": "string",
1085
1099
  "type": "string",
1086
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1100
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1087
1101
  },
1088
1102
  "error": {
1089
1103
  "shape_name": "StorageGatewayError",
@@ -1170,13 +1184,13 @@
1170
1184
  "type": "string",
1171
1185
  "documentation": null
1172
1186
  },
1173
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1187
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1174
1188
  }
1175
1189
  },
1176
1190
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1177
1191
  }
1178
1192
  },
1179
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1193
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1180
1194
  },
1181
1195
  {
1182
1196
  "shape_name": "InternalServerError",
@@ -1185,7 +1199,7 @@
1185
1199
  "message": {
1186
1200
  "shape_name": "string",
1187
1201
  "type": "string",
1188
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1202
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1189
1203
  },
1190
1204
  "error": {
1191
1205
  "shape_name": "StorageGatewayError",
@@ -1272,16 +1286,16 @@
1272
1286
  "type": "string",
1273
1287
  "documentation": null
1274
1288
  },
1275
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1289
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1276
1290
  }
1277
1291
  },
1278
1292
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1279
1293
  }
1280
1294
  },
1281
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
1295
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
1282
1296
  }
1283
1297
  ],
1284
- "documentation": null
1298
+ "documentation": "\n <p>Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated.\n </p> \n "
1285
1299
  },
1286
1300
  "CancelRetrieval": {
1287
1301
  "name": "CancelRetrieval",
@@ -1302,11 +1316,11 @@
1302
1316
  "type": "string",
1303
1317
  "min_length": 50,
1304
1318
  "max_length": 500,
1305
- "documentation": null,
1319
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.</p>\n ",
1306
1320
  "required": true
1307
1321
  }
1308
1322
  },
1309
- "documentation": null
1323
+ "documentation": "\n <p>CancelRetrievalInput</p>\n "
1310
1324
  },
1311
1325
  "output": {
1312
1326
  "shape_name": "CancelRetrievalOutput",
@@ -1317,10 +1331,10 @@
1317
1331
  "type": "string",
1318
1332
  "min_length": 50,
1319
1333
  "max_length": 500,
1320
- "documentation": null
1334
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.</p>\n "
1321
1335
  }
1322
1336
  },
1323
- "documentation": null
1337
+ "documentation": "\n <p>CancelRetrievalOutput</p>\n "
1324
1338
  },
1325
1339
  "errors": [
1326
1340
  {
@@ -1330,7 +1344,7 @@
1330
1344
  "message": {
1331
1345
  "shape_name": "string",
1332
1346
  "type": "string",
1333
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1347
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1334
1348
  },
1335
1349
  "error": {
1336
1350
  "shape_name": "StorageGatewayError",
@@ -1417,13 +1431,13 @@
1417
1431
  "type": "string",
1418
1432
  "documentation": null
1419
1433
  },
1420
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1434
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1421
1435
  }
1422
1436
  },
1423
1437
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1424
1438
  }
1425
1439
  },
1426
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1440
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1427
1441
  },
1428
1442
  {
1429
1443
  "shape_name": "InternalServerError",
@@ -1432,7 +1446,7 @@
1432
1446
  "message": {
1433
1447
  "shape_name": "string",
1434
1448
  "type": "string",
1435
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1449
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1436
1450
  },
1437
1451
  "error": {
1438
1452
  "shape_name": "StorageGatewayError",
@@ -1519,16 +1533,16 @@
1519
1533
  "type": "string",
1520
1534
  "documentation": null
1521
1535
  },
1522
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1536
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1523
1537
  }
1524
1538
  },
1525
1539
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1526
1540
  }
1527
1541
  },
1528
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
1542
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
1529
1543
  }
1530
1544
  ],
1531
- "documentation": null
1545
+ "documentation": "\n <p>Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.\n The virtual tape is returned to the VTS.</p> \n "
1532
1546
  },
1533
1547
  "CreateCachediSCSIVolume": {
1534
1548
  "name": "CreateCachediSCSIVolume",
@@ -1612,7 +1626,7 @@
1612
1626
  "message": {
1613
1627
  "shape_name": "string",
1614
1628
  "type": "string",
1615
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1629
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1616
1630
  },
1617
1631
  "error": {
1618
1632
  "shape_name": "StorageGatewayError",
@@ -1699,13 +1713,13 @@
1699
1713
  "type": "string",
1700
1714
  "documentation": null
1701
1715
  },
1702
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1716
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1703
1717
  }
1704
1718
  },
1705
1719
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1706
1720
  }
1707
1721
  },
1708
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1722
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1709
1723
  },
1710
1724
  {
1711
1725
  "shape_name": "InternalServerError",
@@ -1714,7 +1728,7 @@
1714
1728
  "message": {
1715
1729
  "shape_name": "string",
1716
1730
  "type": "string",
1717
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1731
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1718
1732
  },
1719
1733
  "error": {
1720
1734
  "shape_name": "StorageGatewayError",
@@ -1801,13 +1815,13 @@
1801
1815
  "type": "string",
1802
1816
  "documentation": null
1803
1817
  },
1804
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1818
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1805
1819
  }
1806
1820
  },
1807
1821
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1808
1822
  }
1809
1823
  },
1810
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
1824
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
1811
1825
  }
1812
1826
  ],
1813
1827
  "documentation": "\n <p>This operation creates a cached volume on a specified cached gateway. This operation is\n supported only for the gateway-cached volume architecture.</p>\n <note>Cache storage must be allocated to the gateway before you can create a cached volume.\n Use the <a>AddCache</a> operation to add cache storage to a gateway. </note>\n <p>In the request, you must specify the gateway, size of the volume in bytes, the iSCSI\n target name, an IP address on which to expose the target, and a unique client token. In\n response, AWS Storage Gateway creates the volume and returns information about it such\n as the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that\n initiators can use to connect to the volume target.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that specifies that a local disk of a gateway be\n configured as a cached volume.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.CreateCachediSCSIVolume\n{\n \"ClientToken\": \"cachedvol112233\",\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"NetworkInterfaceId\": \"10.1.1.1\",\n \"TargetName\": \"myvolume\",\n \"VolumeSizeInBytes\": 536870912000\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 263\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\",\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n} \n\n </response>\n </example>\n </examples>\n "
@@ -1865,7 +1879,7 @@
1865
1879
  "message": {
1866
1880
  "shape_name": "string",
1867
1881
  "type": "string",
1868
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1882
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1869
1883
  },
1870
1884
  "error": {
1871
1885
  "shape_name": "StorageGatewayError",
@@ -1952,13 +1966,13 @@
1952
1966
  "type": "string",
1953
1967
  "documentation": null
1954
1968
  },
1955
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
1969
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
1956
1970
  }
1957
1971
  },
1958
1972
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
1959
1973
  }
1960
1974
  },
1961
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1975
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
1962
1976
  },
1963
1977
  {
1964
1978
  "shape_name": "InternalServerError",
@@ -1967,7 +1981,7 @@
1967
1981
  "message": {
1968
1982
  "shape_name": "string",
1969
1983
  "type": "string",
1970
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
1984
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
1971
1985
  },
1972
1986
  "error": {
1973
1987
  "shape_name": "StorageGatewayError",
@@ -2054,13 +2068,13 @@
2054
2068
  "type": "string",
2055
2069
  "documentation": null
2056
2070
  },
2057
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2071
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2058
2072
  }
2059
2073
  },
2060
2074
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2061
2075
  }
2062
2076
  },
2063
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
2077
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
2064
2078
  }
2065
2079
  ],
2066
2080
  "documentation": "\n <p>This operation initiates a snapshot of a volume.</p>\n <p>AWS Storage Gateway provides the ability to back up point-in-time snapshots of your data to Amazon Simple\n Storage (S3) for durable off-site recovery, as well as import the data to an Amazon Elastic Block Store (EBS)\n volume in Amazon Elastic Compute Cloud (EC2). You can take snapshots of your gateway volume on a scheduled or\n ad-hoc basis. This API enables you to take ad-hoc snapshot. For more information, see <a href=\"TBD\">Working\n With Snapshots in the AWS Storage Gateway Console</a>.</p>\n <p>In the CreateSnapshot request you identify the volume by providing its Amazon Resource Name (ARN). You must\n also provide description for the snapshot. When AWS Storage Gateway takes the snapshot of specified volume, the\n snapshot and description appears in the AWS Storage Gateway Console. In response, AWS Storage Gateway returns\n you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to\n create a volume from a snapshot.</p>\n <note>To list or delete a snapshot, you must use the Amazon EC2 API. For more information, .</note>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example sends a <code>CreateSnapshot</code> request to take snapshot of the\n specified an example volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.CreateSnapshot\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"SnapshotDescription\": \"snapshot description\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 128\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"SnapshotId\": \"snap-78e22663\"\n}\n </response>\n </example>\n </examples>\n "
@@ -2123,7 +2137,7 @@
2123
2137
  "message": {
2124
2138
  "shape_name": "string",
2125
2139
  "type": "string",
2126
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2140
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2127
2141
  },
2128
2142
  "error": {
2129
2143
  "shape_name": "StorageGatewayError",
@@ -2210,13 +2224,13 @@
2210
2224
  "type": "string",
2211
2225
  "documentation": null
2212
2226
  },
2213
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2227
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2214
2228
  }
2215
2229
  },
2216
2230
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2217
2231
  }
2218
2232
  },
2219
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2233
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2220
2234
  },
2221
2235
  {
2222
2236
  "shape_name": "InternalServerError",
@@ -2225,7 +2239,7 @@
2225
2239
  "message": {
2226
2240
  "shape_name": "string",
2227
2241
  "type": "string",
2228
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2242
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2229
2243
  },
2230
2244
  "error": {
2231
2245
  "shape_name": "StorageGatewayError",
@@ -2312,13 +2326,13 @@
2312
2326
  "type": "string",
2313
2327
  "documentation": null
2314
2328
  },
2315
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2329
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2316
2330
  }
2317
2331
  },
2318
2332
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2319
2333
  }
2320
2334
  },
2321
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
2335
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
2322
2336
  }
2323
2337
  ],
2324
2338
  "documentation": "\n <p>This operation initiates a snapshot of a gateway from a volume recovery point. This operation is supported only for the gateway-cached volume architecture (see ).</p>\n <p>A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To get a list of volume recovery point for gateway-cached volumes, \n use <a>ListVolumeRecoveryPoints</a>.</p> \n <p>In the <code>CreateSnapshotFromVolumeRecoveryPoint</code> request, you identify the volume by providing its Amazon Resource Name (ARN). You must also provide a description for the snapshot. When AWS Storage Gateway takes a snapshot of the specified volume, the snapshot and its description appear in the AWS Storage Gateway console. <!--You provide this information in the request body.--> In response, AWS Storage Gateway returns you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use it when you want to create a volume from a snapshot.</p>\n <note>\n <p>To list or delete a snapshot, you must use the Amazon EC2 API. For more information, in <i>Amazon Elastic Compute Cloud API Reference</i>.</p>\n </note>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example sends a\n <code>CreateSnapshotFromVolumeRecoveryPoint</code> request to take snapshot of the\n specified an example volume.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.CreateSnapshotFromVolumeRecoveryPoint\n\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"SnapshotDescription\": \"snapshot description\"\n}\n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 137\n\n{\n \"SnapshotId\": \"snap-78e22663\",\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeRecoveryPointTime\": \"2012-06-30T10:10:10.000Z\" \n} \n\n </response>\n </example>\n </examples>\n "
@@ -2410,7 +2424,7 @@
2410
2424
  "message": {
2411
2425
  "shape_name": "string",
2412
2426
  "type": "string",
2413
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2427
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2414
2428
  },
2415
2429
  "error": {
2416
2430
  "shape_name": "StorageGatewayError",
@@ -2497,13 +2511,13 @@
2497
2511
  "type": "string",
2498
2512
  "documentation": null
2499
2513
  },
2500
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2514
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2501
2515
  }
2502
2516
  },
2503
2517
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2504
2518
  }
2505
2519
  },
2506
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2520
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2507
2521
  },
2508
2522
  {
2509
2523
  "shape_name": "InternalServerError",
@@ -2512,7 +2526,7 @@
2512
2526
  "message": {
2513
2527
  "shape_name": "string",
2514
2528
  "type": "string",
2515
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2529
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2516
2530
  },
2517
2531
  "error": {
2518
2532
  "shape_name": "StorageGatewayError",
@@ -2599,16 +2613,16 @@
2599
2613
  "type": "string",
2600
2614
  "documentation": null
2601
2615
  },
2602
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2616
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2603
2617
  }
2604
2618
  },
2605
2619
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2606
2620
  }
2607
2621
  },
2608
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
2622
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
2609
2623
  }
2610
2624
  ],
2611
- "documentation": "\n <p>This operation creates a volume on a specified gateway. This operation is supported only for the gateway-cached volume architecture.\n </p>\n <p>The size of the volume to create is inferred from the disk size. You can choose to preserve existing data on the disk, create volume from an existing snapshot, or create an empty volume. If you choose to create an empty gateway volume, then any existing data on the disk is erased.</p>\n <p>In the request you must specify the gateway and the disk information on which you are creating the volume. In response, AWS Storage Gateway creates the volume and returns volume information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that specifies that a local disk of a gateway be\n configured as a volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.CreateStorediSCSIVolume\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"DiskId\": \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"PreserveExistingData\": true,\n \"TargetName\": \"myvolume\",\n \"NetworkInterfaceId\": \"10.1.1.1\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 215\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeSizeInBytes\": 1099511627776,\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\"\n}\n </response>\n </example>\n </examples>\n "
2625
+ "documentation": "\n <p>This operation creates a volume on a specified gateway. This operation is supported only for the gateway-stored volume architecture.\n </p>\n <p>The size of the volume to create is inferred from the disk size. You can choose to preserve existing data on the disk, create volume from an existing snapshot, or create an empty volume. If you choose to create an empty gateway volume, then any existing data on the disk is erased.</p>\n <p>In the request you must specify the gateway and the disk information on which you are creating the volume. In response, AWS Storage Gateway creates the volume and returns volume information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that specifies that a local disk of a gateway be\n configured as a volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.CreateStorediSCSIVolume\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"DiskId\": \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"PreserveExistingData\": true,\n \"TargetName\": \"myvolume\",\n \"NetworkInterfaceId\": \"10.1.1.1\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 215\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeSizeInBytes\": 1099511627776,\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\"\n}\n </response>\n </example>\n </examples>\n "
2612
2626
  },
2613
2627
  "CreateTapes": {
2614
2628
  "name": "CreateTapes",
@@ -2621,15 +2635,15 @@
2621
2635
  "type": "string",
2622
2636
  "min_length": 50,
2623
2637
  "max_length": 500,
2624
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
2638
+ "documentation": "\n <p>The unique Amazon Resource Name(ARN) that represents the gateway to associate the virtual tapes with. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
2625
2639
  "required": true
2626
2640
  },
2627
2641
  "TapeSizeInBytes": {
2628
2642
  "shape_name": "TapeSize",
2629
2643
  "type": "long",
2630
2644
  "min_length": 107374182400,
2631
- "max_length": 5497558138880,
2632
- "documentation": null,
2645
+ "max_length": 2748779069440,
2646
+ "documentation": "\n <p>The size, in bytes, of the virtual tapes you want to create.</p>\n <note>The size must be gigabyte (1024*1024*1024 byte) aligned.</note>\n ",
2633
2647
  "required": true
2634
2648
  },
2635
2649
  "ClientToken": {
@@ -2637,7 +2651,7 @@
2637
2651
  "type": "string",
2638
2652
  "min_length": 5,
2639
2653
  "max_length": 100,
2640
- "documentation": null,
2654
+ "documentation": "\n <p>A unique identifier that you use to retry a request. If you retry \n a request, use the same <code>ClientToken</code> you specified in the initial request.</p>\n <note>Using the same <code>ClientToken</code> prevents creating the tape multiple times.</note>\n ",
2641
2655
  "required": true
2642
2656
  },
2643
2657
  "NumTapesToCreate": {
@@ -2645,20 +2659,20 @@
2645
2659
  "type": "integer",
2646
2660
  "min_length": 1,
2647
2661
  "max_length": 10,
2648
- "documentation": null,
2662
+ "documentation": "\n <p>The number of virtual tapes you want to create.</p>\n ",
2649
2663
  "required": true
2650
2664
  },
2651
2665
  "TapeBarcodePrefix": {
2652
2666
  "shape_name": "TapeBarcodePrefix",
2653
2667
  "type": "string",
2654
- "min_length": 0,
2668
+ "min_length": 1,
2655
2669
  "max_length": 4,
2656
- "pattern": "[A-Z0-9]*",
2657
- "documentation": null,
2670
+ "pattern": "^[A-Z]*$",
2671
+ "documentation": "\n <p>A prefix you append to the barcode of the virtual tape you are creating. This makes a barcode unique.</p>\n <note>The prefix must be 1 to 4 characters in length and must be upper-case letters A-Z.</note>\n ",
2658
2672
  "required": true
2659
2673
  }
2660
2674
  },
2661
- "documentation": null
2675
+ "documentation": "\n <p>CreateTapesInput</p>\n "
2662
2676
  },
2663
2677
  "output": {
2664
2678
  "shape_name": "CreateTapesOutput",
@@ -2674,10 +2688,10 @@
2674
2688
  "max_length": 500,
2675
2689
  "documentation": null
2676
2690
  },
2677
- "documentation": null
2691
+ "documentation": "\n <p>A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.</p>\n "
2678
2692
  }
2679
2693
  },
2680
- "documentation": null
2694
+ "documentation": "\n <p>CreateTapeOutput</p>\n "
2681
2695
  },
2682
2696
  "errors": [
2683
2697
  {
@@ -2687,7 +2701,7 @@
2687
2701
  "message": {
2688
2702
  "shape_name": "string",
2689
2703
  "type": "string",
2690
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2704
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2691
2705
  },
2692
2706
  "error": {
2693
2707
  "shape_name": "StorageGatewayError",
@@ -2774,13 +2788,13 @@
2774
2788
  "type": "string",
2775
2789
  "documentation": null
2776
2790
  },
2777
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2791
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2778
2792
  }
2779
2793
  },
2780
2794
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2781
2795
  }
2782
2796
  },
2783
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2797
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
2784
2798
  },
2785
2799
  {
2786
2800
  "shape_name": "InternalServerError",
@@ -2789,7 +2803,7 @@
2789
2803
  "message": {
2790
2804
  "shape_name": "string",
2791
2805
  "type": "string",
2792
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2806
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2793
2807
  },
2794
2808
  "error": {
2795
2809
  "shape_name": "StorageGatewayError",
@@ -2876,16 +2890,16 @@
2876
2890
  "type": "string",
2877
2891
  "documentation": null
2878
2892
  },
2879
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
2893
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
2880
2894
  }
2881
2895
  },
2882
2896
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
2883
2897
  }
2884
2898
  },
2885
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
2899
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
2886
2900
  }
2887
2901
  ],
2888
- "documentation": null
2902
+ "documentation": "\n <p>Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes.</p>\n <note>Cache storage must be allocated to the gateway before you can create virtual tapes.\n Use the <a>AddCache</a> operation to add cache storage to a gateway. </note>\n <examples>\n <example>\n <name>Create tapes in gateway-VTL</name>\n <description>In the following request you add three virtual tape cartridges, 100 GB each, to the \n gateway-VTL (ExampleGatewayVTL). The tapes appear in the gateway's VTL. \n In the request you set the tape's barcode prefix to \"TEST\".</description>\n <request>{\n \"GatewayARN\":\"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL\",\n \"TapeSizeInBytes\":107374182400,\n \"ClientToken\":\"77777\",\n \"NumTapesToCreate\":3,\n \"TapeBarcodePrefix\":\"TEST\"\n}\n </request>\n <response>{\"TapeARNs\": \n [\"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST38A29D\", \"arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3AA29F\", \"arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3BA29E\"]\n}\n </response>\n </example>\n </examples>\n "
2889
2903
  },
2890
2904
  "DeleteBandwidthRateLimit": {
2891
2905
  "name": "DeleteBandwidthRateLimit",
@@ -2934,7 +2948,7 @@
2934
2948
  "message": {
2935
2949
  "shape_name": "string",
2936
2950
  "type": "string",
2937
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
2951
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
2938
2952
  },
2939
2953
  "error": {
2940
2954
  "shape_name": "StorageGatewayError",
@@ -3021,13 +3035,13 @@
3021
3035
  "type": "string",
3022
3036
  "documentation": null
3023
3037
  },
3024
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3038
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3025
3039
  }
3026
3040
  },
3027
3041
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3028
3042
  }
3029
3043
  },
3030
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3044
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3031
3045
  },
3032
3046
  {
3033
3047
  "shape_name": "InternalServerError",
@@ -3036,7 +3050,7 @@
3036
3050
  "message": {
3037
3051
  "shape_name": "string",
3038
3052
  "type": "string",
3039
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3053
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3040
3054
  },
3041
3055
  "error": {
3042
3056
  "shape_name": "StorageGatewayError",
@@ -3123,13 +3137,13 @@
3123
3137
  "type": "string",
3124
3138
  "documentation": null
3125
3139
  },
3126
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3140
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3127
3141
  }
3128
3142
  },
3129
3143
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3130
3144
  }
3131
3145
  },
3132
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
3146
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
3133
3147
  }
3134
3148
  ],
3135
3149
  "documentation": "\n <p>This operation deletes the bandwidth rate limits of a gateway. You can delete either the upload and download\n bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains\n unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gateway in your\n request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that deletes both of the bandwidth rate limits of a\n gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DeleteBandwidthRateLimit\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"BandwidthType: \"All\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -3190,7 +3204,7 @@
3190
3204
  "message": {
3191
3205
  "shape_name": "string",
3192
3206
  "type": "string",
3193
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3207
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3194
3208
  },
3195
3209
  "error": {
3196
3210
  "shape_name": "StorageGatewayError",
@@ -3277,13 +3291,13 @@
3277
3291
  "type": "string",
3278
3292
  "documentation": null
3279
3293
  },
3280
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3294
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3281
3295
  }
3282
3296
  },
3283
3297
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3284
3298
  }
3285
3299
  },
3286
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3300
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3287
3301
  },
3288
3302
  {
3289
3303
  "shape_name": "InternalServerError",
@@ -3292,7 +3306,7 @@
3292
3306
  "message": {
3293
3307
  "shape_name": "string",
3294
3308
  "type": "string",
3295
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3309
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3296
3310
  },
3297
3311
  "error": {
3298
3312
  "shape_name": "StorageGatewayError",
@@ -3379,13 +3393,13 @@
3379
3393
  "type": "string",
3380
3394
  "documentation": null
3381
3395
  },
3382
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3396
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3383
3397
  }
3384
3398
  },
3385
3399
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3386
3400
  }
3387
3401
  },
3388
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
3402
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
3389
3403
  }
3390
3404
  ],
3391
3405
  "documentation": "\n <p>This operation deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI\n target and initiator pair.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that deletes the CHAP credentials for an iSCSI target\n myvolume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DeleteChapCredentials\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\",\n \"InitiatorName\": \"iqn.1991-05.com.microsoft:computername.domain.example.com\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 161\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\",\n \"InitiatorName\": \"iqn.1991-05.com.microsoft:computername.domain.example.com\"\n}\n </response>\n </example>\n </examples>\n "
@@ -3429,7 +3443,7 @@
3429
3443
  "message": {
3430
3444
  "shape_name": "string",
3431
3445
  "type": "string",
3432
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3446
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3433
3447
  },
3434
3448
  "error": {
3435
3449
  "shape_name": "StorageGatewayError",
@@ -3516,13 +3530,13 @@
3516
3530
  "type": "string",
3517
3531
  "documentation": null
3518
3532
  },
3519
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3533
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3520
3534
  }
3521
3535
  },
3522
3536
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3523
3537
  }
3524
3538
  },
3525
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3539
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3526
3540
  },
3527
3541
  {
3528
3542
  "shape_name": "InternalServerError",
@@ -3531,7 +3545,7 @@
3531
3545
  "message": {
3532
3546
  "shape_name": "string",
3533
3547
  "type": "string",
3534
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3548
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3535
3549
  },
3536
3550
  "error": {
3537
3551
  "shape_name": "StorageGatewayError",
@@ -3618,13 +3632,13 @@
3618
3632
  "type": "string",
3619
3633
  "documentation": null
3620
3634
  },
3621
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3635
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3622
3636
  }
3623
3637
  },
3624
3638
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3625
3639
  }
3626
3640
  },
3627
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
3641
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
3628
3642
  }
3629
3643
  ],
3630
3644
  "documentation": "\n <p>This operation deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name (ARN) of the\n gateway in your request. The operation deletes the gateway; however, it does not delete the gateway virtual\n machine (VM) from your host computer.</p>\n <p>After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway volumes are not\n deleted upon deleting the gateway, however, pending snapshots will not complete. After you delete a gateway,\n your next step is to remove it from your environment.</p>\n <important>\n <p>You no longer pay software charges after the gateway is deleted; however, your existing\n Amazon EBS snapshots persist and you will continue to be billed for these\n snapshots. You can choose to remove all remaining Amazon EBS snapshots by\n canceling your Amazon EC2 subscription.  If you prefer not to cancel your Amazon\n EC2 subscription, you can delete your snapshots using the Amazon EC2 console.\n For more information, see the <a href=\"http://aws.amazon.com/storagegateway\">\n AWS Storage Gateway Detail Page</a>. </p>\n </important>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that deactivates a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DeleteGateway\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -3668,7 +3682,7 @@
3668
3682
  "message": {
3669
3683
  "shape_name": "string",
3670
3684
  "type": "string",
3671
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3685
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3672
3686
  },
3673
3687
  "error": {
3674
3688
  "shape_name": "StorageGatewayError",
@@ -3755,13 +3769,13 @@
3755
3769
  "type": "string",
3756
3770
  "documentation": null
3757
3771
  },
3758
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3772
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3759
3773
  }
3760
3774
  },
3761
3775
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3762
3776
  }
3763
3777
  },
3764
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3778
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
3765
3779
  },
3766
3780
  {
3767
3781
  "shape_name": "InternalServerError",
@@ -3770,7 +3784,7 @@
3770
3784
  "message": {
3771
3785
  "shape_name": "string",
3772
3786
  "type": "string",
3773
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3787
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3774
3788
  },
3775
3789
  "error": {
3776
3790
  "shape_name": "StorageGatewayError",
@@ -3857,13 +3871,13 @@
3857
3871
  "type": "string",
3858
3872
  "documentation": null
3859
3873
  },
3860
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
3874
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
3861
3875
  }
3862
3876
  },
3863
3877
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
3864
3878
  }
3865
3879
  },
3866
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
3880
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
3867
3881
  }
3868
3882
  ],
3869
3883
  "documentation": "\n <p>\n This operation deletes a snapshot of a volume.\n </p>\n <p>\n You can take snapshots of your gateway volumes on a scheduled or ad-hoc basis. This API\n enables you to delete a snapshot schedule for a volume. For more information, see <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/WorkingWithSnapshots.html\">Working with Snapshots</a>. In the <code>DeleteSnapshotSchedule</code> request, you identify the volume by providing its Amazon Resource Name (ARN). \n </p>\n <note>\n <p>To list or delete a snapshot, you must use the Amazon EC2 API. in <i>Amazon Elastic Compute Cloud API\n Reference</i>.</p>\n </note> \n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example...</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.DeleteSnapshotSchedule\n\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 137\n\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n} \n\n </response>\n </example>\n </examples>\n "
@@ -3879,7 +3893,7 @@
3879
3893
  "type": "string",
3880
3894
  "min_length": 50,
3881
3895
  "max_length": 500,
3882
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
3896
+ "documentation": "\n <p>The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
3883
3897
  "required": true
3884
3898
  },
3885
3899
  "TapeARN": {
@@ -3887,11 +3901,11 @@
3887
3901
  "type": "string",
3888
3902
  "min_length": 50,
3889
3903
  "max_length": 500,
3890
- "documentation": null,
3904
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape to delete.</p>\n ",
3891
3905
  "required": true
3892
3906
  }
3893
3907
  },
3894
- "documentation": null
3908
+ "documentation": "\n <p>DeleteTapeInput</p>\n "
3895
3909
  },
3896
3910
  "output": {
3897
3911
  "shape_name": "DeleteTapeOutput",
@@ -3902,10 +3916,10 @@
3902
3916
  "type": "string",
3903
3917
  "min_length": 50,
3904
3918
  "max_length": 500,
3905
- "documentation": null
3919
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the deleted virtual tape.</p>\n "
3906
3920
  }
3907
3921
  },
3908
- "documentation": null
3922
+ "documentation": "\n <p>DeleteTapeOutput</p>\n "
3909
3923
  },
3910
3924
  "errors": [
3911
3925
  {
@@ -3915,7 +3929,7 @@
3915
3929
  "message": {
3916
3930
  "shape_name": "string",
3917
3931
  "type": "string",
3918
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
3932
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
3919
3933
  },
3920
3934
  "error": {
3921
3935
  "shape_name": "StorageGatewayError",
@@ -4002,13 +4016,13 @@
4002
4016
  "type": "string",
4003
4017
  "documentation": null
4004
4018
  },
4005
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4019
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4006
4020
  }
4007
4021
  },
4008
4022
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4009
4023
  }
4010
4024
  },
4011
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4025
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4012
4026
  },
4013
4027
  {
4014
4028
  "shape_name": "InternalServerError",
@@ -4017,7 +4031,7 @@
4017
4031
  "message": {
4018
4032
  "shape_name": "string",
4019
4033
  "type": "string",
4020
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4034
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4021
4035
  },
4022
4036
  "error": {
4023
4037
  "shape_name": "StorageGatewayError",
@@ -4104,16 +4118,16 @@
4104
4118
  "type": "string",
4105
4119
  "documentation": null
4106
4120
  },
4107
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4121
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4108
4122
  }
4109
4123
  },
4110
4124
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4111
4125
  }
4112
4126
  },
4113
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
4127
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
4114
4128
  }
4115
4129
  ],
4116
- "documentation": null
4130
+ "documentation": "\n <p>Deletes the specified virtual tape.</p>\n <examples>\n <example>\n <name>Delete a tape from a gateway</name>\n <description>The following example deletes a tape from a gateway-VTL (ExampleGatewayVTL). The request \n identifies the tape by its ARN. The operation deletes the tapes from the specified gateway's \n virtual tape library (VTL). In the response AWS Storage Gateway returns the ARN of deleted tape.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20131025T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9EXAMPLE\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DeleteTape\n{\"GatewayARN\": \"arn:aws:storagegateway:us-east-1:204469490176:gateway/ExampleGatewayVTL\",\n \"TapeARN\": \"arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0\"}\n\n</request>\n<response>\n{\"TapeARN\": \"arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0\"}\n</response>\n </example>\n </examples>\n "
4117
4131
  },
4118
4132
  "DeleteTapeArchive": {
4119
4133
  "name": "DeleteTapeArchive",
@@ -4126,11 +4140,11 @@
4126
4140
  "type": "string",
4127
4141
  "min_length": 50,
4128
4142
  "max_length": 500,
4129
- "documentation": null,
4143
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).</p> \n ",
4130
4144
  "required": true
4131
4145
  }
4132
4146
  },
4133
- "documentation": null
4147
+ "documentation": "\n <p>DeleteTapeArchiveInput</p> \n "
4134
4148
  },
4135
4149
  "output": {
4136
4150
  "shape_name": "DeleteTapeArchiveOutput",
@@ -4141,10 +4155,10 @@
4141
4155
  "type": "string",
4142
4156
  "min_length": 50,
4143
4157
  "max_length": 500,
4144
- "documentation": null
4158
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).</p> \n "
4145
4159
  }
4146
4160
  },
4147
- "documentation": null
4161
+ "documentation": "\n <p>DeleteTapeArchiveOutput</p> \n "
4148
4162
  },
4149
4163
  "errors": [
4150
4164
  {
@@ -4154,7 +4168,7 @@
4154
4168
  "message": {
4155
4169
  "shape_name": "string",
4156
4170
  "type": "string",
4157
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4171
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4158
4172
  },
4159
4173
  "error": {
4160
4174
  "shape_name": "StorageGatewayError",
@@ -4241,13 +4255,13 @@
4241
4255
  "type": "string",
4242
4256
  "documentation": null
4243
4257
  },
4244
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4258
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4245
4259
  }
4246
4260
  },
4247
4261
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4248
4262
  }
4249
4263
  },
4250
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4264
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4251
4265
  },
4252
4266
  {
4253
4267
  "shape_name": "InternalServerError",
@@ -4256,7 +4270,7 @@
4256
4270
  "message": {
4257
4271
  "shape_name": "string",
4258
4272
  "type": "string",
4259
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4273
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4260
4274
  },
4261
4275
  "error": {
4262
4276
  "shape_name": "StorageGatewayError",
@@ -4343,16 +4357,16 @@
4343
4357
  "type": "string",
4344
4358
  "documentation": null
4345
4359
  },
4346
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4360
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4347
4361
  }
4348
4362
  },
4349
4363
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4350
4364
  }
4351
4365
  },
4352
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
4366
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
4353
4367
  }
4354
4368
  ],
4355
- "documentation": null
4369
+ "documentation": "\n <p>Deletes the specified virtual tape from the virtual tape shelf (VTS).</p> \n "
4356
4370
  },
4357
4371
  "DeleteVolume": {
4358
4372
  "name": "DeleteVolume",
@@ -4393,7 +4407,7 @@
4393
4407
  "message": {
4394
4408
  "shape_name": "string",
4395
4409
  "type": "string",
4396
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4410
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4397
4411
  },
4398
4412
  "error": {
4399
4413
  "shape_name": "StorageGatewayError",
@@ -4480,13 +4494,13 @@
4480
4494
  "type": "string",
4481
4495
  "documentation": null
4482
4496
  },
4483
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4497
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4484
4498
  }
4485
4499
  },
4486
4500
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4487
4501
  }
4488
4502
  },
4489
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4503
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4490
4504
  },
4491
4505
  {
4492
4506
  "shape_name": "InternalServerError",
@@ -4495,7 +4509,7 @@
4495
4509
  "message": {
4496
4510
  "shape_name": "string",
4497
4511
  "type": "string",
4498
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4512
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4499
4513
  },
4500
4514
  "error": {
4501
4515
  "shape_name": "StorageGatewayError",
@@ -4582,13 +4596,13 @@
4582
4596
  "type": "string",
4583
4597
  "documentation": null
4584
4598
  },
4585
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4599
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4586
4600
  }
4587
4601
  },
4588
4602
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4589
4603
  }
4590
4604
  },
4591
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
4605
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
4592
4606
  }
4593
4607
  ],
4594
4608
  "documentation": "\n <p>This operation delete the specified gateway volume that you previously created using the\n <a>CreateStorediSCSIVolume</a> API. For gateway-stored volumes, the local disk that was configured as the storage\n volume is not deleted. You can reuse the local disk to create another storage volume. </p>\n <p>Before you delete a gateway volume, make sure there are no iSCSI connections to the volume\n you are deleting. You should also make sure there is no snapshot in progress. You can\n use the Amazon Elastic Compute Cloud (Amazon EC2) API to query snapshots on the volume\n you are deleting and check the snapshot status. For more information, go\n to <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.html\">DescribeSnapshots</a> in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>\n <p>In the request, you must provide the Amazon Resource Name (ARN) of the storage volume you want to delete.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that deletes a volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DeleteVolume\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 99\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n}\n </response>\n </example>\n </examples>\n "
@@ -4644,7 +4658,7 @@
4644
4658
  "message": {
4645
4659
  "shape_name": "string",
4646
4660
  "type": "string",
4647
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4661
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4648
4662
  },
4649
4663
  "error": {
4650
4664
  "shape_name": "StorageGatewayError",
@@ -4731,13 +4745,13 @@
4731
4745
  "type": "string",
4732
4746
  "documentation": null
4733
4747
  },
4734
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4748
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4735
4749
  }
4736
4750
  },
4737
4751
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4738
4752
  }
4739
4753
  },
4740
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4754
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
4741
4755
  },
4742
4756
  {
4743
4757
  "shape_name": "InternalServerError",
@@ -4746,7 +4760,7 @@
4746
4760
  "message": {
4747
4761
  "shape_name": "string",
4748
4762
  "type": "string",
4749
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4763
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4750
4764
  },
4751
4765
  "error": {
4752
4766
  "shape_name": "StorageGatewayError",
@@ -4833,13 +4847,13 @@
4833
4847
  "type": "string",
4834
4848
  "documentation": null
4835
4849
  },
4836
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
4850
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
4837
4851
  }
4838
4852
  },
4839
4853
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
4840
4854
  }
4841
4855
  },
4842
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
4856
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
4843
4857
  }
4844
4858
  ],
4845
4859
  "documentation": "\n <p>This operation returns the bandwidth rate limits of a gateway. By default, these limits are not set, which\n means no bandwidth rate limiting is in effect.</p>\n <p>This operation only returns a value for a bandwidth rate limit only if the limit is set. If no limits are set\n for the gateway, then this operation returns only the gateway ARN in the response body. To specify which\n gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns the bandwidth throttle properties of a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeBandwidthRateLimit\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygate way\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 169\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"AverageUploadRateLimitInBitsPerSec\": 102400,\n \"AverageDownloadRateLimitInBitsPerSec\": 51200\n}\n </response>\n </example>\n </examples>\n "
@@ -4920,7 +4934,7 @@
4920
4934
  "message": {
4921
4935
  "shape_name": "string",
4922
4936
  "type": "string",
4923
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
4937
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
4924
4938
  },
4925
4939
  "error": {
4926
4940
  "shape_name": "StorageGatewayError",
@@ -5007,13 +5021,13 @@
5007
5021
  "type": "string",
5008
5022
  "documentation": null
5009
5023
  },
5010
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5024
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5011
5025
  }
5012
5026
  },
5013
5027
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5014
5028
  }
5015
5029
  },
5016
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5030
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5017
5031
  },
5018
5032
  {
5019
5033
  "shape_name": "InternalServerError",
@@ -5022,7 +5036,7 @@
5022
5036
  "message": {
5023
5037
  "shape_name": "string",
5024
5038
  "type": "string",
5025
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5039
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5026
5040
  },
5027
5041
  "error": {
5028
5042
  "shape_name": "StorageGatewayError",
@@ -5109,13 +5123,13 @@
5109
5123
  "type": "string",
5110
5124
  "documentation": null
5111
5125
  },
5112
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5126
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5113
5127
  }
5114
5128
  },
5115
5129
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5116
5130
  }
5117
5131
  },
5118
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
5132
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
5119
5133
  }
5120
5134
  ],
5121
5135
  "documentation": "\n <p>This operation returns information about the cache of a gateway. \n This operation is supported only for the gateway-cached volume architecture.\n </p>\n <p>\n The response includes disk IDs that are configured as cache, and it \n includes the amount of cache allocated and used. </p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request to obtain a description of a gateway's\n working storage.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.DescribeCache\n\n{\n \"GatewayARN\":\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 271\n\n{\n \"CacheAllocationInBytes\": 2199023255552,\n \"CacheDirtyPercentage\": 0.07,\n \"CacheHitPercentage\": 99.68,\n \"CacheMissPercentage\": 0.32,\n \"CacheUsedPercentage\": 0.07,\n \"DiskIds\": [\n \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"pci-0000:04:00.0-scsi-0:1:0:0\"\n ],\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n} \n\n </response>\n </example>\n </examples>\n "
@@ -5150,7 +5164,7 @@
5150
5164
  "shape_name": "CachediSCSIVolumes",
5151
5165
  "type": "list",
5152
5166
  "members": {
5153
- "shape_name": "CachediSCSIVolumeInformation",
5167
+ "shape_name": "CachediSCSIVolume",
5154
5168
  "type": "structure",
5155
5169
  "members": {
5156
5170
  "VolumeARN": {
@@ -5249,7 +5263,7 @@
5249
5263
  "message": {
5250
5264
  "shape_name": "string",
5251
5265
  "type": "string",
5252
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5266
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5253
5267
  },
5254
5268
  "error": {
5255
5269
  "shape_name": "StorageGatewayError",
@@ -5336,13 +5350,13 @@
5336
5350
  "type": "string",
5337
5351
  "documentation": null
5338
5352
  },
5339
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5353
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5340
5354
  }
5341
5355
  },
5342
5356
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5343
5357
  }
5344
5358
  },
5345
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5359
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5346
5360
  },
5347
5361
  {
5348
5362
  "shape_name": "InternalServerError",
@@ -5351,7 +5365,7 @@
5351
5365
  "message": {
5352
5366
  "shape_name": "string",
5353
5367
  "type": "string",
5354
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5368
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5355
5369
  },
5356
5370
  "error": {
5357
5371
  "shape_name": "StorageGatewayError",
@@ -5438,13 +5452,13 @@
5438
5452
  "type": "string",
5439
5453
  "documentation": null
5440
5454
  },
5441
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5455
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5442
5456
  }
5443
5457
  },
5444
5458
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5445
5459
  }
5446
5460
  },
5447
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
5461
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
5448
5462
  }
5449
5463
  ],
5450
5464
  "documentation": "\n <p>This operation returns a description of the gateway volumes specified in the request. \n This operation is supported only for the gateway-cached volume architecture.</p>\n <p>\n The list of gateway volumes in the request must be from one gateway. \n In the response Amazon Storage Gateway returns volume information sorted by volume \n Amazon Resource Name (ARN). </p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns a description of a volume.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.DescribeCachediSCSIVolumes\n\n{\n \"VolumeARNs\": [\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"]\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 664\n\n{\n \"CachediSCSIVolumes\": [\n {\n \"VolumeiSCSIAttributes\": {\n \"ChapEnabled\": true,\n \"LunNumber\": 0,\n \"NetworkInterfaceId\": \"10.243.43.207\",\n \"NetworkInterfacePort\": 3260,\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\"\n },\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeDiskId\": \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"VolumeId\": \"vol-1122AABB\",\n \"VolumeSizeInBytes\": 1099511627776,\n \"VolumeStatus\": \"AVAILABLE\",\n \"VolumeType\": \"CACHED iSCSI\"\n }\n ]\n} \n\n </response>\n </example>\n </examples>\n "
@@ -5522,7 +5536,7 @@
5522
5536
  "message": {
5523
5537
  "shape_name": "string",
5524
5538
  "type": "string",
5525
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5539
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5526
5540
  },
5527
5541
  "error": {
5528
5542
  "shape_name": "StorageGatewayError",
@@ -5609,13 +5623,13 @@
5609
5623
  "type": "string",
5610
5624
  "documentation": null
5611
5625
  },
5612
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5626
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5613
5627
  }
5614
5628
  },
5615
5629
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5616
5630
  }
5617
5631
  },
5618
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5632
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5619
5633
  },
5620
5634
  {
5621
5635
  "shape_name": "InternalServerError",
@@ -5624,7 +5638,7 @@
5624
5638
  "message": {
5625
5639
  "shape_name": "string",
5626
5640
  "type": "string",
5627
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5641
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5628
5642
  },
5629
5643
  "error": {
5630
5644
  "shape_name": "StorageGatewayError",
@@ -5711,13 +5725,13 @@
5711
5725
  "type": "string",
5712
5726
  "documentation": null
5713
5727
  },
5714
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5728
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5715
5729
  }
5716
5730
  },
5717
5731
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5718
5732
  }
5719
5733
  },
5720
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
5734
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
5721
5735
  }
5722
5736
  ],
5723
5737
  "documentation": "\n <p>This operation returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information\n for a specified iSCSI target, one for each target-initiator pair.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns the CHAP credentials of an iSCSI\n target.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeChapCredentials\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 235\n{\n \"ChapCredentials\": {\n \"TargetName\": \"iqn.1997-05.com.amazon:myvolume\",\n \"SecretToAuthenticateInitiator\": \"111111111111\",\n \"InitiatorName\": \"iqn.1991-05.com.microsoft:computername.domain.example.com\",\n \"SecretToAuthenticateTarget\": \"222222222222\"\n }\n}\n </response>\n </example>\n </examples>\n "
@@ -5823,7 +5837,7 @@
5823
5837
  "message": {
5824
5838
  "shape_name": "string",
5825
5839
  "type": "string",
5826
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5840
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5827
5841
  },
5828
5842
  "error": {
5829
5843
  "shape_name": "StorageGatewayError",
@@ -5910,13 +5924,13 @@
5910
5924
  "type": "string",
5911
5925
  "documentation": null
5912
5926
  },
5913
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
5927
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
5914
5928
  }
5915
5929
  },
5916
5930
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
5917
5931
  }
5918
5932
  },
5919
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5933
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
5920
5934
  },
5921
5935
  {
5922
5936
  "shape_name": "InternalServerError",
@@ -5925,7 +5939,7 @@
5925
5939
  "message": {
5926
5940
  "shape_name": "string",
5927
5941
  "type": "string",
5928
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
5942
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
5929
5943
  },
5930
5944
  "error": {
5931
5945
  "shape_name": "StorageGatewayError",
@@ -6012,13 +6026,13 @@
6012
6026
  "type": "string",
6013
6027
  "documentation": null
6014
6028
  },
6015
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6029
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6016
6030
  }
6017
6031
  },
6018
6032
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6019
6033
  }
6020
6034
  },
6021
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
6035
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
6022
6036
  }
6023
6037
  ],
6024
6038
  "documentation": "\n <p>This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and\n the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon\n Resource Name (ARN) of the gateway in your request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request for describing a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeGatewayInformation\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 227\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"GatewayId\": \"sgw-AABB1122\",\n \"GatewayNetworkInterfaces\": [ {\"Ipv4Address\": \"10.35.69.216\"} ],\n \"GatewayState\": \"STATE_RUNNING\",\n \"GatewayTimezone\": \"GMT-8:00\"\n}\n </response>\n </example>\n </examples>\n "
@@ -6090,7 +6104,7 @@
6090
6104
  "message": {
6091
6105
  "shape_name": "string",
6092
6106
  "type": "string",
6093
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6107
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6094
6108
  },
6095
6109
  "error": {
6096
6110
  "shape_name": "StorageGatewayError",
@@ -6177,13 +6191,13 @@
6177
6191
  "type": "string",
6178
6192
  "documentation": null
6179
6193
  },
6180
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6194
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6181
6195
  }
6182
6196
  },
6183
6197
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6184
6198
  }
6185
6199
  },
6186
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6200
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6187
6201
  },
6188
6202
  {
6189
6203
  "shape_name": "InternalServerError",
@@ -6192,7 +6206,7 @@
6192
6206
  "message": {
6193
6207
  "shape_name": "string",
6194
6208
  "type": "string",
6195
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6209
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6196
6210
  },
6197
6211
  "error": {
6198
6212
  "shape_name": "StorageGatewayError",
@@ -6279,13 +6293,13 @@
6279
6293
  "type": "string",
6280
6294
  "documentation": null
6281
6295
  },
6282
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6296
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6283
6297
  }
6284
6298
  },
6285
6299
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6286
6300
  }
6287
6301
  },
6288
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
6302
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
6289
6303
  }
6290
6304
  ],
6291
6305
  "documentation": "\n <p>This operation returns your gateway's weekly maintenance start time including the day and time of the week.\n Note that values are in terms of the gateway's time zone.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that describes a gateway's maintenance\n window.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeMaintenanceStartTime\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 136\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"HourOfDay\": 15,\n \"MinuteOfHour\": 35,\n \"DayOfWeek\": 2,\n \"Timezone\": \"GMT+7:00\"\n}\n </response>\n </example>\n </examples>\n "
@@ -6357,7 +6371,7 @@
6357
6371
  "message": {
6358
6372
  "shape_name": "string",
6359
6373
  "type": "string",
6360
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6374
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6361
6375
  },
6362
6376
  "error": {
6363
6377
  "shape_name": "StorageGatewayError",
@@ -6444,13 +6458,13 @@
6444
6458
  "type": "string",
6445
6459
  "documentation": null
6446
6460
  },
6447
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6461
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6448
6462
  }
6449
6463
  },
6450
6464
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6451
6465
  }
6452
6466
  },
6453
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6467
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6454
6468
  },
6455
6469
  {
6456
6470
  "shape_name": "InternalServerError",
@@ -6459,7 +6473,7 @@
6459
6473
  "message": {
6460
6474
  "shape_name": "string",
6461
6475
  "type": "string",
6462
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6476
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6463
6477
  },
6464
6478
  "error": {
6465
6479
  "shape_name": "StorageGatewayError",
@@ -6546,13 +6560,13 @@
6546
6560
  "type": "string",
6547
6561
  "documentation": null
6548
6562
  },
6549
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6563
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6550
6564
  }
6551
6565
  },
6552
6566
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6553
6567
  }
6554
6568
  },
6555
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
6569
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
6556
6570
  }
6557
6571
  ],
6558
6572
  "documentation": "\n <p>This operation describes the snapshot schedule for the specified gateway volume. The snapshot schedule\n information includes intervals at which snapshots are automatically initiated on the volume.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that retrieves the snapshot schedule for a\n volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeSnapshotSchedule\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 211\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"StartAt\": 6,\n \"RecurrenceInHours\": 24,\n \"Description\": \"sgw-AABB1122:vol-AABB1122:Schedule\",\n \"Timezone\": \"GMT+7:00\"\n}\n </response>\n </example>\n </examples>\n "
@@ -6587,7 +6601,7 @@
6587
6601
  "shape_name": "StorediSCSIVolumes",
6588
6602
  "type": "list",
6589
6603
  "members": {
6590
- "shape_name": "StorediSCSIVolumeInformation",
6604
+ "shape_name": "StorediSCSIVolume",
6591
6605
  "type": "structure",
6592
6606
  "members": {
6593
6607
  "VolumeARN": {
@@ -6698,7 +6712,7 @@
6698
6712
  "message": {
6699
6713
  "shape_name": "string",
6700
6714
  "type": "string",
6701
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6715
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6702
6716
  },
6703
6717
  "error": {
6704
6718
  "shape_name": "StorageGatewayError",
@@ -6785,13 +6799,13 @@
6785
6799
  "type": "string",
6786
6800
  "documentation": null
6787
6801
  },
6788
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6802
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6789
6803
  }
6790
6804
  },
6791
6805
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6792
6806
  }
6793
6807
  },
6794
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6808
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
6795
6809
  },
6796
6810
  {
6797
6811
  "shape_name": "InternalServerError",
@@ -6800,7 +6814,7 @@
6800
6814
  "message": {
6801
6815
  "shape_name": "string",
6802
6816
  "type": "string",
6803
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
6817
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
6804
6818
  },
6805
6819
  "error": {
6806
6820
  "shape_name": "StorageGatewayError",
@@ -6887,13 +6901,13 @@
6887
6901
  "type": "string",
6888
6902
  "documentation": null
6889
6903
  },
6890
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
6904
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
6891
6905
  }
6892
6906
  },
6893
6907
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
6894
6908
  }
6895
6909
  },
6896
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
6910
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
6897
6911
  }
6898
6912
  ],
6899
6913
  "documentation": "\n <p>This operation returns description of the gateway volumes specified in the request. The list of gateway volumes\n in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information\n sorted by volume ARNs.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns a description of a volume.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeStorediSCSIVolumes\n{\n \"VolumeARNs\": [\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"]\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 507\n{\n \"StorediSCSIVolumes\": [\n {\n \"VolumeiSCSIAttributes\":\n {\n \"ChapEnabled\": true,\n \"NetworkInterfaceId\": \"10.243.43.207\",\n \"NetworkInterfacePort\": 3260,\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\"\n },\n \"PreservedExistingData\": false,\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/myg\n ateway/volume/vol-1122AABB\",\n \"VolumeDiskId\": \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"VolumeId\": \"vol-1122AABB\",\n \"VolumeProgress\": 23.7,\n \"VolumeSizeInBytes\": 1099511627776,\n \"VolumeStatus\": \"BOOTSTRAPPING\"\n }\n ]\n}\n </response>\n </example>\n </examples>\n "
@@ -6914,23 +6928,23 @@
6914
6928
  "max_length": 500,
6915
6929
  "documentation": null
6916
6930
  },
6917
- "documentation": null
6931
+ "documentation": "\n <p>Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. </p> \n "
6918
6932
  },
6919
6933
  "Marker": {
6920
6934
  "shape_name": "Marker",
6921
6935
  "type": "string",
6922
6936
  "min_length": 1,
6923
6937
  "max_length": 1000,
6924
- "documentation": null
6938
+ "documentation": "\n <p>An opaque string that indicates the position at which to begin describing virtual tapes.</p> \n "
6925
6939
  },
6926
6940
  "Limit": {
6927
6941
  "shape_name": "PositiveIntObject",
6928
6942
  "type": "integer",
6929
6943
  "min_length": 1,
6930
- "documentation": null
6944
+ "documentation": "\n <p>Specifies that the number of virtual tapes descried be limited to the specified number.</p> \n "
6931
6945
  }
6932
6946
  },
6933
- "documentation": null
6947
+ "documentation": "\n <p>DescribeTapeArchivesInput</p> \n "
6934
6948
  },
6935
6949
  "output": {
6936
6950
  "shape_name": "DescribeTapeArchivesOutput",
@@ -6948,54 +6962,54 @@
6948
6962
  "type": "string",
6949
6963
  "min_length": 50,
6950
6964
  "max_length": 500,
6951
- "documentation": null
6965
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of an archived virtual tape.</p> \n "
6952
6966
  },
6953
6967
  "TapeBarcode": {
6954
6968
  "shape_name": "TapeBarcode",
6955
6969
  "type": "string",
6956
6970
  "min_length": 8,
6957
6971
  "max_length": 16,
6958
- "pattern": "[A-Z0-9]*",
6959
- "documentation": null
6972
+ "pattern": "^[A-Z0-9]*$",
6973
+ "documentation": "\n <p>The barcode that identifies the archived virtual tape.</p> \n "
6960
6974
  },
6961
6975
  "TapeSizeInBytes": {
6962
6976
  "shape_name": "TapeSize",
6963
6977
  "type": "long",
6964
6978
  "min_length": 107374182400,
6965
- "max_length": 5497558138880,
6966
- "documentation": null
6979
+ "max_length": 2748779069440,
6980
+ "documentation": "\n <p>The size, in bytes, of the archived virtual tape.</p> \n "
6967
6981
  },
6968
6982
  "CompletionTime": {
6969
6983
  "shape_name": "Time",
6970
6984
  "type": "timestamp",
6971
- "documentation": null
6985
+ "documentation": "\n <p>The time that the archiving of the virtual tape was completed.</p>\n <p>The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.</p>\n "
6972
6986
  },
6973
6987
  "RetrievedTo": {
6974
6988
  "shape_name": "GatewayARN",
6975
6989
  "type": "string",
6976
6990
  "min_length": 50,
6977
6991
  "max_length": 500,
6978
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n "
6992
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to. </p>\n <p>The virtual tape is retrieved from the virtual tape shelf (VTS).</p>\n "
6979
6993
  },
6980
6994
  "TapeStatus": {
6981
6995
  "shape_name": "TapeArchiveStatus",
6982
6996
  "type": "string",
6983
- "documentation": null
6997
+ "documentation": "\n <p>The current state of the archived virtual tape. </p> \n "
6984
6998
  }
6985
6999
  },
6986
- "documentation": null
7000
+ "documentation": "\n <p>Represents a virtual tape that is archived in the virtual tape shelf (VTS).</p> \n "
6987
7001
  },
6988
- "documentation": null
7002
+ "documentation": "\n <p>An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. \n The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.</p> \n "
6989
7003
  },
6990
7004
  "Marker": {
6991
7005
  "shape_name": "Marker",
6992
7006
  "type": "string",
6993
7007
  "min_length": 1,
6994
7008
  "max_length": 1000,
6995
- "documentation": null
7009
+ "documentation": "\n <p>An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.\n Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.\n </p> \n "
6996
7010
  }
6997
7011
  },
6998
- "documentation": null
7012
+ "documentation": "\n <p>DescribeTapeArchivesOutput</p> \n "
6999
7013
  },
7000
7014
  "errors": [
7001
7015
  {
@@ -7005,7 +7019,7 @@
7005
7019
  "message": {
7006
7020
  "shape_name": "string",
7007
7021
  "type": "string",
7008
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7022
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7009
7023
  },
7010
7024
  "error": {
7011
7025
  "shape_name": "StorageGatewayError",
@@ -7092,13 +7106,13 @@
7092
7106
  "type": "string",
7093
7107
  "documentation": null
7094
7108
  },
7095
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7109
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7096
7110
  }
7097
7111
  },
7098
7112
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7099
7113
  }
7100
7114
  },
7101
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7115
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7102
7116
  },
7103
7117
  {
7104
7118
  "shape_name": "InternalServerError",
@@ -7107,7 +7121,7 @@
7107
7121
  "message": {
7108
7122
  "shape_name": "string",
7109
7123
  "type": "string",
7110
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7124
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7111
7125
  },
7112
7126
  "error": {
7113
7127
  "shape_name": "StorageGatewayError",
@@ -7194,16 +7208,16 @@
7194
7208
  "type": "string",
7195
7209
  "documentation": null
7196
7210
  },
7197
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7211
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7198
7212
  }
7199
7213
  },
7200
7214
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7201
7215
  }
7202
7216
  },
7203
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
7217
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
7204
7218
  }
7205
7219
  ],
7206
- "documentation": null
7220
+ "documentation": "\n <p>Returns a description of specified virtual tapes in the virtual tape shelf (VTS). </p>\n <p>If a specific <code>TapeARN</code> is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.</p>\n <examples>\n <example>\n <name>Retrieve description tapes in VTS</name>\n <description>The following example shows a request that retrieves \n description of two tapes archived to VTS in the AWS region specified in the \n request. The request identifies the tapes by their ARN value.\n ARN value. The trailing string in the ARN is the tape barcode. \n If you don't the tape ARN, the AWS Storage Gateway returns information of \n all tapes archived to VTS.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20131028T120000Z\nx-amz-target: StorageGateway_20130630.DescribeTapeArchives\n\n{\"TapeARNs\": \n [\"arn:aws:storagegateway:us-east-1:999999999999:tape/AM08A1AD\", \n \"arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4\"]\n} \n\n </request>\n <response>\n{\"TapeArchives\": \n [\n {\"CompletionTime\": 1380308527.236, \n \"TapeARN\": \"arn:aws:storagegateway:us-east-1:999999999:tape/AM08A1AD\", \n \"TapeBarcode\": \"AM08A1AD\", \n \"TapeSizeInBytes\": 107374182400, \n \"TapeStatus\": \"ARCHIVED\"}, \n {\"CompletionTime\": 1382918022.647, \n \"TapeARN\": \"arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4\", \n \"TapeBarcode\": \"AMZN01A2A4\", \n \"TapeSizeInBytes\": 429496729600, \n \"TapeStatus\": \"ARCHIVED\"}\n ]\n} \n\n </response>\n </example>\n </examples>\n \n "
7207
7221
  },
7208
7222
  "DescribeTapeRecoveryPoints": {
7209
7223
  "name": "DescribeTapeRecoveryPoints",
@@ -7224,16 +7238,16 @@
7224
7238
  "type": "string",
7225
7239
  "min_length": 1,
7226
7240
  "max_length": 1000,
7227
- "documentation": null
7241
+ "documentation": "\n <p>An opaque string that indicates the position at which to begin describing the virtual tape recovery \n points.</p>\n "
7228
7242
  },
7229
7243
  "Limit": {
7230
7244
  "shape_name": "PositiveIntObject",
7231
7245
  "type": "integer",
7232
7246
  "min_length": 1,
7233
- "documentation": null
7247
+ "documentation": "\n <p>Specifies that the number of virtual tape recovery points that are described be limited to the specified \n number.</p>\n "
7234
7248
  }
7235
7249
  },
7236
- "documentation": null
7250
+ "documentation": "\n <p>DescribeTapeRecoveryPointsInput</p>\n "
7237
7251
  },
7238
7252
  "output": {
7239
7253
  "shape_name": "DescribeTapeRecoveryPointsOutput",
@@ -7258,34 +7272,39 @@
7258
7272
  "type": "string",
7259
7273
  "min_length": 50,
7260
7274
  "max_length": 500,
7261
- "documentation": null
7275
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape.</p> \n "
7262
7276
  },
7263
7277
  "TapeRecoveryPointTime": {
7264
7278
  "shape_name": "Time",
7265
7279
  "type": "timestamp",
7266
- "documentation": null
7280
+ "documentation": "\n <p>The time when the point-in-time view of the virtual tape was replicated for later recovery. </p> \n <p>The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.</p>\n "
7267
7281
  },
7268
7282
  "TapeSizeInBytes": {
7269
7283
  "shape_name": "TapeSize",
7270
7284
  "type": "long",
7271
7285
  "min_length": 107374182400,
7272
- "max_length": 5497558138880,
7286
+ "max_length": 2748779069440,
7287
+ "documentation": "\n <p>The size, in bytes, of the virtual tapes to recover.</p> \n "
7288
+ },
7289
+ "TapeStatus": {
7290
+ "shape_name": "TapeRecoveryPointStatus",
7291
+ "type": "string",
7273
7292
  "documentation": null
7274
7293
  }
7275
7294
  },
7276
- "documentation": null
7295
+ "documentation": "\n <p>Describes a recovery point. </p>\n "
7277
7296
  },
7278
- "documentation": null
7297
+ "documentation": "\n <p>An array of TapeRecoveryPointInfos that are available for the specified gateway.</p>\n "
7279
7298
  },
7280
7299
  "Marker": {
7281
7300
  "shape_name": "Marker",
7282
7301
  "type": "string",
7283
7302
  "min_length": 1,
7284
7303
  "max_length": 1000,
7285
- "documentation": null
7304
+ "documentation": "\n <p>An opaque string that indicates the position at which the virtual tape recovery points that were \n listed for description ended.</p>\n <p>Use this marker in your next request to list the next set of virtual tape recovery points in the list. \n If there are no more recovery points to describe, this field does not appear in the response.</p>\n "
7286
7305
  }
7287
7306
  },
7288
- "documentation": null
7307
+ "documentation": "\n <p>DescribeTapeRecoveryPointsOutput</p>\n "
7289
7308
  },
7290
7309
  "errors": [
7291
7310
  {
@@ -7295,7 +7314,7 @@
7295
7314
  "message": {
7296
7315
  "shape_name": "string",
7297
7316
  "type": "string",
7298
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7317
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7299
7318
  },
7300
7319
  "error": {
7301
7320
  "shape_name": "StorageGatewayError",
@@ -7382,13 +7401,13 @@
7382
7401
  "type": "string",
7383
7402
  "documentation": null
7384
7403
  },
7385
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7404
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7386
7405
  }
7387
7406
  },
7388
7407
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7389
7408
  }
7390
7409
  },
7391
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7410
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7392
7411
  },
7393
7412
  {
7394
7413
  "shape_name": "InternalServerError",
@@ -7397,7 +7416,7 @@
7397
7416
  "message": {
7398
7417
  "shape_name": "string",
7399
7418
  "type": "string",
7400
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7419
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7401
7420
  },
7402
7421
  "error": {
7403
7422
  "shape_name": "StorageGatewayError",
@@ -7484,16 +7503,16 @@
7484
7503
  "type": "string",
7485
7504
  "documentation": null
7486
7505
  },
7487
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7506
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7488
7507
  }
7489
7508
  },
7490
7509
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7491
7510
  }
7492
7511
  },
7493
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
7512
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
7494
7513
  }
7495
7514
  ],
7496
- "documentation": null
7515
+ "documentation": "\n <p>Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.</p>\n <p>A recovery point is a point in time view of a virtual tape at which all the data on the virtual tape is consistent.\n If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.</p>\n \n "
7497
7516
  },
7498
7517
  "DescribeTapes": {
7499
7518
  "name": "DescribeTapes",
@@ -7519,23 +7538,23 @@
7519
7538
  "max_length": 500,
7520
7539
  "documentation": null
7521
7540
  },
7522
- "documentation": null
7541
+ "documentation": "\n <p>Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. \n If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.</p>\n "
7523
7542
  },
7524
7543
  "Marker": {
7525
7544
  "shape_name": "Marker",
7526
7545
  "type": "string",
7527
7546
  "min_length": 1,
7528
7547
  "max_length": 1000,
7529
- "documentation": null
7548
+ "documentation": "\n <p>A marker value, obtained in a previous call to <code>DescribeTapes</code>. This marker indicates which page of results to retrieve. </p> \n <p>If not specified, the first page of results is retrieved.</p>\n "
7530
7549
  },
7531
7550
  "Limit": {
7532
7551
  "shape_name": "PositiveIntObject",
7533
7552
  "type": "integer",
7534
7553
  "min_length": 1,
7535
- "documentation": null
7554
+ "documentation": "\n <p>Specifies that the number of virtual tapes described be limited to the specified number.</p>\n <note>Amazon Web Services may impose its own limit, if this field is not set.</note>\n "
7536
7555
  }
7537
7556
  },
7538
- "documentation": null
7557
+ "documentation": "\n <p>DescribeTapesInput</p> \n "
7539
7558
  },
7540
7559
  "output": {
7541
7560
  "shape_name": "DescribeTapesOutput",
@@ -7553,54 +7572,54 @@
7553
7572
  "type": "string",
7554
7573
  "min_length": 50,
7555
7574
  "max_length": 500,
7556
- "documentation": null
7575
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape.</p> \n "
7557
7576
  },
7558
7577
  "TapeBarcode": {
7559
7578
  "shape_name": "TapeBarcode",
7560
7579
  "type": "string",
7561
7580
  "min_length": 8,
7562
7581
  "max_length": 16,
7563
- "pattern": "[A-Z0-9]*",
7564
- "documentation": null
7582
+ "pattern": "^[A-Z0-9]*$",
7583
+ "documentation": "\n <p>The barcode that identifies a specific virtual tape.</p> \n "
7565
7584
  },
7566
7585
  "TapeSizeInBytes": {
7567
7586
  "shape_name": "TapeSize",
7568
7587
  "type": "long",
7569
7588
  "min_length": 107374182400,
7570
- "max_length": 5497558138880,
7571
- "documentation": null
7589
+ "max_length": 2748779069440,
7590
+ "documentation": "\n <p>The size, in bytes, of the virtual tape.</p> \n "
7572
7591
  },
7573
7592
  "TapeStatus": {
7574
7593
  "shape_name": "TapeStatus",
7575
7594
  "type": "string",
7576
- "documentation": null
7595
+ "documentation": "\n <p>The current state of the virtual tape. </p> \n "
7577
7596
  },
7578
7597
  "VTLDevice": {
7579
7598
  "shape_name": "VTLDeviceARN",
7580
7599
  "type": "string",
7581
7600
  "min_length": 50,
7582
7601
  "max_length": 500,
7583
- "documentation": null
7602
+ "documentation": "\n <p>The virtual tape library (VTL) device that the virtual tape is associated with.</p> \n "
7584
7603
  },
7585
7604
  "Progress": {
7586
7605
  "shape_name": "DoubleObject",
7587
7606
  "type": "double",
7588
- "documentation": null
7607
+ "documentation": "\n <p>For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.</p> \n <p>Range: 0 (not started) to 100 (complete).</p>\n "
7589
7608
  }
7590
7609
  },
7591
- "documentation": null
7610
+ "documentation": "\n <p>Describes a virtual tape object.</p> \n "
7592
7611
  },
7593
- "documentation": null
7612
+ "documentation": "\n <p>An array of virtual tape descriptions.</p> \n "
7594
7613
  },
7595
7614
  "Marker": {
7596
7615
  "shape_name": "Marker",
7597
7616
  "type": "string",
7598
7617
  "min_length": 1,
7599
7618
  "max_length": 1000,
7600
- "documentation": null
7619
+ "documentation": "\n <p>An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. </p>\n <p>If a response does not contain a marker, then there are no more results to be retrieved.</p>\n "
7601
7620
  }
7602
7621
  },
7603
- "documentation": null
7622
+ "documentation": "\n <p>DescribeTapesOutput</p> \n "
7604
7623
  },
7605
7624
  "errors": [
7606
7625
  {
@@ -7610,7 +7629,7 @@
7610
7629
  "message": {
7611
7630
  "shape_name": "string",
7612
7631
  "type": "string",
7613
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7632
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7614
7633
  },
7615
7634
  "error": {
7616
7635
  "shape_name": "StorageGatewayError",
@@ -7697,13 +7716,13 @@
7697
7716
  "type": "string",
7698
7717
  "documentation": null
7699
7718
  },
7700
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7719
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7701
7720
  }
7702
7721
  },
7703
7722
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7704
7723
  }
7705
7724
  },
7706
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7725
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7707
7726
  },
7708
7727
  {
7709
7728
  "shape_name": "InternalServerError",
@@ -7712,7 +7731,7 @@
7712
7731
  "message": {
7713
7732
  "shape_name": "string",
7714
7733
  "type": "string",
7715
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7734
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7716
7735
  },
7717
7736
  "error": {
7718
7737
  "shape_name": "StorageGatewayError",
@@ -7799,16 +7818,16 @@
7799
7818
  "type": "string",
7800
7819
  "documentation": null
7801
7820
  },
7802
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7821
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7803
7822
  }
7804
7823
  },
7805
7824
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7806
7825
  }
7807
7826
  },
7808
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
7827
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
7809
7828
  }
7810
7829
  ],
7811
- "documentation": null
7830
+ "documentation": "\n <p>Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a <code>TapeARN</code> is not specified, returns \n a description of all virtual tapes associated with the specified gateway.</p>\n \n <examples>\n <example>\n <name>Get descriptions of specific tapes </name>\n <description>In the following request you obtain descriptions of tapes in \n the gateway-VTL (ExampleGatewayVTL). The request identifies specific tapes by \n specifying ARNs for the tapes. In the ARN, the trailing string, for example \"TEST04A2A1\"- is the tape barcode value. \n The string 999999999999 is your account number.</description>\n <request>{\"GatewayARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL\",\n \"TapeARNs\": \n [\"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1\", \n \"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0\"]\n}}}\n </request>\n <response>{\"Tapes\": \n [\n {\"TapeARN\": \"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1\", \n \"TapeBarcode\": \"TEST04A2A1\", \n \"TapeSizeInBytes\": 107374182400, \n \"TapeStatus\": \"AVAILABLE\"}, \n {\"TapeARN\": \"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0\", \n \"TapeBarcode\": \"TEST05A2A0\", \n \"TapeSizeInBytes\": 107374182400, \n \"TapeStatus\": \"AVAILABLE\"}\n ]\n}\n}\n </response>\n </example>\n </examples>\n "
7812
7831
  },
7813
7832
  "DescribeUploadBuffer": {
7814
7833
  "name": "DescribeUploadBuffer",
@@ -7871,7 +7890,7 @@
7871
7890
  "message": {
7872
7891
  "shape_name": "string",
7873
7892
  "type": "string",
7874
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7893
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7875
7894
  },
7876
7895
  "error": {
7877
7896
  "shape_name": "StorageGatewayError",
@@ -7958,13 +7977,13 @@
7958
7977
  "type": "string",
7959
7978
  "documentation": null
7960
7979
  },
7961
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
7980
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
7962
7981
  }
7963
7982
  },
7964
7983
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
7965
7984
  }
7966
7985
  },
7967
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7986
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
7968
7987
  },
7969
7988
  {
7970
7989
  "shape_name": "InternalServerError",
@@ -7973,7 +7992,7 @@
7973
7992
  "message": {
7974
7993
  "shape_name": "string",
7975
7994
  "type": "string",
7976
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
7995
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
7977
7996
  },
7978
7997
  "error": {
7979
7998
  "shape_name": "StorageGatewayError",
@@ -8060,13 +8079,13 @@
8060
8079
  "type": "string",
8061
8080
  "documentation": null
8062
8081
  },
8063
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8082
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8064
8083
  }
8065
8084
  },
8066
8085
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8067
8086
  }
8068
8087
  },
8069
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
8088
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
8070
8089
  }
8071
8090
  ],
8072
8091
  "documentation": "\n <p>This operation returns information about the upload buffer of a gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures.\n </p>\n <p>\n The response includes disk IDs that are configured as upload buffer space, and it includes\n the amount of upload buffer space allocated and used.</p> \n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request to obtain a description of a gateway's\n working storage.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.DescribeUploadBuffer\n\n{\n \"GatewayARN\":\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 271\n\n{\n \"DiskIds\": [\n \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"pci-0000:04:00.0-scsi-0:1:0:0\"\n ],\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"UploadBufferAllocatedInBytes\": 161061273600,\n \"UploadBufferUsedInBytes\": 0\n} \n\n </response>\n </example>\n </examples>\n "
@@ -8095,23 +8114,23 @@
8095
8114
  "max_length": 500,
8096
8115
  "documentation": null
8097
8116
  },
8098
- "documentation": null
8117
+ "documentation": "\n <p>An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.</p> \n <note>All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.</note>\n "
8099
8118
  },
8100
8119
  "Marker": {
8101
8120
  "shape_name": "Marker",
8102
8121
  "type": "string",
8103
8122
  "min_length": 1,
8104
8123
  "max_length": 1000,
8105
- "documentation": null
8124
+ "documentation": "\n <p>An opaque string that indicates the position at which to begin describing the VTL devices.</p> \n "
8106
8125
  },
8107
8126
  "Limit": {
8108
8127
  "shape_name": "PositiveIntObject",
8109
8128
  "type": "integer",
8110
8129
  "min_length": 1,
8111
- "documentation": null
8130
+ "documentation": "\n <p>Specifies that the number of VTL devices described be limited to the specified number.</p> \n "
8112
8131
  }
8113
8132
  },
8114
- "documentation": null
8133
+ "documentation": "\n <p>DescribeVTLDevicesInput</p> \n "
8115
8134
  },
8116
8135
  "output": {
8117
8136
  "shape_name": "DescribeVTLDevicesOutput",
@@ -8136,6 +8155,21 @@
8136
8155
  "type": "string",
8137
8156
  "min_length": 50,
8138
8157
  "max_length": 500,
8158
+ "documentation": "\n <p>Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).</p>\n "
8159
+ },
8160
+ "VTLDeviceType": {
8161
+ "shape_name": "VTLDeviceType",
8162
+ "type": "string",
8163
+ "documentation": null
8164
+ },
8165
+ "VTLDeviceVendor": {
8166
+ "shape_name": "VTLDeviceVendor",
8167
+ "type": "string",
8168
+ "documentation": null
8169
+ },
8170
+ "VTLDeviceProductIdentifier": {
8171
+ "shape_name": "VTLDeviceProductIdentifier",
8172
+ "type": "string",
8139
8173
  "documentation": null
8140
8174
  },
8141
8175
  "DeviceiSCSIAttributes": {
@@ -8147,41 +8181,41 @@
8147
8181
  "type": "string",
8148
8182
  "min_length": 50,
8149
8183
  "max_length": 800,
8150
- "documentation": null
8184
+ "documentation": "\n <p>Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.</p> \n "
8151
8185
  },
8152
8186
  "NetworkInterfaceId": {
8153
8187
  "shape_name": "NetworkInterfaceId",
8154
8188
  "type": "string",
8155
8189
  "pattern": "\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z",
8156
- "documentation": null
8190
+ "documentation": "\n <p>The network interface identifier of the VTL device.</p>\n "
8157
8191
  },
8158
8192
  "NetworkInterfacePort": {
8159
8193
  "shape_name": "integer",
8160
8194
  "type": "integer",
8161
- "documentation": null
8195
+ "documentation": "\n <p>The port used to communicate with iSCSI VTL device targets.</p> \n "
8162
8196
  },
8163
8197
  "ChapEnabled": {
8164
8198
  "shape_name": "boolean",
8165
8199
  "type": "boolean",
8166
- "documentation": null
8200
+ "documentation": "\n <p>Indicates whether mutual CHAP is enabled for the iSCSI target.</p> \n "
8167
8201
  }
8168
8202
  },
8169
- "documentation": null
8203
+ "documentation": "\n <p>A list of iSCSI information about a VTL device.</p>\n "
8170
8204
  }
8171
8205
  },
8172
- "documentation": null
8206
+ "documentation": "\n <p> Represents a device object associated with a gateway-VTL. </p>\n "
8173
8207
  },
8174
- "documentation": null
8208
+ "documentation": "\n <p>An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.</p> \n "
8175
8209
  },
8176
8210
  "Marker": {
8177
8211
  "shape_name": "Marker",
8178
8212
  "type": "string",
8179
8213
  "min_length": 1,
8180
8214
  "max_length": 1000,
8181
- "documentation": null
8215
+ "documentation": "\n <p>An opaque string that indicates the position at which the VTL devices that were fetched for description ended. \n Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.</p> \n "
8182
8216
  }
8183
8217
  },
8184
- "documentation": null
8218
+ "documentation": "\n <p>DescribeVTLDevicesOutput</p> \n "
8185
8219
  },
8186
8220
  "errors": [
8187
8221
  {
@@ -8191,7 +8225,7 @@
8191
8225
  "message": {
8192
8226
  "shape_name": "string",
8193
8227
  "type": "string",
8194
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8228
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8195
8229
  },
8196
8230
  "error": {
8197
8231
  "shape_name": "StorageGatewayError",
@@ -8278,13 +8312,13 @@
8278
8312
  "type": "string",
8279
8313
  "documentation": null
8280
8314
  },
8281
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8315
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8282
8316
  }
8283
8317
  },
8284
8318
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8285
8319
  }
8286
8320
  },
8287
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8321
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8288
8322
  },
8289
8323
  {
8290
8324
  "shape_name": "InternalServerError",
@@ -8293,7 +8327,7 @@
8293
8327
  "message": {
8294
8328
  "shape_name": "string",
8295
8329
  "type": "string",
8296
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8330
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8297
8331
  },
8298
8332
  "error": {
8299
8333
  "shape_name": "StorageGatewayError",
@@ -8380,16 +8414,16 @@
8380
8414
  "type": "string",
8381
8415
  "documentation": null
8382
8416
  },
8383
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8417
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8384
8418
  }
8385
8419
  },
8386
8420
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8387
8421
  }
8388
8422
  },
8389
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
8423
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
8390
8424
  }
8391
8425
  ],
8392
- "documentation": null
8426
+ "documentation": "\n <p>Returns a description of virtual tape library (VTL) devices for the specified gateway. In the response, AWS Storage Gateway returns VTL device information. </p> \n <p>The list of VTL devices must be from one gateway.</p>\n <examples>\n <example>\n <name>Get descriptions of the VTL devices on a gateway</name>\n <description>The following example gets descriptions of all the VTL devices on a gateway (ExampleGatewayVTL). The request identifies \n the gateway by ARN. In the request, string 999999999999 is the account number associated with the AWS account sending the request. \n Note that the response shown is truncated, it shows the media changer and only two tape drives. The trailing \n string in each device ARN is the device ID. </description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20131025T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9EXAMPLE\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeVTLDevices\n{\"GatewayARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL\"}\n\n </request>\n <response>\n{\"GatewayARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL\", \n \"VTLDevices\": \n [\n {\"DeviceiSCSIAttributes\": \n {\"ChapEnabled\": false, \n \"NetworkInterfaceId\": \"*\", \n \"NetworkInterfacePort\": 3260, \n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/target/iqn.1997-05.com.amazon:sgw-1fad4876-mediachanger\"}, \n \"VTLDeviceARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001\", \n \"VTLDeviceProductIdentifier\": \"L700\", \n \"VTLDeviceType\": \"Medium Changer\", \n \"VTLDeviceVendor\": \"STK\"}, \n {\"DeviceiSCSIAttributes\": \n {\"ChapEnabled\": false, \n \"NetworkInterfaceId\": \"*\", \n \"NetworkInterfacePort\": 3260, \n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-01\"}, \n \"VTLDeviceARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00001\", \n \"VTLDeviceProductIdentifier\": \"ULT3580-TD5\", \n \"VTLDeviceType\": \"Tape Drive\", \n \"VTLDeviceVendor\": \"IBM\"}, \n {\"DeviceiSCSIAttributes\": \n {\"ChapEnabled\": false, \n \"NetworkInterfaceId\": \"*\", \n \"NetworkInterfacePort\": 3260, \n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-02\"}, \n \"VTLDeviceARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00002\", \n \"VTLDeviceProductIdentifier\": \"ULT3580-TD5\", \n \"VTLDeviceType\": \"Tape Drive\", \n \"VTLDeviceVendor\": \"IBM\"}\n ]\n }\n</response>\n </example>\n </examples>\n "
8393
8427
  },
8394
8428
  "DescribeWorkingStorage": {
8395
8429
  "name": "DescribeWorkingStorage",
@@ -8452,7 +8486,7 @@
8452
8486
  "message": {
8453
8487
  "shape_name": "string",
8454
8488
  "type": "string",
8455
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8489
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8456
8490
  },
8457
8491
  "error": {
8458
8492
  "shape_name": "StorageGatewayError",
@@ -8539,13 +8573,13 @@
8539
8573
  "type": "string",
8540
8574
  "documentation": null
8541
8575
  },
8542
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8576
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8543
8577
  }
8544
8578
  },
8545
8579
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8546
8580
  }
8547
8581
  },
8548
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8582
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8549
8583
  },
8550
8584
  {
8551
8585
  "shape_name": "InternalServerError",
@@ -8554,7 +8588,7 @@
8554
8588
  "message": {
8555
8589
  "shape_name": "string",
8556
8590
  "type": "string",
8557
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8591
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8558
8592
  },
8559
8593
  "error": {
8560
8594
  "shape_name": "StorageGatewayError",
@@ -8641,16 +8675,16 @@
8641
8675
  "type": "string",
8642
8676
  "documentation": null
8643
8677
  },
8644
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8678
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8645
8679
  }
8646
8680
  },
8647
8681
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8648
8682
  }
8649
8683
  },
8650
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
8684
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
8651
8685
  }
8652
8686
  ],
8653
- "documentation": "\n <p>This operation returns information about the working storage of a gateway. This operation is supported only for the gateway-stored volume architecture. </p>\n <note><p>Working storage is also referred to as upload buffer. You can also use the <a>DescribeUploadBuffer</a> operation to add upload buffer to a stored-volume gateway.</p></note>\n <p>The response includes disk IDs that are configured as working storage, and it includes the amount of working storage allocated and used.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request to obtain a description of a gateway's working\n storage.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeWorkingStorage\n{\n \"GatewayARN\":\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 241\n{\n \"DiskIds\": [\"pci-0000:03:00.0-scsi-0:0:0:0\", \"pci-0000:03:00.0-scsi-0:0:1:0\"],\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"WorkingStorageAllocatedInBytes\": 2199023255552,\n \"WorkingStorageUsedInBytes\": 789207040\n}\n </response>\n </example>\n </examples>\n "
8687
+ "documentation": "\n <p>This operation returns information about the working storage of a gateway. This operation is supported only for the gateway-stored volume architecture. \n This operation is deprecated in cached-volumes API version (20120630). Use <a>DescribeUploadBuffer </a>instead.</p>\n <note><p>Working storage is also referred to as upload buffer. You can also use the <a>DescribeUploadBuffer</a> operation to add upload buffer to a stored-volume gateway.</p></note>\n <p>The response includes disk IDs that are configured as working storage, and it includes the amount of working storage allocated and used.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request to obtain a description of a gateway's working\n storage.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.DescribeWorkingStorage\n{\n \"GatewayARN\":\"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 241\n{\n \"DiskIds\": [\"pci-0000:03:00.0-scsi-0:0:0:0\", \"pci-0000:03:00.0-scsi-0:0:1:0\"],\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"WorkingStorageAllocatedInBytes\": 2199023255552,\n \"WorkingStorageUsedInBytes\": 789207040\n}\n </response>\n </example>\n </examples>\n "
8654
8688
  },
8655
8689
  "DisableGateway": {
8656
8690
  "name": "DisableGateway",
@@ -8667,7 +8701,7 @@
8667
8701
  "required": true
8668
8702
  }
8669
8703
  },
8670
- "documentation": null
8704
+ "documentation": "\n <p>DisableGatewayInput</p>\n \n "
8671
8705
  },
8672
8706
  "output": {
8673
8707
  "shape_name": "DisableGatewayOutput",
@@ -8678,10 +8712,10 @@
8678
8712
  "type": "string",
8679
8713
  "min_length": 50,
8680
8714
  "max_length": 500,
8681
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n "
8715
+ "documentation": "\n <p>The unique Amazon Resource Name of the disabled gateway.</p>\n "
8682
8716
  }
8683
8717
  },
8684
- "documentation": null
8718
+ "documentation": "\n <p>DisableGatewayOutput</p>\n "
8685
8719
  },
8686
8720
  "errors": [
8687
8721
  {
@@ -8691,7 +8725,7 @@
8691
8725
  "message": {
8692
8726
  "shape_name": "string",
8693
8727
  "type": "string",
8694
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8728
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8695
8729
  },
8696
8730
  "error": {
8697
8731
  "shape_name": "StorageGatewayError",
@@ -8778,13 +8812,13 @@
8778
8812
  "type": "string",
8779
8813
  "documentation": null
8780
8814
  },
8781
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8815
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8782
8816
  }
8783
8817
  },
8784
8818
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8785
8819
  }
8786
8820
  },
8787
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8821
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
8788
8822
  },
8789
8823
  {
8790
8824
  "shape_name": "InternalServerError",
@@ -8793,7 +8827,7 @@
8793
8827
  "message": {
8794
8828
  "shape_name": "string",
8795
8829
  "type": "string",
8796
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
8830
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8797
8831
  },
8798
8832
  "error": {
8799
8833
  "shape_name": "StorageGatewayError",
@@ -8880,16 +8914,16 @@
8880
8914
  "type": "string",
8881
8915
  "documentation": null
8882
8916
  },
8883
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
8917
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
8884
8918
  }
8885
8919
  },
8886
8920
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
8887
8921
  }
8888
8922
  },
8889
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
8923
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
8890
8924
  }
8891
8925
  ],
8892
- "documentation": null
8926
+ "documentation": "\n <p>Disables a gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes. </p> \n <p>Use this operation for a gateway-VTL that is not reachable or not functioning.</p>\n <important>Once a gateway is disabled it cannot be enabled.</important>\n "
8893
8927
  },
8894
8928
  "ListGateways": {
8895
8929
  "name": "ListGateways",
@@ -8921,7 +8955,7 @@
8921
8955
  "shape_name": "Gateways",
8922
8956
  "type": "list",
8923
8957
  "members": {
8924
- "shape_name": "GatewayInformation",
8958
+ "shape_name": "GatewayInfo",
8925
8959
  "type": "structure",
8926
8960
  "members": {
8927
8961
  "GatewayARN": {
@@ -8937,6 +8971,13 @@
8937
8971
  "min_length": 2,
8938
8972
  "max_length": 20,
8939
8973
  "documentation": null
8974
+ },
8975
+ "GatewayOperationalState": {
8976
+ "shape_name": "GatewayOperationalState",
8977
+ "type": "string",
8978
+ "min_length": 2,
8979
+ "max_length": 25,
8980
+ "documentation": null
8940
8981
  }
8941
8982
  },
8942
8983
  "documentation": null
@@ -8961,7 +9002,7 @@
8961
9002
  "message": {
8962
9003
  "shape_name": "string",
8963
9004
  "type": "string",
8964
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9005
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
8965
9006
  },
8966
9007
  "error": {
8967
9008
  "shape_name": "StorageGatewayError",
@@ -9048,13 +9089,13 @@
9048
9089
  "type": "string",
9049
9090
  "documentation": null
9050
9091
  },
9051
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9092
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9052
9093
  }
9053
9094
  },
9054
9095
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9055
9096
  }
9056
9097
  },
9057
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9098
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9058
9099
  },
9059
9100
  {
9060
9101
  "shape_name": "InternalServerError",
@@ -9063,7 +9104,7 @@
9063
9104
  "message": {
9064
9105
  "shape_name": "string",
9065
9106
  "type": "string",
9066
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9107
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9067
9108
  },
9068
9109
  "error": {
9069
9110
  "shape_name": "StorageGatewayError",
@@ -9150,13 +9191,13 @@
9150
9191
  "type": "string",
9151
9192
  "documentation": null
9152
9193
  },
9153
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9194
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9154
9195
  }
9155
9196
  },
9156
9197
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9157
9198
  }
9158
9199
  },
9159
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
9200
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
9160
9201
  }
9161
9202
  ],
9162
9203
  "documentation": "\n <p>This operation lists gateways owned by an AWS account in a region specified in the request. The returned list\n is ordered by gateway Amazon Resource Name (ARN).</p>\n <p>By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you\n to optionally reduce the number of gateways returned in a response.</p>\n <p>If you have more gateways than are returned in a response-that is, the response returns only a truncated list\n of your gateways-the response contains a marker that you can specify in your next request to fetch the next\n page of gateways.</p>\n <examples>\n <example>\n <name>List Gateways</name>\n <description>The following example does not specify any criteria for the returned list. Note that the\n request body is \"{}\". The response returns gateways (or up to the first 100) in the\n specified region owned by the AWS account.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.ListGateways\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 178\n{\n \"GatewayList\": [\n {\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway2\"\n }\n ]\n}\n </response>\n </example>\n </examples>\n "
@@ -9193,7 +9234,7 @@
9193
9234
  "shape_name": "Disks",
9194
9235
  "type": "list",
9195
9236
  "members": {
9196
- "shape_name": "DiskInformation",
9237
+ "shape_name": "Disk",
9197
9238
  "type": "structure",
9198
9239
  "members": {
9199
9240
  "DiskId": {
@@ -9246,7 +9287,7 @@
9246
9287
  "message": {
9247
9288
  "shape_name": "string",
9248
9289
  "type": "string",
9249
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9290
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9250
9291
  },
9251
9292
  "error": {
9252
9293
  "shape_name": "StorageGatewayError",
@@ -9333,13 +9374,13 @@
9333
9374
  "type": "string",
9334
9375
  "documentation": null
9335
9376
  },
9336
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9377
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9337
9378
  }
9338
9379
  },
9339
9380
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9340
9381
  }
9341
9382
  },
9342
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9383
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9343
9384
  },
9344
9385
  {
9345
9386
  "shape_name": "InternalServerError",
@@ -9348,7 +9389,7 @@
9348
9389
  "message": {
9349
9390
  "shape_name": "string",
9350
9391
  "type": "string",
9351
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9392
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9352
9393
  },
9353
9394
  "error": {
9354
9395
  "shape_name": "StorageGatewayError",
@@ -9435,13 +9476,13 @@
9435
9476
  "type": "string",
9436
9477
  "documentation": null
9437
9478
  },
9438
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9479
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9439
9480
  }
9440
9481
  },
9441
9482
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9442
9483
  }
9443
9484
  },
9444
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
9485
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
9445
9486
  }
9446
9487
  ],
9447
9488
  "documentation": "\n <p>This operation returns a list of the local disks of a gateway. To specify which gateway to describe you use the\n Amazon Resource Name (ARN) of the gateway in the body of the request.</p>\n <p>The request returns all disks, specifying which are configured as working storage, stored volume or not\n configured at all.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns information about a gateway's local\n disks.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.ListLocalDisks\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 398\n{\n \"Disks\": [\n {\n \"DiskAllocationType\": \"UPLOAD_BUFFER\",\n \"DiskId\": \"pci-0000:03:00.0-scsi-0:0:0:0\",\n \"DiskNode\": \"SCSI(0:0)\",\n \"DiskPath\": \"/dev/sda\",\n \"DiskSizeInBytes\": 1099511627776\n },\n {\n \"DiskAllocationType\": \"STORED_iSCSI_VOLUME\",\n \"DiskAllocationResource\": \"\",\n \"DiskId\": \"pci-0000:03:00.0-scsi-0:0:1:0\",\n \"DiskNode\": \"SCSI(0:1)\",\n \"DiskPath\": \"/dev/sdb\",\n \"DiskSizeInBytes\": 1099511627776\n }\n ],\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -9519,7 +9560,7 @@
9519
9560
  "message": {
9520
9561
  "shape_name": "string",
9521
9562
  "type": "string",
9522
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9563
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9523
9564
  },
9524
9565
  "error": {
9525
9566
  "shape_name": "StorageGatewayError",
@@ -9606,13 +9647,13 @@
9606
9647
  "type": "string",
9607
9648
  "documentation": null
9608
9649
  },
9609
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9650
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9610
9651
  }
9611
9652
  },
9612
9653
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9613
9654
  }
9614
9655
  },
9615
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9656
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9616
9657
  },
9617
9658
  {
9618
9659
  "shape_name": "InternalServerError",
@@ -9621,7 +9662,7 @@
9621
9662
  "message": {
9622
9663
  "shape_name": "string",
9623
9664
  "type": "string",
9624
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9665
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9625
9666
  },
9626
9667
  "error": {
9627
9668
  "shape_name": "StorageGatewayError",
@@ -9708,13 +9749,13 @@
9708
9749
  "type": "string",
9709
9750
  "documentation": null
9710
9751
  },
9711
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9752
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9712
9753
  }
9713
9754
  },
9714
9755
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9715
9756
  }
9716
9757
  },
9717
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
9758
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
9718
9759
  }
9719
9760
  ],
9720
9761
  "documentation": "\n <p>This operation lists the recovery points for a specified gateway. This operation is supported only for the gateway-cached volume architecture.</p>\n <p>Each gateway-cached volume has one recovery point. A volume recovery point is a point \n in time at which all data of the volume is consistent and from which you can create a snapshot. \n To create a snapshot from a volume recovery point use the <a>CreateSnapshotFromVolumeRecoveryPoint</a> operation.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example sends a <code>ListVolumeRecoveryPoints</code> request to take a\n snapshot of the specified example volume.</description>\n <request>\nPOST / HTTP/1.1 \nHost: storagegateway.us-east-1.amazonaws.com\nContent-Type: application/x-amz-json-1.1\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20120425/us-east-1/storagegateway/aws4_request, SignedHeaders=content-type;host;x-amz-date;x-amz-target, Signature=9cd5a3584d1d67d57e61f120f35102d6b3649066abdd4bf4bbcf05bd9f2f8fe2\nx-amz-date: 20120912T120000Z\nx-amz-target: StorageGateway_20120630.ListVolumeRecoveryPoints\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n} \n\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: gur28r2rqlgb8vvs0mq17hlgij1q8glle1qeu3kpgg6f0kstauu0\nDate: Wed, 12 Sep 2012 12:00:02 GMT\nContent-Type: application/x-amz-json-1.1\nContent-length: 137\n\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"VolumeRecoveryPointInfos\": [ \n { \n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeRecoveryPointTime\": \"2012-09-04T21:08:44.627Z\",\n \"VolumeSizeInBytes\": 536870912000,\n \"VolumeUsageInBytes\": 6694048\n } \n ] \n} \n\n </response>\n </example>\n </examples>\n "
@@ -9771,7 +9812,7 @@
9771
9812
  "shape_name": "VolumeInfos",
9772
9813
  "type": "list",
9773
9814
  "members": {
9774
- "shape_name": "VolumeInformation",
9815
+ "shape_name": "VolumeInfo",
9775
9816
  "type": "structure",
9776
9817
  "members": {
9777
9818
  "VolumeARN": {
@@ -9804,7 +9845,7 @@
9804
9845
  "message": {
9805
9846
  "shape_name": "string",
9806
9847
  "type": "string",
9807
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9848
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9808
9849
  },
9809
9850
  "error": {
9810
9851
  "shape_name": "StorageGatewayError",
@@ -9891,13 +9932,13 @@
9891
9932
  "type": "string",
9892
9933
  "documentation": null
9893
9934
  },
9894
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
9935
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9895
9936
  }
9896
9937
  },
9897
9938
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
9898
9939
  }
9899
9940
  },
9900
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9941
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
9901
9942
  },
9902
9943
  {
9903
9944
  "shape_name": "InternalServerError",
@@ -9906,7 +9947,7 @@
9906
9947
  "message": {
9907
9948
  "shape_name": "string",
9908
9949
  "type": "string",
9909
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
9950
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
9910
9951
  },
9911
9952
  "error": {
9912
9953
  "shape_name": "StorageGatewayError",
@@ -9993,13 +10034,13 @@
9993
10034
  "type": "string",
9994
10035
  "documentation": null
9995
10036
  },
9996
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10037
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
9997
10038
  }
9998
10039
  },
9999
10040
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10000
10041
  }
10001
10042
  },
10002
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
10043
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
10003
10044
  }
10004
10045
  ],
10005
10046
  "documentation": "\n <p>This operation lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The response\n includes only the volume ARNs. If you want additional volume information, use the\n <a>DescribeStorediSCSIVolumes</a> API.</p>\n <p>The operation supports pagination. By default, the operation returns a maximum of up to 100 volumes. You can\n optionally specify the <code>Limit</code> field in the body to limit the number of volumes in the response. If\n the number of volumes returned in the response is truncated, the response includes a Marker field. You can use\n this Marker value in your subsequent request to retrieve the next set of volumes.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The List iSCSI Volumes request in this example does not specify a <code>limit</code> or\n <code>marker</code> field in the response body. The response returns the volumes\n (up to the first 100) of the gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.ListVolumes\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 346\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"VolumeInfos\": [\n {\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"VolumeType\": \"STORED\"\n },\n {\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-3344CCDD\",\n \"VolumeType\": \"STORED\"\n },\n ]\n}\n </response>\n </example>\n </examples>\n "
@@ -10015,7 +10056,7 @@
10015
10056
  "type": "string",
10016
10057
  "min_length": 50,
10017
10058
  "max_length": 500,
10018
- "documentation": null,
10059
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS). </p> \n ",
10019
10060
  "required": true
10020
10061
  },
10021
10062
  "GatewayARN": {
@@ -10023,11 +10064,11 @@
10023
10064
  "type": "string",
10024
10065
  "min_length": 50,
10025
10066
  "max_length": 500,
10026
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
10067
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n <p>You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.</p>\n \n ",
10027
10068
  "required": true
10028
10069
  }
10029
10070
  },
10030
- "documentation": null
10071
+ "documentation": "\n <p>RetrieveTapeArchiveInput</p> \n "
10031
10072
  },
10032
10073
  "output": {
10033
10074
  "shape_name": "RetrieveTapeArchiveOutput",
@@ -10038,10 +10079,10 @@
10038
10079
  "type": "string",
10039
10080
  "min_length": 50,
10040
10081
  "max_length": 500,
10041
- "documentation": null
10082
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the retrieved virtual tape.</p> \n "
10042
10083
  }
10043
10084
  },
10044
- "documentation": null
10085
+ "documentation": "\n <p>RetrieveTapeArchiveOutput</p>\n "
10045
10086
  },
10046
10087
  "errors": [
10047
10088
  {
@@ -10051,7 +10092,7 @@
10051
10092
  "message": {
10052
10093
  "shape_name": "string",
10053
10094
  "type": "string",
10054
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10095
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10055
10096
  },
10056
10097
  "error": {
10057
10098
  "shape_name": "StorageGatewayError",
@@ -10138,13 +10179,13 @@
10138
10179
  "type": "string",
10139
10180
  "documentation": null
10140
10181
  },
10141
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10182
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10142
10183
  }
10143
10184
  },
10144
10185
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10145
10186
  }
10146
10187
  },
10147
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10188
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10148
10189
  },
10149
10190
  {
10150
10191
  "shape_name": "InternalServerError",
@@ -10153,7 +10194,7 @@
10153
10194
  "message": {
10154
10195
  "shape_name": "string",
10155
10196
  "type": "string",
10156
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10197
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10157
10198
  },
10158
10199
  "error": {
10159
10200
  "shape_name": "StorageGatewayError",
@@ -10240,16 +10281,16 @@
10240
10281
  "type": "string",
10241
10282
  "documentation": null
10242
10283
  },
10243
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10284
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10244
10285
  }
10245
10286
  },
10246
10287
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10247
10288
  }
10248
10289
  },
10249
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
10290
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
10250
10291
  }
10251
10292
  ],
10252
- "documentation": null
10293
+ "documentation": "\n <p>Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. \n Virtual tapes archived in the VTS are not associated with any gateway. However after a tape is retrieved, it is associated with a gateway, even though it is also listed in the VTS.</p>\n <p>Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to another gateway. You must archive the tape again before you can retrieve it to another gateway.</p>\n <examples>\n <example>\n <name>Retrieve a Tape</name>\n <description>The following example request retrieves an archived tape \n from VTS to a gateway (ExampleGatewayVTL). In the request, the \n tape is identified by its ARN. In the ARN the trailing string is the \n tape barcode. The string 999999999999 is your AWS account number. It takes about 24 hours \n for retrieval to complete. After the operation is complete, the tape \n appers in the specified gateway's virtual tape library (VTL).</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20130630.RetrieveTapeArchive\n{\n \"TapeARN\": \"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF\",\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:999999999999:gateway/ExampleGatewayVTL\"\n }\n </request>\n <response>\n{\"TapeARN\": \"arn:aws:storagegateway:us-east-1:204469490176:tape/TEST0AA2AF\"}\n </response>\n </example>\n </examples>\n "
10253
10294
  },
10254
10295
  "RetrieveTapeRecoveryPoint": {
10255
10296
  "name": "RetrieveTapeRecoveryPoint",
@@ -10262,7 +10303,7 @@
10262
10303
  "type": "string",
10263
10304
  "min_length": 50,
10264
10305
  "max_length": 500,
10265
- "documentation": null,
10306
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.</p>\n ",
10266
10307
  "required": true
10267
10308
  },
10268
10309
  "GatewayARN": {
@@ -10274,7 +10315,7 @@
10274
10315
  "required": true
10275
10316
  }
10276
10317
  },
10277
- "documentation": null
10318
+ "documentation": "\n <p>RetrieveTapeRecoveryPointInput</p>\n "
10278
10319
  },
10279
10320
  "output": {
10280
10321
  "shape_name": "RetrieveTapeRecoveryPointOutput",
@@ -10285,10 +10326,10 @@
10285
10326
  "type": "string",
10286
10327
  "min_length": 50,
10287
10328
  "max_length": 500,
10288
- "documentation": null
10329
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.</p>\n "
10289
10330
  }
10290
10331
  },
10291
- "documentation": null
10332
+ "documentation": "\n <p>RetrieveTapeRecoveryPointOutput</p>\n "
10292
10333
  },
10293
10334
  "errors": [
10294
10335
  {
@@ -10298,7 +10339,7 @@
10298
10339
  "message": {
10299
10340
  "shape_name": "string",
10300
10341
  "type": "string",
10301
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10342
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10302
10343
  },
10303
10344
  "error": {
10304
10345
  "shape_name": "StorageGatewayError",
@@ -10385,13 +10426,13 @@
10385
10426
  "type": "string",
10386
10427
  "documentation": null
10387
10428
  },
10388
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10429
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10389
10430
  }
10390
10431
  },
10391
10432
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10392
10433
  }
10393
10434
  },
10394
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10435
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10395
10436
  },
10396
10437
  {
10397
10438
  "shape_name": "InternalServerError",
@@ -10400,7 +10441,7 @@
10400
10441
  "message": {
10401
10442
  "shape_name": "string",
10402
10443
  "type": "string",
10403
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10444
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10404
10445
  },
10405
10446
  "error": {
10406
10447
  "shape_name": "StorageGatewayError",
@@ -10487,16 +10528,16 @@
10487
10528
  "type": "string",
10488
10529
  "documentation": null
10489
10530
  },
10490
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10531
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10491
10532
  }
10492
10533
  },
10493
10534
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10494
10535
  }
10495
10536
  },
10496
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
10537
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
10497
10538
  }
10498
10539
  ],
10499
- "documentation": null
10540
+ "documentation": "\n <p>Retrieves the recovery point for the specified virtual tape.</p>\n <p>A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent.\n If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.</p>\n <note>The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. \n The virtual tape can be retrieved to only a gateway-VTL. There is no charge for retrieving recovery points.</note>\n "
10500
10541
  },
10501
10542
  "ShutdownGateway": {
10502
10543
  "name": "ShutdownGateway",
@@ -10537,7 +10578,7 @@
10537
10578
  "message": {
10538
10579
  "shape_name": "string",
10539
10580
  "type": "string",
10540
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10581
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10541
10582
  },
10542
10583
  "error": {
10543
10584
  "shape_name": "StorageGatewayError",
@@ -10624,13 +10665,13 @@
10624
10665
  "type": "string",
10625
10666
  "documentation": null
10626
10667
  },
10627
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10668
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10628
10669
  }
10629
10670
  },
10630
10671
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10631
10672
  }
10632
10673
  },
10633
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10674
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10634
10675
  },
10635
10676
  {
10636
10677
  "shape_name": "InternalServerError",
@@ -10639,7 +10680,7 @@
10639
10680
  "message": {
10640
10681
  "shape_name": "string",
10641
10682
  "type": "string",
10642
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10683
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10643
10684
  },
10644
10685
  "error": {
10645
10686
  "shape_name": "StorageGatewayError",
@@ -10726,13 +10767,13 @@
10726
10767
  "type": "string",
10727
10768
  "documentation": null
10728
10769
  },
10729
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10770
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10730
10771
  }
10731
10772
  },
10732
10773
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10733
10774
  }
10734
10775
  },
10735
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
10776
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
10736
10777
  }
10737
10778
  ],
10738
10779
  "documentation": "\n <p>This operation shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN)\n of the gateway in the body of your request.</p>\n <p>The operation shuts down the gateway service component running in the storage gateway's virtual machine (VM)\n and not the VM.</p>\n <note>If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM\n to avoid unpredictable conditions.</note>\n <p>After the gateway is shutdown, you cannot call any other API except <a>StartGateway</a>,\n <a>DescribeGatewayInformation</a>, and <a>ListGateways</a>. For more information, see\n <a>ActivateGateway</a>. Your applications cannot read from or write to the gateway's storage volumes, and there\n are no snapshots taken.</p>\n <note>When you make a shutdown request, you will get a <code>200 OK</code> success response immediately. However,\n it might take some time for the gateway to shut down. You can call the <a>DescribeGatewayInformation</a> API to\n check the status. For more information, see <a>ActivateGateway</a>.</note>\n <p>If do not intend to use the gateway again, you must delete the gateway (using <a>DeleteGateway</a>) to no longer pay\n software charges associated with the gateway.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that shuts down a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.ShutdownGateway\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -10776,7 +10817,7 @@
10776
10817
  "message": {
10777
10818
  "shape_name": "string",
10778
10819
  "type": "string",
10779
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10820
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10780
10821
  },
10781
10822
  "error": {
10782
10823
  "shape_name": "StorageGatewayError",
@@ -10863,13 +10904,13 @@
10863
10904
  "type": "string",
10864
10905
  "documentation": null
10865
10906
  },
10866
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
10907
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10867
10908
  }
10868
10909
  },
10869
10910
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10870
10911
  }
10871
10912
  },
10872
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10913
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
10873
10914
  },
10874
10915
  {
10875
10916
  "shape_name": "InternalServerError",
@@ -10878,7 +10919,7 @@
10878
10919
  "message": {
10879
10920
  "shape_name": "string",
10880
10921
  "type": "string",
10881
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
10922
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
10882
10923
  },
10883
10924
  "error": {
10884
10925
  "shape_name": "StorageGatewayError",
@@ -10965,13 +11006,13 @@
10965
11006
  "type": "string",
10966
11007
  "documentation": null
10967
11008
  },
10968
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11009
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
10969
11010
  }
10970
11011
  },
10971
11012
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
10972
11013
  }
10973
11014
  },
10974
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
11015
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
10975
11016
  }
10976
11017
  ],
10977
11018
  "documentation": "\n <p>This operation starts a gateway that you previously shut down (see <a>ShutdownGateway</a>). After the gateway\n starts, you can then make other API calls, your applications can read from or write to the gateway's storage\n volumes and you will be able to take snapshot backups.</p>\n <note>When you make a request, you will get a 200 OK success response immediately. However, it might take some\n time for the gateway to be ready. You should call <a>DescribeGatewayInformation</a> and check the status before\n making any additional API calls. For more information, see <a>ActivateGateway</a>.</note>\n <p>To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in your request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that starts a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.StartGateway\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -11027,7 +11068,7 @@
11027
11068
  "message": {
11028
11069
  "shape_name": "string",
11029
11070
  "type": "string",
11030
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11071
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11031
11072
  },
11032
11073
  "error": {
11033
11074
  "shape_name": "StorageGatewayError",
@@ -11114,13 +11155,13 @@
11114
11155
  "type": "string",
11115
11156
  "documentation": null
11116
11157
  },
11117
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11158
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11118
11159
  }
11119
11160
  },
11120
11161
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11121
11162
  }
11122
11163
  },
11123
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11164
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11124
11165
  },
11125
11166
  {
11126
11167
  "shape_name": "InternalServerError",
@@ -11129,7 +11170,7 @@
11129
11170
  "message": {
11130
11171
  "shape_name": "string",
11131
11172
  "type": "string",
11132
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11173
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11133
11174
  },
11134
11175
  "error": {
11135
11176
  "shape_name": "StorageGatewayError",
@@ -11216,13 +11257,13 @@
11216
11257
  "type": "string",
11217
11258
  "documentation": null
11218
11259
  },
11219
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11260
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11220
11261
  }
11221
11262
  },
11222
11263
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11223
11264
  }
11224
11265
  },
11225
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
11266
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
11226
11267
  }
11227
11268
  ],
11228
11269
  "documentation": "\n <p>This operation updates the bandwidth rate limits of a gateway. You can update both the upload and download\n bandwidth rate limit or specify only one of the two. If you don't set a bandwidth rate limit, the existing rate\n limit remains.</p>\n <p>By default, a gateway's bandwidth rate limits are not set. If you don't set any limit, the gateway does not\n have any limitations on its bandwidth usage and could potentially use the maximum available bandwidth.</p>\n <p>To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that returns the bandwidth throttle properties of a\n gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateBandwidthRateLimit\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"AverageUploadRateLimitInBitsPerSec\": 51200,\n \"AverageDownloadRateLimitInBitsPerSec\": 102400\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -11298,7 +11339,7 @@
11298
11339
  "message": {
11299
11340
  "shape_name": "string",
11300
11341
  "type": "string",
11301
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11342
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11302
11343
  },
11303
11344
  "error": {
11304
11345
  "shape_name": "StorageGatewayError",
@@ -11385,13 +11426,13 @@
11385
11426
  "type": "string",
11386
11427
  "documentation": null
11387
11428
  },
11388
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11429
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11389
11430
  }
11390
11431
  },
11391
11432
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11392
11433
  }
11393
11434
  },
11394
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11435
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11395
11436
  },
11396
11437
  {
11397
11438
  "shape_name": "InternalServerError",
@@ -11400,7 +11441,7 @@
11400
11441
  "message": {
11401
11442
  "shape_name": "string",
11402
11443
  "type": "string",
11403
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11444
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11404
11445
  },
11405
11446
  "error": {
11406
11447
  "shape_name": "StorageGatewayError",
@@ -11487,13 +11528,13 @@
11487
11528
  "type": "string",
11488
11529
  "documentation": null
11489
11530
  },
11490
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11531
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11491
11532
  }
11492
11533
  },
11493
11534
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11494
11535
  }
11495
11536
  },
11496
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
11537
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
11497
11538
  }
11498
11539
  ],
11499
11540
  "documentation": "\n <p>This operation updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI\n target. By default, a gateway does not have CHAP enabled; however, for added security, you might use it.</p>\n <important>\n <p>When you update CHAP credentials, all existing connections on the target are\n closed and initiators must reconnect with the new credentials.</p>\n </important>\n \n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that updates CHAP credentials for an iSCSI\n target.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateChapCredentials\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\",\n \"SecretToAuthenticateInitiator\": \"111111111111\",\n \"InitiatorName\": \"iqn.1991-05.com.microsoft:computername.domain.example.com\",\n \"SecretToAuthenticateTarget\": \"222222222222\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 161\n{\n \"TargetARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume\",\n \"InitiatorName\": \"iqn.1991-05.com.microsoft:computername.domain.example.com\"\n}\n </response>\n </example>\n </examples>\n "
@@ -11552,7 +11593,7 @@
11552
11593
  "message": {
11553
11594
  "shape_name": "string",
11554
11595
  "type": "string",
11555
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11596
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11556
11597
  },
11557
11598
  "error": {
11558
11599
  "shape_name": "StorageGatewayError",
@@ -11639,13 +11680,13 @@
11639
11680
  "type": "string",
11640
11681
  "documentation": null
11641
11682
  },
11642
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11683
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11643
11684
  }
11644
11685
  },
11645
11686
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11646
11687
  }
11647
11688
  },
11648
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11689
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11649
11690
  },
11650
11691
  {
11651
11692
  "shape_name": "InternalServerError",
@@ -11654,7 +11695,7 @@
11654
11695
  "message": {
11655
11696
  "shape_name": "string",
11656
11697
  "type": "string",
11657
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11698
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11658
11699
  },
11659
11700
  "error": {
11660
11701
  "shape_name": "StorageGatewayError",
@@ -11741,13 +11782,13 @@
11741
11782
  "type": "string",
11742
11783
  "documentation": null
11743
11784
  },
11744
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11785
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11745
11786
  }
11746
11787
  },
11747
11788
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11748
11789
  }
11749
11790
  },
11750
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
11791
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
11751
11792
  }
11752
11793
  ],
11753
11794
  "documentation": "\n <p>This operation updates a gateway's metadata, which includes the gateway's name and time zone. To specify which\n gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that updates the name of a gateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateGatewayInformation\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"GatewayName\" \"mygateway2\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 81\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway2\"\n}\n </response>\n </example>\n </examples>\n "
@@ -11791,7 +11832,7 @@
11791
11832
  "message": {
11792
11833
  "shape_name": "string",
11793
11834
  "type": "string",
11794
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11835
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11795
11836
  },
11796
11837
  "error": {
11797
11838
  "shape_name": "StorageGatewayError",
@@ -11878,13 +11919,13 @@
11878
11919
  "type": "string",
11879
11920
  "documentation": null
11880
11921
  },
11881
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
11922
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11882
11923
  }
11883
11924
  },
11884
11925
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11885
11926
  }
11886
11927
  },
11887
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11928
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
11888
11929
  },
11889
11930
  {
11890
11931
  "shape_name": "InternalServerError",
@@ -11893,7 +11934,7 @@
11893
11934
  "message": {
11894
11935
  "shape_name": "string",
11895
11936
  "type": "string",
11896
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
11937
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
11897
11938
  },
11898
11939
  "error": {
11899
11940
  "shape_name": "StorageGatewayError",
@@ -11980,13 +12021,13 @@
11980
12021
  "type": "string",
11981
12022
  "documentation": null
11982
12023
  },
11983
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
12024
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
11984
12025
  }
11985
12026
  },
11986
12027
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
11987
12028
  }
11988
12029
  },
11989
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
12030
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
11990
12031
  }
11991
12032
  ],
11992
12033
  "documentation": "\n <p>This operation updates the gateway virtual machine (VM) software. The request immediately triggers the software\n update. <!--Before initiating this update, make sure there is no traffic to the gateway.</p>\n <p>Before sending this request, you should make sure all your applications have finished writing to your gateway's\n storage volumes in order to avoid data loss. During the update, applications cannot use the gateway's storage\n volumes. --></p>\n <note>When you make this request, you get a <code>200 OK</code> success response immediately. However, it might\n take some time for the update to complete. You can call <a>DescribeGatewayInformation</a> to verify the gateway\n is in the <code>STATE_RUNNING</code> state.</note>\n <important>A software update forces a system restart of your gateway. You can minimize the chance of any disruption to\n your applications by increasing your iSCSI Initiators' timeouts. For more information about increasing iSCSI\n Initiator timeouts for Windows and Linux, see <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorWindowsClient.html#CustomizeWindowsiSCSISettings\">Customizing Your Windows iSCSI Settings</a> and <a href=\"http://docs.aws.amazon.com/storagegateway/latest/userguide/ConfiguringiSCSIClientInitiatorRedHatClient.html#CustomizeLinuxiSCSISettings\">Customizing Your Linux iSCSI Settings</a>, respectively.</important>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that initiates a gateway VM update.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateGatewaySoftwareNow\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n}\n </response>\n </example>\n </examples>\n "
@@ -12041,8 +12082,7 @@
12041
12082
  "type": "string",
12042
12083
  "min_length": 50,
12043
12084
  "max_length": 500,
12044
- "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n ",
12045
- "required": true
12085
+ "documentation": "\n <p>The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of\n gateways for your account and region.</p>\n "
12046
12086
  }
12047
12087
  },
12048
12088
  "documentation": "\n <p>A JSON object containing the of the gateway whose maintenance start time is updated.</p>\n "
@@ -12055,7 +12095,7 @@
12055
12095
  "message": {
12056
12096
  "shape_name": "string",
12057
12097
  "type": "string",
12058
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
12098
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
12059
12099
  },
12060
12100
  "error": {
12061
12101
  "shape_name": "StorageGatewayError",
@@ -12142,13 +12182,13 @@
12142
12182
  "type": "string",
12143
12183
  "documentation": null
12144
12184
  },
12145
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
12185
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
12146
12186
  }
12147
12187
  },
12148
12188
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
12149
12189
  }
12150
12190
  },
12151
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
12191
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
12152
12192
  },
12153
12193
  {
12154
12194
  "shape_name": "InternalServerError",
@@ -12157,7 +12197,7 @@
12157
12197
  "message": {
12158
12198
  "shape_name": "string",
12159
12199
  "type": "string",
12160
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
12200
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
12161
12201
  },
12162
12202
  "error": {
12163
12203
  "shape_name": "StorageGatewayError",
@@ -12244,13 +12284,13 @@
12244
12284
  "type": "string",
12245
12285
  "documentation": null
12246
12286
  },
12247
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
12287
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
12248
12288
  }
12249
12289
  },
12250
12290
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
12251
12291
  }
12252
12292
  },
12253
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
12293
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
12254
12294
  }
12255
12295
  ],
12256
12296
  "documentation": "\n <p>This operation updates a gateway's weekly maintenance start time information, including day and time of the\n week. The maintenance time is the time in your gateway's time zone.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that updates the maintenance start time of\n mygateway.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateMaintenanceStartTime\n{\n \"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\",\n \"HourOfDay\": 0,\n \"MinuteOfHour\": 30,\n \"DayOfWeek\": 2\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 80\n{\n\"GatewayARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway\"\n} </response>\n </example>\n </examples>\n "
@@ -12317,7 +12357,7 @@
12317
12357
  "message": {
12318
12358
  "shape_name": "string",
12319
12359
  "type": "string",
12320
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
12360
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
12321
12361
  },
12322
12362
  "error": {
12323
12363
  "shape_name": "StorageGatewayError",
@@ -12404,13 +12444,13 @@
12404
12444
  "type": "string",
12405
12445
  "documentation": null
12406
12446
  },
12407
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
12447
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
12408
12448
  }
12409
12449
  },
12410
12450
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
12411
12451
  }
12412
12452
  },
12413
- "documentation": "\n <p>An exception occured because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
12453
+ "documentation": "\n <p>An exception occurred because an invalid gateway request was issued to the service. See the error and message\n fields for more information.</p>\n "
12414
12454
  },
12415
12455
  {
12416
12456
  "shape_name": "InternalServerError",
@@ -12419,7 +12459,7 @@
12419
12459
  "message": {
12420
12460
  "shape_name": "string",
12421
12461
  "type": "string",
12422
- "documentation": "\n <p>A human-readable message describing the error that occured.</p>\n "
12462
+ "documentation": "\n <p>A human-readable message describing the error that occurred.</p>\n "
12423
12463
  },
12424
12464
  "error": {
12425
12465
  "shape_name": "StorageGatewayError",
@@ -12506,16 +12546,16 @@
12506
12546
  "type": "string",
12507
12547
  "documentation": null
12508
12548
  },
12509
- "documentation": "\n <p>Human-readable text that provides detail about the error that occured.</p>\n "
12549
+ "documentation": "\n <p>Human-readable text that provides detail about the error that occurred.</p>\n "
12510
12550
  }
12511
12551
  },
12512
12552
  "documentation": "\n <p>A <a>StorageGatewayError</a> that provides more detail about the cause of the error.</p>\n "
12513
12553
  }
12514
12554
  },
12515
- "documentation": "\n <p>An internal server error has occured during the request. See the error and message fields for more\n information.</p>\n "
12555
+ "documentation": "\n <p>An internal server error has occurred during the request. See the error and message fields for more\n information.</p>\n "
12516
12556
  }
12517
12557
  ],
12518
- "documentation": "\n <p>This operation updates a snapshot schedule configured for a gateway volume.</p>\n <p>The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume.\n You can use this API to change the shapshot schedule configured for the volume.</p>\n <p>In the request you must identify the gateway volume whose snapshot schedule you want to update, and the\n schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of\n snapshots.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that updates a snapshot schedule.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateSnapshotSchedule\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"StartAt\": 0,\n \"RecurrenceInHours\": 1,\n \"Description\": \"hourly snapshot\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 99\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n}\n </response>\n </example>\n </examples>\n "
12558
+ "documentation": "\n <p>This operation updates a snapshot schedule configured for a gateway volume.</p>\n <p>The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume.\n You can use this API to change the snapshot schedule configured for the volume.</p>\n <p>In the request you must identify the gateway volume whose snapshot schedule you want to update, and the\n schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of\n snapshots.</p>\n <examples>\n <example>\n <name>Example Request</name>\n <description>The following example shows a request that updates a snapshot schedule.</description>\n <request>\nPOST / HTTP/1.1\nHost: storagegateway.us-east-1.amazonaws.com\nx-amz-Date: 20120425T120000Z\nAuthorization: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nContent-type: application/x-amz-json-1.1\nx-amz-target: StorageGateway_20120630.UpdateSnapshotSchedule\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\",\n \"StartAt\": 0,\n \"RecurrenceInHours\": 1,\n \"Description\": \"hourly snapshot\"\n}\n </request>\n <response>\nHTTP/1.1 200 OK\nx-amzn-RequestId: CSOC7TJPLR0OOKIRLGOHVAICUFVV4KQNSO5AEMVJF66Q9ASUAAJG\nDate: Wed, 25 Apr 2012 12:00:02 GMT\nContent-type: application/x-amz-json-1.1\nContent-length: 99\n{\n \"VolumeARN\": \"arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/volume/vol-1122AABB\"\n}\n </response>\n </example>\n </examples>\n "
12519
12559
  }
12520
12560
  }
12521
12561
  }