@aws-sdk/client-route-53-domains 3.395.0 → 3.396.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -477,7 +477,7 @@ export interface DomainTransferability {
|
|
|
477
477
|
* </dd>
|
|
478
478
|
* <dt>DOMAIN_IN_ANOTHER_ACCOUNT</dt>
|
|
479
479
|
* <dd>
|
|
480
|
-
* <p>
|
|
480
|
+
* <p> the domain exists in another Amazon Web Services account.</p>
|
|
481
481
|
* </dd>
|
|
482
482
|
* <dt>PREMIUM_DOMAIN</dt>
|
|
483
483
|
* <dd>
|
|
@@ -2732,7 +2732,7 @@ export interface ListOperationsRequest {
|
|
|
2732
2732
|
SortBy?: ListOperationsSortAttributeName | string;
|
|
2733
2733
|
/**
|
|
2734
2734
|
* @public
|
|
2735
|
-
* <p> The sort order
|
|
2735
|
+
* <p> The sort order for returned values, either ascending or descending. </p>
|
|
2736
2736
|
*/
|
|
2737
2737
|
SortOrder?: SortOrder | string;
|
|
2738
2738
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53-domains",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.396.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|