@aws-sdk/client-route-53 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -2
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +4 -4
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +10 -10
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -3
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -2
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -2
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +5 -5
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
|
|
|
27
27
|
* import { Route53Client, ActivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, ActivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ActivateKeySigningKeyRequest
|
|
31
31
|
* HostedZoneId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -59,9 +59,9 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
|
|
|
59
59
|
* import { Route53Client, AssociateVPCWithHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
60
60
|
* // const { Route53Client, AssociateVPCWithHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
61
61
|
* const client = new Route53Client(config);
|
|
62
|
-
* const input = {
|
|
62
|
+
* const input = { // AssociateVPCWithHostedZoneRequest
|
|
63
63
|
* HostedZoneId: "STRING_VALUE", // required
|
|
64
|
-
* VPC: {
|
|
64
|
+
* VPC: { // VPC
|
|
65
65
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
66
66
|
* VPCId: "STRING_VALUE",
|
|
67
67
|
* },
|
|
@@ -50,14 +50,14 @@ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionR
|
|
|
50
50
|
* import { Route53Client, ChangeCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
51
51
|
* // const { Route53Client, ChangeCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
52
52
|
* const client = new Route53Client(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // ChangeCidrCollectionRequest
|
|
54
54
|
* Id: "STRING_VALUE", // required
|
|
55
55
|
* CollectionVersion: Number("long"),
|
|
56
|
-
* Changes: [ // required
|
|
57
|
-
* {
|
|
56
|
+
* Changes: [ // CidrCollectionChanges // required
|
|
57
|
+
* { // CidrCollectionChange
|
|
58
58
|
* LocationName: "STRING_VALUE", // required
|
|
59
59
|
* Action: "PUT" || "DELETE_IF_EXISTS", // required
|
|
60
|
-
* CidrList: [ // required
|
|
60
|
+
* CidrList: [ // CidrList // required
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* },
|
|
@@ -115,20 +115,20 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
115
115
|
* import { Route53Client, ChangeResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
116
116
|
* // const { Route53Client, ChangeResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
117
117
|
* const client = new Route53Client(config);
|
|
118
|
-
* const input = {
|
|
118
|
+
* const input = { // ChangeResourceRecordSetsRequest
|
|
119
119
|
* HostedZoneId: "STRING_VALUE", // required
|
|
120
|
-
* ChangeBatch: {
|
|
120
|
+
* ChangeBatch: { // ChangeBatch
|
|
121
121
|
* Comment: "STRING_VALUE",
|
|
122
|
-
* Changes: [ // required
|
|
123
|
-
* {
|
|
122
|
+
* Changes: [ // Changes // required
|
|
123
|
+
* { // Change
|
|
124
124
|
* Action: "CREATE" || "DELETE" || "UPSERT", // required
|
|
125
|
-
* ResourceRecordSet: {
|
|
125
|
+
* ResourceRecordSet: { // ResourceRecordSet
|
|
126
126
|
* Name: "STRING_VALUE", // required
|
|
127
127
|
* Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
128
128
|
* SetIdentifier: "STRING_VALUE",
|
|
129
129
|
* Weight: Number("long"),
|
|
130
130
|
* Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "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-north-1" || "cn-northwest-1" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
131
|
-
* GeoLocation: {
|
|
131
|
+
* GeoLocation: { // GeoLocation
|
|
132
132
|
* ContinentCode: "STRING_VALUE",
|
|
133
133
|
* CountryCode: "STRING_VALUE",
|
|
134
134
|
* SubdivisionCode: "STRING_VALUE",
|
|
@@ -136,19 +136,19 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
136
136
|
* Failover: "PRIMARY" || "SECONDARY",
|
|
137
137
|
* MultiValueAnswer: true || false,
|
|
138
138
|
* TTL: Number("long"),
|
|
139
|
-
* ResourceRecords: [
|
|
140
|
-
* {
|
|
139
|
+
* ResourceRecords: [ // ResourceRecords
|
|
140
|
+
* { // ResourceRecord
|
|
141
141
|
* Value: "STRING_VALUE", // required
|
|
142
142
|
* },
|
|
143
143
|
* ],
|
|
144
|
-
* AliasTarget: {
|
|
144
|
+
* AliasTarget: { // AliasTarget
|
|
145
145
|
* HostedZoneId: "STRING_VALUE", // required
|
|
146
146
|
* DNSName: "STRING_VALUE", // required
|
|
147
147
|
* EvaluateTargetHealth: true || false, // required
|
|
148
148
|
* },
|
|
149
149
|
* HealthCheckId: "STRING_VALUE",
|
|
150
150
|
* TrafficPolicyInstanceId: "STRING_VALUE",
|
|
151
|
-
* CidrRoutingConfig: {
|
|
151
|
+
* CidrRoutingConfig: { // CidrRoutingConfig
|
|
152
152
|
* CollectionId: "STRING_VALUE", // required
|
|
153
153
|
* LocationName: "STRING_VALUE", // required
|
|
154
154
|
* },
|
|
@@ -28,16 +28,16 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
|
|
|
28
28
|
* import { Route53Client, ChangeTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, ChangeTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ChangeTagsForResourceRequest
|
|
32
32
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
33
33
|
* ResourceId: "STRING_VALUE", // required
|
|
34
|
-
* AddTags: [
|
|
35
|
-
* {
|
|
34
|
+
* AddTags: [ // TagList
|
|
35
|
+
* { // Tag
|
|
36
36
|
* Key: "STRING_VALUE",
|
|
37
37
|
* Value: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* ],
|
|
40
|
-
* RemoveTagKeys: [
|
|
40
|
+
* RemoveTagKeys: [ // TagKeyList
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* };
|
|
@@ -26,7 +26,7 @@ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionR
|
|
|
26
26
|
* import { Route53Client, CreateCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, CreateCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateCidrCollectionRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* CallerReference: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -60,9 +60,9 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
60
60
|
* import { Route53Client, CreateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
61
61
|
* // const { Route53Client, CreateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
62
62
|
* const client = new Route53Client(config);
|
|
63
|
-
* const input = {
|
|
63
|
+
* const input = { // CreateHealthCheckRequest
|
|
64
64
|
* CallerReference: "STRING_VALUE", // required
|
|
65
|
-
* HealthCheckConfig: {
|
|
65
|
+
* HealthCheckConfig: { // HealthCheckConfig
|
|
66
66
|
* IPAddress: "STRING_VALUE",
|
|
67
67
|
* Port: Number("int"),
|
|
68
68
|
* Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
|
|
@@ -75,14 +75,14 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
75
75
|
* Inverted: true || false,
|
|
76
76
|
* Disabled: true || false,
|
|
77
77
|
* HealthThreshold: Number("int"),
|
|
78
|
-
* ChildHealthChecks: [
|
|
78
|
+
* ChildHealthChecks: [ // ChildHealthCheckList
|
|
79
79
|
* "STRING_VALUE",
|
|
80
80
|
* ],
|
|
81
81
|
* EnableSNI: true || false,
|
|
82
|
-
* Regions: [
|
|
82
|
+
* Regions: [ // HealthCheckRegionList
|
|
83
83
|
* "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
84
84
|
* ],
|
|
85
|
-
* AlarmIdentifier: {
|
|
85
|
+
* AlarmIdentifier: { // AlarmIdentifier
|
|
86
86
|
* Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "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" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
|
|
87
87
|
* Name: "STRING_VALUE", // required
|
|
88
88
|
* },
|
|
@@ -88,14 +88,14 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
|
|
|
88
88
|
* import { Route53Client, CreateHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
89
89
|
* // const { Route53Client, CreateHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
90
90
|
* const client = new Route53Client(config);
|
|
91
|
-
* const input = {
|
|
91
|
+
* const input = { // CreateHostedZoneRequest
|
|
92
92
|
* Name: "STRING_VALUE", // required
|
|
93
|
-
* VPC: {
|
|
93
|
+
* VPC: { // VPC
|
|
94
94
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
95
95
|
* VPCId: "STRING_VALUE",
|
|
96
96
|
* },
|
|
97
97
|
* CallerReference: "STRING_VALUE", // required
|
|
98
|
-
* HostedZoneConfig: {
|
|
98
|
+
* HostedZoneConfig: { // HostedZoneConfig
|
|
99
99
|
* Comment: "STRING_VALUE",
|
|
100
100
|
* PrivateZone: true || false,
|
|
101
101
|
* },
|
|
@@ -27,7 +27,7 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
|
|
|
27
27
|
* import { Route53Client, CreateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, CreateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateKeySigningKeyRequest
|
|
31
31
|
* CallerReference: "STRING_VALUE", // required
|
|
32
32
|
* HostedZoneId: "STRING_VALUE", // required
|
|
33
33
|
* KeyManagementServiceArn: "STRING_VALUE", // required
|
|
@@ -193,7 +193,7 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
|
|
|
193
193
|
* import { Route53Client, CreateQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
194
194
|
* // const { Route53Client, CreateQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
195
195
|
* const client = new Route53Client(config);
|
|
196
|
-
* const input = {
|
|
196
|
+
* const input = { // CreateQueryLoggingConfigRequest
|
|
197
197
|
* HostedZoneId: "STRING_VALUE", // required
|
|
198
198
|
* CloudWatchLogsLogGroupArn: "STRING_VALUE", // required
|
|
199
199
|
* };
|
|
@@ -83,7 +83,7 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
|
|
|
83
83
|
* import { Route53Client, CreateReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
84
84
|
* // const { Route53Client, CreateReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
85
85
|
* const client = new Route53Client(config);
|
|
86
|
-
* const input = {
|
|
86
|
+
* const input = { // CreateReusableDelegationSetRequest
|
|
87
87
|
* CallerReference: "STRING_VALUE", // required
|
|
88
88
|
* HostedZoneId: "STRING_VALUE",
|
|
89
89
|
* };
|
|
@@ -28,7 +28,7 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
|
|
|
28
28
|
* import { Route53Client, CreateTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, CreateTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateTrafficPolicyRequest
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* Document: "STRING_VALUE", // required
|
|
34
34
|
* Comment: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
|
|
|
31
31
|
* import { Route53Client, CreateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, CreateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateTrafficPolicyInstanceRequest
|
|
35
35
|
* HostedZoneId: "STRING_VALUE", // required
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* TTL: Number("long"), // required
|
|
@@ -32,7 +32,7 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
|
|
|
32
32
|
* import { Route53Client, CreateTrafficPolicyVersionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
33
33
|
* // const { Route53Client, CreateTrafficPolicyVersionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
34
34
|
* const client = new Route53Client(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateTrafficPolicyVersionRequest
|
|
36
36
|
* Id: "STRING_VALUE", // required
|
|
37
37
|
* Document: "STRING_VALUE", // required
|
|
38
38
|
* Comment: "STRING_VALUE",
|
|
@@ -36,9 +36,9 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
|
|
|
36
36
|
* import { Route53Client, CreateVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, CreateVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
38
|
* const client = new Route53Client(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreateVPCAssociationAuthorizationRequest
|
|
40
40
|
* HostedZoneId: "STRING_VALUE", // required
|
|
41
|
-
* VPC: {
|
|
41
|
+
* VPC: { // VPC
|
|
42
42
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
43
43
|
* VPCId: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
27
27
|
* import { Route53Client, DeactivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, DeactivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeactivateKeySigningKeyRequest
|
|
31
31
|
* HostedZoneId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionR
|
|
|
27
27
|
* import { Route53Client, DeleteCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, DeleteCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteCidrCollectionRequest
|
|
31
31
|
* Id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteCidrCollectionCommand(input);
|
|
@@ -40,7 +40,7 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
40
40
|
* import { Route53Client, DeleteHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
41
41
|
* // const { Route53Client, DeleteHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
42
42
|
* const client = new Route53Client(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // DeleteHealthCheckRequest
|
|
44
44
|
* HealthCheckId: "STRING_VALUE", // required
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DeleteHealthCheckCommand(input);
|
|
@@ -67,7 +67,7 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
67
67
|
* import { Route53Client, DeleteHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
68
68
|
* // const { Route53Client, DeleteHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
69
69
|
* const client = new Route53Client(config);
|
|
70
|
-
* const input = {
|
|
70
|
+
* const input = { // DeleteHostedZoneRequest
|
|
71
71
|
* Id: "STRING_VALUE", // required
|
|
72
72
|
* };
|
|
73
73
|
* const command = new DeleteHostedZoneCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
31
31
|
* import { Route53Client, DeleteKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, DeleteKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteKeySigningKeyRequest
|
|
35
35
|
* HostedZoneId: "STRING_VALUE", // required
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -29,7 +29,7 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
29
29
|
* import { Route53Client, DeleteQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
30
30
|
* // const { Route53Client, DeleteQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
31
31
|
* const client = new Route53Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteQueryLoggingConfigRequest
|
|
33
33
|
* Id: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteQueryLoggingConfigCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
33
33
|
* import { Route53Client, DeleteReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
34
34
|
* // const { Route53Client, DeleteReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
35
35
|
* const client = new Route53Client(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DeleteReusableDelegationSetRequest
|
|
37
37
|
* Id: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteReusableDelegationSetCommand(input);
|
|
@@ -41,7 +41,7 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
41
41
|
* import { Route53Client, DeleteTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
42
42
|
* // const { Route53Client, DeleteTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
43
43
|
* const client = new Route53Client(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // DeleteTrafficPolicyRequest
|
|
45
45
|
* Id: "STRING_VALUE", // required
|
|
46
46
|
* Version: Number("int"), // required
|
|
47
47
|
* };
|
|
@@ -31,7 +31,7 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
31
31
|
* import { Route53Client, DeleteTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, DeleteTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteTrafficPolicyInstanceRequest
|
|
35
35
|
* Id: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteTrafficPolicyInstanceCommand(input);
|
|
@@ -37,9 +37,9 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
37
37
|
* import { Route53Client, DeleteVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, DeleteVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
39
|
* const client = new Route53Client(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // DeleteVPCAssociationAuthorizationRequest
|
|
41
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
42
|
-
* VPC: {
|
|
42
|
+
* VPC: { // VPC
|
|
43
43
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
44
44
|
* VPCId: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
27
27
|
* import { Route53Client, DisableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, DisableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisableHostedZoneDNSSECRequest
|
|
31
31
|
* HostedZoneId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableHostedZoneDNSSECCommand(input);
|
|
@@ -74,9 +74,9 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
74
74
|
* import { Route53Client, DisassociateVPCFromHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
75
75
|
* // const { Route53Client, DisassociateVPCFromHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
76
76
|
* const client = new Route53Client(config);
|
|
77
|
-
* const input = {
|
|
77
|
+
* const input = { // DisassociateVPCFromHostedZoneRequest
|
|
78
78
|
* HostedZoneId: "STRING_VALUE", // required
|
|
79
|
-
* VPC: {
|
|
79
|
+
* VPC: { // VPC
|
|
80
80
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
|
|
81
81
|
* VPCId: "STRING_VALUE",
|
|
82
82
|
* },
|
|
@@ -26,7 +26,7 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
26
26
|
* import { Route53Client, EnableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, EnableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // EnableHostedZoneDNSSECRequest
|
|
30
30
|
* HostedZoneId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new EnableHostedZoneDNSSECCommand(input);
|
|
@@ -34,7 +34,7 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
34
34
|
* import { Route53Client, GetAccountLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, GetAccountLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
36
|
* const client = new Route53Client(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // GetAccountLimitRequest
|
|
38
38
|
* Type: "MAX_HEALTH_CHECKS_BY_OWNER" || "MAX_HOSTED_ZONES_BY_OWNER" || "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER" || "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER" || "MAX_TRAFFIC_POLICIES_BY_OWNER", // required
|
|
39
39
|
* };
|
|
40
40
|
* const command = new GetAccountLimitCommand(input);
|
|
@@ -40,7 +40,7 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
40
40
|
* import { Route53Client, GetChangeCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
41
41
|
* // const { Route53Client, GetChangeCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
42
42
|
* const client = new Route53Client(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // GetChangeRequest
|
|
44
44
|
* Id: "STRING_VALUE", // required
|
|
45
45
|
* };
|
|
46
46
|
* const command = new GetChangeCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
27
27
|
* import { Route53Client, GetDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, GetDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetDNSSECRequest
|
|
31
31
|
* HostedZoneId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetDNSSECCommand(input);
|
|
@@ -51,7 +51,7 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
51
51
|
* import { Route53Client, GetGeoLocationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
52
52
|
* // const { Route53Client, GetGeoLocationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
53
53
|
* const client = new Route53Client(config);
|
|
54
|
-
* const input = {
|
|
54
|
+
* const input = { // GetGeoLocationRequest
|
|
55
55
|
* ContinentCode: "STRING_VALUE",
|
|
56
56
|
* CountryCode: "STRING_VALUE",
|
|
57
57
|
* SubdivisionCode: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
26
26
|
* import { Route53Client, GetHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, GetHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetHealthCheckRequest
|
|
30
30
|
* HealthCheckId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetHealthCheckCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
26
26
|
* import { Route53Client, GetHealthCheckLastFailureReasonCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, GetHealthCheckLastFailureReasonCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetHealthCheckLastFailureReasonRequest
|
|
30
30
|
* HealthCheckId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetHealthCheckLastFailureReasonCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
31
31
|
* import { Route53Client, GetHealthCheckStatusCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, GetHealthCheckStatusCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetHealthCheckStatusRequest
|
|
35
35
|
* HealthCheckId: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetHealthCheckStatusCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
27
27
|
* import { Route53Client, GetHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, GetHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetHostedZoneRequest
|
|
31
31
|
* Id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetHostedZoneCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
30
30
|
* import { Route53Client, GetHostedZoneLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
31
31
|
* // const { Route53Client, GetHostedZoneLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
32
32
|
* const client = new Route53Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetHostedZoneLimitRequest
|
|
34
34
|
* Type: "MAX_RRSETS_BY_ZONE" || "MAX_VPCS_ASSOCIATED_BY_ZONE", // required
|
|
35
35
|
* HostedZoneId: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -28,7 +28,7 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
28
28
|
* import { Route53Client, GetQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, GetQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetQueryLoggingConfigRequest
|
|
32
32
|
* Id: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetQueryLoggingConfigCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
|
|
|
27
27
|
* import { Route53Client, GetReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, GetReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetReusableDelegationSetRequest
|
|
31
31
|
* Id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetReusableDelegationSetCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
30
30
|
* import { Route53Client, GetReusableDelegationSetLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
31
31
|
* // const { Route53Client, GetReusableDelegationSetLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
32
32
|
* const client = new Route53Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetReusableDelegationSetLimitRequest
|
|
34
34
|
* Type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", // required
|
|
35
35
|
* DelegationSetId: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -28,7 +28,7 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
28
28
|
* import { Route53Client, GetTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, GetTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetTrafficPolicyRequest
|
|
32
32
|
* Id: "STRING_VALUE", // required
|
|
33
33
|
* Version: Number("int"), // required
|
|
34
34
|
* };
|
|
@@ -37,7 +37,7 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
|
|
|
37
37
|
* import { Route53Client, GetTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, GetTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
39
|
* const client = new Route53Client(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // GetTrafficPolicyInstanceRequest
|
|
41
41
|
* Id: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetTrafficPolicyInstanceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __M
|
|
|
26
26
|
* import { Route53Client, ListCidrBlocksCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, ListCidrBlocksCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListCidrBlocksRequest
|
|
30
30
|
* CollectionId: "STRING_VALUE", // required
|
|
31
31
|
* LocationName: "STRING_VALUE",
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsRes
|
|
|
27
27
|
* import { Route53Client, ListCidrCollectionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, ListCidrCollectionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListCidrCollectionsRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListCidrLocationsCommandOutput extends ListCidrLocationsRespons
|
|
|
27
27
|
* import { Route53Client, ListCidrLocationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, ListCidrLocationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListCidrLocationsRequest
|
|
31
31
|
* CollectionId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -34,7 +34,7 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
34
34
|
* import { Route53Client, ListGeoLocationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, ListGeoLocationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
36
|
* const client = new Route53Client(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // ListGeoLocationsRequest
|
|
38
38
|
* StartContinentCode: "STRING_VALUE",
|
|
39
39
|
* StartCountryCode: "STRING_VALUE",
|
|
40
40
|
* StartSubdivisionCode: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
|
|
|
26
26
|
* import { Route53Client, ListHealthChecksCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, ListHealthChecksCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListHealthChecksRequest
|
|
30
30
|
* Marker: "STRING_VALUE",
|
|
31
31
|
* MaxItems: Number("int"),
|
|
32
32
|
* };
|
|
@@ -81,7 +81,7 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
81
81
|
* import { Route53Client, ListHostedZonesByNameCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
82
82
|
* // const { Route53Client, ListHostedZonesByNameCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
83
83
|
* const client = new Route53Client(config);
|
|
84
|
-
* const input = {
|
|
84
|
+
* const input = { // ListHostedZonesByNameRequest
|
|
85
85
|
* DNSName: "STRING_VALUE",
|
|
86
86
|
* HostedZoneId: "STRING_VALUE",
|
|
87
87
|
* MaxItems: Number("int"),
|
|
@@ -65,7 +65,7 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
65
65
|
* import { Route53Client, ListHostedZonesByVPCCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
66
66
|
* // const { Route53Client, ListHostedZonesByVPCCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
67
67
|
* const client = new Route53Client(config);
|
|
68
|
-
* const input = {
|
|
68
|
+
* const input = { // ListHostedZonesByVPCRequest
|
|
69
69
|
* VPCId: "STRING_VALUE", // required
|
|
70
70
|
* VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4", // required
|
|
71
71
|
* MaxItems: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
31
31
|
* import { Route53Client, ListHostedZonesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, ListHostedZonesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListHostedZonesRequest
|
|
35
35
|
* Marker: "STRING_VALUE",
|
|
36
36
|
* MaxItems: Number("int"),
|
|
37
37
|
* DelegationSetId: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
31
31
|
* import { Route53Client, ListQueryLoggingConfigsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
32
32
|
* // const { Route53Client, ListQueryLoggingConfigsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
33
33
|
* const client = new Route53Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListQueryLoggingConfigsRequest
|
|
35
35
|
* HostedZoneId: "STRING_VALUE",
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
@@ -96,7 +96,7 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
96
96
|
* import { Route53Client, ListResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
97
97
|
* // const { Route53Client, ListResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
98
98
|
* const client = new Route53Client(config);
|
|
99
|
-
* const input = {
|
|
99
|
+
* const input = { // ListResourceRecordSetsRequest
|
|
100
100
|
* HostedZoneId: "STRING_VALUE", // required
|
|
101
101
|
* StartRecordName: "STRING_VALUE",
|
|
102
102
|
* StartRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
|
|
@@ -27,7 +27,7 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
|
|
|
27
27
|
* import { Route53Client, ListReusableDelegationSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
28
28
|
* // const { Route53Client, ListReusableDelegationSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
29
29
|
* const client = new Route53Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListReusableDelegationSetsRequest
|
|
31
31
|
* Marker: "STRING_VALUE",
|
|
32
32
|
* MaxItems: Number("int"),
|
|
33
33
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
28
28
|
* import { Route53Client, ListTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, ListTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourceRequest
|
|
32
32
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
33
33
|
* ResourceId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -28,9 +28,9 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
28
28
|
* import { Route53Client, ListTagsForResourcesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, ListTagsForResourcesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourcesRequest
|
|
32
32
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
33
|
-
* ResourceIds: [ // required
|
|
33
|
+
* ResourceIds: [ // TagResourceIdList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -30,7 +30,7 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
30
30
|
* import { Route53Client, ListTrafficPoliciesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
31
31
|
* // const { Route53Client, ListTrafficPoliciesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
32
32
|
* const client = new Route53Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListTrafficPoliciesRequest
|
|
34
34
|
* TrafficPolicyIdMarker: "STRING_VALUE",
|
|
35
35
|
* MaxItems: Number("int"),
|
|
36
36
|
* };
|
|
@@ -37,7 +37,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
37
37
|
* import { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
39
|
* const client = new Route53Client(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // ListTrafficPolicyInstancesByHostedZoneRequest
|
|
41
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
42
42
|
* TrafficPolicyInstanceNameMarker: "STRING_VALUE",
|
|
43
43
|
* TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
|
|
@@ -37,7 +37,7 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
|
|
|
37
37
|
* import { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
39
|
* const client = new Route53Client(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // ListTrafficPolicyInstancesByPolicyRequest
|
|
41
41
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
42
42
|
* TrafficPolicyVersion: Number("int"), // required
|
|
43
43
|
* HostedZoneIdMarker: "STRING_VALUE",
|
|
@@ -36,7 +36,7 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
36
36
|
* import { Route53Client, ListTrafficPolicyInstancesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, ListTrafficPolicyInstancesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
38
|
* const client = new Route53Client(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // ListTrafficPolicyInstancesRequest
|
|
40
40
|
* HostedZoneIdMarker: "STRING_VALUE",
|
|
41
41
|
* TrafficPolicyInstanceNameMarker: "STRING_VALUE",
|
|
42
42
|
* TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
|
|
@@ -28,7 +28,7 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
28
28
|
* import { Route53Client, ListTrafficPolicyVersionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
29
29
|
* // const { Route53Client, ListTrafficPolicyVersionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
30
30
|
* const client = new Route53Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTrafficPolicyVersionsRequest
|
|
32
32
|
* Id: "STRING_VALUE", // required
|
|
33
33
|
* TrafficPolicyVersionMarker: "STRING_VALUE",
|
|
34
34
|
* MaxItems: Number("int"),
|
|
@@ -30,7 +30,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
30
30
|
* import { Route53Client, ListVPCAssociationAuthorizationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
31
31
|
* // const { Route53Client, ListVPCAssociationAuthorizationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
32
32
|
* const client = new Route53Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListVPCAssociationAuthorizationsRequest
|
|
34
34
|
* HostedZoneId: "STRING_VALUE", // required
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* MaxResults: Number("int"),
|
|
@@ -29,7 +29,7 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
29
29
|
* import { Route53Client, TestDNSAnswerCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
30
30
|
* // const { Route53Client, TestDNSAnswerCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
31
31
|
* const client = new Route53Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // TestDNSAnswerRequest
|
|
33
33
|
* HostedZoneId: "STRING_VALUE", // required
|
|
34
34
|
* RecordName: "STRING_VALUE", // required
|
|
35
35
|
* RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
@@ -29,7 +29,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
29
29
|
* import { Route53Client, UpdateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
30
30
|
* // const { Route53Client, UpdateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
31
31
|
* const client = new Route53Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateHealthCheckRequest
|
|
33
33
|
* HealthCheckId: "STRING_VALUE", // required
|
|
34
34
|
* HealthCheckVersion: Number("long"),
|
|
35
35
|
* IPAddress: "STRING_VALUE",
|
|
@@ -41,19 +41,19 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
41
41
|
* Inverted: true || false,
|
|
42
42
|
* Disabled: true || false,
|
|
43
43
|
* HealthThreshold: Number("int"),
|
|
44
|
-
* ChildHealthChecks: [
|
|
44
|
+
* ChildHealthChecks: [ // ChildHealthCheckList
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* EnableSNI: true || false,
|
|
48
|
-
* Regions: [
|
|
48
|
+
* Regions: [ // HealthCheckRegionList
|
|
49
49
|
* "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
50
50
|
* ],
|
|
51
|
-
* AlarmIdentifier: {
|
|
51
|
+
* AlarmIdentifier: { // AlarmIdentifier
|
|
52
52
|
* Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "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" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
|
|
53
53
|
* Name: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
55
55
|
* InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
56
|
-
* ResetElements: [
|
|
56
|
+
* ResetElements: [ // ResettableElementNameList
|
|
57
57
|
* "FullyQualifiedDomainName" || "Regions" || "ResourcePath" || "ChildHealthChecks",
|
|
58
58
|
* ],
|
|
59
59
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
|
|
|
26
26
|
* import { Route53Client, UpdateHostedZoneCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, UpdateHostedZoneCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateHostedZoneCommentRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* Comment: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
|
|
|
26
26
|
* import { Route53Client, UpdateTrafficPolicyCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
27
27
|
* // const { Route53Client, UpdateTrafficPolicyCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
28
28
|
* const client = new Route53Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTrafficPolicyCommentRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* Version: Number("int"), // required
|
|
32
32
|
* Comment: "STRING_VALUE", // required
|
|
@@ -48,7 +48,7 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
48
48
|
* import { Route53Client, UpdateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
49
49
|
* // const { Route53Client, UpdateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
50
50
|
* const client = new Route53Client(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // UpdateTrafficPolicyInstanceRequest
|
|
52
52
|
* Id: "STRING_VALUE", // required
|
|
53
53
|
* TTL: Number("long"), // required
|
|
54
54
|
* TrafficPolicyId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|