Skip to content

Commit 84d9ad5

Browse files
author
awstools
committed
docs(client-snowball): Modified description of createaddress to include direction to add path when providing a JSON file.
1 parent f80667c commit 84d9ad5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/client-snowball/src/commands/CreateAddressCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad
3131
* <p>Creates an address for a Snow device to be shipped to. In most regions,
3232
* addresses are validated at the time of creation. The address you provide must be located
3333
* within the serviceable area of your region. If the address is invalid or unsupported, then an
34-
* exception is thrown.</p>
34+
* 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>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.
3737
* ```javascript

codegen/sdk-codegen/aws-models/snowball.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@
17631763
}
17641764
],
17651765
"traits": {
1766-
"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>",
1766+
"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>",
17671767
"smithy.api#examples": [
17681768
{
17691769
"title": "To create an address for a job",
@@ -4570,7 +4570,7 @@
45704570
"type": "double",
45714571
"traits": {
45724572
"smithy.api#range": {
4573-
"min": 0
4573+
"min": 0.0
45744574
}
45754575
}
45764576
},

0 commit comments

Comments
 (0)