|
193 | 193 | "traits": {
|
194 | 194 | "smithy.api#enumValue": "UNKNOWN_ERROR"
|
195 | 195 | }
|
| 196 | + }, |
| 197 | + "INSUFFICIENT_PERMISSIONS": { |
| 198 | + "target": "smithy.api#Unit", |
| 199 | + "traits": { |
| 200 | + "smithy.api#enumValue": "INSUFFICIENT_PERMISSIONS" |
| 201 | + } |
196 | 202 | }
|
197 | 203 | }
|
198 | 204 | },
|
|
6750 | 6756 | "ActiveDirectoryStatus": {
|
6751 | 6757 | "target": "com.amazonaws.storagegateway#ActiveDirectoryStatus",
|
6752 | 6758 | "traits": {
|
6753 |
| - "smithy.api#documentation": "<p>Indicates the status of the gateway as a member of the Active Directory domain.</p>\n <note>\n <p>This field is only used as part of a <code>JoinDomain</code> request. It is not\n affected by Active Directory connectivity changes that occur after the\n <code>JoinDomain</code> request succeeds.</p>\n </note>\n <ul>\n <li>\n <p>\n <code>ACCESS_DENIED</code>: Indicates that the <code>JoinDomain</code> operation\n failed due to an authentication error.</p>\n </li>\n <li>\n <p>\n <code>DETACHED</code>: Indicates that gateway is not joined to a domain.</p>\n </li>\n <li>\n <p>\n <code>JOINED</code>: Indicates that the gateway has successfully joined a\n domain.</p>\n </li>\n <li>\n <p>\n <code>JOINING</code>: Indicates that a <code>JoinDomain</code> operation is in\n progress.</p>\n </li>\n <li>\n <p>\n <code>NETWORK_ERROR</code>: Indicates that <code>JoinDomain</code> operation\n failed due to a network or connectivity error.</p>\n </li>\n <li>\n <p>\n <code>TIMEOUT</code>: Indicates that the <code>JoinDomain</code> operation failed\n because the operation didn't complete within the allotted time.</p>\n </li>\n <li>\n <p>\n <code>UNKNOWN_ERROR</code>: Indicates that the <code>JoinDomain</code> operation\n failed due to another type of error.</p>\n </li>\n </ul>" |
| 6759 | + "smithy.api#documentation": "<p>Indicates the status of the gateway as a member of the Active Directory domain.</p>\n <note>\n <p>This field is only used as part of a <code>JoinDomain</code> request. It is not\n affected by Active Directory connectivity changes that occur after the\n <code>JoinDomain</code> request succeeds.</p>\n </note>\n <ul>\n <li>\n <p>\n <code>ACCESS_DENIED</code>: Indicates that the <code>JoinDomain</code> operation\n failed due to an authentication error.</p>\n </li>\n <li>\n <p>\n <code>DETACHED</code>: Indicates that gateway is not joined to a domain.</p>\n </li>\n <li>\n <p>\n <code>JOINED</code>: Indicates that the gateway has successfully joined a\n domain.</p>\n </li>\n <li>\n <p>\n <code>JOINING</code>: Indicates that a <code>JoinDomain</code> operation is in\n progress.</p>\n </li>\n <li>\n <p>\n <code>INSUFFICIENT_PERMISSIONS</code>: Indicates that the <code>JoinDomain</code>\n operation failed because the specified user lacks the necessary permissions to join\n the domain.</p>\n </li>\n <li>\n <p>\n <code>NETWORK_ERROR</code>: Indicates that <code>JoinDomain</code> operation\n failed due to a network or connectivity error.</p>\n </li>\n <li>\n <p>\n <code>TIMEOUT</code>: Indicates that the <code>JoinDomain</code> operation failed\n because the operation didn't complete within the allotted time.</p>\n </li>\n <li>\n <p>\n <code>UNKNOWN_ERROR</code>: Indicates that the <code>JoinDomain</code> operation\n failed due to another type of error.</p>\n </li>\n </ul>" |
6754 | 6760 | }
|
6755 | 6761 | }
|
6756 | 6762 | },
|
|
6841 | 6847 | }
|
6842 | 6848 | ],
|
6843 | 6849 | "traits": {
|
6844 |
| - "smithy.api#documentation": "<p>Returns a list of existing cache reports for all file shares associated with your\n Amazon Web Services account. This list includes all information provided by the\n <code>DescribeCacheReport</code> action, such as report name, status, completion\n progress, start time, end time, filters, and tags.</p>" |
| 6850 | + "smithy.api#documentation": "<p>Returns a list of existing cache reports for all file shares associated with your\n Amazon Web Services account. This list includes all information provided by the\n <code>DescribeCacheReport</code> action, such as report name, status, completion\n progress, start time, end time, filters, and tags.</p>", |
| 6851 | + "smithy.api#paginated": { |
| 6852 | + "inputToken": "Marker", |
| 6853 | + "outputToken": "Marker", |
| 6854 | + "items": "CacheReportList" |
| 6855 | + } |
6845 | 6856 | }
|
6846 | 6857 | },
|
6847 | 6858 | "com.amazonaws.storagegateway#ListCacheReportsInput": {
|
|
7700 | 7711 | "traits": {
|
7701 | 7712 | "smithy.api#length": {
|
7702 | 7713 | "min": 1,
|
7703 |
| - "max": 1000 |
| 7714 | + "max": 2000 |
7704 | 7715 | }
|
7705 | 7716 | }
|
7706 | 7717 | },
|
|
9179 | 9190 | "LocationARN": {
|
9180 | 9191 | "target": "com.amazonaws.storagegateway#LocationARN",
|
9181 | 9192 | "traits": {
|
9182 |
| - "smithy.api#documentation": "<p>The ARN of the Amazon S3 bucket where the cache report will be saved.</p>\n <note>\n <p>We do not recommend saving the cache report to the same Amazon S3 bucket for\n which you are generating the report.</p>\n <p>This field does not accept access point ARNs.</p>\n </note>", |
| 9193 | + "smithy.api#documentation": "<p>The ARN of the Amazon S3 bucket where you want to save the cache report.</p>\n <note>\n <p>We do not recommend saving the cache report to the same Amazon S3 bucket for\n which you are generating the report.</p>\n <p>This field does not accept access point ARNs.</p>\n </note>", |
9183 | 9194 | "smithy.api#required": {}
|
9184 | 9195 | }
|
9185 | 9196 | },
|
9186 | 9197 | "BucketRegion": {
|
9187 | 9198 | "target": "com.amazonaws.storagegateway#RegionId",
|
9188 | 9199 | "traits": {
|
9189 |
| - "smithy.api#documentation": "<p>The Amazon Web Services Region of the Amazon S3 bucket associated with the file\n share for which you want to generate the cache report.</p>", |
| 9200 | + "smithy.api#documentation": "<p>The Amazon Web Services Region of the Amazon S3 bucket where you want to save the\n cache report.</p>", |
9190 | 9201 | "smithy.api#required": {}
|
9191 | 9202 | }
|
9192 | 9203 | },
|
|
0 commit comments