@aws-sdk/client-route-53 3.325.0 → 3.326.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 +11 -0
  2. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +11 -0
  3. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +6 -0
  4. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +11 -0
  5. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +12 -0
  7. package/dist-types/commands/CreateHealthCheckCommand.d.ts +57 -0
  8. package/dist-types/commands/CreateHostedZoneCommand.d.ts +37 -0
  9. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +30 -0
  10. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +14 -0
  13. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
  14. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +14 -0
  15. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -0
  16. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -0
  26. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +11 -0
  27. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +11 -0
  29. package/dist-types/commands/GetAccountLimitCommand.d.ts +10 -0
  30. package/dist-types/commands/GetChangeCommand.d.ts +11 -0
  31. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +8 -0
  32. package/dist-types/commands/GetDNSSECCommand.d.ts +29 -0
  33. package/dist-types/commands/GetGeoLocationCommand.d.ts +13 -0
  34. package/dist-types/commands/GetHealthCheckCommand.d.ts +56 -0
  35. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +6 -0
  36. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +15 -0
  37. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +15 -0
  38. package/dist-types/commands/GetHostedZoneCommand.d.ts +32 -0
  39. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +6 -0
  40. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +10 -0
  41. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +10 -0
  42. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +12 -0
  43. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +10 -0
  44. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +13 -0
  45. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
  46. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +6 -0
  47. package/dist-types/commands/ListCidrBlocksCommand.d.ts +12 -0
  48. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +14 -0
  49. package/dist-types/commands/ListCidrLocationsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListGeoLocationsCommand.d.ts +20 -0
  51. package/dist-types/commands/ListHealthChecksCommand.d.ts +62 -0
  52. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +27 -0
  53. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
  54. package/dist-types/commands/ListHostedZonesCommand.d.ts +25 -0
  55. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +13 -0
  56. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +43 -0
  57. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +18 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
  59. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +17 -0
  60. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +17 -0
  61. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +22 -0
  62. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +23 -0
  63. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +23 -0
  64. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +18 -0
  65. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +13 -0
  66. package/dist-types/commands/TestDNSAnswerCommand.d.ts +13 -0
  67. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +56 -0
  68. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +19 -0
  69. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +13 -0
  70. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
  71. package/package.json +4 -4
@@ -42,6 +42,20 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
42
42
  * };
43
43
  * const command = new GetTrafficPolicyInstanceCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // GetTrafficPolicyInstanceResponse
46
+ * // TrafficPolicyInstance: { // TrafficPolicyInstance
47
+ * // Id: "STRING_VALUE", // required
48
+ * // HostedZoneId: "STRING_VALUE", // required
49
+ * // Name: "STRING_VALUE", // required
50
+ * // TTL: Number("long"), // required
51
+ * // State: "STRING_VALUE", // required
52
+ * // Message: "STRING_VALUE", // required
53
+ * // TrafficPolicyId: "STRING_VALUE", // required
54
+ * // TrafficPolicyVersion: Number("int"), // required
55
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
56
+ * // },
57
+ * // };
58
+ *
45
59
  * ```
46
60
  *
47
61
  * @param GetTrafficPolicyInstanceCommandInput - {@link GetTrafficPolicyInstanceCommandInput}
@@ -56,6 +70,8 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
56
70
  * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
57
71
  * <p>No traffic policy instance exists with the specified ID.</p>
58
72
  *
73
+ * @throws {@link Route53ServiceException}
74
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
59
75
  *
60
76
  */
61
77
  export declare class GetTrafficPolicyInstanceCommand extends $Command<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
@@ -30,6 +30,10 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
30
30
  * const input = {};
31
31
  * const command = new GetTrafficPolicyInstanceCountCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetTrafficPolicyInstanceCountResponse
34
+ * // TrafficPolicyInstanceCount: Number("int"), // required
35
+ * // };
36
+ *
33
37
  * ```
34
38
  *
35
39
  * @param GetTrafficPolicyInstanceCountCommandInput - {@link GetTrafficPolicyInstanceCountCommandInput}
@@ -38,6 +42,8 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
38
42
  * @see {@link GetTrafficPolicyInstanceCountCommandOutput} for command's `response` shape.
39
43
  * @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
40
44
  *
45
+ * @throws {@link Route53ServiceException}
46
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
41
47
  *
42
48
  */
43
49
  export declare class GetTrafficPolicyInstanceCountCommand extends $Command<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __M
34
34
  * };
35
35
  * const command = new ListCidrBlocksCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListCidrBlocksResponse
38
+ * // NextToken: "STRING_VALUE",
39
+ * // CidrBlocks: [ // CidrBlockSummaries
40
+ * // { // CidrBlockSummary
41
+ * // CidrBlock: "STRING_VALUE",
42
+ * // LocationName: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListCidrBlocksCommandInput - {@link ListCidrBlocksCommandInput}
@@ -51,6 +61,8 @@ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __M
51
61
  * @throws {@link NoSuchCidrLocationException} (client fault)
52
62
  * <p>The CIDR collection location doesn't match any locations in your account.</p>
53
63
  *
64
+ * @throws {@link Route53ServiceException}
65
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
54
66
  *
55
67
  */
56
68
  export declare class ListCidrBlocksCommand extends $Command<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsRes
33
33
  * };
34
34
  * const command = new ListCidrCollectionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListCidrCollectionsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // CidrCollections: [ // CollectionSummaries
39
+ * // { // CollectionSummary
40
+ * // Arn: "STRING_VALUE",
41
+ * // Id: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Version: Number("long"),
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListCidrCollectionsCommandInput - {@link ListCidrCollectionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsRes
44
56
  * @throws {@link InvalidInput} (client fault)
45
57
  * <p>The input is not valid.</p>
46
58
  *
59
+ * @throws {@link Route53ServiceException}
60
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
47
61
  *
48
62
  */
49
63
  export declare class ListCidrCollectionsCommand extends $Command<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface ListCidrLocationsCommandOutput extends ListCidrLocationsRespons
34
34
  * };
35
35
  * const command = new ListCidrLocationsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListCidrLocationsResponse
38
+ * // NextToken: "STRING_VALUE",
39
+ * // CidrLocations: [ // LocationSummaries
40
+ * // { // LocationSummary
41
+ * // LocationName: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param ListCidrLocationsCommandInput - {@link ListCidrLocationsCommandInput}
@@ -48,6 +57,8 @@ export interface ListCidrLocationsCommandOutput extends ListCidrLocationsRespons
48
57
  * @throws {@link NoSuchCidrCollectionException} (client fault)
49
58
  * <p>The CIDR collection you specified, doesn't exist.</p>
50
59
  *
60
+ * @throws {@link Route53ServiceException}
61
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
51
62
  *
52
63
  */
53
64
  export declare class ListCidrLocationsCommand extends $Command<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput, Route53ClientResolvedConfig> {
@@ -42,6 +42,24 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
42
42
  * };
43
43
  * const command = new ListGeoLocationsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListGeoLocationsResponse
46
+ * // GeoLocationDetailsList: [ // GeoLocationDetailsList // required
47
+ * // { // GeoLocationDetails
48
+ * // ContinentCode: "STRING_VALUE",
49
+ * // ContinentName: "STRING_VALUE",
50
+ * // CountryCode: "STRING_VALUE",
51
+ * // CountryName: "STRING_VALUE",
52
+ * // SubdivisionCode: "STRING_VALUE",
53
+ * // SubdivisionName: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // IsTruncated: true || false, // required
57
+ * // NextContinentCode: "STRING_VALUE",
58
+ * // NextCountryCode: "STRING_VALUE",
59
+ * // NextSubdivisionCode: "STRING_VALUE",
60
+ * // MaxItems: Number("int"), // required
61
+ * // };
62
+ *
45
63
  * ```
46
64
  *
47
65
  * @param ListGeoLocationsCommandInput - {@link ListGeoLocationsCommandInput}
@@ -53,6 +71,8 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
53
71
  * @throws {@link InvalidInput} (client fault)
54
72
  * <p>The input is not valid.</p>
55
73
  *
74
+ * @throws {@link Route53ServiceException}
75
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
56
76
  *
57
77
  */
58
78
  export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
@@ -32,6 +32,66 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
32
32
  * };
33
33
  * const command = new ListHealthChecksCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListHealthChecksResponse
36
+ * // HealthChecks: [ // HealthChecks // required
37
+ * // { // HealthCheck
38
+ * // Id: "STRING_VALUE", // required
39
+ * // CallerReference: "STRING_VALUE", // required
40
+ * // LinkedService: { // LinkedService
41
+ * // ServicePrincipal: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // },
44
+ * // HealthCheckConfig: { // HealthCheckConfig
45
+ * // IPAddress: "STRING_VALUE",
46
+ * // Port: Number("int"),
47
+ * // Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
48
+ * // ResourcePath: "STRING_VALUE",
49
+ * // FullyQualifiedDomainName: "STRING_VALUE",
50
+ * // SearchString: "STRING_VALUE",
51
+ * // RequestInterval: Number("int"),
52
+ * // FailureThreshold: Number("int"),
53
+ * // MeasureLatency: true || false,
54
+ * // Inverted: true || false,
55
+ * // Disabled: true || false,
56
+ * // HealthThreshold: Number("int"),
57
+ * // ChildHealthChecks: [ // ChildHealthCheckList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // EnableSNI: true || false,
61
+ * // Regions: [ // HealthCheckRegionList
62
+ * // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
63
+ * // ],
64
+ * // AlarmIdentifier: { // AlarmIdentifier
65
+ * // 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
66
+ * // Name: "STRING_VALUE", // required
67
+ * // },
68
+ * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
69
+ * // RoutingControlArn: "STRING_VALUE",
70
+ * // },
71
+ * // HealthCheckVersion: Number("long"), // required
72
+ * // CloudWatchAlarmConfiguration: { // CloudWatchAlarmConfiguration
73
+ * // EvaluationPeriods: Number("int"), // required
74
+ * // Threshold: Number("double"), // required
75
+ * // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold", // required
76
+ * // Period: Number("int"), // required
77
+ * // MetricName: "STRING_VALUE", // required
78
+ * // Namespace: "STRING_VALUE", // required
79
+ * // Statistic: "Average" || "Sum" || "SampleCount" || "Maximum" || "Minimum", // required
80
+ * // Dimensions: [ // DimensionList
81
+ * // { // Dimension
82
+ * // Name: "STRING_VALUE", // required
83
+ * // Value: "STRING_VALUE", // required
84
+ * // },
85
+ * // ],
86
+ * // },
87
+ * // },
88
+ * // ],
89
+ * // Marker: "STRING_VALUE", // required
90
+ * // IsTruncated: true || false, // required
91
+ * // NextMarker: "STRING_VALUE",
92
+ * // MaxItems: Number("int"), // required
93
+ * // };
94
+ *
35
95
  * ```
36
96
  *
37
97
  * @param ListHealthChecksCommandInput - {@link ListHealthChecksCommandInput}
@@ -47,6 +107,8 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
47
107
  * @throws {@link InvalidInput} (client fault)
48
108
  * <p>The input is not valid.</p>
49
109
  *
110
+ * @throws {@link Route53ServiceException}
111
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
50
112
  *
51
113
  */
52
114
  export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
@@ -88,6 +88,31 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
88
88
  * };
89
89
  * const command = new ListHostedZonesByNameCommand(input);
90
90
  * const response = await client.send(command);
91
+ * // { // ListHostedZonesByNameResponse
92
+ * // HostedZones: [ // HostedZones // required
93
+ * // { // HostedZone
94
+ * // Id: "STRING_VALUE", // required
95
+ * // Name: "STRING_VALUE", // required
96
+ * // CallerReference: "STRING_VALUE", // required
97
+ * // Config: { // HostedZoneConfig
98
+ * // Comment: "STRING_VALUE",
99
+ * // PrivateZone: true || false,
100
+ * // },
101
+ * // ResourceRecordSetCount: Number("long"),
102
+ * // LinkedService: { // LinkedService
103
+ * // ServicePrincipal: "STRING_VALUE",
104
+ * // Description: "STRING_VALUE",
105
+ * // },
106
+ * // },
107
+ * // ],
108
+ * // DNSName: "STRING_VALUE",
109
+ * // HostedZoneId: "STRING_VALUE",
110
+ * // IsTruncated: true || false, // required
111
+ * // NextDNSName: "STRING_VALUE",
112
+ * // NextHostedZoneId: "STRING_VALUE",
113
+ * // MaxItems: Number("int"), // required
114
+ * // };
115
+ *
91
116
  * ```
92
117
  *
93
118
  * @param ListHostedZonesByNameCommandInput - {@link ListHostedZonesByNameCommandInput}
@@ -102,6 +127,8 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
102
127
  * @throws {@link InvalidInput} (client fault)
103
128
  * <p>The input is not valid.</p>
104
129
  *
130
+ * @throws {@link Route53ServiceException}
131
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
105
132
  *
106
133
  */
107
134
  export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
@@ -73,6 +73,21 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
73
73
  * };
74
74
  * const command = new ListHostedZonesByVPCCommand(input);
75
75
  * const response = await client.send(command);
76
+ * // { // ListHostedZonesByVPCResponse
77
+ * // HostedZoneSummaries: [ // HostedZoneSummaries // required
78
+ * // { // HostedZoneSummary
79
+ * // HostedZoneId: "STRING_VALUE", // required
80
+ * // Name: "STRING_VALUE", // required
81
+ * // Owner: { // HostedZoneOwner
82
+ * // OwningAccount: "STRING_VALUE",
83
+ * // OwningService: "STRING_VALUE",
84
+ * // },
85
+ * // },
86
+ * // ],
87
+ * // MaxItems: Number("int"), // required
88
+ * // NextToken: "STRING_VALUE",
89
+ * // };
90
+ *
76
91
  * ```
77
92
  *
78
93
  * @param ListHostedZonesByVPCCommandInput - {@link ListHostedZonesByVPCCommandInput}
@@ -88,6 +103,8 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
88
103
  * <p>The value that you specified to get the second or subsequent page of results is
89
104
  * invalid.</p>
90
105
  *
106
+ * @throws {@link Route53ServiceException}
107
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
91
108
  *
92
109
  */
93
110
  export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
@@ -38,6 +38,29 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
38
38
  * };
39
39
  * const command = new ListHostedZonesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListHostedZonesResponse
42
+ * // HostedZones: [ // HostedZones // required
43
+ * // { // HostedZone
44
+ * // Id: "STRING_VALUE", // required
45
+ * // Name: "STRING_VALUE", // required
46
+ * // CallerReference: "STRING_VALUE", // required
47
+ * // Config: { // HostedZoneConfig
48
+ * // Comment: "STRING_VALUE",
49
+ * // PrivateZone: true || false,
50
+ * // },
51
+ * // ResourceRecordSetCount: Number("long"),
52
+ * // LinkedService: { // LinkedService
53
+ * // ServicePrincipal: "STRING_VALUE",
54
+ * // Description: "STRING_VALUE",
55
+ * // },
56
+ * // },
57
+ * // ],
58
+ * // Marker: "STRING_VALUE", // required
59
+ * // IsTruncated: true || false, // required
60
+ * // NextMarker: "STRING_VALUE",
61
+ * // MaxItems: Number("int"), // required
62
+ * // };
63
+ *
41
64
  * ```
42
65
  *
43
66
  * @param ListHostedZonesCommandInput - {@link ListHostedZonesCommandInput}
@@ -55,6 +78,8 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
55
78
  * @throws {@link NoSuchDelegationSet} (client fault)
56
79
  * <p>A reusable delegation set with the specified ID does not exist.</p>
57
80
  *
81
+ * @throws {@link Route53ServiceException}
82
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
58
83
  *
59
84
  */
60
85
  export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
@@ -38,6 +38,17 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
38
38
  * };
39
39
  * const command = new ListQueryLoggingConfigsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListQueryLoggingConfigsResponse
42
+ * // QueryLoggingConfigs: [ // QueryLoggingConfigs // required
43
+ * // { // QueryLoggingConfig
44
+ * // Id: "STRING_VALUE", // required
45
+ * // HostedZoneId: "STRING_VALUE", // required
46
+ * // CloudWatchLogsLogGroupArn: "STRING_VALUE", // required
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
41
52
  * ```
42
53
  *
43
54
  * @param ListQueryLoggingConfigsCommandInput - {@link ListQueryLoggingConfigsCommandInput}
@@ -56,6 +67,8 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
56
67
  * @throws {@link NoSuchHostedZone} (client fault)
57
68
  * <p>No hosted zone exists with the ID that you specified.</p>
58
69
  *
70
+ * @throws {@link Route53ServiceException}
71
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
59
72
  *
60
73
  */
61
74
  export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
@@ -105,6 +105,47 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
105
105
  * };
106
106
  * const command = new ListResourceRecordSetsCommand(input);
107
107
  * const response = await client.send(command);
108
+ * // { // ListResourceRecordSetsResponse
109
+ * // ResourceRecordSets: [ // ResourceRecordSets // required
110
+ * // { // ResourceRecordSet
111
+ * // Name: "STRING_VALUE", // required
112
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
113
+ * // SetIdentifier: "STRING_VALUE",
114
+ * // Weight: Number("long"),
115
+ * // 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",
116
+ * // GeoLocation: { // GeoLocation
117
+ * // ContinentCode: "STRING_VALUE",
118
+ * // CountryCode: "STRING_VALUE",
119
+ * // SubdivisionCode: "STRING_VALUE",
120
+ * // },
121
+ * // Failover: "PRIMARY" || "SECONDARY",
122
+ * // MultiValueAnswer: true || false,
123
+ * // TTL: Number("long"),
124
+ * // ResourceRecords: [ // ResourceRecords
125
+ * // { // ResourceRecord
126
+ * // Value: "STRING_VALUE", // required
127
+ * // },
128
+ * // ],
129
+ * // AliasTarget: { // AliasTarget
130
+ * // HostedZoneId: "STRING_VALUE", // required
131
+ * // DNSName: "STRING_VALUE", // required
132
+ * // EvaluateTargetHealth: true || false, // required
133
+ * // },
134
+ * // HealthCheckId: "STRING_VALUE",
135
+ * // TrafficPolicyInstanceId: "STRING_VALUE",
136
+ * // CidrRoutingConfig: { // CidrRoutingConfig
137
+ * // CollectionId: "STRING_VALUE", // required
138
+ * // LocationName: "STRING_VALUE", // required
139
+ * // },
140
+ * // },
141
+ * // ],
142
+ * // IsTruncated: true || false, // required
143
+ * // NextRecordName: "STRING_VALUE",
144
+ * // NextRecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
145
+ * // NextRecordIdentifier: "STRING_VALUE",
146
+ * // MaxItems: Number("int"), // required
147
+ * // };
148
+ *
108
149
  * ```
109
150
  *
110
151
  * @param ListResourceRecordSetsCommandInput - {@link ListResourceRecordSetsCommandInput}
@@ -119,6 +160,8 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
119
160
  * @throws {@link NoSuchHostedZone} (client fault)
120
161
  * <p>No hosted zone exists with the ID that you specified.</p>
121
162
  *
163
+ * @throws {@link Route53ServiceException}
164
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
122
165
  *
123
166
  */
124
167
  export declare class ListResourceRecordSetsCommand extends $Command<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
33
33
  * };
34
34
  * const command = new ListReusableDelegationSetsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListReusableDelegationSetsResponse
37
+ * // DelegationSets: [ // DelegationSets // required
38
+ * // { // DelegationSet
39
+ * // Id: "STRING_VALUE",
40
+ * // CallerReference: "STRING_VALUE",
41
+ * // NameServers: [ // DelegationSetNameServers // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // Marker: "STRING_VALUE", // required
47
+ * // IsTruncated: true || false, // required
48
+ * // NextMarker: "STRING_VALUE",
49
+ * // MaxItems: Number("int"), // required
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param ListReusableDelegationSetsCommandInput - {@link ListReusableDelegationSetsCommandInput}
@@ -44,6 +60,8 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
44
60
  * @throws {@link InvalidInput} (client fault)
45
61
  * <p>The input is not valid.</p>
46
62
  *
63
+ * @throws {@link Route53ServiceException}
64
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
47
65
  *
48
66
  */
49
67
  export declare class ListReusableDelegationSetsCommand extends $Command<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
34
  * };
35
35
  * const command = new ListTagsForResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTagsForResourceResponse
38
+ * // ResourceTagSet: { // ResourceTagSet
39
+ * // ResourceType: "healthcheck" || "hostedzone",
40
+ * // ResourceId: "STRING_VALUE",
41
+ * // Tags: [ // TagList
42
+ * // { // Tag
43
+ * // Key: "STRING_VALUE",
44
+ * // Value: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // },
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -61,6 +74,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
61
74
  * @throws {@link ThrottlingException} (client fault)
62
75
  * <p>The limit on the number of requests per second was exceeded.</p>
63
76
  *
77
+ * @throws {@link Route53ServiceException}
78
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
64
79
  *
65
80
  */
66
81
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
@@ -36,6 +36,21 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
36
36
  * };
37
37
  * const command = new ListTagsForResourcesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListTagsForResourcesResponse
40
+ * // ResourceTagSets: [ // ResourceTagSetList // required
41
+ * // { // ResourceTagSet
42
+ * // ResourceType: "healthcheck" || "hostedzone",
43
+ * // ResourceId: "STRING_VALUE",
44
+ * // Tags: [ // TagList
45
+ * // { // Tag
46
+ * // Key: "STRING_VALUE",
47
+ * // Value: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // };
53
+ *
39
54
  * ```
40
55
  *
41
56
  * @param ListTagsForResourcesCommandInput - {@link ListTagsForResourcesCommandInput}
@@ -63,6 +78,8 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
63
78
  * @throws {@link ThrottlingException} (client fault)
64
79
  * <p>The limit on the number of requests per second was exceeded.</p>
65
80
  *
81
+ * @throws {@link Route53ServiceException}
82
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
66
83
  *
67
84
  */
68
85
  export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig> {
@@ -36,6 +36,21 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
36
36
  * };
37
37
  * const command = new ListTrafficPoliciesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListTrafficPoliciesResponse
40
+ * // TrafficPolicySummaries: [ // TrafficPolicySummaries // required
41
+ * // { // TrafficPolicySummary
42
+ * // Id: "STRING_VALUE", // required
43
+ * // Name: "STRING_VALUE", // required
44
+ * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
45
+ * // LatestVersion: Number("int"), // required
46
+ * // TrafficPolicyCount: Number("int"), // required
47
+ * // },
48
+ * // ],
49
+ * // IsTruncated: true || false, // required
50
+ * // TrafficPolicyIdMarker: "STRING_VALUE", // required
51
+ * // MaxItems: Number("int"), // required
52
+ * // };
53
+ *
39
54
  * ```
40
55
  *
41
56
  * @param ListTrafficPoliciesCommandInput - {@link ListTrafficPoliciesCommandInput}
@@ -47,6 +62,8 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
47
62
  * @throws {@link InvalidInput} (client fault)
48
63
  * <p>The input is not valid.</p>
49
64
  *
65
+ * @throws {@link Route53ServiceException}
66
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
50
67
  *
51
68
  */
52
69
  export declare class ListTrafficPoliciesCommand extends $Command<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig> {
@@ -45,6 +45,26 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
45
45
  * };
46
46
  * const command = new ListTrafficPolicyInstancesByHostedZoneCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // ListTrafficPolicyInstancesByHostedZoneResponse
49
+ * // TrafficPolicyInstances: [ // TrafficPolicyInstances // required
50
+ * // { // TrafficPolicyInstance
51
+ * // Id: "STRING_VALUE", // required
52
+ * // HostedZoneId: "STRING_VALUE", // required
53
+ * // Name: "STRING_VALUE", // required
54
+ * // TTL: Number("long"), // required
55
+ * // State: "STRING_VALUE", // required
56
+ * // Message: "STRING_VALUE", // required
57
+ * // TrafficPolicyId: "STRING_VALUE", // required
58
+ * // TrafficPolicyVersion: Number("int"), // required
59
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
60
+ * // },
61
+ * // ],
62
+ * // TrafficPolicyInstanceNameMarker: "STRING_VALUE",
63
+ * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
64
+ * // IsTruncated: true || false, // required
65
+ * // MaxItems: Number("int"), // required
66
+ * // };
67
+ *
48
68
  * ```
49
69
  *
50
70
  * @param ListTrafficPolicyInstancesByHostedZoneCommandInput - {@link ListTrafficPolicyInstancesByHostedZoneCommandInput}
@@ -62,6 +82,8 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
62
82
  * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
63
83
  * <p>No traffic policy instance exists with the specified ID.</p>
64
84
  *
85
+ * @throws {@link Route53ServiceException}
86
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
65
87
  *
66
88
  */
67
89
  export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig> {
@@ -47,6 +47,27 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
47
47
  * };
48
48
  * const command = new ListTrafficPolicyInstancesByPolicyCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListTrafficPolicyInstancesByPolicyResponse
51
+ * // TrafficPolicyInstances: [ // TrafficPolicyInstances // required
52
+ * // { // TrafficPolicyInstance
53
+ * // Id: "STRING_VALUE", // required
54
+ * // HostedZoneId: "STRING_VALUE", // required
55
+ * // Name: "STRING_VALUE", // required
56
+ * // TTL: Number("long"), // required
57
+ * // State: "STRING_VALUE", // required
58
+ * // Message: "STRING_VALUE", // required
59
+ * // TrafficPolicyId: "STRING_VALUE", // required
60
+ * // TrafficPolicyVersion: Number("int"), // required
61
+ * // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
62
+ * // },
63
+ * // ],
64
+ * // HostedZoneIdMarker: "STRING_VALUE",
65
+ * // TrafficPolicyInstanceNameMarker: "STRING_VALUE",
66
+ * // TrafficPolicyInstanceTypeMarker: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS",
67
+ * // IsTruncated: true || false, // required
68
+ * // MaxItems: Number("int"), // required
69
+ * // };
70
+ *
50
71
  * ```
51
72
  *
52
73
  * @param ListTrafficPolicyInstancesByPolicyCommandInput - {@link ListTrafficPolicyInstancesByPolicyCommandInput}
@@ -64,6 +85,8 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
64
85
  * @throws {@link NoSuchTrafficPolicyInstance} (client fault)
65
86
  * <p>No traffic policy instance exists with the specified ID.</p>
66
87
  *
88
+ * @throws {@link Route53ServiceException}
89
+ * <p>Base exception class for all service exceptions from Route53 service.</p>
67
90
  *
68
91
  */
69
92
  export declare class ListTrafficPolicyInstancesByPolicyCommand extends $Command<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig> {