diff --git a/clients/client-snowball/src/commands/CreateAddressCommand.ts b/clients/client-snowball/src/commands/CreateAddressCommand.ts index 47c8f9d0b8746..4607ec5cf790e 100644 --- a/clients/client-snowball/src/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/src/commands/CreateAddressCommand.ts @@ -31,7 +31,7 @@ export interface CreateAddressCommandOutput extends CreateAddressResult, __Metad *
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.
+ * exception is thrown. If providing an address as a JSON file through thecli-input-json
option, include the full file path. For example, --cli-input-json file://create-address.json
.
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
diff --git a/codegen/sdk-codegen/aws-models/snowball.json b/codegen/sdk-codegen/aws-models/snowball.json
index 8c19d5b13cb16..693657f726dcf 100644
--- a/codegen/sdk-codegen/aws-models/snowball.json
+++ b/codegen/sdk-codegen/aws-models/snowball.json
@@ -1763,7 +1763,7 @@
}
],
"traits": {
- "smithy.api#documentation": "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.
", + "smithy.api#documentation": "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 cli-input-json
option, include the full file path. For example, --cli-input-json file://create-address.json
.