@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31
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/.jsii +5 -5
- package/API.md +106 -50
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +109 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
- package/node_modules/aws-sdk/apis/metadata.json +13 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
- package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
- package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +15 -15
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['redshiftserverless'] = {};
|
|
7
|
+
AWS.RedshiftServerless = Service.defineService('redshiftserverless', ['2021-04-21']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['redshiftserverless'], '2021-04-21', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/redshiftserverless-2021-04-21.min.json');
|
|
11
|
+
model.paginators = require('../apis/redshiftserverless-2021-04-21.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.RedshiftServerless;
|
|
@@ -28,6 +28,14 @@ declare class Route53 extends Service {
|
|
|
28
28
|
* Associates an Amazon VPC with a private hosted zone. To perform the association, the VPC and the private hosted zone must already exist. You can't convert a public hosted zone into a private hosted zone. If you want to associate a VPC that was created by using one Amazon Web Services account with a private hosted zone that was created by using a different account, the Amazon Web Services account that created the private hosted zone must first submit a CreateVPCAssociationAuthorization request. Then the account that created the VPC must submit an AssociateVPCWithHostedZone request. When granting access, the hosted zone and the Amazon VPC must belong to the same partition. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. The following are the supported partitions: aws - Amazon Web Services Regions aws-cn - China Regions aws-us-gov - Amazon Web Services GovCloud (US) Region For more information, see Access Management in the Amazon Web Services General Reference.
|
|
29
29
|
*/
|
|
30
30
|
associateVPCWithHostedZone(callback?: (err: AWSError, data: Route53.Types.AssociateVPCWithHostedZoneResponse) => void): Request<Route53.Types.AssociateVPCWithHostedZoneResponse, AWSError>;
|
|
31
|
+
/**
|
|
32
|
+
* Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative IP information mapping blocks to one or multiple locations. A change request can update multiple locations in a collection at a time, which is helpful if you want to move one or more CIDR blocks from one location to another in one transaction, without downtime. Limits The max number of CIDR blocks included in the request is 1000. As a result, big updates require multiple API calls. PUT and DELETE_IF_EXISTS Use ChangeCidrCollection to perform the following actions: PUT: Create a CIDR block within the specified collection. DELETE_IF_EXISTS: Delete an existing CIDR block from the collection.
|
|
33
|
+
*/
|
|
34
|
+
changeCidrCollection(params: Route53.Types.ChangeCidrCollectionRequest, callback?: (err: AWSError, data: Route53.Types.ChangeCidrCollectionResponse) => void): Request<Route53.Types.ChangeCidrCollectionResponse, AWSError>;
|
|
35
|
+
/**
|
|
36
|
+
* Creates, changes, or deletes CIDR blocks within a collection. Contains authoritative IP information mapping blocks to one or multiple locations. A change request can update multiple locations in a collection at a time, which is helpful if you want to move one or more CIDR blocks from one location to another in one transaction, without downtime. Limits The max number of CIDR blocks included in the request is 1000. As a result, big updates require multiple API calls. PUT and DELETE_IF_EXISTS Use ChangeCidrCollection to perform the following actions: PUT: Create a CIDR block within the specified collection. DELETE_IF_EXISTS: Delete an existing CIDR block from the collection.
|
|
37
|
+
*/
|
|
38
|
+
changeCidrCollection(callback?: (err: AWSError, data: Route53.Types.ChangeCidrCollectionResponse) => void): Request<Route53.Types.ChangeCidrCollectionResponse, AWSError>;
|
|
31
39
|
/**
|
|
32
40
|
* Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44. Deleting Resource Record Sets To delete a resource record set, you must specify all the same values that you specified when you created it. Change Batches and Transactional Changes The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone. For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist. If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error. Traffic Flow To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic in the Amazon Route 53 Developer Guide. Create, Delete, and Upsert Use ChangeResourceRecordsSetsRequest to perform the following actions: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes an existing resource record set that has the specified values. UPSERT: If a resource set exists Route 53 updates it with the values in the request. Syntaxes for Creating, Updating, and Deleting Resource Record Sets The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax. For an example for each type of resource record set, see "Examples." Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets. Change Propagation to Route 53 DNS Servers When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers within 60 seconds. For more information, see GetChange. Limits on ChangeResourceRecordSets Requests For information about the limits on a ChangeResourceRecordSets request, see Limits in the Amazon Route 53 Developer Guide.
|
|
33
41
|
*/
|
|
@@ -44,6 +52,14 @@ declare class Route53 extends Service {
|
|
|
44
52
|
* Adds, edits, or deletes tags for a health check or a hosted zone. For information about using tags for cost allocation, see Using Cost Allocation Tags in the Billing and Cost Management User Guide.
|
|
45
53
|
*/
|
|
46
54
|
changeTagsForResource(callback?: (err: AWSError, data: Route53.Types.ChangeTagsForResourceResponse) => void): Request<Route53.Types.ChangeTagsForResourceResponse, AWSError>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates a CIDR collection in the current Amazon Web Services account.
|
|
57
|
+
*/
|
|
58
|
+
createCidrCollection(params: Route53.Types.CreateCidrCollectionRequest, callback?: (err: AWSError, data: Route53.Types.CreateCidrCollectionResponse) => void): Request<Route53.Types.CreateCidrCollectionResponse, AWSError>;
|
|
59
|
+
/**
|
|
60
|
+
* Creates a CIDR collection in the current Amazon Web Services account.
|
|
61
|
+
*/
|
|
62
|
+
createCidrCollection(callback?: (err: AWSError, data: Route53.Types.CreateCidrCollectionResponse) => void): Request<Route53.Types.CreateCidrCollectionResponse, AWSError>;
|
|
47
63
|
/**
|
|
48
64
|
* Creates a new health check. For information about adding health checks to resource record sets, see HealthCheckId in ChangeResourceRecordSets. ELB Load Balancers If you're registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to a Route 53 health check. Private Hosted Zones You can associate health checks with failover resource record sets in a private hosted zone. Note the following: Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC. You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server. You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch User Guide.
|
|
49
65
|
*/
|
|
@@ -53,11 +69,11 @@ declare class Route53 extends Service {
|
|
|
53
69
|
*/
|
|
54
70
|
createHealthCheck(callback?: (err: AWSError, data: Route53.Types.CreateHealthCheckResponse) => void): Request<Route53.Types.CreateHealthCheckResponse, AWSError>;
|
|
55
71
|
/**
|
|
56
|
-
* Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets. For more information about charges for hosted zones, see Amazon Route
|
|
72
|
+
* Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets. For more information about charges for hosted zones, see Amazon Route 53 Pricing. Note the following: You can't create a hosted zone for a top-level domain (TLD) such as .com. For public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide. If you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set with the hosted zone. See the DelegationSetId element. If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make Route 53 the DNS service for the domain. For more information, see Migrating DNS Service for an Existing Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide. When you submit a CreateHostedZone request, the initial status of the hosted zone is PENDING. For public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the NS and SOA records are available, the status of the zone changes to INSYNC. The CreateHostedZone request requires the caller to have an ec2:DescribeVpcs permission. When creating private hosted zones, the Amazon VPC must belong to the same partition where the hosted zone is created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. The following are the supported partitions: aws - Amazon Web Services Regions aws-cn - China Regions aws-us-gov - Amazon Web Services GovCloud (US) Region For more information, see Access Management in the Amazon Web Services General Reference.
|
|
57
73
|
*/
|
|
58
74
|
createHostedZone(params: Route53.Types.CreateHostedZoneRequest, callback?: (err: AWSError, data: Route53.Types.CreateHostedZoneResponse) => void): Request<Route53.Types.CreateHostedZoneResponse, AWSError>;
|
|
59
75
|
/**
|
|
60
|
-
* Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets. For more information about charges for hosted zones, see Amazon Route
|
|
76
|
+
* Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs). You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets. For more information about charges for hosted zones, see Amazon Route 53 Pricing. Note the following: You can't create a hosted zone for a top-level domain (TLD) such as .com. For public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Route 53 Creates for a Hosted Zone in the Amazon Route 53 Developer Guide. If you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set with the hosted zone. See the DelegationSetId element. If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make Route 53 the DNS service for the domain. For more information, see Migrating DNS Service for an Existing Domain to Amazon Route 53 in the Amazon Route 53 Developer Guide. When you submit a CreateHostedZone request, the initial status of the hosted zone is PENDING. For public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the NS and SOA records are available, the status of the zone changes to INSYNC. The CreateHostedZone request requires the caller to have an ec2:DescribeVpcs permission. When creating private hosted zones, the Amazon VPC must belong to the same partition where the hosted zone is created. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition. The following are the supported partitions: aws - Amazon Web Services Regions aws-cn - China Regions aws-us-gov - Amazon Web Services GovCloud (US) Region For more information, see Access Management in the Amazon Web Services General Reference.
|
|
61
77
|
*/
|
|
62
78
|
createHostedZone(callback?: (err: AWSError, data: Route53.Types.CreateHostedZoneResponse) => void): Request<Route53.Types.CreateHostedZoneResponse, AWSError>;
|
|
63
79
|
/**
|
|
@@ -124,6 +140,14 @@ declare class Route53 extends Service {
|
|
|
124
140
|
* Deactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the KSK status to INACTIVE.
|
|
125
141
|
*/
|
|
126
142
|
deactivateKeySigningKey(callback?: (err: AWSError, data: Route53.Types.DeactivateKeySigningKeyResponse) => void): Request<Route53.Types.DeactivateKeySigningKeyResponse, AWSError>;
|
|
143
|
+
/**
|
|
144
|
+
* Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.
|
|
145
|
+
*/
|
|
146
|
+
deleteCidrCollection(params: Route53.Types.DeleteCidrCollectionRequest, callback?: (err: AWSError, data: Route53.Types.DeleteCidrCollectionResponse) => void): Request<Route53.Types.DeleteCidrCollectionResponse, AWSError>;
|
|
147
|
+
/**
|
|
148
|
+
* Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.
|
|
149
|
+
*/
|
|
150
|
+
deleteCidrCollection(callback?: (err: AWSError, data: Route53.Types.DeleteCidrCollectionResponse) => void): Request<Route53.Types.DeleteCidrCollectionResponse, AWSError>;
|
|
127
151
|
/**
|
|
128
152
|
* Deletes a health check. Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide. If you're using Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance, you can't use the Route 53 DeleteHealthCheck command to delete the health check. The health check is deleted automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted from Route 53.
|
|
129
153
|
*/
|
|
@@ -133,11 +157,11 @@ declare class Route53 extends Service {
|
|
|
133
157
|
*/
|
|
134
158
|
deleteHealthCheck(callback?: (err: AWSError, data: Route53.Types.DeleteHealthCheckResponse) => void): Request<Route53.Types.DeleteHealthCheckResponse, AWSError>;
|
|
135
159
|
/**
|
|
136
|
-
* Deletes a hosted zone. If the hosted zone was created by another service, such as Cloud Map, see Deleting Public Hosted Zones That Were Created by Another Service in the Amazon Route
|
|
160
|
+
* Deletes a hosted zone. If the hosted zone was created by another service, such as Cloud Map, see Deleting Public Hosted Zones That Were Created by Another Service in the Amazon Route 53 Developer Guide for information about how to delete it. (The process is the same for public and private hosted zones that were created by another service.) If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application, we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone. If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone, someone could hijack the domain and route traffic to their own resources using your domain name. If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service. When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53, see UpdateDomainNameservers for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information, perform an internet search on "free DNS service." You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets. To verify that the hosted zone has been deleted, do one of the following: Use the GetHostedZone action to request information about the hosted zone. Use the ListHostedZones action to get a list of the hosted zones associated with the current Amazon Web Services account.
|
|
137
161
|
*/
|
|
138
162
|
deleteHostedZone(params: Route53.Types.DeleteHostedZoneRequest, callback?: (err: AWSError, data: Route53.Types.DeleteHostedZoneResponse) => void): Request<Route53.Types.DeleteHostedZoneResponse, AWSError>;
|
|
139
163
|
/**
|
|
140
|
-
* Deletes a hosted zone. If the hosted zone was created by another service, such as Cloud Map, see Deleting Public Hosted Zones That Were Created by Another Service in the Amazon Route
|
|
164
|
+
* Deletes a hosted zone. If the hosted zone was created by another service, such as Cloud Map, see Deleting Public Hosted Zones That Were Created by Another Service in the Amazon Route 53 Developer Guide for information about how to delete it. (The process is the same for public and private hosted zones that were created by another service.) If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application, we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone. If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone, someone could hijack the domain and route traffic to their own resources using your domain name. If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service. When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53, see UpdateDomainNameservers for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information, perform an internet search on "free DNS service." You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets. To verify that the hosted zone has been deleted, do one of the following: Use the GetHostedZone action to request information about the hosted zone. Use the ListHostedZones action to get a list of the hosted zones associated with the current Amazon Web Services account.
|
|
141
165
|
*/
|
|
142
166
|
deleteHostedZone(callback?: (err: AWSError, data: Route53.Types.DeleteHostedZoneResponse) => void): Request<Route53.Types.DeleteHostedZoneResponse, AWSError>;
|
|
143
167
|
/**
|
|
@@ -356,6 +380,30 @@ declare class Route53 extends Service {
|
|
|
356
380
|
* Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.
|
|
357
381
|
*/
|
|
358
382
|
getTrafficPolicyInstanceCount(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceCountResponse) => void): Request<Route53.Types.GetTrafficPolicyInstanceCountResponse, AWSError>;
|
|
383
|
+
/**
|
|
384
|
+
* Returns a paginated list of location objects and their CIDR blocks.
|
|
385
|
+
*/
|
|
386
|
+
listCidrBlocks(params: Route53.Types.ListCidrBlocksRequest, callback?: (err: AWSError, data: Route53.Types.ListCidrBlocksResponse) => void): Request<Route53.Types.ListCidrBlocksResponse, AWSError>;
|
|
387
|
+
/**
|
|
388
|
+
* Returns a paginated list of location objects and their CIDR blocks.
|
|
389
|
+
*/
|
|
390
|
+
listCidrBlocks(callback?: (err: AWSError, data: Route53.Types.ListCidrBlocksResponse) => void): Request<Route53.Types.ListCidrBlocksResponse, AWSError>;
|
|
391
|
+
/**
|
|
392
|
+
* Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).
|
|
393
|
+
*/
|
|
394
|
+
listCidrCollections(params: Route53.Types.ListCidrCollectionsRequest, callback?: (err: AWSError, data: Route53.Types.ListCidrCollectionsResponse) => void): Request<Route53.Types.ListCidrCollectionsResponse, AWSError>;
|
|
395
|
+
/**
|
|
396
|
+
* Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).
|
|
397
|
+
*/
|
|
398
|
+
listCidrCollections(callback?: (err: AWSError, data: Route53.Types.ListCidrCollectionsResponse) => void): Request<Route53.Types.ListCidrCollectionsResponse, AWSError>;
|
|
399
|
+
/**
|
|
400
|
+
* Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).
|
|
401
|
+
*/
|
|
402
|
+
listCidrLocations(params: Route53.Types.ListCidrLocationsRequest, callback?: (err: AWSError, data: Route53.Types.ListCidrLocationsResponse) => void): Request<Route53.Types.ListCidrLocationsResponse, AWSError>;
|
|
403
|
+
/**
|
|
404
|
+
* Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).
|
|
405
|
+
*/
|
|
406
|
+
listCidrLocations(callback?: (err: AWSError, data: Route53.Types.ListCidrLocationsResponse) => void): Request<Route53.Types.ListCidrLocationsResponse, AWSError>;
|
|
359
407
|
/**
|
|
360
408
|
* Retrieves a list of supported geographic locations. Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country. Route 53 does not perform authorization for this API because it retrieves information that is already available to the public. For a list of supported geolocation codes, see the GeoLocation data type.
|
|
361
409
|
*/
|
|
@@ -534,6 +582,7 @@ declare class Route53 extends Service {
|
|
|
534
582
|
waitFor(state: "resourceRecordSetsChanged", callback?: (err: AWSError, data: Route53.Types.GetChangeResponse) => void): Request<Route53.Types.GetChangeResponse, AWSError>;
|
|
535
583
|
}
|
|
536
584
|
declare namespace Route53 {
|
|
585
|
+
export type ARN = string;
|
|
537
586
|
export type AWSAccountID = string;
|
|
538
587
|
export interface AccountLimit {
|
|
539
588
|
/**
|
|
@@ -627,6 +676,27 @@ declare namespace Route53 {
|
|
|
627
676
|
*/
|
|
628
677
|
Changes: Changes;
|
|
629
678
|
}
|
|
679
|
+
export interface ChangeCidrCollectionRequest {
|
|
680
|
+
/**
|
|
681
|
+
* The UUID of the CIDR collection to update.
|
|
682
|
+
*/
|
|
683
|
+
Id: UUID;
|
|
684
|
+
/**
|
|
685
|
+
* A sequential counter that Amazon Route 53 sets to 1 when you create a collection and increments it by 1 each time you update the collection. We recommend that you use ListCidrCollection to get the current value of CollectionVersion for the collection that you want to update, and then include that value with the change request. This prevents Route 53 from overwriting an intervening update: If the value in the request matches the value of CollectionVersion in the collection, Route 53 updates the collection. If the value of CollectionVersion in the collection is greater than the value in the request, the collection was changed after you got the version number. Route 53 does not update the collection, and it returns a CidrCollectionVersionMismatch error.
|
|
686
|
+
*/
|
|
687
|
+
CollectionVersion?: CollectionVersion;
|
|
688
|
+
/**
|
|
689
|
+
* Information about changes to a CIDR collection.
|
|
690
|
+
*/
|
|
691
|
+
Changes: CidrCollectionChanges;
|
|
692
|
+
}
|
|
693
|
+
export interface ChangeCidrCollectionResponse {
|
|
694
|
+
/**
|
|
695
|
+
* The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange to see if a CIDR collection change has propagated or not.
|
|
696
|
+
*/
|
|
697
|
+
Id: ChangeId;
|
|
698
|
+
}
|
|
699
|
+
export type ChangeId = string;
|
|
630
700
|
export interface ChangeInfo {
|
|
631
701
|
/**
|
|
632
702
|
* This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
|
|
@@ -685,6 +755,66 @@ declare namespace Route53 {
|
|
|
685
755
|
export type Changes = Change[];
|
|
686
756
|
export type CheckerIpRanges = IPAddressCidr[];
|
|
687
757
|
export type ChildHealthCheckList = HealthCheckId[];
|
|
758
|
+
export type Cidr = string;
|
|
759
|
+
export type CidrBlockSummaries = CidrBlockSummary[];
|
|
760
|
+
export interface CidrBlockSummary {
|
|
761
|
+
/**
|
|
762
|
+
* Value for the CIDR block.
|
|
763
|
+
*/
|
|
764
|
+
CidrBlock?: Cidr;
|
|
765
|
+
/**
|
|
766
|
+
* The location name of the CIDR block.
|
|
767
|
+
*/
|
|
768
|
+
LocationName?: CidrLocationNameDefaultNotAllowed;
|
|
769
|
+
}
|
|
770
|
+
export interface CidrCollection {
|
|
771
|
+
/**
|
|
772
|
+
* The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
|
|
773
|
+
*/
|
|
774
|
+
Arn?: ARN;
|
|
775
|
+
/**
|
|
776
|
+
* The unique ID of the CIDR collection.
|
|
777
|
+
*/
|
|
778
|
+
Id?: UUID;
|
|
779
|
+
/**
|
|
780
|
+
* The name of a CIDR collection.
|
|
781
|
+
*/
|
|
782
|
+
Name?: CollectionName;
|
|
783
|
+
/**
|
|
784
|
+
* A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.
|
|
785
|
+
*/
|
|
786
|
+
Version?: CollectionVersion;
|
|
787
|
+
}
|
|
788
|
+
export interface CidrCollectionChange {
|
|
789
|
+
/**
|
|
790
|
+
* Name of the location that is associated with the CIDR collection.
|
|
791
|
+
*/
|
|
792
|
+
LocationName: CidrLocationNameDefaultNotAllowed;
|
|
793
|
+
/**
|
|
794
|
+
* CIDR collection change action.
|
|
795
|
+
*/
|
|
796
|
+
Action: CidrCollectionChangeAction;
|
|
797
|
+
/**
|
|
798
|
+
* List of CIDR blocks.
|
|
799
|
+
*/
|
|
800
|
+
CidrList: CidrList;
|
|
801
|
+
}
|
|
802
|
+
export type CidrCollectionChangeAction = "PUT"|"DELETE_IF_EXISTS"|string;
|
|
803
|
+
export type CidrCollectionChanges = CidrCollectionChange[];
|
|
804
|
+
export type CidrList = Cidr[];
|
|
805
|
+
export type CidrLocationNameDefaultAllowed = string;
|
|
806
|
+
export type CidrLocationNameDefaultNotAllowed = string;
|
|
807
|
+
export type CidrNonce = string;
|
|
808
|
+
export interface CidrRoutingConfig {
|
|
809
|
+
/**
|
|
810
|
+
* The CIDR collection ID.
|
|
811
|
+
*/
|
|
812
|
+
CollectionId: UUID;
|
|
813
|
+
/**
|
|
814
|
+
* The CIDR collection location name.
|
|
815
|
+
*/
|
|
816
|
+
LocationName: CidrLocationNameDefaultAllowed;
|
|
817
|
+
}
|
|
688
818
|
export interface CloudWatchAlarmConfiguration {
|
|
689
819
|
/**
|
|
690
820
|
* For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.
|
|
@@ -721,7 +851,48 @@ declare namespace Route53 {
|
|
|
721
851
|
}
|
|
722
852
|
export type CloudWatchLogsLogGroupArn = string;
|
|
723
853
|
export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|string;
|
|
854
|
+
export type CollectionName = string;
|
|
855
|
+
export type CollectionSummaries = CollectionSummary[];
|
|
856
|
+
export interface CollectionSummary {
|
|
857
|
+
/**
|
|
858
|
+
* The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
|
|
859
|
+
*/
|
|
860
|
+
Arn?: ARN;
|
|
861
|
+
/**
|
|
862
|
+
* Unique ID for the CIDR collection.
|
|
863
|
+
*/
|
|
864
|
+
Id?: UUID;
|
|
865
|
+
/**
|
|
866
|
+
* The name of a CIDR collection.
|
|
867
|
+
*/
|
|
868
|
+
Name?: CollectionName;
|
|
869
|
+
/**
|
|
870
|
+
* A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.
|
|
871
|
+
*/
|
|
872
|
+
Version?: CollectionVersion;
|
|
873
|
+
}
|
|
874
|
+
export type CollectionVersion = number;
|
|
724
875
|
export type ComparisonOperator = "GreaterThanOrEqualToThreshold"|"GreaterThanThreshold"|"LessThanThreshold"|"LessThanOrEqualToThreshold"|string;
|
|
876
|
+
export interface CreateCidrCollectionRequest {
|
|
877
|
+
/**
|
|
878
|
+
* A unique identifier for the account that can be used to reference the collection from other API calls.
|
|
879
|
+
*/
|
|
880
|
+
Name: CollectionName;
|
|
881
|
+
/**
|
|
882
|
+
* A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
|
|
883
|
+
*/
|
|
884
|
+
CallerReference: CidrNonce;
|
|
885
|
+
}
|
|
886
|
+
export interface CreateCidrCollectionResponse {
|
|
887
|
+
/**
|
|
888
|
+
* A complex type that contains information about the CIDR collection.
|
|
889
|
+
*/
|
|
890
|
+
Collection?: CidrCollection;
|
|
891
|
+
/**
|
|
892
|
+
* A unique URL that represents the location for the CIDR collection.
|
|
893
|
+
*/
|
|
894
|
+
Location?: ResourceURI;
|
|
895
|
+
}
|
|
725
896
|
export interface CreateHealthCheckRequest {
|
|
726
897
|
/**
|
|
727
898
|
* A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck request without the risk of creating two identical health checks: If you send a CreateHealthCheck request with the same CallerReference and settings as a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health check does exist, Route 53 returns the settings for the existing health check. If you send a CreateHealthCheck request with the same CallerReference as a deleted health check, regardless of the settings, Route 53 returns a HealthCheckAlreadyExists error. If you send a CreateHealthCheck request with the same CallerReference as an existing health check but with different settings, Route 53 returns a HealthCheckAlreadyExists error. If you send a CreateHealthCheck request with a unique CallerReference but settings identical to an existing health check, Route 53 creates the health check.
|
|
@@ -744,7 +915,7 @@ declare namespace Route53 {
|
|
|
744
915
|
}
|
|
745
916
|
export interface CreateHostedZoneRequest {
|
|
746
917
|
/**
|
|
747
|
-
* The name of the domain. Specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route
|
|
918
|
+
* The name of the domain. Specify a fully qualified domain name, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. If you're creating a public hosted zone, this is the name you have registered with your DNS registrar. If your domain name is registered with a registrar other than Route 53, change the name servers for your domain to the set of NameServers that CreateHostedZone returns in DelegationSet.
|
|
748
919
|
*/
|
|
749
920
|
Name: DNSName;
|
|
750
921
|
/**
|
|
@@ -760,7 +931,7 @@ declare namespace Route53 {
|
|
|
760
931
|
*/
|
|
761
932
|
HostedZoneConfig?: HostedZoneConfig;
|
|
762
933
|
/**
|
|
763
|
-
* If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route
|
|
934
|
+
* If you want to associate a reusable delegation set with this hosted zone, the ID that Amazon Route 53 assigned to the reusable delegation set when you created it. For more information about reusable delegation sets, see CreateReusableDelegationSet.
|
|
764
935
|
*/
|
|
765
936
|
DelegationSetId?: ResourceId;
|
|
766
937
|
}
|
|
@@ -1000,6 +1171,14 @@ declare namespace Route53 {
|
|
|
1000
1171
|
}
|
|
1001
1172
|
export type DelegationSetNameServers = DNSName[];
|
|
1002
1173
|
export type DelegationSets = DelegationSet[];
|
|
1174
|
+
export interface DeleteCidrCollectionRequest {
|
|
1175
|
+
/**
|
|
1176
|
+
* The UUID of the collection to delete.
|
|
1177
|
+
*/
|
|
1178
|
+
Id: UUID;
|
|
1179
|
+
}
|
|
1180
|
+
export interface DeleteCidrCollectionResponse {
|
|
1181
|
+
}
|
|
1003
1182
|
export interface DeleteHealthCheckRequest {
|
|
1004
1183
|
/**
|
|
1005
1184
|
* The ID of the health check that you want to delete.
|
|
@@ -1204,7 +1383,7 @@ declare namespace Route53 {
|
|
|
1204
1383
|
/**
|
|
1205
1384
|
* The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.
|
|
1206
1385
|
*/
|
|
1207
|
-
Id:
|
|
1386
|
+
Id: ChangeId;
|
|
1208
1387
|
}
|
|
1209
1388
|
export interface GetChangeResponse {
|
|
1210
1389
|
/**
|
|
@@ -1711,6 +1890,78 @@ declare namespace Route53 {
|
|
|
1711
1890
|
*/
|
|
1712
1891
|
Description?: ResourceDescription;
|
|
1713
1892
|
}
|
|
1893
|
+
export interface ListCidrBlocksRequest {
|
|
1894
|
+
/**
|
|
1895
|
+
* The UUID of the CIDR collection.
|
|
1896
|
+
*/
|
|
1897
|
+
CollectionId: UUID;
|
|
1898
|
+
/**
|
|
1899
|
+
* The name of the CIDR collection location.
|
|
1900
|
+
*/
|
|
1901
|
+
LocationName?: CidrLocationNameDefaultNotAllowed;
|
|
1902
|
+
/**
|
|
1903
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results.
|
|
1904
|
+
*/
|
|
1905
|
+
NextToken?: PaginationToken;
|
|
1906
|
+
/**
|
|
1907
|
+
* Maximum number of results you want returned.
|
|
1908
|
+
*/
|
|
1909
|
+
MaxResults?: MaxResults;
|
|
1910
|
+
}
|
|
1911
|
+
export interface ListCidrBlocksResponse {
|
|
1912
|
+
/**
|
|
1913
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.
|
|
1914
|
+
*/
|
|
1915
|
+
NextToken?: PaginationToken;
|
|
1916
|
+
/**
|
|
1917
|
+
* A complex type that contains information about the CIDR blocks.
|
|
1918
|
+
*/
|
|
1919
|
+
CidrBlocks?: CidrBlockSummaries;
|
|
1920
|
+
}
|
|
1921
|
+
export interface ListCidrCollectionsRequest {
|
|
1922
|
+
/**
|
|
1923
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.
|
|
1924
|
+
*/
|
|
1925
|
+
NextToken?: PaginationToken;
|
|
1926
|
+
/**
|
|
1927
|
+
* The maximum number of CIDR collections to return in the response.
|
|
1928
|
+
*/
|
|
1929
|
+
MaxResults?: MaxResults;
|
|
1930
|
+
}
|
|
1931
|
+
export interface ListCidrCollectionsResponse {
|
|
1932
|
+
/**
|
|
1933
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.
|
|
1934
|
+
*/
|
|
1935
|
+
NextToken?: PaginationToken;
|
|
1936
|
+
/**
|
|
1937
|
+
* A complex type with information about the CIDR collection.
|
|
1938
|
+
*/
|
|
1939
|
+
CidrCollections?: CollectionSummaries;
|
|
1940
|
+
}
|
|
1941
|
+
export interface ListCidrLocationsRequest {
|
|
1942
|
+
/**
|
|
1943
|
+
* The CIDR collection ID.
|
|
1944
|
+
*/
|
|
1945
|
+
CollectionId: UUID;
|
|
1946
|
+
/**
|
|
1947
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.
|
|
1948
|
+
*/
|
|
1949
|
+
NextToken?: PaginationToken;
|
|
1950
|
+
/**
|
|
1951
|
+
* The maximum number of CIDR collection locations to return in the response.
|
|
1952
|
+
*/
|
|
1953
|
+
MaxResults?: MaxResults;
|
|
1954
|
+
}
|
|
1955
|
+
export interface ListCidrLocationsResponse {
|
|
1956
|
+
/**
|
|
1957
|
+
* An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.
|
|
1958
|
+
*/
|
|
1959
|
+
NextToken?: PaginationToken;
|
|
1960
|
+
/**
|
|
1961
|
+
* A complex type that contains information about the list of CIDR locations.
|
|
1962
|
+
*/
|
|
1963
|
+
CidrLocations?: LocationSummaries;
|
|
1964
|
+
}
|
|
1714
1965
|
export interface ListGeoLocationsRequest {
|
|
1715
1966
|
/**
|
|
1716
1967
|
* The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results. Include startcontinentcode only if you want to list continents. Don't include startcontinentcode when you're listing countries or countries with their subdivisions.
|
|
@@ -2259,6 +2510,13 @@ declare namespace Route53 {
|
|
|
2259
2510
|
*/
|
|
2260
2511
|
VPCs: VPCs;
|
|
2261
2512
|
}
|
|
2513
|
+
export type LocationSummaries = LocationSummary[];
|
|
2514
|
+
export interface LocationSummary {
|
|
2515
|
+
/**
|
|
2516
|
+
* A string that specifies a location name.
|
|
2517
|
+
*/
|
|
2518
|
+
LocationName?: CidrLocationNameDefaultAllowed;
|
|
2519
|
+
}
|
|
2262
2520
|
export type MaxResults = string;
|
|
2263
2521
|
export type MeasureLatency = boolean;
|
|
2264
2522
|
export type Message = string;
|
|
@@ -2357,6 +2615,7 @@ declare namespace Route53 {
|
|
|
2357
2615
|
* When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Route 53 created this resource record set for. To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance. Route 53 will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.
|
|
2358
2616
|
*/
|
|
2359
2617
|
TrafficPolicyInstanceId?: TrafficPolicyInstanceId;
|
|
2618
|
+
CidrRoutingConfig?: CidrRoutingConfig;
|
|
2360
2619
|
}
|
|
2361
2620
|
export type ResourceRecordSetFailover = "PRIMARY"|"SECONDARY"|string;
|
|
2362
2621
|
export type ResourceRecordSetIdentifier = string;
|
|
@@ -2586,6 +2845,7 @@ declare namespace Route53 {
|
|
|
2586
2845
|
export type TrafficPolicyVersion = number;
|
|
2587
2846
|
export type TrafficPolicyVersionMarker = string;
|
|
2588
2847
|
export type TransportProtocol = string;
|
|
2848
|
+
export type UUID = string;
|
|
2589
2849
|
export interface UpdateHealthCheckRequest {
|
|
2590
2850
|
/**
|
|
2591
2851
|
* The ID for the health check for which you want detailed information. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
|