@aws-sdk/client-route-53 3.299.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.
Files changed (71) hide show
  1. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +8 -0
  3. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +13 -0
  4. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +42 -0
  5. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +13 -0
  6. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +4 -0
  7. package/dist-types/commands/CreateHealthCheckCommand.d.ts +30 -0
  8. package/dist-types/commands/CreateHostedZoneCommand.d.ts +13 -0
  9. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +4 -0
  11. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +5 -0
  13. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -0
  14. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +5 -0
  15. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -0
  16. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -0
  26. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -0
  27. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +8 -0
  28. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -0
  29. package/dist-types/commands/GetAccountLimitCommand.d.ts +3 -0
  30. package/dist-types/commands/GetChangeCommand.d.ts +3 -0
  31. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -0
  32. package/dist-types/commands/GetDNSSECCommand.d.ts +3 -0
  33. package/dist-types/commands/GetGeoLocationCommand.d.ts +5 -0
  34. package/dist-types/commands/GetHealthCheckCommand.d.ts +3 -0
  35. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -0
  36. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -0
  37. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -0
  38. package/dist-types/commands/GetHostedZoneCommand.d.ts +3 -0
  39. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -0
  40. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +4 -0
  41. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -0
  42. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -0
  43. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -0
  44. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +4 -0
  45. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -0
  46. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -0
  47. package/dist-types/commands/ListCidrBlocksCommand.d.ts +6 -0
  48. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +4 -0
  49. package/dist-types/commands/ListCidrLocationsCommand.d.ts +5 -0
  50. package/dist-types/commands/ListGeoLocationsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListHealthChecksCommand.d.ts +4 -0
  52. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +5 -0
  53. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +6 -0
  54. package/dist-types/commands/ListHostedZonesCommand.d.ts +5 -0
  55. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +5 -0
  56. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +7 -0
  57. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +4 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  59. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -0
  60. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +4 -0
  61. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +6 -0
  62. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +8 -0
  63. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +6 -0
  64. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +5 -0
  65. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +5 -0
  66. package/dist-types/commands/TestDNSAnswerCommand.d.ts +8 -0
  67. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +28 -0
  68. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +4 -0
  69. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +5 -0
  70. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +6 -0
  71. package/package.json +8 -8
@@ -27,6 +27,10 @@ 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 = { // ActivateKeySigningKeyRequest
31
+ * HostedZoneId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new ActivateKeySigningKeyCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -59,6 +59,14 @@ 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 = { // AssociateVPCWithHostedZoneRequest
63
+ * HostedZoneId: "STRING_VALUE", // required
64
+ * VPC: { // VPC
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
+ * VPCId: "STRING_VALUE",
67
+ * },
68
+ * Comment: "STRING_VALUE",
69
+ * };
62
70
  * const command = new AssociateVPCWithHostedZoneCommand(input);
63
71
  * const response = await client.send(command);
64
72
  * ```
@@ -50,6 +50,19 @@ 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 = { // ChangeCidrCollectionRequest
54
+ * Id: "STRING_VALUE", // required
55
+ * CollectionVersion: Number("long"),
56
+ * Changes: [ // CidrCollectionChanges // required
57
+ * { // CidrCollectionChange
58
+ * LocationName: "STRING_VALUE", // required
59
+ * Action: "PUT" || "DELETE_IF_EXISTS", // required
60
+ * CidrList: [ // CidrList // required
61
+ * "STRING_VALUE",
62
+ * ],
63
+ * },
64
+ * ],
65
+ * };
53
66
  * const command = new ChangeCidrCollectionCommand(input);
54
67
  * const response = await client.send(command);
55
68
  * ```
@@ -115,6 +115,48 @@ 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 = { // ChangeResourceRecordSetsRequest
119
+ * HostedZoneId: "STRING_VALUE", // required
120
+ * ChangeBatch: { // ChangeBatch
121
+ * Comment: "STRING_VALUE",
122
+ * Changes: [ // Changes // required
123
+ * { // Change
124
+ * Action: "CREATE" || "DELETE" || "UPSERT", // required
125
+ * ResourceRecordSet: { // ResourceRecordSet
126
+ * Name: "STRING_VALUE", // required
127
+ * Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
128
+ * SetIdentifier: "STRING_VALUE",
129
+ * Weight: Number("long"),
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: { // GeoLocation
132
+ * ContinentCode: "STRING_VALUE",
133
+ * CountryCode: "STRING_VALUE",
134
+ * SubdivisionCode: "STRING_VALUE",
135
+ * },
136
+ * Failover: "PRIMARY" || "SECONDARY",
137
+ * MultiValueAnswer: true || false,
138
+ * TTL: Number("long"),
139
+ * ResourceRecords: [ // ResourceRecords
140
+ * { // ResourceRecord
141
+ * Value: "STRING_VALUE", // required
142
+ * },
143
+ * ],
144
+ * AliasTarget: { // AliasTarget
145
+ * HostedZoneId: "STRING_VALUE", // required
146
+ * DNSName: "STRING_VALUE", // required
147
+ * EvaluateTargetHealth: true || false, // required
148
+ * },
149
+ * HealthCheckId: "STRING_VALUE",
150
+ * TrafficPolicyInstanceId: "STRING_VALUE",
151
+ * CidrRoutingConfig: { // CidrRoutingConfig
152
+ * CollectionId: "STRING_VALUE", // required
153
+ * LocationName: "STRING_VALUE", // required
154
+ * },
155
+ * },
156
+ * },
157
+ * ],
158
+ * },
159
+ * };
118
160
  * const command = new ChangeResourceRecordSetsCommand(input);
119
161
  * const response = await client.send(command);
120
162
  * ```
@@ -28,6 +28,19 @@ 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 = { // ChangeTagsForResourceRequest
32
+ * ResourceType: "healthcheck" || "hostedzone", // required
33
+ * ResourceId: "STRING_VALUE", // required
34
+ * AddTags: [ // TagList
35
+ * { // Tag
36
+ * Key: "STRING_VALUE",
37
+ * Value: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * RemoveTagKeys: [ // TagKeyList
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * };
31
44
  * const command = new ChangeTagsForResourceCommand(input);
32
45
  * const response = await client.send(command);
33
46
  * ```
@@ -26,6 +26,10 @@ 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 = { // CreateCidrCollectionRequest
30
+ * Name: "STRING_VALUE", // required
31
+ * CallerReference: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new CreateCidrCollectionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -60,6 +60,36 @@ 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 = { // CreateHealthCheckRequest
64
+ * CallerReference: "STRING_VALUE", // required
65
+ * HealthCheckConfig: { // HealthCheckConfig
66
+ * IPAddress: "STRING_VALUE",
67
+ * Port: Number("int"),
68
+ * Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
69
+ * ResourcePath: "STRING_VALUE",
70
+ * FullyQualifiedDomainName: "STRING_VALUE",
71
+ * SearchString: "STRING_VALUE",
72
+ * RequestInterval: Number("int"),
73
+ * FailureThreshold: Number("int"),
74
+ * MeasureLatency: true || false,
75
+ * Inverted: true || false,
76
+ * Disabled: true || false,
77
+ * HealthThreshold: Number("int"),
78
+ * ChildHealthChecks: [ // ChildHealthCheckList
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * EnableSNI: true || false,
82
+ * Regions: [ // HealthCheckRegionList
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
+ * ],
85
+ * AlarmIdentifier: { // AlarmIdentifier
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
+ * Name: "STRING_VALUE", // required
88
+ * },
89
+ * InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
90
+ * RoutingControlArn: "STRING_VALUE",
91
+ * },
92
+ * };
63
93
  * const command = new CreateHealthCheckCommand(input);
64
94
  * const response = await client.send(command);
65
95
  * ```
@@ -88,6 +88,19 @@ 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 = { // CreateHostedZoneRequest
92
+ * Name: "STRING_VALUE", // required
93
+ * VPC: { // VPC
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
+ * VPCId: "STRING_VALUE",
96
+ * },
97
+ * CallerReference: "STRING_VALUE", // required
98
+ * HostedZoneConfig: { // HostedZoneConfig
99
+ * Comment: "STRING_VALUE",
100
+ * PrivateZone: true || false,
101
+ * },
102
+ * DelegationSetId: "STRING_VALUE",
103
+ * };
91
104
  * const command = new CreateHostedZoneCommand(input);
92
105
  * const response = await client.send(command);
93
106
  * ```
@@ -27,6 +27,13 @@ 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 = { // CreateKeySigningKeyRequest
31
+ * CallerReference: "STRING_VALUE", // required
32
+ * HostedZoneId: "STRING_VALUE", // required
33
+ * KeyManagementServiceArn: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE", // required
35
+ * Status: "STRING_VALUE", // required
36
+ * };
30
37
  * const command = new CreateKeySigningKeyCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -193,6 +193,10 @@ 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 = { // CreateQueryLoggingConfigRequest
197
+ * HostedZoneId: "STRING_VALUE", // required
198
+ * CloudWatchLogsLogGroupArn: "STRING_VALUE", // required
199
+ * };
196
200
  * const command = new CreateQueryLoggingConfigCommand(input);
197
201
  * const response = await client.send(command);
198
202
  * ```
@@ -83,6 +83,10 @@ 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 = { // CreateReusableDelegationSetRequest
87
+ * CallerReference: "STRING_VALUE", // required
88
+ * HostedZoneId: "STRING_VALUE",
89
+ * };
86
90
  * const command = new CreateReusableDelegationSetCommand(input);
87
91
  * const response = await client.send(command);
88
92
  * ```
@@ -28,6 +28,11 @@ 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 = { // CreateTrafficPolicyRequest
32
+ * Name: "STRING_VALUE", // required
33
+ * Document: "STRING_VALUE", // required
34
+ * Comment: "STRING_VALUE",
35
+ * };
31
36
  * const command = new CreateTrafficPolicyCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -31,6 +31,13 @@ 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 = { // CreateTrafficPolicyInstanceRequest
35
+ * HostedZoneId: "STRING_VALUE", // required
36
+ * Name: "STRING_VALUE", // required
37
+ * TTL: Number("long"), // required
38
+ * TrafficPolicyId: "STRING_VALUE", // required
39
+ * TrafficPolicyVersion: Number("int"), // required
40
+ * };
34
41
  * const command = new CreateTrafficPolicyInstanceCommand(input);
35
42
  * const response = await client.send(command);
36
43
  * ```
@@ -32,6 +32,11 @@ 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 = { // CreateTrafficPolicyVersionRequest
36
+ * Id: "STRING_VALUE", // required
37
+ * Document: "STRING_VALUE", // required
38
+ * Comment: "STRING_VALUE",
39
+ * };
35
40
  * const command = new CreateTrafficPolicyVersionCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -36,6 +36,13 @@ 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 = { // CreateVPCAssociationAuthorizationRequest
40
+ * HostedZoneId: "STRING_VALUE", // required
41
+ * VPC: { // VPC
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
+ * VPCId: "STRING_VALUE",
44
+ * },
45
+ * };
39
46
  * const command = new CreateVPCAssociationAuthorizationCommand(input);
40
47
  * const response = await client.send(command);
41
48
  * ```
@@ -27,6 +27,10 @@ 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 = { // DeactivateKeySigningKeyRequest
31
+ * HostedZoneId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeactivateKeySigningKeyCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ 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 = { // DeleteCidrCollectionRequest
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteCidrCollectionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -40,6 +40,9 @@ 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 = { // DeleteHealthCheckRequest
44
+ * HealthCheckId: "STRING_VALUE", // required
45
+ * };
43
46
  * const command = new DeleteHealthCheckCommand(input);
44
47
  * const response = await client.send(command);
45
48
  * ```
@@ -67,6 +67,9 @@ 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 = { // DeleteHostedZoneRequest
71
+ * Id: "STRING_VALUE", // required
72
+ * };
70
73
  * const command = new DeleteHostedZoneCommand(input);
71
74
  * const response = await client.send(command);
72
75
  * ```
@@ -31,6 +31,10 @@ 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 = { // DeleteKeySigningKeyRequest
35
+ * HostedZoneId: "STRING_VALUE", // required
36
+ * Name: "STRING_VALUE", // required
37
+ * };
34
38
  * const command = new DeleteKeySigningKeyCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -29,6 +29,9 @@ 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 = { // DeleteQueryLoggingConfigRequest
33
+ * Id: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteQueryLoggingConfigCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -33,6 +33,9 @@ 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 = { // DeleteReusableDelegationSetRequest
37
+ * Id: "STRING_VALUE", // required
38
+ * };
36
39
  * const command = new DeleteReusableDelegationSetCommand(input);
37
40
  * const response = await client.send(command);
38
41
  * ```
@@ -41,6 +41,10 @@ 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 = { // DeleteTrafficPolicyRequest
45
+ * Id: "STRING_VALUE", // required
46
+ * Version: Number("int"), // required
47
+ * };
44
48
  * const command = new DeleteTrafficPolicyCommand(input);
45
49
  * const response = await client.send(command);
46
50
  * ```
@@ -31,6 +31,9 @@ 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 = { // DeleteTrafficPolicyInstanceRequest
35
+ * Id: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DeleteTrafficPolicyInstanceCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -37,6 +37,13 @@ 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 = { // DeleteVPCAssociationAuthorizationRequest
41
+ * HostedZoneId: "STRING_VALUE", // required
42
+ * VPC: { // VPC
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
+ * VPCId: "STRING_VALUE",
45
+ * },
46
+ * };
40
47
  * const command = new DeleteVPCAssociationAuthorizationCommand(input);
41
48
  * const response = await client.send(command);
42
49
  * ```
@@ -27,6 +27,9 @@ 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 = { // DisableHostedZoneDNSSECRequest
31
+ * HostedZoneId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DisableHostedZoneDNSSECCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -74,6 +74,14 @@ 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 = { // DisassociateVPCFromHostedZoneRequest
78
+ * HostedZoneId: "STRING_VALUE", // required
79
+ * VPC: { // VPC
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
+ * VPCId: "STRING_VALUE",
82
+ * },
83
+ * Comment: "STRING_VALUE",
84
+ * };
77
85
  * const command = new DisassociateVPCFromHostedZoneCommand(input);
78
86
  * const response = await client.send(command);
79
87
  * ```
@@ -26,6 +26,9 @@ 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 = { // EnableHostedZoneDNSSECRequest
30
+ * HostedZoneId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new EnableHostedZoneDNSSECCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -34,6 +34,9 @@ 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 = { // GetAccountLimitRequest
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
+ * };
37
40
  * const command = new GetAccountLimitCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -40,6 +40,9 @@ 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 = { // GetChangeRequest
44
+ * Id: "STRING_VALUE", // required
45
+ * };
43
46
  * const command = new GetChangeCommand(input);
44
47
  * const response = await client.send(command);
45
48
  * ```
@@ -35,6 +35,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
35
35
  * import { Route53Client, GetCheckerIpRangesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
36
36
  * // const { Route53Client, GetCheckerIpRangesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
37
37
  * const client = new Route53Client(config);
38
+ * const input = {};
38
39
  * const command = new GetCheckerIpRangesCommand(input);
39
40
  * const response = await client.send(command);
40
41
  * ```
@@ -27,6 +27,9 @@ 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 = { // GetDNSSECRequest
31
+ * HostedZoneId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetDNSSECCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -51,6 +51,11 @@ 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 = { // GetGeoLocationRequest
55
+ * ContinentCode: "STRING_VALUE",
56
+ * CountryCode: "STRING_VALUE",
57
+ * SubdivisionCode: "STRING_VALUE",
58
+ * };
54
59
  * const command = new GetGeoLocationCommand(input);
55
60
  * const response = await client.send(command);
56
61
  * ```
@@ -26,6 +26,9 @@ 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 = { // GetHealthCheckRequest
30
+ * HealthCheckId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetHealthCheckCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
26
26
  * import { Route53Client, GetHealthCheckCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
27
27
  * // const { Route53Client, GetHealthCheckCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
28
28
  * const client = new Route53Client(config);
29
+ * const input = {};
29
30
  * const command = new GetHealthCheckCountCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -26,6 +26,9 @@ 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 = { // GetHealthCheckLastFailureReasonRequest
30
+ * HealthCheckId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetHealthCheckLastFailureReasonCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -31,6 +31,9 @@ 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 = { // GetHealthCheckStatusRequest
35
+ * HealthCheckId: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new GetHealthCheckStatusCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -27,6 +27,9 @@ 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 = { // GetHostedZoneRequest
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetHostedZoneCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,7 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
26
26
  * import { Route53Client, GetHostedZoneCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
27
27
  * // const { Route53Client, GetHostedZoneCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
28
28
  * const client = new Route53Client(config);
29
+ * const input = {};
29
30
  * const command = new GetHostedZoneCountCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -30,6 +30,10 @@ 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 = { // GetHostedZoneLimitRequest
34
+ * Type: "MAX_RRSETS_BY_ZONE" || "MAX_VPCS_ASSOCIATED_BY_ZONE", // required
35
+ * HostedZoneId: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new GetHostedZoneLimitCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -28,6 +28,9 @@ 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 = { // GetQueryLoggingConfigRequest
32
+ * Id: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new GetQueryLoggingConfigCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -27,6 +27,9 @@ 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 = { // GetReusableDelegationSetRequest
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetReusableDelegationSetCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,10 @@ 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 = { // GetReusableDelegationSetLimitRequest
34
+ * Type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", // required
35
+ * DelegationSetId: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new GetReusableDelegationSetLimitCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -28,6 +28,10 @@ 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 = { // GetTrafficPolicyRequest
32
+ * Id: "STRING_VALUE", // required
33
+ * Version: Number("int"), // required
34
+ * };
31
35
  * const command = new GetTrafficPolicyCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -37,6 +37,9 @@ 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 = { // GetTrafficPolicyInstanceRequest
41
+ * Id: "STRING_VALUE", // required
42
+ * };
40
43
  * const command = new GetTrafficPolicyInstanceCommand(input);
41
44
  * const response = await client.send(command);
42
45
  * ```
@@ -27,6 +27,7 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
27
27
  * import { Route53Client, GetTrafficPolicyInstanceCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
28
28
  * // const { Route53Client, GetTrafficPolicyInstanceCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
29
29
  * const client = new Route53Client(config);
30
+ * const input = {};
30
31
  * const command = new GetTrafficPolicyInstanceCountCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -26,6 +26,12 @@ 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 = { // ListCidrBlocksRequest
30
+ * CollectionId: "STRING_VALUE", // required
31
+ * LocationName: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListCidrBlocksCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,10 @@ 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 = { // ListCidrCollectionsRequest
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
30
34
  * const command = new ListCidrCollectionsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,11 @@ 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 = { // ListCidrLocationsRequest
31
+ * CollectionId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
30
35
  * const command = new ListCidrLocationsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -34,6 +34,12 @@ 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 = { // ListGeoLocationsRequest
38
+ * StartContinentCode: "STRING_VALUE",
39
+ * StartCountryCode: "STRING_VALUE",
40
+ * StartSubdivisionCode: "STRING_VALUE",
41
+ * MaxItems: Number("int"),
42
+ * };
37
43
  * const command = new ListGeoLocationsCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListHealthChecksRequest
30
+ * Marker: "STRING_VALUE",
31
+ * MaxItems: Number("int"),
32
+ * };
29
33
  * const command = new ListHealthChecksCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -81,6 +81,11 @@ 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 = { // ListHostedZonesByNameRequest
85
+ * DNSName: "STRING_VALUE",
86
+ * HostedZoneId: "STRING_VALUE",
87
+ * MaxItems: Number("int"),
88
+ * };
84
89
  * const command = new ListHostedZonesByNameCommand(input);
85
90
  * const response = await client.send(command);
86
91
  * ```
@@ -65,6 +65,12 @@ 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 = { // ListHostedZonesByVPCRequest
69
+ * VPCId: "STRING_VALUE", // required
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
+ * MaxItems: Number("int"),
72
+ * NextToken: "STRING_VALUE",
73
+ * };
68
74
  * const command = new ListHostedZonesByVPCCommand(input);
69
75
  * const response = await client.send(command);
70
76
  * ```
@@ -31,6 +31,11 @@ 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 = { // ListHostedZonesRequest
35
+ * Marker: "STRING_VALUE",
36
+ * MaxItems: Number("int"),
37
+ * DelegationSetId: "STRING_VALUE",
38
+ * };
34
39
  * const command = new ListHostedZonesCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -31,6 +31,11 @@ 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 = { // ListQueryLoggingConfigsRequest
35
+ * HostedZoneId: "STRING_VALUE",
36
+ * NextToken: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * };
34
39
  * const command = new ListQueryLoggingConfigsCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -96,6 +96,13 @@ 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 = { // ListResourceRecordSetsRequest
100
+ * HostedZoneId: "STRING_VALUE", // required
101
+ * StartRecordName: "STRING_VALUE",
102
+ * StartRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
103
+ * StartRecordIdentifier: "STRING_VALUE",
104
+ * MaxItems: Number("int"),
105
+ * };
99
106
  * const command = new ListResourceRecordSetsCommand(input);
100
107
  * const response = await client.send(command);
101
108
  * ```
@@ -27,6 +27,10 @@ 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 = { // ListReusableDelegationSetsRequest
31
+ * Marker: "STRING_VALUE",
32
+ * MaxItems: Number("int"),
33
+ * };
30
34
  * const command = new ListReusableDelegationSetsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,10 @@ 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 = { // ListTagsForResourceRequest
32
+ * ResourceType: "healthcheck" || "hostedzone", // required
33
+ * ResourceId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new ListTagsForResourceCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -28,6 +28,12 @@ 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 = { // ListTagsForResourcesRequest
32
+ * ResourceType: "healthcheck" || "hostedzone", // required
33
+ * ResourceIds: [ // TagResourceIdList // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new ListTagsForResourcesCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -30,6 +30,10 @@ 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 = { // ListTrafficPoliciesRequest
34
+ * TrafficPolicyIdMarker: "STRING_VALUE",
35
+ * MaxItems: Number("int"),
36
+ * };
33
37
  * const command = new ListTrafficPoliciesCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -37,6 +37,12 @@ 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 = { // ListTrafficPolicyInstancesByHostedZoneRequest
41
+ * HostedZoneId: "STRING_VALUE", // required
42
+ * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
43
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
44
+ * MaxItems: Number("int"),
45
+ * };
40
46
  * const command = new ListTrafficPolicyInstancesByHostedZoneCommand(input);
41
47
  * const response = await client.send(command);
42
48
  * ```
@@ -37,6 +37,14 @@ 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 = { // ListTrafficPolicyInstancesByPolicyRequest
41
+ * TrafficPolicyId: "STRING_VALUE", // required
42
+ * TrafficPolicyVersion: Number("int"), // required
43
+ * HostedZoneIdMarker: "STRING_VALUE",
44
+ * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
45
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
46
+ * MaxItems: Number("int"),
47
+ * };
40
48
  * const command = new ListTrafficPolicyInstancesByPolicyCommand(input);
41
49
  * const response = await client.send(command);
42
50
  * ```
@@ -36,6 +36,12 @@ 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 = { // ListTrafficPolicyInstancesRequest
40
+ * HostedZoneIdMarker: "STRING_VALUE",
41
+ * TrafficPolicyInstanceNameMarker: "STRING_VALUE",
42
+ * TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
43
+ * MaxItems: Number("int"),
44
+ * };
39
45
  * const command = new ListTrafficPolicyInstancesCommand(input);
40
46
  * const response = await client.send(command);
41
47
  * ```
@@ -28,6 +28,11 @@ 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 = { // ListTrafficPolicyVersionsRequest
32
+ * Id: "STRING_VALUE", // required
33
+ * TrafficPolicyVersionMarker: "STRING_VALUE",
34
+ * MaxItems: Number("int"),
35
+ * };
31
36
  * const command = new ListTrafficPolicyVersionsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -30,6 +30,11 @@ 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 = { // ListVPCAssociationAuthorizationsRequest
34
+ * HostedZoneId: "STRING_VALUE", // required
35
+ * NextToken: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * };
33
38
  * const command = new ListVPCAssociationAuthorizationsCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -29,6 +29,14 @@ 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 = { // TestDNSAnswerRequest
33
+ * HostedZoneId: "STRING_VALUE", // required
34
+ * RecordName: "STRING_VALUE", // required
35
+ * RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
36
+ * ResolverIP: "STRING_VALUE",
37
+ * EDNS0ClientSubnetIP: "STRING_VALUE",
38
+ * EDNS0ClientSubnetMask: "STRING_VALUE",
39
+ * };
32
40
  * const command = new TestDNSAnswerCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -29,6 +29,34 @@ 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 = { // UpdateHealthCheckRequest
33
+ * HealthCheckId: "STRING_VALUE", // required
34
+ * HealthCheckVersion: Number("long"),
35
+ * IPAddress: "STRING_VALUE",
36
+ * Port: Number("int"),
37
+ * ResourcePath: "STRING_VALUE",
38
+ * FullyQualifiedDomainName: "STRING_VALUE",
39
+ * SearchString: "STRING_VALUE",
40
+ * FailureThreshold: Number("int"),
41
+ * Inverted: true || false,
42
+ * Disabled: true || false,
43
+ * HealthThreshold: Number("int"),
44
+ * ChildHealthChecks: [ // ChildHealthCheckList
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * EnableSNI: true || false,
48
+ * Regions: [ // HealthCheckRegionList
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
+ * ],
51
+ * AlarmIdentifier: { // AlarmIdentifier
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
+ * Name: "STRING_VALUE", // required
54
+ * },
55
+ * InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
56
+ * ResetElements: [ // ResettableElementNameList
57
+ * "FullyQualifiedDomainName" || "Regions" || "ResourcePath" || "ChildHealthChecks",
58
+ * ],
59
+ * };
32
60
  * const command = new UpdateHealthCheckCommand(input);
33
61
  * const response = await client.send(command);
34
62
  * ```
@@ -26,6 +26,10 @@ 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 = { // UpdateHostedZoneCommentRequest
30
+ * Id: "STRING_VALUE", // required
31
+ * Comment: "STRING_VALUE",
32
+ * };
29
33
  * const command = new UpdateHostedZoneCommentCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ 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 = { // UpdateTrafficPolicyCommentRequest
30
+ * Id: "STRING_VALUE", // required
31
+ * Version: Number("int"), // required
32
+ * Comment: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new UpdateTrafficPolicyCommentCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -48,6 +48,12 @@ 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 = { // UpdateTrafficPolicyInstanceRequest
52
+ * Id: "STRING_VALUE", // required
53
+ * TTL: Number("long"), // required
54
+ * TrafficPolicyId: "STRING_VALUE", // required
55
+ * TrafficPolicyVersion: Number("int"), // required
56
+ * };
51
57
  * const command = new UpdateTrafficPolicyInstanceCommand(input);
52
58
  * const response = await client.send(command);
53
59
  * ```
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.299.0",
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.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
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",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-sdk-route53": "3.296.0",
37
37
  "@aws-sdk/middleware-serde": "3.296.0",
38
38
  "@aws-sdk/middleware-signing": "3.299.0",
39
39
  "@aws-sdk/middleware-stack": "3.296.0",
40
40
  "@aws-sdk/middleware-user-agent": "3.299.0",
41
- "@aws-sdk/node-config-provider": "3.296.0",
41
+ "@aws-sdk/node-config-provider": "3.300.0",
42
42
  "@aws-sdk/node-http-handler": "3.296.0",
43
43
  "@aws-sdk/protocol-http": "3.296.0",
44
44
  "@aws-sdk/smithy-client": "3.296.0",
@@ -48,11 +48,11 @@
48
48
  "@aws-sdk/util-body-length-browser": "3.295.0",
49
49
  "@aws-sdk/util-body-length-node": "3.295.0",
50
50
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
52
52
  "@aws-sdk/util-endpoints": "3.296.0",
53
53
  "@aws-sdk/util-retry": "3.296.0",
54
54
  "@aws-sdk/util-user-agent-browser": "3.299.0",
55
- "@aws-sdk/util-user-agent-node": "3.299.0",
55
+ "@aws-sdk/util-user-agent-node": "3.300.0",
56
56
  "@aws-sdk/util-utf8": "3.295.0",
57
57
  "@aws-sdk/util-waiter": "3.296.0",
58
58
  "@aws-sdk/xml-builder": "3.295.0",