Skip to content

Commit

Permalink
docs(client-snowball): Modified description of createaddress to inclu…
Browse files Browse the repository at this point in the history
…de direction to add path when providing a JSON file.
  • Loading branch information
awstools committed Jan 29, 2024
1 parent f80667c commit 84d9ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
* <p>Creates an address for a Snow device to be shipped to. In most regions,
* addresses are validated at the time of creation. The address you provide must be located
* within the serviceable area of your region. If the address is invalid or unsupported, then an
* exception is thrown.</p>
* exception is thrown. If providing an address as a JSON file through the <code>cli-input-json</code> option, include the full file path. For example, <code>--cli-input-json file://create-address.json</code>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/snowball.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates an address for a Snow device to be shipped to. In most regions,\n addresses are validated at the time of creation. The address you provide must be located\n within the serviceable area of your region. If the address is invalid or unsupported, then an\n exception is thrown.</p>",
"smithy.api#documentation": "<p>Creates an address for a Snow device to be shipped to. In most regions,\n addresses are validated at the time of creation. The address you provide must be located\n within the serviceable area of your region. If the address is invalid or unsupported, then an\n exception is thrown. If providing an address as a JSON file through the <code>cli-input-json</code> option, include the full file path. For example, <code>--cli-input-json file://create-address.json</code>.</p>",
"smithy.api#examples": [
{
"title": "To create an address for a job",
Expand Down Expand Up @@ -4570,7 +4570,7 @@
"type": "double",
"traits": {
"smithy.api#range": {
"min": 0
"min": 0.0
}
}
},
Expand Down

0 comments on commit 84d9ad5

Please sign in to comment.