@aws-sdk/client-route-53-domains 3.427.0 → 3.429.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.
- package/dist-types/models/models_0.d.ts +21 -21
- package/dist-types/ts3.4/models/models_0.d.ts +21 -21
- package/package.json +31 -31
|
@@ -226,7 +226,7 @@ export interface BillingRecord {
|
|
|
226
226
|
* @public
|
|
227
227
|
* <p>The operation that you were charged for.</p>
|
|
228
228
|
*/
|
|
229
|
-
Operation?: OperationType
|
|
229
|
+
Operation?: OperationType;
|
|
230
230
|
/**
|
|
231
231
|
* @public
|
|
232
232
|
* <p>The ID of the invoice that is associated with the billing record.</p>
|
|
@@ -387,7 +387,7 @@ export interface CheckDomainAvailabilityResponse {
|
|
|
387
387
|
* </dd>
|
|
388
388
|
* </dl>
|
|
389
389
|
*/
|
|
390
|
-
Availability?: DomainAvailability
|
|
390
|
+
Availability?: DomainAvailability;
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* @public
|
|
@@ -485,7 +485,7 @@ export interface DomainTransferability {
|
|
|
485
485
|
* </dd>
|
|
486
486
|
* </dl>
|
|
487
487
|
*/
|
|
488
|
-
Transferable?: Transferable
|
|
488
|
+
Transferable?: Transferable;
|
|
489
489
|
}
|
|
490
490
|
/**
|
|
491
491
|
* @public
|
|
@@ -1662,7 +1662,7 @@ export interface ExtraParam {
|
|
|
1662
1662
|
* </dl>
|
|
1663
1663
|
* <p>In addition, many TLDs require a <code>VAT_NUMBER</code>.</p>
|
|
1664
1664
|
*/
|
|
1665
|
-
Name: ExtraParamName |
|
|
1665
|
+
Name: ExtraParamName | undefined;
|
|
1666
1666
|
/**
|
|
1667
1667
|
* @public
|
|
1668
1668
|
* <p>The value that corresponds with the name of an extra parameter.</p>
|
|
@@ -1707,7 +1707,7 @@ export interface ContactDetail {
|
|
|
1707
1707
|
* </li>
|
|
1708
1708
|
* </ul>
|
|
1709
1709
|
*/
|
|
1710
|
-
ContactType?: ContactType
|
|
1710
|
+
ContactType?: ContactType;
|
|
1711
1711
|
/**
|
|
1712
1712
|
* @public
|
|
1713
1713
|
* <p>Name of the organization for contact types other than <code>PERSON</code>.</p>
|
|
@@ -1737,7 +1737,7 @@ export interface ContactDetail {
|
|
|
1737
1737
|
* @public
|
|
1738
1738
|
* <p>Code for the country of the contact's address.</p>
|
|
1739
1739
|
*/
|
|
1740
|
-
CountryCode?: CountryCode
|
|
1740
|
+
CountryCode?: CountryCode;
|
|
1741
1741
|
/**
|
|
1742
1742
|
* @public
|
|
1743
1743
|
* <p>The zip or postal code of the contact's address.</p>
|
|
@@ -2151,7 +2151,7 @@ export interface FilterCondition {
|
|
|
2151
2151
|
* @public
|
|
2152
2152
|
* <p>Name of the field which should be used for filtering the list of domains.</p>
|
|
2153
2153
|
*/
|
|
2154
|
-
Name: ListDomainsAttributeName |
|
|
2154
|
+
Name: ListDomainsAttributeName | undefined;
|
|
2155
2155
|
/**
|
|
2156
2156
|
* @public
|
|
2157
2157
|
* <p>The operator values for filtering domain names. The values can be:</p>
|
|
@@ -2170,7 +2170,7 @@ export interface FilterCondition {
|
|
|
2170
2170
|
* </li>
|
|
2171
2171
|
* </ul>
|
|
2172
2172
|
*/
|
|
2173
|
-
Operator: Operator |
|
|
2173
|
+
Operator: Operator | undefined;
|
|
2174
2174
|
/**
|
|
2175
2175
|
* @public
|
|
2176
2176
|
* <p> An array of strings presenting values to compare. Only 1 item in the list is
|
|
@@ -2229,7 +2229,7 @@ export interface GetContactReachabilityStatusResponse {
|
|
|
2229
2229
|
* </dd>
|
|
2230
2230
|
* </dl>
|
|
2231
2231
|
*/
|
|
2232
|
-
status?: ReachabilityStatus
|
|
2232
|
+
status?: ReachabilityStatus;
|
|
2233
2233
|
}
|
|
2234
2234
|
/**
|
|
2235
2235
|
* @public
|
|
@@ -2529,7 +2529,7 @@ export interface GetOperationDetailResponse {
|
|
|
2529
2529
|
* @public
|
|
2530
2530
|
* <p>The current status of the requested operation in the system.</p>
|
|
2531
2531
|
*/
|
|
2532
|
-
Status?: OperationStatus
|
|
2532
|
+
Status?: OperationStatus;
|
|
2533
2533
|
/**
|
|
2534
2534
|
* @public
|
|
2535
2535
|
* <p>Detailed information on the status including possible errors.</p>
|
|
@@ -2544,7 +2544,7 @@ export interface GetOperationDetailResponse {
|
|
|
2544
2544
|
* @public
|
|
2545
2545
|
* <p>The type of operation that was requested.</p>
|
|
2546
2546
|
*/
|
|
2547
|
-
Type?: OperationType
|
|
2547
|
+
Type?: OperationType;
|
|
2548
2548
|
/**
|
|
2549
2549
|
* @public
|
|
2550
2550
|
* <p>The date when the request was submitted.</p>
|
|
@@ -2587,7 +2587,7 @@ export interface GetOperationDetailResponse {
|
|
|
2587
2587
|
* </li>
|
|
2588
2588
|
* </ul>
|
|
2589
2589
|
*/
|
|
2590
|
-
StatusFlag?: StatusFlag
|
|
2590
|
+
StatusFlag?: StatusFlag;
|
|
2591
2591
|
}
|
|
2592
2592
|
/**
|
|
2593
2593
|
* @public
|
|
@@ -2614,13 +2614,13 @@ export interface SortCondition {
|
|
|
2614
2614
|
* call, the field used for sorting has to be the same as the field used for
|
|
2615
2615
|
* filtering.</p>
|
|
2616
2616
|
*/
|
|
2617
|
-
Name: ListDomainsAttributeName |
|
|
2617
|
+
Name: ListDomainsAttributeName | undefined;
|
|
2618
2618
|
/**
|
|
2619
2619
|
* @public
|
|
2620
2620
|
* <p>The sort order for a list of domains. Either ascending (ASC) or descending
|
|
2621
2621
|
* (DES).</p>
|
|
2622
2622
|
*/
|
|
2623
|
-
SortOrder: SortOrder |
|
|
2623
|
+
SortOrder: SortOrder | undefined;
|
|
2624
2624
|
}
|
|
2625
2625
|
/**
|
|
2626
2626
|
* @public
|
|
@@ -2719,22 +2719,22 @@ export interface ListOperationsRequest {
|
|
|
2719
2719
|
* @public
|
|
2720
2720
|
* <p> The status of the operations. </p>
|
|
2721
2721
|
*/
|
|
2722
|
-
Status?:
|
|
2722
|
+
Status?: OperationStatus[];
|
|
2723
2723
|
/**
|
|
2724
2724
|
* @public
|
|
2725
2725
|
* <p> An arrays of the domains operation types. </p>
|
|
2726
2726
|
*/
|
|
2727
|
-
Type?:
|
|
2727
|
+
Type?: OperationType[];
|
|
2728
2728
|
/**
|
|
2729
2729
|
* @public
|
|
2730
2730
|
* <p> The sort type for returned values. </p>
|
|
2731
2731
|
*/
|
|
2732
|
-
SortBy?: ListOperationsSortAttributeName
|
|
2732
|
+
SortBy?: ListOperationsSortAttributeName;
|
|
2733
2733
|
/**
|
|
2734
2734
|
* @public
|
|
2735
2735
|
* <p> The sort order for returned values, either ascending or descending. </p>
|
|
2736
2736
|
*/
|
|
2737
|
-
SortOrder?: SortOrder
|
|
2737
|
+
SortOrder?: SortOrder;
|
|
2738
2738
|
}
|
|
2739
2739
|
/**
|
|
2740
2740
|
* @public
|
|
@@ -2750,12 +2750,12 @@ export interface OperationSummary {
|
|
|
2750
2750
|
* @public
|
|
2751
2751
|
* <p>The current status of the requested operation in the system.</p>
|
|
2752
2752
|
*/
|
|
2753
|
-
Status?: OperationStatus
|
|
2753
|
+
Status?: OperationStatus;
|
|
2754
2754
|
/**
|
|
2755
2755
|
* @public
|
|
2756
2756
|
* <p>Type of the action requested.</p>
|
|
2757
2757
|
*/
|
|
2758
|
-
Type?: OperationType
|
|
2758
|
+
Type?: OperationType;
|
|
2759
2759
|
/**
|
|
2760
2760
|
* @public
|
|
2761
2761
|
* <p>The date when the request was submitted.</p>
|
|
@@ -2804,7 +2804,7 @@ export interface OperationSummary {
|
|
|
2804
2804
|
* </li>
|
|
2805
2805
|
* </ul>
|
|
2806
2806
|
*/
|
|
2807
|
-
StatusFlag?: StatusFlag
|
|
2807
|
+
StatusFlag?: StatusFlag;
|
|
2808
2808
|
/**
|
|
2809
2809
|
* @public
|
|
2810
2810
|
* <p> The date when the last change was made in Unix time format and Coordinated Universal
|
|
@@ -84,7 +84,7 @@ export declare const OperationType: {
|
|
|
84
84
|
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
85
85
|
export interface BillingRecord {
|
|
86
86
|
DomainName?: string;
|
|
87
|
-
Operation?: OperationType
|
|
87
|
+
Operation?: OperationType;
|
|
88
88
|
InvoiceId?: string;
|
|
89
89
|
BillDate?: Date;
|
|
90
90
|
Price?: number;
|
|
@@ -112,7 +112,7 @@ export declare const DomainAvailability: {
|
|
|
112
112
|
export type DomainAvailability =
|
|
113
113
|
(typeof DomainAvailability)[keyof typeof DomainAvailability];
|
|
114
114
|
export interface CheckDomainAvailabilityResponse {
|
|
115
|
-
Availability?: DomainAvailability
|
|
115
|
+
Availability?: DomainAvailability;
|
|
116
116
|
}
|
|
117
117
|
export interface CheckDomainTransferabilityRequest {
|
|
118
118
|
DomainName: string | undefined;
|
|
@@ -128,7 +128,7 @@ export declare const Transferable: {
|
|
|
128
128
|
};
|
|
129
129
|
export type Transferable = (typeof Transferable)[keyof typeof Transferable];
|
|
130
130
|
export interface DomainTransferability {
|
|
131
|
-
Transferable?: Transferable
|
|
131
|
+
Transferable?: Transferable;
|
|
132
132
|
}
|
|
133
133
|
export interface CheckDomainTransferabilityResponse {
|
|
134
134
|
Transferability?: DomainTransferability;
|
|
@@ -436,19 +436,19 @@ export declare const ExtraParamName: {
|
|
|
436
436
|
export type ExtraParamName =
|
|
437
437
|
(typeof ExtraParamName)[keyof typeof ExtraParamName];
|
|
438
438
|
export interface ExtraParam {
|
|
439
|
-
Name: ExtraParamName |
|
|
439
|
+
Name: ExtraParamName | undefined;
|
|
440
440
|
Value: string | undefined;
|
|
441
441
|
}
|
|
442
442
|
export interface ContactDetail {
|
|
443
443
|
FirstName?: string;
|
|
444
444
|
LastName?: string;
|
|
445
|
-
ContactType?: ContactType
|
|
445
|
+
ContactType?: ContactType;
|
|
446
446
|
OrganizationName?: string;
|
|
447
447
|
AddressLine1?: string;
|
|
448
448
|
AddressLine2?: string;
|
|
449
449
|
City?: string;
|
|
450
450
|
State?: string;
|
|
451
|
-
CountryCode?: CountryCode
|
|
451
|
+
CountryCode?: CountryCode;
|
|
452
452
|
ZipCode?: string;
|
|
453
453
|
PhoneNumber?: string;
|
|
454
454
|
Email?: string;
|
|
@@ -537,8 +537,8 @@ export declare const Operator: {
|
|
|
537
537
|
};
|
|
538
538
|
export type Operator = (typeof Operator)[keyof typeof Operator];
|
|
539
539
|
export interface FilterCondition {
|
|
540
|
-
Name: ListDomainsAttributeName |
|
|
541
|
-
Operator: Operator |
|
|
540
|
+
Name: ListDomainsAttributeName | undefined;
|
|
541
|
+
Operator: Operator | undefined;
|
|
542
542
|
Values: string[] | undefined;
|
|
543
543
|
}
|
|
544
544
|
export interface GetContactReachabilityStatusRequest {
|
|
@@ -553,7 +553,7 @@ export type ReachabilityStatus =
|
|
|
553
553
|
(typeof ReachabilityStatus)[keyof typeof ReachabilityStatus];
|
|
554
554
|
export interface GetContactReachabilityStatusResponse {
|
|
555
555
|
domainName?: string;
|
|
556
|
-
status?: ReachabilityStatus
|
|
556
|
+
status?: ReachabilityStatus;
|
|
557
557
|
}
|
|
558
558
|
export interface GetDomainDetailRequest {
|
|
559
559
|
DomainName: string | undefined;
|
|
@@ -616,13 +616,13 @@ export declare const StatusFlag: {
|
|
|
616
616
|
export type StatusFlag = (typeof StatusFlag)[keyof typeof StatusFlag];
|
|
617
617
|
export interface GetOperationDetailResponse {
|
|
618
618
|
OperationId?: string;
|
|
619
|
-
Status?: OperationStatus
|
|
619
|
+
Status?: OperationStatus;
|
|
620
620
|
Message?: string;
|
|
621
621
|
DomainName?: string;
|
|
622
|
-
Type?: OperationType
|
|
622
|
+
Type?: OperationType;
|
|
623
623
|
SubmittedDate?: Date;
|
|
624
624
|
LastUpdatedDate?: Date;
|
|
625
|
-
StatusFlag?: StatusFlag
|
|
625
|
+
StatusFlag?: StatusFlag;
|
|
626
626
|
}
|
|
627
627
|
export declare const SortOrder: {
|
|
628
628
|
readonly ASC: "ASC";
|
|
@@ -630,8 +630,8 @@ export declare const SortOrder: {
|
|
|
630
630
|
};
|
|
631
631
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
632
632
|
export interface SortCondition {
|
|
633
|
-
Name: ListDomainsAttributeName |
|
|
634
|
-
SortOrder: SortOrder |
|
|
633
|
+
Name: ListDomainsAttributeName | undefined;
|
|
634
|
+
SortOrder: SortOrder | undefined;
|
|
635
635
|
}
|
|
636
636
|
export interface ListDomainsRequest {
|
|
637
637
|
FilterConditions?: FilterCondition[];
|
|
@@ -652,19 +652,19 @@ export interface ListOperationsRequest {
|
|
|
652
652
|
SubmittedSince?: Date;
|
|
653
653
|
Marker?: string;
|
|
654
654
|
MaxItems?: number;
|
|
655
|
-
Status?:
|
|
656
|
-
Type?:
|
|
657
|
-
SortBy?: ListOperationsSortAttributeName
|
|
658
|
-
SortOrder?: SortOrder
|
|
655
|
+
Status?: OperationStatus[];
|
|
656
|
+
Type?: OperationType[];
|
|
657
|
+
SortBy?: ListOperationsSortAttributeName;
|
|
658
|
+
SortOrder?: SortOrder;
|
|
659
659
|
}
|
|
660
660
|
export interface OperationSummary {
|
|
661
661
|
OperationId?: string;
|
|
662
|
-
Status?: OperationStatus
|
|
663
|
-
Type?: OperationType
|
|
662
|
+
Status?: OperationStatus;
|
|
663
|
+
Type?: OperationType;
|
|
664
664
|
SubmittedDate?: Date;
|
|
665
665
|
DomainName?: string;
|
|
666
666
|
Message?: string;
|
|
667
|
-
StatusFlag?: StatusFlag
|
|
667
|
+
StatusFlag?: StatusFlag;
|
|
668
668
|
LastUpdatedDate?: Date;
|
|
669
669
|
}
|
|
670
670
|
export interface ListOperationsResponse {
|
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.429.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",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|