Skip to content

Commit 6a09bc4

Browse files
author
awstools
committed
feat(client-route-53-domains): Update MaxItems upper bound to 1000 for ListPricesRequest
1 parent 1a741f7 commit 6a09bc4

File tree

7 files changed

+663
-318
lines changed

7 files changed

+663
-318
lines changed

clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
4040

4141
/**
4242
* @public
43-
* <p>This operation registers a domain. Domains are registered either by Amazon Registrar
44-
* (for .com, .net, and .org domains) or by our registrar associate, Gandi (for all other
45-
* domains). For some top-level domains (TLDs), this operation requires extra
46-
* parameters.</p>
43+
* <p>This operation registers a domain. For some top-level domains (TLDs), this operation
44+
* requires extra parameters.</p>
4745
* <p>When you register a domain, Amazon Route 53 does the following:</p>
4846
* <ul>
4947
* <li>
@@ -57,14 +55,14 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
5755
* to renew the registration.</p>
5856
* </li>
5957
* <li>
60-
* <p>Optionally enables privacy protection, so WHOIS queries return contact
61-
* information either for Amazon Registrar (for .com, .net, and .org domains) or
62-
* for our registrar associate, Gandi (for all other TLDs). If you don't enable
63-
* privacy protection, WHOIS queries return the information that you entered for
64-
* the administrative, registrant, and technical contacts.</p>
58+
* <p>Optionally enables privacy protection, so WHOIS queries return contact for the registrar
59+
* or the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner."
60+
* If you don't enable privacy protection, WHOIS queries return the information
61+
* that you entered for the administrative, registrant, and technical
62+
* contacts.</p>
6563
* <note>
66-
* <p>You must specify the same privacy setting for the administrative,
67-
* registrant, and technical contacts.</p>
64+
* <p>While some domains may allow different privacy settings per contact, we recommend
65+
* specifying the same privacy setting for all contacts.</p>
6866
* </note>
6967
* </li>
7068
* <li>

clients/client-route-53-domains/src/commands/TransferDomainCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M
4040

4141
/**
4242
* @public
43-
* <p>Transfers a domain from another registrar to Amazon Route 53. When the transfer is
44-
* complete, the domain is registered either with Amazon Registrar (for .com, .net, and
45-
* .org domains) or with our registrar associate, Gandi (for all other TLDs).</p>
43+
* <p>Transfers a domain from another registrar to Amazon Route 53. </p>
4644
* <p>For more information about transferring domains, see the following topics:</p>
4745
* <ul>
4846
* <li>

clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon
3737
/**
3838
* @public
3939
* <p>This operation updates the specified domain contact's privacy setting. When privacy
40-
* protection is enabled, contact information such as email address is replaced either with
41-
* contact information for Amazon Registrar (for .com, .net, and .org domains) or with
42-
* contact information for our registrar associate, Gandi.</p>
40+
* protection is enabled, your contact information is replaced with contact information for
41+
* the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain
42+
* name> owner."</p>
4343
* <note>
44-
* <p>You must specify the same privacy setting for the administrative, registrant, and
45-
* technical contacts.</p>
44+
* <p>While some domains may allow different privacy settings per contact, we recommend
45+
* specifying the same privacy setting for all contacts.</p>
4646
* </note>
4747
* <p>This operation affects only the contact information for the specified contact type
4848
* (administrative, registrant, or technical). If the request succeeds, Amazon Route 53

clients/client-route-53-domains/src/endpoint/EndpointParameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const resolveClientEndpointParameters = <T>(
2525
};
2626

2727
export interface EndpointParameters extends __EndpointParameters {
28-
Region: string;
28+
Region?: string;
2929
UseDualStack?: boolean;
3030
UseFIPS?: boolean;
3131
Endpoint?: string;

clients/client-route-53-domains/src/endpoint/ruleset.ts

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,25 @@ import { RuleSetObject } from "@aws-sdk/util-endpoints";
66
or see "smithy.rules#endpointRuleSet"
77
in codegen/sdk-codegen/aws-models/route-53-domains.json */
88

9-
const q="fn",
10-
r="argv",
11-
s="ref";
12-
const a=true,
13-
b=false,
14-
c="String",
15-
d="PartitionResult",
16-
e="tree",
17-
f="error",
18-
g="endpoint",
19-
h={"required":true,"default":false,"type":"Boolean"},
20-
i={[s]:"Endpoint"},
21-
j={[q]:"booleanEquals",[r]:[{[s]:"UseFIPS"},true]},
22-
k={[q]:"booleanEquals",[r]:[{[s]:"UseDualStack"},true]},
23-
l={},
24-
m={[q]:"booleanEquals",[r]:[true,{[q]:"getAttr",[r]:[{[s]:d},"supportsFIPS"]}]},
25-
n={[q]:"booleanEquals",[r]:[true,{[q]:"getAttr",[r]:[{[s]:d},"supportsDualStack"]}]},
9+
const q="required",
10+
r="fn",
11+
s="argv",
12+
t="ref";
13+
const a="isSet",
14+
b="tree",
15+
c="error",
16+
d="endpoint",
17+
e="PartitionResult",
18+
f={[q]:false,"type":"String"},
19+
g={[q]:true,"default":false,"type":"Boolean"},
20+
h={[t]:"Endpoint"},
21+
i={[r]:"booleanEquals",[s]:[{[t]:"UseFIPS"},true]},
22+
j={[r]:"booleanEquals",[s]:[{[t]:"UseDualStack"},true]},
23+
k={},
24+
l={[r]:"booleanEquals",[s]:[true,{[r]:"getAttr",[s]:[{[t]:e},"supportsFIPS"]}]},
25+
m={[r]:"booleanEquals",[s]:[true,{[r]:"getAttr",[s]:[{[t]:e},"supportsDualStack"]}]},
26+
n=[i],
2627
o=[j],
27-
p=[k];
28-
const _data={version:"1.0",parameters:{Region:{required:a,type:c},UseDualStack:h,UseFIPS:h,Endpoint:{required:b,type:c}},rules:[{conditions:[{[q]:"aws.partition",[r]:[{[s]:"Region"}],assign:d}],type:e,rules:[{conditions:[{[q]:"isSet",[r]:[i]}],type:e,rules:[{conditions:o,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:f},{type:e,rules:[{conditions:p,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:f},{endpoint:{url:i,properties:l,headers:l},type:g}]}]},{conditions:[j,k],type:e,rules:[{conditions:[m,n],type:e,rules:[{endpoint:{url:"https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:l,headers:l},type:g}]},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:f}]},{conditions:o,type:e,rules:[{conditions:[m],type:e,rules:[{type:e,rules:[{endpoint:{url:"https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}",properties:l,headers:l},type:g}]}]},{error:"FIPS is enabled but this partition does not support FIPS",type:f}]},{conditions:p,type:e,rules:[{conditions:[n],type:e,rules:[{endpoint:{url:"https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:l,headers:l},type:g}]},{error:"DualStack is enabled but this partition does not support DualStack",type:f}]},{endpoint:{url:"https://route53domains.{Region}.{PartitionResult#dnsSuffix}",properties:l,headers:l},type:g}]}]};
28+
p=[{[t]:"Region"}];
29+
const _data={version:"1.0",parameters:{Region:f,UseDualStack:g,UseFIPS:g,Endpoint:f},rules:[{conditions:[{[r]:a,[s]:[h]}],type:b,rules:[{conditions:n,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:c},{type:b,rules:[{conditions:o,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:c},{endpoint:{url:h,properties:k,headers:k},type:d}]}]},{type:b,rules:[{conditions:[{[r]:a,[s]:p}],type:b,rules:[{conditions:[{[r]:"aws.partition",[s]:p,assign:e}],type:b,rules:[{conditions:[i,j],type:b,rules:[{conditions:[l,m],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:c}]},{conditions:n,type:b,rules:[{conditions:[l],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"FIPS is enabled but this partition does not support FIPS",type:c}]},{conditions:o,type:b,rules:[{conditions:[m],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"DualStack is enabled but this partition does not support DualStack",type:c}]},{type:b,rules:[{endpoint:{url:"https://route53domains.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]}]}]},{error:"Invalid Configuration: Missing Region",type:c}]}]};
2930
export const ruleSet: RuleSetObject = _data;

clients/client-route-53-domains/src/models/models_0.ts

Lines changed: 6 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,40 +1539,6 @@ export interface ExtraParam {
15391539
* </li>
15401540
* </ul>
15411541
* </dd>
1542-
* <dt>.fr</dt>
1543-
* <dd>
1544-
* <ul>
1545-
* <li>
1546-
* <p>
1547-
* <code>BIRTH_CITY</code>
1548-
* </p>
1549-
* </li>
1550-
* <li>
1551-
* <p>
1552-
* <code>BIRTH_COUNTRY</code>
1553-
* </p>
1554-
* </li>
1555-
* <li>
1556-
* <p>
1557-
* <code>BIRTH_DATE_IN_YYYY_MM_DD</code>
1558-
* </p>
1559-
* </li>
1560-
* <li>
1561-
* <p>
1562-
* <code>BIRTH_DEPARTMENT</code>: Specify the INSEE code that
1563-
* corresponds with the department where the contact was born. If the
1564-
* contact was born somewhere other than France or its overseas
1565-
* departments, specify <code>99</code>. For more information,
1566-
* including a list of departments and the corresponding INSEE numbers,
1567-
* see the Wikipedia entry <a href="https://en.wikipedia.org/wiki/Departments_of_France">Departments of France</a>.</p>
1568-
* </li>
1569-
* <li>
1570-
* <p>
1571-
* <code>BRAND_NUMBER</code>
1572-
* </p>
1573-
* </li>
1574-
* </ul>
1575-
* </dd>
15761542
* <dt>.it</dt>
15771543
* <dd>
15781544
* <ul>
@@ -3395,13 +3361,12 @@ export interface TransferDomainRequest {
33953361

33963362
/**
33973363
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
3398-
* <code>true</code>, WHOIS ("who is") queries return contact information either for
3399-
* Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate,
3400-
* Gandi (for all other TLDs). If you specify <code>false</code>, WHOIS queries return the
3401-
* information that you entered for the admin contact.</p>
3364+
* <code>true</code>, WHOIS ("who is") queries return contact information for the
3365+
* registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name>
3366+
* owner.".</p>
34023367
* <note>
3403-
* <p>You must specify the same privacy setting for the administrative, registrant, and
3404-
* technical contacts.</p>
3368+
* <p>While some domains may allow different privacy settings per contact, we recommend
3369+
* specifying the same privacy setting for all contacts.</p>
34053370
* </note>
34063371
* <p>Default: <code>true</code>
34073372
* </p>
@@ -3515,7 +3480,7 @@ export interface UpdateDomainContactRequest {
35153480
TechContact?: ContactDetail;
35163481

35173482
/**
3518-
* <p> Customer's consent for the owner change request. </p>
3483+
* <p> Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).</p>
35193484
*/
35203485
Consent?: Consent;
35213486
}

0 commit comments

Comments
 (0)