aws-sdk 2.1399.0 → 2.1400.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/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +73 -71
- package/apis/ec2-2016-11-15.examples.json +17 -382
- package/apis/ec2-2016-11-15.min.json +1180 -1169
- package/apis/glue-2017-03-31.min.json +4 -2
- package/apis/pricing-2017-10-15.examples.json +0 -63
- package/apis/pricing-2017-10-15.waiters2.json +5 -0
- package/apis/route53domains-2014-05-15.min.json +9 -9
- package/apis/sagemaker-2017-07-24.min.json +926 -866
- package/clients/cloudformation.d.ts +10 -1
- package/clients/ec2.d.ts +21 -4
- package/clients/ecs.d.ts +4 -4
- package/clients/glue.d.ts +8 -0
- package/clients/pricing.d.ts +2 -2
- package/clients/pricing.js +1 -0
- package/clients/route53domains.d.ts +11 -10
- package/clients/sagemaker.d.ts +107 -36
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +1542 -1535
- package/dist/aws-sdk.js +1554 -1533
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -998,6 +998,10 @@ declare namespace CloudFormation {
|
|
998
998
|
* Creates a change set for the all nested stacks specified in the template. The default behavior of this action is set to False. To include nested sets in a change set, specify True.
|
999
999
|
*/
|
1000
1000
|
IncludeNestedStacks?: IncludeNestedStacks;
|
1001
|
+
/**
|
1002
|
+
* Determines what action will be taken if stack creation fails. If this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values: DELETE - Deletes the change set if the stack creation fails. This is only valid when the ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the status of the stack is DELETE_FAILED. DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying true for the DisableRollback parameter to the ExecuteChangeSet API operation. ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation. For nested stacks, when the OnStackFailure parameter is set to DELETE for the change set for the parent stack, any failure in a child stack will cause the parent stack creation to fail and all stacks to be deleted.
|
1003
|
+
*/
|
1004
|
+
OnStackFailure?: OnStackFailure;
|
1001
1005
|
}
|
1002
1006
|
export interface CreateChangeSetOutput {
|
1003
1007
|
/**
|
@@ -1491,6 +1495,10 @@ declare namespace CloudFormation {
|
|
1491
1495
|
* Specifies the change set ID of the root change set in the current nested change set hierarchy.
|
1492
1496
|
*/
|
1493
1497
|
RootChangeSetId?: ChangeSetId;
|
1498
|
+
/**
|
1499
|
+
* Determines what action will be taken if stack creation fails. When this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values: DELETE - Deletes the change set if the stack creation fails. This is only valid when the ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the status of the stack is DELETE_FAILED. DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying true for the DisableRollback parameter to the ExecuteChangeSet API operation. ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation.
|
1500
|
+
*/
|
1501
|
+
OnStackFailure?: OnStackFailure;
|
1494
1502
|
}
|
1495
1503
|
export interface DescribeOrganizationsAccessInput {
|
1496
1504
|
/**
|
@@ -1987,7 +1995,7 @@ declare namespace CloudFormation {
|
|
1987
1995
|
*/
|
1988
1996
|
ClientRequestToken?: ClientRequestToken;
|
1989
1997
|
/**
|
1990
|
-
* Preserves the state of previously provisioned resources when an operation fails. Default: True
|
1998
|
+
* Preserves the state of previously provisioned resources when an operation fails. This parameter can't be specified when the OnStackFailure parameter to the CreateChangeSet API operation was specified. True - if the stack creation fails, do nothing. This is equivalent to specifying DO_NOTHING for the OnStackFailure parameter to the CreateChangeSet API operation. False - if the stack creation fails, roll back the stack. This is equivalent to specifying ROLLBACK for the OnStackFailure parameter to the CreateChangeSet API operation. Default: True
|
1991
1999
|
*/
|
1992
2000
|
DisableRollback?: DisableRollback;
|
1993
2001
|
}
|
@@ -2557,6 +2565,7 @@ declare namespace CloudFormation {
|
|
2557
2565
|
export type NotificationARN = string;
|
2558
2566
|
export type NotificationARNs = NotificationARN[];
|
2559
2567
|
export type OnFailure = "DO_NOTHING"|"ROLLBACK"|"DELETE"|string;
|
2568
|
+
export type OnStackFailure = "DO_NOTHING"|"ROLLBACK"|"DELETE"|string;
|
2560
2569
|
export interface OperationResultFilter {
|
2561
2570
|
/**
|
2562
2571
|
* The type of filter to apply.
|
package/clients/ec2.d.ts
CHANGED
@@ -1749,11 +1749,11 @@ declare class EC2 extends Service {
|
|
1749
1749
|
*/
|
1750
1750
|
deregisterTransitGatewayMulticastGroupSources(callback?: (err: AWSError, data: EC2.Types.DeregisterTransitGatewayMulticastGroupSourcesResult) => void): Request<EC2.Types.DeregisterTransitGatewayMulticastGroupSourcesResult, AWSError>;
|
1751
1751
|
/**
|
1752
|
-
* Describes attributes of your Amazon Web Services account. The following are the supported account attributes:
|
1752
|
+
* Describes attributes of your Amazon Web Services account. The following are the supported account attributes: default-vpc: The ID of the default VPC for your account, or none. max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits in the Amazon Elastic Compute Cloud User Guide. max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate. supported-platforms: This attribute is deprecated. vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate. vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.
|
1753
1753
|
*/
|
1754
1754
|
describeAccountAttributes(params: EC2.Types.DescribeAccountAttributesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeAccountAttributesResult) => void): Request<EC2.Types.DescribeAccountAttributesResult, AWSError>;
|
1755
1755
|
/**
|
1756
|
-
* Describes attributes of your Amazon Web Services account. The following are the supported account attributes:
|
1756
|
+
* Describes attributes of your Amazon Web Services account. The following are the supported account attributes: default-vpc: The ID of the default VPC for your account, or none. max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits in the Amazon Elastic Compute Cloud User Guide. max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate. supported-platforms: This attribute is deprecated. vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate. vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.
|
1757
1757
|
*/
|
1758
1758
|
describeAccountAttributes(callback?: (err: AWSError, data: EC2.Types.DescribeAccountAttributesResult) => void): Request<EC2.Types.DescribeAccountAttributesResult, AWSError>;
|
1759
1759
|
/**
|
@@ -6878,6 +6878,7 @@ declare namespace EC2 {
|
|
6878
6878
|
*/
|
6879
6879
|
ParentZoneId?: String;
|
6880
6880
|
}
|
6881
|
+
export type AvailabilityZoneId = string;
|
6881
6882
|
export type AvailabilityZoneList = AvailabilityZone[];
|
6882
6883
|
export interface AvailabilityZoneMessage {
|
6883
6884
|
/**
|
@@ -8457,11 +8458,11 @@ declare namespace EC2 {
|
|
8457
8458
|
/**
|
8458
8459
|
* The Availability Zone in which to create the Capacity Reservation.
|
8459
8460
|
*/
|
8460
|
-
AvailabilityZone?:
|
8461
|
+
AvailabilityZone?: AvailabilityZoneName;
|
8461
8462
|
/**
|
8462
8463
|
* The ID of the Availability Zone in which to create the Capacity Reservation.
|
8463
8464
|
*/
|
8464
|
-
AvailabilityZoneId?:
|
8465
|
+
AvailabilityZoneId?: AvailabilityZoneId;
|
8465
8466
|
/**
|
8466
8467
|
* Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings: default - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts. dedicated - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.
|
8467
8468
|
*/
|
@@ -37216,6 +37217,14 @@ declare namespace EC2 {
|
|
37216
37217
|
* Sends Verified Access logs to Kinesis.
|
37217
37218
|
*/
|
37218
37219
|
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
|
37220
|
+
/**
|
37221
|
+
* The logging version to use. Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2
|
37222
|
+
*/
|
37223
|
+
LogVersion?: String;
|
37224
|
+
/**
|
37225
|
+
* Include trust data sent by trust providers into the logs.
|
37226
|
+
*/
|
37227
|
+
IncludeTrustContext?: Boolean;
|
37219
37228
|
}
|
37220
37229
|
export interface VerifiedAccessLogS3Destination {
|
37221
37230
|
/**
|
@@ -37270,6 +37279,14 @@ declare namespace EC2 {
|
|
37270
37279
|
* Kinesis logging destination.
|
37271
37280
|
*/
|
37272
37281
|
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
|
37282
|
+
/**
|
37283
|
+
* Describes current setting for the logging version.
|
37284
|
+
*/
|
37285
|
+
LogVersion?: String;
|
37286
|
+
/**
|
37287
|
+
* Describes current setting for including trust data into the logs.
|
37288
|
+
*/
|
37289
|
+
IncludeTrustContext?: Boolean;
|
37273
37290
|
}
|
37274
37291
|
export interface VerifiedAccessTrustProvider {
|
37275
37292
|
/**
|
package/clients/ecs.d.ts
CHANGED
@@ -85,11 +85,11 @@ declare class ECS extends Service {
|
|
85
85
|
*/
|
86
86
|
deleteService(callback?: (err: AWSError, data: ECS.Types.DeleteServiceResponse) => void): Request<ECS.Types.DeleteServiceResponse, AWSError>;
|
87
87
|
/**
|
88
|
-
* Deletes one or more task definitions. You must deregister a task definition revision before you delete it. For more information, see DeregisterTaskDefinition. When you delete a task definition revision, it is immediately transitions from the INACTIVE to DELETE_IN_PROGRESS. Existing tasks and services that reference a DELETE_IN_PROGRESS task definition revision continue to run without disruption. Existing services that reference a DELETE_IN_PROGRESS task definition revision can still scale up or down by modifying the service's desired count. You can't use a DELETE_IN_PROGRESS task definition revision to run new tasks or create new services. You also can't update an existing service to reference a DELETE_IN_PROGRESS task definition revision. A task definition revision will stay in DELETE_IN_PROGRESS status until all the associated tasks and services have been terminated.
|
88
|
+
* Deletes one or more task definitions. You must deregister a task definition revision before you delete it. For more information, see DeregisterTaskDefinition. When you delete a task definition revision, it is immediately transitions from the INACTIVE to DELETE_IN_PROGRESS. Existing tasks and services that reference a DELETE_IN_PROGRESS task definition revision continue to run without disruption. Existing services that reference a DELETE_IN_PROGRESS task definition revision can still scale up or down by modifying the service's desired count. You can't use a DELETE_IN_PROGRESS task definition revision to run new tasks or create new services. You also can't update an existing service to reference a DELETE_IN_PROGRESS task definition revision. A task definition revision will stay in DELETE_IN_PROGRESS status until all the associated tasks and services have been terminated. When you delete all INACTIVE task definition revisions, the task definition name is not displayed in the console and not returned in the API. If a task definition revisions are in the DELETE_IN_PROGRESS state, the task definition name is displayed in the console and returned in the API. The task definition name is retained by Amazon ECS and the revision is incremented the next time you create a task definition with that name.
|
89
89
|
*/
|
90
90
|
deleteTaskDefinitions(params: ECS.Types.DeleteTaskDefinitionsRequest, callback?: (err: AWSError, data: ECS.Types.DeleteTaskDefinitionsResponse) => void): Request<ECS.Types.DeleteTaskDefinitionsResponse, AWSError>;
|
91
91
|
/**
|
92
|
-
* Deletes one or more task definitions. You must deregister a task definition revision before you delete it. For more information, see DeregisterTaskDefinition. When you delete a task definition revision, it is immediately transitions from the INACTIVE to DELETE_IN_PROGRESS. Existing tasks and services that reference a DELETE_IN_PROGRESS task definition revision continue to run without disruption. Existing services that reference a DELETE_IN_PROGRESS task definition revision can still scale up or down by modifying the service's desired count. You can't use a DELETE_IN_PROGRESS task definition revision to run new tasks or create new services. You also can't update an existing service to reference a DELETE_IN_PROGRESS task definition revision. A task definition revision will stay in DELETE_IN_PROGRESS status until all the associated tasks and services have been terminated.
|
92
|
+
* Deletes one or more task definitions. You must deregister a task definition revision before you delete it. For more information, see DeregisterTaskDefinition. When you delete a task definition revision, it is immediately transitions from the INACTIVE to DELETE_IN_PROGRESS. Existing tasks and services that reference a DELETE_IN_PROGRESS task definition revision continue to run without disruption. Existing services that reference a DELETE_IN_PROGRESS task definition revision can still scale up or down by modifying the service's desired count. You can't use a DELETE_IN_PROGRESS task definition revision to run new tasks or create new services. You also can't update an existing service to reference a DELETE_IN_PROGRESS task definition revision. A task definition revision will stay in DELETE_IN_PROGRESS status until all the associated tasks and services have been terminated. When you delete all INACTIVE task definition revisions, the task definition name is not displayed in the console and not returned in the API. If a task definition revisions are in the DELETE_IN_PROGRESS state, the task definition name is displayed in the console and returned in the API. The task definition name is retained by Amazon ECS and the revision is incremented the next time you create a task definition with that name.
|
93
93
|
*/
|
94
94
|
deleteTaskDefinitions(callback?: (err: AWSError, data: ECS.Types.DeleteTaskDefinitionsResponse) => void): Request<ECS.Types.DeleteTaskDefinitionsResponse, AWSError>;
|
95
95
|
/**
|
@@ -1273,11 +1273,11 @@ declare namespace ECS {
|
|
1273
1273
|
*/
|
1274
1274
|
tags?: Tags;
|
1275
1275
|
/**
|
1276
|
-
* Specifies whether to turn on Amazon ECS managed tags for the tasks within the service. For more information, see Tagging your Amazon ECS resources in the Amazon Elastic Container Service Developer Guide.
|
1276
|
+
* Specifies whether to turn on Amazon ECS managed tags for the tasks within the service. For more information, see Tagging your Amazon ECS resources in the Amazon Elastic Container Service Developer Guide. When you use Amazon ECS managed tags, you need to set the propagateTags request parameter.
|
1277
1277
|
*/
|
1278
1278
|
enableECSManagedTags?: Boolean;
|
1279
1279
|
/**
|
1280
|
-
* Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.
|
1280
|
+
* Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action. The default is NONE.
|
1281
1281
|
*/
|
1282
1282
|
propagateTags?: PropagateTags;
|
1283
1283
|
/**
|
package/clients/glue.d.ts
CHANGED
@@ -4976,6 +4976,10 @@ declare namespace Glue {
|
|
4976
4976
|
* The name of the catalog database.
|
4977
4977
|
*/
|
4978
4978
|
DatabaseName?: NameString;
|
4979
|
+
/**
|
4980
|
+
* Region of the target database.
|
4981
|
+
*/
|
4982
|
+
Region?: NameString;
|
4979
4983
|
}
|
4980
4984
|
export interface DatabaseInput {
|
4981
4985
|
/**
|
@@ -12120,6 +12124,10 @@ declare namespace Glue {
|
|
12120
12124
|
* The name of the target table.
|
12121
12125
|
*/
|
12122
12126
|
Name?: NameString;
|
12127
|
+
/**
|
12128
|
+
* Region of the target table.
|
12129
|
+
*/
|
12130
|
+
Region?: NameString;
|
12123
12131
|
}
|
12124
12132
|
export interface TableInput {
|
12125
12133
|
/**
|
package/clients/pricing.d.ts
CHANGED
@@ -250,8 +250,7 @@ declare namespace Pricing {
|
|
250
250
|
FileFormats?: FileFormats;
|
251
251
|
}
|
252
252
|
export type PriceListArn = string;
|
253
|
-
export type
|
254
|
-
export type PriceListJsonItems = PriceListJsonItem[];
|
253
|
+
export type PriceListJsonItems = SynthesizedJsonPriceListJsonItem[];
|
255
254
|
export type PriceLists = PriceList[];
|
256
255
|
export type RegionCode = string;
|
257
256
|
export interface Service {
|
@@ -267,6 +266,7 @@ declare namespace Pricing {
|
|
267
266
|
export type ServiceCode = string;
|
268
267
|
export type ServiceList = Service[];
|
269
268
|
export type String = string;
|
269
|
+
export type SynthesizedJsonPriceListJsonItem = string;
|
270
270
|
/**
|
271
271
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
272
272
|
*/
|
package/clients/pricing.js
CHANGED
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['pricing'], '2017-10-15', {
|
|
9
9
|
get: function get() {
|
10
10
|
var model = require('../apis/pricing-2017-10-15.min.json');
|
11
11
|
model.paginators = require('../apis/pricing-2017-10-15.paginators.json').pagination;
|
12
|
+
model.waiters = require('../apis/pricing-2017-10-15.waiters2.json').waiters;
|
12
13
|
return model;
|
13
14
|
},
|
14
15
|
enumerable: true,
|
@@ -180,11 +180,11 @@ declare class Route53Domains extends Service {
|
|
180
180
|
*/
|
181
181
|
pushDomain(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
182
182
|
/**
|
183
|
-
* This operation registers a domain.
|
183
|
+
* This operation registers a domain. For some top-level domains (TLDs), this operation requires extra parameters. When you register a domain, Amazon Route 53 does the following: Creates a Route 53 hosted zone that has the same name as the domain. Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers. Enables auto renew, so your domain registration will renew automatically each year. We'll notify you in advance of the renewal date so you can choose whether to renew the registration. Optionally enables privacy protection, so WHOIS queries return contact for the registrar or the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner." If you don't enable privacy protection, WHOIS queries return the information that you entered for the administrative, registrant, and technical contacts. While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts. If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email. Charges your Amazon Web Services account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing.
|
184
184
|
*/
|
185
185
|
registerDomain(params: Route53Domains.Types.RegisterDomainRequest, callback?: (err: AWSError, data: Route53Domains.Types.RegisterDomainResponse) => void): Request<Route53Domains.Types.RegisterDomainResponse, AWSError>;
|
186
186
|
/**
|
187
|
-
* This operation registers a domain.
|
187
|
+
* This operation registers a domain. For some top-level domains (TLDs), this operation requires extra parameters. When you register a domain, Amazon Route 53 does the following: Creates a Route 53 hosted zone that has the same name as the domain. Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers. Enables auto renew, so your domain registration will renew automatically each year. We'll notify you in advance of the renewal date so you can choose whether to renew the registration. Optionally enables privacy protection, so WHOIS queries return contact for the registrar or the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner." If you don't enable privacy protection, WHOIS queries return the information that you entered for the administrative, registrant, and technical contacts. While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts. If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email. Charges your Amazon Web Services account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing.
|
188
188
|
*/
|
189
189
|
registerDomain(callback?: (err: AWSError, data: Route53Domains.Types.RegisterDomainResponse) => void): Request<Route53Domains.Types.RegisterDomainResponse, AWSError>;
|
190
190
|
/**
|
@@ -228,11 +228,11 @@ declare class Route53Domains extends Service {
|
|
228
228
|
*/
|
229
229
|
retrieveDomainAuthCode(callback?: (err: AWSError, data: Route53Domains.Types.RetrieveDomainAuthCodeResponse) => void): Request<Route53Domains.Types.RetrieveDomainAuthCodeResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Transfers a domain from another registrar to Amazon Route 53.
|
231
|
+
* Transfers a domain from another registrar to Amazon Route 53. For more information about transferring domains, see the following topics: For transfer requirements, a detailed procedure, and information about viewing the status of a domain that you're transferring to Route 53, see Transferring Registration for a Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide. For information about how to transfer a domain from one Amazon Web Services account to another, see TransferDomainToAnotherAwsAccount. For information about how to transfer a domain to another domain registrar, see Transferring a Domain from Amazon Route 53 to Another Registrar in the Amazon Route 53 Developer Guide. If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time. If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable. If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.
|
232
232
|
*/
|
233
233
|
transferDomain(params: Route53Domains.Types.TransferDomainRequest, callback?: (err: AWSError, data: Route53Domains.Types.TransferDomainResponse) => void): Request<Route53Domains.Types.TransferDomainResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Transfers a domain from another registrar to Amazon Route 53.
|
235
|
+
* Transfers a domain from another registrar to Amazon Route 53. For more information about transferring domains, see the following topics: For transfer requirements, a detailed procedure, and information about viewing the status of a domain that you're transferring to Route 53, see Transferring Registration for a Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide. For information about how to transfer a domain from one Amazon Web Services account to another, see TransferDomainToAnotherAwsAccount. For information about how to transfer a domain to another domain registrar, see Transferring a Domain from Amazon Route 53 to Another Registrar in the Amazon Route 53 Developer Guide. If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time. If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable. If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.
|
236
236
|
*/
|
237
237
|
transferDomain(callback?: (err: AWSError, data: Route53Domains.Types.TransferDomainResponse) => void): Request<Route53Domains.Types.TransferDomainResponse, AWSError>;
|
238
238
|
/**
|
@@ -252,11 +252,11 @@ declare class Route53Domains extends Service {
|
|
252
252
|
*/
|
253
253
|
updateDomainContact(callback?: (err: AWSError, data: Route53Domains.Types.UpdateDomainContactResponse) => void): Request<Route53Domains.Types.UpdateDomainContactResponse, AWSError>;
|
254
254
|
/**
|
255
|
-
* This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, contact information
|
255
|
+
* This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner." While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts. This operation affects only the contact information for the specified contact type (administrative, registrant, or technical). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request doesn't complete successfully, the domain registrant will be notified by email. By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either UpdateDomainContactPrivacy or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see https://aws.amazon.com/privacy/.
|
256
256
|
*/
|
257
257
|
updateDomainContactPrivacy(params: Route53Domains.Types.UpdateDomainContactPrivacyRequest, callback?: (err: AWSError, data: Route53Domains.Types.UpdateDomainContactPrivacyResponse) => void): Request<Route53Domains.Types.UpdateDomainContactPrivacyResponse, AWSError>;
|
258
258
|
/**
|
259
|
-
* This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, contact information
|
259
|
+
* This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner." While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts. This operation affects only the contact information for the specified contact type (administrative, registrant, or technical). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request doesn't complete successfully, the domain registrant will be notified by email. By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either UpdateDomainContactPrivacy or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see https://aws.amazon.com/privacy/.
|
260
260
|
*/
|
261
261
|
updateDomainContactPrivacy(callback?: (err: AWSError, data: Route53Domains.Types.UpdateDomainContactPrivacyResponse) => void): Request<Route53Domains.Types.UpdateDomainContactPrivacyResponse, AWSError>;
|
262
262
|
/**
|
@@ -660,7 +660,7 @@ declare namespace Route53Domains {
|
|
660
660
|
export type ErrorMessage = string;
|
661
661
|
export interface ExtraParam {
|
662
662
|
/**
|
663
|
-
* The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require: .com.au and .net.au AU_ID_NUMBER AU_ID_TYPE Valid values include the following: ABN (Australian business number) ACN (Australian company number) TM (Trademark number) .ca BRAND_NUMBER CA_BUSINESS_ENTITY_TYPE Valid values include the following: BANK (Bank) COMMERCIAL_COMPANY (Commercial company) COMPANY (Company) COOPERATION (Cooperation) COOPERATIVE (Cooperative) COOPRIX (Cooprix) CORP (Corporation) CREDIT_UNION (Credit union) FOMIA (Federation of mutual insurance associations) INC (Incorporated) LTD (Limited) LTEE (Limitée) LLC (Limited liability corporation) LLP (Limited liability partnership) LTE (Lte.) MBA (Mutual benefit association) MIC (Mutual insurance company) NFP (Not-for-profit corporation) SA (S.A.) SAVINGS_COMPANY (Savings company) SAVINGS_UNION (Savings union) SARL (Société à responsabilité limitée) TRUST (Trust) ULC (Unlimited liability corporation) CA_LEGAL_TYPE When ContactType is PERSON, valid values include the following: ABO (Aboriginal Peoples indigenous to Canada) CCT (Canadian citizen) LGR (Legal Representative of a Canadian Citizen or Permanent Resident) RES (Permanent resident of Canada) When ContactType is a value other than PERSON, valid values include the following: ASS (Canadian unincorporated association) CCO (Canadian corporation) EDU (Canadian educational institution) GOV (Government or government entity in Canada) HOP (Canadian Hospital) INB (Indian Band recognized by the Indian Act of Canada) LAM (Canadian Library, Archive, or Museum) MAJ (Her/His Majesty the Queen/King) OMK (Official mark registered in Canada) PLT (Canadian Political Party) PRT (Partnership Registered in Canada) TDM (Trademark registered in Canada) TRD (Canadian Trade Union) TRS (Trust established in Canada) .es ES_IDENTIFICATION The value of ES_IDENTIFICATION depends on the following values: The value of ES_LEGAL_FORM The value of ES_IDENTIFICATION_TYPE If ES_LEGAL_FORM is any value other than INDIVIDUAL: Specify 1 letter + 8 numbers (CIF [Certificado de Identificación Fiscal]) Example: B12345678 If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION depends on the value of ES_IDENTIFICATION_TYPE: If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts): Specify 8 numbers + 1 letter (DNI [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal]) Example: 12345678M If ES_IDENTIFICATION_TYPE is NIE (for foreigners with legal residence): Specify 1 letter + 7 numbers + 1 letter ( NIE [Número de Identidad de Extranjero]) Example: Y1234567X If ES_IDENTIFICATION_TYPE is OTHER (for contacts outside of Spain): Specify a passport number, drivers license number, or national identity card number ES_IDENTIFICATION_TYPE Valid values include the following: DNI_AND_NIF (For Spanish contacts) NIE (For foreigners with legal residence) OTHER (For contacts outside of Spain) ES_LEGAL_FORM Valid values include the following: ASSOCIATION CENTRAL_GOVERNMENT_BODY CIVIL_SOCIETY COMMUNITY_OF_OWNERS COMMUNITY_PROPERTY CONSULATE COOPERATIVE DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL ECONOMIC_INTEREST_GROUP EMBASSY ENTITY_MANAGING_NATURAL_AREAS FARM_PARTNERSHIP FOUNDATION GENERAL_AND_LIMITED_PARTNERSHIP GENERAL_PARTNERSHIP INDIVIDUAL LIMITED_COMPANY LOCAL_AUTHORITY LOCAL_PUBLIC_ENTITY MUTUAL_INSURANCE_COMPANY NATIONAL_PUBLIC_ENTITY ORDER_OR_RELIGIOUS_INSTITUTION OTHERS (Only for contacts outside of Spain) POLITICAL_PARTY PROFESSIONAL_ASSOCIATION PUBLIC_LAW_ASSOCIATION PUBLIC_LIMITED_COMPANY REGIONAL_GOVERNMENT_BODY REGIONAL_PUBLIC_ENTITY SAVINGS_BANK SPANISH_OFFICE SPORTS_ASSOCIATION SPORTS_FEDERATION SPORTS_LIMITED_COMPANY TEMPORARY_ALLIANCE_OF_ENTERPRISES TRADE_UNION WORKER_OWNED_COMPANY WORKER_OWNED_LIMITED_COMPANY .eu EU_COUNTRY_OF_CITIZENSHIP .fi BIRTH_DATE_IN_YYYY_MM_DD FI_BUSINESS_NUMBER FI_ID_NUMBER FI_NATIONALITY Valid values include the following: FINNISH NOT_FINNISH FI_ORGANIZATION_TYPE Valid values include the following: COMPANY CORPORATION GOVERNMENT INSTITUTION POLITICAL_PARTY PUBLIC_COMMUNITY TOWNSHIP .
|
663
|
+
* The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require: .com.au and .net.au AU_ID_NUMBER AU_ID_TYPE Valid values include the following: ABN (Australian business number) ACN (Australian company number) TM (Trademark number) .ca BRAND_NUMBER CA_BUSINESS_ENTITY_TYPE Valid values include the following: BANK (Bank) COMMERCIAL_COMPANY (Commercial company) COMPANY (Company) COOPERATION (Cooperation) COOPERATIVE (Cooperative) COOPRIX (Cooprix) CORP (Corporation) CREDIT_UNION (Credit union) FOMIA (Federation of mutual insurance associations) INC (Incorporated) LTD (Limited) LTEE (Limitée) LLC (Limited liability corporation) LLP (Limited liability partnership) LTE (Lte.) MBA (Mutual benefit association) MIC (Mutual insurance company) NFP (Not-for-profit corporation) SA (S.A.) SAVINGS_COMPANY (Savings company) SAVINGS_UNION (Savings union) SARL (Société à responsabilité limitée) TRUST (Trust) ULC (Unlimited liability corporation) CA_LEGAL_TYPE When ContactType is PERSON, valid values include the following: ABO (Aboriginal Peoples indigenous to Canada) CCT (Canadian citizen) LGR (Legal Representative of a Canadian Citizen or Permanent Resident) RES (Permanent resident of Canada) When ContactType is a value other than PERSON, valid values include the following: ASS (Canadian unincorporated association) CCO (Canadian corporation) EDU (Canadian educational institution) GOV (Government or government entity in Canada) HOP (Canadian Hospital) INB (Indian Band recognized by the Indian Act of Canada) LAM (Canadian Library, Archive, or Museum) MAJ (Her/His Majesty the Queen/King) OMK (Official mark registered in Canada) PLT (Canadian Political Party) PRT (Partnership Registered in Canada) TDM (Trademark registered in Canada) TRD (Canadian Trade Union) TRS (Trust established in Canada) .es ES_IDENTIFICATION The value of ES_IDENTIFICATION depends on the following values: The value of ES_LEGAL_FORM The value of ES_IDENTIFICATION_TYPE If ES_LEGAL_FORM is any value other than INDIVIDUAL: Specify 1 letter + 8 numbers (CIF [Certificado de Identificación Fiscal]) Example: B12345678 If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION depends on the value of ES_IDENTIFICATION_TYPE: If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts): Specify 8 numbers + 1 letter (DNI [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal]) Example: 12345678M If ES_IDENTIFICATION_TYPE is NIE (for foreigners with legal residence): Specify 1 letter + 7 numbers + 1 letter ( NIE [Número de Identidad de Extranjero]) Example: Y1234567X If ES_IDENTIFICATION_TYPE is OTHER (for contacts outside of Spain): Specify a passport number, drivers license number, or national identity card number ES_IDENTIFICATION_TYPE Valid values include the following: DNI_AND_NIF (For Spanish contacts) NIE (For foreigners with legal residence) OTHER (For contacts outside of Spain) ES_LEGAL_FORM Valid values include the following: ASSOCIATION CENTRAL_GOVERNMENT_BODY CIVIL_SOCIETY COMMUNITY_OF_OWNERS COMMUNITY_PROPERTY CONSULATE COOPERATIVE DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL ECONOMIC_INTEREST_GROUP EMBASSY ENTITY_MANAGING_NATURAL_AREAS FARM_PARTNERSHIP FOUNDATION GENERAL_AND_LIMITED_PARTNERSHIP GENERAL_PARTNERSHIP INDIVIDUAL LIMITED_COMPANY LOCAL_AUTHORITY LOCAL_PUBLIC_ENTITY MUTUAL_INSURANCE_COMPANY NATIONAL_PUBLIC_ENTITY ORDER_OR_RELIGIOUS_INSTITUTION OTHERS (Only for contacts outside of Spain) POLITICAL_PARTY PROFESSIONAL_ASSOCIATION PUBLIC_LAW_ASSOCIATION PUBLIC_LIMITED_COMPANY REGIONAL_GOVERNMENT_BODY REGIONAL_PUBLIC_ENTITY SAVINGS_BANK SPANISH_OFFICE SPORTS_ASSOCIATION SPORTS_FEDERATION SPORTS_LIMITED_COMPANY TEMPORARY_ALLIANCE_OF_ENTERPRISES TRADE_UNION WORKER_OWNED_COMPANY WORKER_OWNED_LIMITED_COMPANY .eu EU_COUNTRY_OF_CITIZENSHIP .fi BIRTH_DATE_IN_YYYY_MM_DD FI_BUSINESS_NUMBER FI_ID_NUMBER FI_NATIONALITY Valid values include the following: FINNISH NOT_FINNISH FI_ORGANIZATION_TYPE Valid values include the following: COMPANY CORPORATION GOVERNMENT INSTITUTION POLITICAL_PARTY PUBLIC_COMMUNITY TOWNSHIP .it IT_NATIONALITY IT_PIN IT_REGISTRANT_ENTITY_TYPE Valid values include the following: FOREIGNERS FREELANCE_WORKERS (Freelance workers and professionals) ITALIAN_COMPANIES (Italian companies and one-person companies) NON_PROFIT_ORGANIZATIONS OTHER_SUBJECTS PUBLIC_ORGANIZATIONS .ru BIRTH_DATE_IN_YYYY_MM_DD RU_PASSPORT_DATA .se BIRTH_COUNTRY SE_ID_NUMBER .sg SG_ID_NUMBER .uk, .co.uk, .me.uk, and .org.uk UK_CONTACT_TYPE Valid values include the following: CRC (UK Corporation by Royal Charter) FCORP (Non-UK Corporation) FIND (Non-UK Individual, representing self) FOTHER (Non-UK Entity that does not fit into any other category) GOV (UK Government Body) IND (UK Individual (representing self)) IP (UK Industrial/Provident Registered Company) LLP (UK Limited Liability Partnership) LTD (UK Limited Company) OTHER (UK Entity that does not fit into any other category) PLC (UK Public Limited Company) PTNR (UK Partnership) RCHAR (UK Registered Charity) SCH (UK School) STAT (UK Statutory Body) STRA (UK Sole Trader) UK_COMPANY_NUMBER In addition, many TLDs require a VAT_NUMBER.
|
664
664
|
*/
|
665
665
|
Name: ExtraParamName;
|
666
666
|
/**
|
@@ -936,6 +936,7 @@ declare namespace Route53Domains {
|
|
936
936
|
NextPageMarker?: PageMarker;
|
937
937
|
}
|
938
938
|
export type ListOperationsSortAttributeName = "SubmittedDate"|string;
|
939
|
+
export type ListPricesPageMaxItems = number;
|
939
940
|
export interface ListPricesRequest {
|
940
941
|
/**
|
941
942
|
* The TLD for which you want to receive the pricing information. For example. .net. If a Tld value is not provided, a list of prices for all TLDs supported by Route 53 is returned.
|
@@ -948,7 +949,7 @@ declare namespace Route53Domains {
|
|
948
949
|
/**
|
949
950
|
* Number of Prices to be returned. Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.
|
950
951
|
*/
|
951
|
-
MaxItems?:
|
952
|
+
MaxItems?: ListPricesPageMaxItems;
|
952
953
|
}
|
953
954
|
export interface ListPricesResponse {
|
954
955
|
/**
|
@@ -1240,7 +1241,7 @@ declare namespace Route53Domains {
|
|
1240
1241
|
*/
|
1241
1242
|
TechContact: ContactDetail;
|
1242
1243
|
/**
|
1243
|
-
* Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information
|
1244
|
+
* Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information for the registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.". While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts. Default: true
|
1244
1245
|
*/
|
1245
1246
|
PrivacyProtectAdminContact?: Boolean;
|
1246
1247
|
/**
|
@@ -1321,7 +1322,7 @@ declare namespace Route53Domains {
|
|
1321
1322
|
*/
|
1322
1323
|
TechContact?: ContactDetail;
|
1323
1324
|
/**
|
1324
|
-
* Customer's consent for the owner change request.
|
1325
|
+
* Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
|
1325
1326
|
*/
|
1326
1327
|
Consent?: Consent;
|
1327
1328
|
}
|