@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.
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +6 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +11 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +12 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +57 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +37 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +30 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +13 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +14 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +14 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +11 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetChangeCommand.d.ts +11 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +8 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +29 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +13 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +56 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +6 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +15 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +15 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +32 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +6 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +12 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +10 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +6 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +12 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +14 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +11 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +20 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +62 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +27 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +25 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +18 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +22 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +23 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +23 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +13 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +13 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +56 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +13 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +16 -0
- package/package.json +4 -4
|
@@ -47,6 +47,8 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DeleteTrafficPolicyCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* @param DeleteTrafficPolicyCommandInput - {@link DeleteTrafficPolicyCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
69
71
|
* <p>One or more traffic policy instances were created by using the specified traffic
|
|
70
72
|
* policy.</p>
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link Route53ServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteTrafficPolicyInstanceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteTrafficPolicyInstanceCommandInput - {@link DeleteTrafficPolicyInstanceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
57
59
|
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
58
60
|
* before you try the request again.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link Route53ServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -46,6 +46,8 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DeleteVPCAssociationAuthorizationCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
49
51
|
* ```
|
|
50
52
|
*
|
|
51
53
|
* @param DeleteVPCAssociationAuthorizationCommandInput - {@link DeleteVPCAssociationAuthorizationCommandInput}
|
|
@@ -72,6 +74,8 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
72
74
|
* <p>The VPC that you specified is not authorized to be associated with the hosted
|
|
73
75
|
* zone.</p>
|
|
74
76
|
*
|
|
77
|
+
* @throws {@link Route53ServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
75
79
|
*
|
|
76
80
|
*/
|
|
77
81
|
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,15 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableHostedZoneDNSSECCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DisableHostedZoneDNSSECResponse
|
|
36
|
+
* // ChangeInfo: { // ChangeInfo
|
|
37
|
+
* // Id: "STRING_VALUE", // required
|
|
38
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
39
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
40
|
+
* // Comment: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
35
44
|
* ```
|
|
36
45
|
*
|
|
37
46
|
* @param DisableHostedZoneDNSSECCommandInput - {@link DisableHostedZoneDNSSECCommandInput}
|
|
@@ -67,6 +76,8 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
67
76
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
68
77
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
69
78
|
*
|
|
79
|
+
* @throws {@link Route53ServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
70
81
|
*
|
|
71
82
|
*/
|
|
72
83
|
export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -84,6 +84,15 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
84
84
|
* };
|
|
85
85
|
* const command = new DisassociateVPCFromHostedZoneCommand(input);
|
|
86
86
|
* const response = await client.send(command);
|
|
87
|
+
* // { // DisassociateVPCFromHostedZoneResponse
|
|
88
|
+
* // ChangeInfo: { // ChangeInfo
|
|
89
|
+
* // Id: "STRING_VALUE", // required
|
|
90
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
91
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
92
|
+
* // Comment: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
87
96
|
* ```
|
|
88
97
|
*
|
|
89
98
|
* @param DisassociateVPCFromHostedZoneCommandInput - {@link DisassociateVPCFromHostedZoneCommandInput}
|
|
@@ -110,6 +119,8 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
110
119
|
* @throws {@link VPCAssociationNotFound} (client fault)
|
|
111
120
|
* <p>The specified VPC and hosted zone are not currently associated.</p>
|
|
112
121
|
*
|
|
122
|
+
* @throws {@link Route53ServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
113
124
|
*
|
|
114
125
|
*/
|
|
115
126
|
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -31,6 +31,15 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new EnableHostedZoneDNSSECCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // EnableHostedZoneDNSSECResponse
|
|
35
|
+
* // ChangeInfo: { // ChangeInfo
|
|
36
|
+
* // Id: "STRING_VALUE", // required
|
|
37
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
38
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
39
|
+
* // Comment: "STRING_VALUE",
|
|
40
|
+
* // },
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
34
43
|
* ```
|
|
35
44
|
*
|
|
36
45
|
* @param EnableHostedZoneDNSSECCommandInput - {@link EnableHostedZoneDNSSECCommandInput}
|
|
@@ -70,6 +79,8 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
70
79
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
71
80
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
72
81
|
*
|
|
82
|
+
* @throws {@link Route53ServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
73
84
|
*
|
|
74
85
|
*/
|
|
75
86
|
export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -39,6 +39,14 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new GetAccountLimitCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // GetAccountLimitResponse
|
|
43
|
+
* // Limit: { // AccountLimit
|
|
44
|
+
* // 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
|
|
45
|
+
* // Value: Number("long"), // required
|
|
46
|
+
* // },
|
|
47
|
+
* // Count: Number("long"), // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
42
50
|
* ```
|
|
43
51
|
*
|
|
44
52
|
* @param GetAccountLimitCommandInput - {@link GetAccountLimitCommandInput}
|
|
@@ -50,6 +58,8 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
50
58
|
* @throws {@link InvalidInput} (client fault)
|
|
51
59
|
* <p>The input is not valid.</p>
|
|
52
60
|
*
|
|
61
|
+
* @throws {@link Route53ServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
53
63
|
*
|
|
54
64
|
*/
|
|
55
65
|
export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -45,6 +45,15 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new GetChangeCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // GetChangeResponse
|
|
49
|
+
* // ChangeInfo: { // ChangeInfo
|
|
50
|
+
* // Id: "STRING_VALUE", // required
|
|
51
|
+
* // Status: "PENDING" || "INSYNC", // required
|
|
52
|
+
* // SubmittedAt: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // Comment: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
48
57
|
* ```
|
|
49
58
|
*
|
|
50
59
|
* @param GetChangeCommandInput - {@link GetChangeCommandInput}
|
|
@@ -59,6 +68,8 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
59
68
|
* @throws {@link NoSuchChange} (client fault)
|
|
60
69
|
* <p>A change with the specified change ID does not exist.</p>
|
|
61
70
|
*
|
|
71
|
+
* @throws {@link Route53ServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
62
73
|
*
|
|
63
74
|
*/
|
|
64
75
|
export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -38,6 +38,12 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
38
38
|
* const input = {};
|
|
39
39
|
* const command = new GetCheckerIpRangesCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // GetCheckerIpRangesResponse
|
|
42
|
+
* // CheckerIpRanges: [ // CheckerIpRanges // required
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
41
47
|
* ```
|
|
42
48
|
*
|
|
43
49
|
* @param GetCheckerIpRangesCommandInput - {@link GetCheckerIpRangesCommandInput}
|
|
@@ -46,6 +52,8 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
46
52
|
* @see {@link GetCheckerIpRangesCommandOutput} for command's `response` shape.
|
|
47
53
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
48
54
|
*
|
|
55
|
+
* @throws {@link Route53ServiceException}
|
|
56
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
49
57
|
*
|
|
50
58
|
*/
|
|
51
59
|
export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,33 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetDNSSECCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetDNSSECResponse
|
|
36
|
+
* // Status: { // DNSSECStatus
|
|
37
|
+
* // ServeSignature: "STRING_VALUE",
|
|
38
|
+
* // StatusMessage: "STRING_VALUE",
|
|
39
|
+
* // },
|
|
40
|
+
* // KeySigningKeys: [ // KeySigningKeys // required
|
|
41
|
+
* // { // KeySigningKey
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // KmsArn: "STRING_VALUE",
|
|
44
|
+
* // Flag: Number("int"),
|
|
45
|
+
* // SigningAlgorithmMnemonic: "STRING_VALUE",
|
|
46
|
+
* // SigningAlgorithmType: Number("int"),
|
|
47
|
+
* // DigestAlgorithmMnemonic: "STRING_VALUE",
|
|
48
|
+
* // DigestAlgorithmType: Number("int"),
|
|
49
|
+
* // KeyTag: Number("int"),
|
|
50
|
+
* // DigestValue: "STRING_VALUE",
|
|
51
|
+
* // PublicKey: "STRING_VALUE",
|
|
52
|
+
* // DSRecord: "STRING_VALUE",
|
|
53
|
+
* // DNSKEYRecord: "STRING_VALUE",
|
|
54
|
+
* // Status: "STRING_VALUE",
|
|
55
|
+
* // StatusMessage: "STRING_VALUE",
|
|
56
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
57
|
+
* // LastModifiedDate: new Date("TIMESTAMP"),
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
35
62
|
* ```
|
|
36
63
|
*
|
|
37
64
|
* @param GetDNSSECCommandInput - {@link GetDNSSECCommandInput}
|
|
@@ -49,6 +76,8 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
49
76
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
50
77
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
51
78
|
*
|
|
79
|
+
* @throws {@link Route53ServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
52
81
|
*
|
|
53
82
|
*/
|
|
54
83
|
export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -58,6 +58,17 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new GetGeoLocationCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // GetGeoLocationResponse
|
|
62
|
+
* // GeoLocationDetails: { // GeoLocationDetails
|
|
63
|
+
* // ContinentCode: "STRING_VALUE",
|
|
64
|
+
* // ContinentName: "STRING_VALUE",
|
|
65
|
+
* // CountryCode: "STRING_VALUE",
|
|
66
|
+
* // CountryName: "STRING_VALUE",
|
|
67
|
+
* // SubdivisionCode: "STRING_VALUE",
|
|
68
|
+
* // SubdivisionName: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
61
72
|
* ```
|
|
62
73
|
*
|
|
63
74
|
* @param GetGeoLocationCommandInput - {@link GetGeoLocationCommandInput}
|
|
@@ -74,6 +85,8 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
74
85
|
* supported geolocation codes, see the <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html">GeoLocation</a> data
|
|
75
86
|
* type.</p>
|
|
76
87
|
*
|
|
88
|
+
* @throws {@link Route53ServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
77
90
|
*
|
|
78
91
|
*/
|
|
79
92
|
export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -31,6 +31,60 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetHealthCheckCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetHealthCheckResponse
|
|
35
|
+
* // HealthCheck: { // HealthCheck
|
|
36
|
+
* // Id: "STRING_VALUE", // required
|
|
37
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
38
|
+
* // LinkedService: { // LinkedService
|
|
39
|
+
* // ServicePrincipal: "STRING_VALUE",
|
|
40
|
+
* // Description: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // HealthCheckConfig: { // HealthCheckConfig
|
|
43
|
+
* // IPAddress: "STRING_VALUE",
|
|
44
|
+
* // Port: Number("int"),
|
|
45
|
+
* // Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
|
|
46
|
+
* // ResourcePath: "STRING_VALUE",
|
|
47
|
+
* // FullyQualifiedDomainName: "STRING_VALUE",
|
|
48
|
+
* // SearchString: "STRING_VALUE",
|
|
49
|
+
* // RequestInterval: Number("int"),
|
|
50
|
+
* // FailureThreshold: Number("int"),
|
|
51
|
+
* // MeasureLatency: true || false,
|
|
52
|
+
* // Inverted: true || false,
|
|
53
|
+
* // Disabled: true || false,
|
|
54
|
+
* // HealthThreshold: Number("int"),
|
|
55
|
+
* // ChildHealthChecks: [ // ChildHealthCheckList
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // EnableSNI: true || false,
|
|
59
|
+
* // Regions: [ // HealthCheckRegionList
|
|
60
|
+
* // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
61
|
+
* // ],
|
|
62
|
+
* // AlarmIdentifier: { // AlarmIdentifier
|
|
63
|
+
* // 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
|
|
64
|
+
* // Name: "STRING_VALUE", // required
|
|
65
|
+
* // },
|
|
66
|
+
* // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
67
|
+
* // RoutingControlArn: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // HealthCheckVersion: Number("long"), // required
|
|
70
|
+
* // CloudWatchAlarmConfiguration: { // CloudWatchAlarmConfiguration
|
|
71
|
+
* // EvaluationPeriods: Number("int"), // required
|
|
72
|
+
* // Threshold: Number("double"), // required
|
|
73
|
+
* // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold", // required
|
|
74
|
+
* // Period: Number("int"), // required
|
|
75
|
+
* // MetricName: "STRING_VALUE", // required
|
|
76
|
+
* // Namespace: "STRING_VALUE", // required
|
|
77
|
+
* // Statistic: "Average" || "Sum" || "SampleCount" || "Maximum" || "Minimum", // required
|
|
78
|
+
* // Dimensions: [ // DimensionList
|
|
79
|
+
* // { // Dimension
|
|
80
|
+
* // Name: "STRING_VALUE", // required
|
|
81
|
+
* // Value: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
34
88
|
* ```
|
|
35
89
|
*
|
|
36
90
|
* @param GetHealthCheckCommandInput - {@link GetHealthCheckCommandInput}
|
|
@@ -49,6 +103,8 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
49
103
|
* @throws {@link NoSuchHealthCheck} (client fault)
|
|
50
104
|
* <p>No health check exists with the specified ID.</p>
|
|
51
105
|
*
|
|
106
|
+
* @throws {@link Route53ServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
52
108
|
*
|
|
53
109
|
*/
|
|
54
110
|
export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -29,6 +29,10 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetHealthCheckCountCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetHealthCheckCountResponse
|
|
33
|
+
* // HealthCheckCount: Number("long"), // required
|
|
34
|
+
* // };
|
|
35
|
+
*
|
|
32
36
|
* ```
|
|
33
37
|
*
|
|
34
38
|
* @param GetHealthCheckCountCommandInput - {@link GetHealthCheckCountCommandInput}
|
|
@@ -37,6 +41,8 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
|
|
|
37
41
|
* @see {@link GetHealthCheckCountCommandOutput} for command's `response` shape.
|
|
38
42
|
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
39
43
|
*
|
|
44
|
+
* @throws {@link Route53ServiceException}
|
|
45
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
40
46
|
*
|
|
41
47
|
*/
|
|
42
48
|
export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -31,6 +31,19 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetHealthCheckLastFailureReasonCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetHealthCheckLastFailureReasonResponse
|
|
35
|
+
* // HealthCheckObservations: [ // HealthCheckObservations // required
|
|
36
|
+
* // { // HealthCheckObservation
|
|
37
|
+
* // Region: "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
38
|
+
* // IPAddress: "STRING_VALUE",
|
|
39
|
+
* // StatusReport: { // StatusReport
|
|
40
|
+
* // Status: "STRING_VALUE",
|
|
41
|
+
* // CheckedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // },
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
34
47
|
* ```
|
|
35
48
|
*
|
|
36
49
|
* @param GetHealthCheckLastFailureReasonCommandInput - {@link GetHealthCheckLastFailureReasonCommandInput}
|
|
@@ -45,6 +58,8 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
45
58
|
* @throws {@link NoSuchHealthCheck} (client fault)
|
|
46
59
|
* <p>No health check exists with the specified ID.</p>
|
|
47
60
|
*
|
|
61
|
+
* @throws {@link Route53ServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
48
63
|
*
|
|
49
64
|
*/
|
|
50
65
|
export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -36,6 +36,19 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetHealthCheckStatusCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetHealthCheckStatusResponse
|
|
40
|
+
* // HealthCheckObservations: [ // HealthCheckObservations // required
|
|
41
|
+
* // { // HealthCheckObservation
|
|
42
|
+
* // Region: "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
43
|
+
* // IPAddress: "STRING_VALUE",
|
|
44
|
+
* // StatusReport: { // StatusReport
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // CheckedTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
39
52
|
* ```
|
|
40
53
|
*
|
|
41
54
|
* @param GetHealthCheckStatusCommandInput - {@link GetHealthCheckStatusCommandInput}
|
|
@@ -50,6 +63,8 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
50
63
|
* @throws {@link NoSuchHealthCheck} (client fault)
|
|
51
64
|
* <p>No health check exists with the specified ID.</p>
|
|
52
65
|
*
|
|
66
|
+
* @throws {@link Route53ServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
53
68
|
*
|
|
54
69
|
*/
|
|
55
70
|
export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,36 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetHostedZoneCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetHostedZoneResponse
|
|
36
|
+
* // HostedZone: { // HostedZone
|
|
37
|
+
* // Id: "STRING_VALUE", // required
|
|
38
|
+
* // Name: "STRING_VALUE", // required
|
|
39
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
40
|
+
* // Config: { // HostedZoneConfig
|
|
41
|
+
* // Comment: "STRING_VALUE",
|
|
42
|
+
* // PrivateZone: true || false,
|
|
43
|
+
* // },
|
|
44
|
+
* // ResourceRecordSetCount: Number("long"),
|
|
45
|
+
* // LinkedService: { // LinkedService
|
|
46
|
+
* // ServicePrincipal: "STRING_VALUE",
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // DelegationSet: { // DelegationSet
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // CallerReference: "STRING_VALUE",
|
|
53
|
+
* // NameServers: [ // DelegationSetNameServers // required
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // },
|
|
57
|
+
* // VPCs: [ // VPCs
|
|
58
|
+
* // { // VPC
|
|
59
|
+
* // 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",
|
|
60
|
+
* // VPCId: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
35
65
|
* ```
|
|
36
66
|
*
|
|
37
67
|
* @param GetHostedZoneCommandInput - {@link GetHostedZoneCommandInput}
|
|
@@ -46,6 +76,8 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
46
76
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
47
77
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
48
78
|
*
|
|
79
|
+
* @throws {@link Route53ServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
49
81
|
*
|
|
50
82
|
* @example To get information about a hosted zone
|
|
51
83
|
* ```javascript
|
|
@@ -29,6 +29,10 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetHostedZoneCountCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetHostedZoneCountResponse
|
|
33
|
+
* // HostedZoneCount: Number("long"), // required
|
|
34
|
+
* // };
|
|
35
|
+
*
|
|
32
36
|
* ```
|
|
33
37
|
*
|
|
34
38
|
* @param GetHostedZoneCountCommandInput - {@link GetHostedZoneCountCommandInput}
|
|
@@ -40,6 +44,8 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
|
|
|
40
44
|
* @throws {@link InvalidInput} (client fault)
|
|
41
45
|
* <p>The input is not valid.</p>
|
|
42
46
|
*
|
|
47
|
+
* @throws {@link Route53ServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
43
49
|
*
|
|
44
50
|
*/
|
|
45
51
|
export declare class GetHostedZoneCountCommand extends $Command<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -36,6 +36,14 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetHostedZoneLimitCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetHostedZoneLimitResponse
|
|
40
|
+
* // Limit: { // HostedZoneLimit
|
|
41
|
+
* // Type: "MAX_RRSETS_BY_ZONE" || "MAX_VPCS_ASSOCIATED_BY_ZONE", // required
|
|
42
|
+
* // Value: Number("long"), // required
|
|
43
|
+
* // },
|
|
44
|
+
* // Count: Number("long"), // required
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
39
47
|
* ```
|
|
40
48
|
*
|
|
41
49
|
* @param GetHostedZoneLimitCommandInput - {@link GetHostedZoneLimitCommandInput}
|
|
@@ -53,6 +61,8 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
53
61
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
54
62
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
55
63
|
*
|
|
64
|
+
* @throws {@link Route53ServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
56
66
|
*
|
|
57
67
|
*/
|
|
58
68
|
export declare class GetHostedZoneLimitCommand extends $Command<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -33,6 +33,14 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetQueryLoggingConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetQueryLoggingConfigResponse
|
|
37
|
+
* // QueryLoggingConfig: { // QueryLoggingConfig
|
|
38
|
+
* // Id: "STRING_VALUE", // required
|
|
39
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
40
|
+
* // CloudWatchLogsLogGroupArn: "STRING_VALUE", // required
|
|
41
|
+
* // },
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
36
44
|
* ```
|
|
37
45
|
*
|
|
38
46
|
* @param GetQueryLoggingConfigCommandInput - {@link GetQueryLoggingConfigCommandInput}
|
|
@@ -47,6 +55,8 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
47
55
|
* @throws {@link NoSuchQueryLoggingConfig} (client fault)
|
|
48
56
|
* <p>There is no DNS query logging configuration with the specified ID.</p>
|
|
49
57
|
*
|
|
58
|
+
* @throws {@link Route53ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
50
60
|
*
|
|
51
61
|
*/
|
|
52
62
|
export declare class GetQueryLoggingConfigCommand extends $Command<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,16 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetReusableDelegationSetCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetReusableDelegationSetResponse
|
|
36
|
+
* // DelegationSet: { // DelegationSet
|
|
37
|
+
* // Id: "STRING_VALUE",
|
|
38
|
+
* // CallerReference: "STRING_VALUE",
|
|
39
|
+
* // NameServers: [ // DelegationSetNameServers // required
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
35
45
|
* ```
|
|
36
46
|
*
|
|
37
47
|
* @param GetReusableDelegationSetCommandInput - {@link GetReusableDelegationSetCommandInput}
|
|
@@ -49,6 +59,8 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
|
|
|
49
59
|
* @throws {@link NoSuchDelegationSet} (client fault)
|
|
50
60
|
* <p>A reusable delegation set with the specified ID does not exist.</p>
|
|
51
61
|
*
|
|
62
|
+
* @throws {@link Route53ServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
52
64
|
*
|
|
53
65
|
*/
|
|
54
66
|
export declare class GetReusableDelegationSetCommand extends $Command<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -36,6 +36,14 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetReusableDelegationSetLimitCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetReusableDelegationSetLimitResponse
|
|
40
|
+
* // Limit: { // ReusableDelegationSetLimit
|
|
41
|
+
* // Type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", // required
|
|
42
|
+
* // Value: Number("long"), // required
|
|
43
|
+
* // },
|
|
44
|
+
* // Count: Number("long"), // required
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
39
47
|
* ```
|
|
40
48
|
*
|
|
41
49
|
* @param GetReusableDelegationSetLimitCommandInput - {@link GetReusableDelegationSetLimitCommandInput}
|
|
@@ -50,6 +58,8 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
50
58
|
* @throws {@link NoSuchDelegationSet} (client fault)
|
|
51
59
|
* <p>A reusable delegation set with the specified ID does not exist.</p>
|
|
52
60
|
*
|
|
61
|
+
* @throws {@link Route53ServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
53
63
|
*
|
|
54
64
|
*/
|
|
55
65
|
export declare class GetReusableDelegationSetLimitCommand extends $Command<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -34,6 +34,17 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetTrafficPolicyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetTrafficPolicyResponse
|
|
38
|
+
* // TrafficPolicy: { // TrafficPolicy
|
|
39
|
+
* // Id: "STRING_VALUE", // required
|
|
40
|
+
* // Version: Number("int"), // required
|
|
41
|
+
* // Name: "STRING_VALUE", // required
|
|
42
|
+
* // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
43
|
+
* // Document: "STRING_VALUE", // required
|
|
44
|
+
* // Comment: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
37
48
|
* ```
|
|
38
49
|
*
|
|
39
50
|
* @param GetTrafficPolicyCommandInput - {@link GetTrafficPolicyCommandInput}
|
|
@@ -48,6 +59,8 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
48
59
|
* @throws {@link NoSuchTrafficPolicy} (client fault)
|
|
49
60
|
* <p>No traffic policy exists with the specified ID.</p>
|
|
50
61
|
*
|
|
62
|
+
* @throws {@link Route53ServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
51
64
|
*
|
|
52
65
|
*/
|
|
53
66
|
export declare class GetTrafficPolicyCommand extends $Command<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|