@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
|
@@ -44,6 +44,27 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ListTrafficPolicyInstancesCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // ListTrafficPolicyInstancesResponse
|
|
48
|
+
* // TrafficPolicyInstances: [ // TrafficPolicyInstances // required
|
|
49
|
+
* // { // TrafficPolicyInstance
|
|
50
|
+
* // Id: "STRING_VALUE", // required
|
|
51
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
52
|
+
* // Name: "STRING_VALUE", // required
|
|
53
|
+
* // TTL: Number("long"), // required
|
|
54
|
+
* // State: "STRING_VALUE", // required
|
|
55
|
+
* // Message: "STRING_VALUE", // required
|
|
56
|
+
* // TrafficPolicyId: "STRING_VALUE", // required
|
|
57
|
+
* // TrafficPolicyVersion: Number("int"), // required
|
|
58
|
+
* // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // HostedZoneIdMarker: "STRING_VALUE",
|
|
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
|
+
*
|
|
47
68
|
* ```
|
|
48
69
|
*
|
|
49
70
|
* @param ListTrafficPolicyInstancesCommandInput - {@link ListTrafficPolicyInstancesCommandInput}
|
|
@@ -58,6 +79,8 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
58
79
|
* @throws {@link NoSuchTrafficPolicyInstance} (client fault)
|
|
59
80
|
* <p>No traffic policy instance exists with the specified ID.</p>
|
|
60
81
|
*
|
|
82
|
+
* @throws {@link Route53ServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
61
84
|
*
|
|
62
85
|
*/
|
|
63
86
|
export declare class ListTrafficPolicyInstancesCommand extends $Command<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -35,6 +35,22 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListTrafficPolicyVersionsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListTrafficPolicyVersionsResponse
|
|
39
|
+
* // TrafficPolicies: [ // TrafficPolicies // required
|
|
40
|
+
* // { // TrafficPolicy
|
|
41
|
+
* // Id: "STRING_VALUE", // required
|
|
42
|
+
* // Version: Number("int"), // required
|
|
43
|
+
* // Name: "STRING_VALUE", // required
|
|
44
|
+
* // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
45
|
+
* // Document: "STRING_VALUE", // required
|
|
46
|
+
* // Comment: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // IsTruncated: true || false, // required
|
|
50
|
+
* // TrafficPolicyVersionMarker: "STRING_VALUE", // required
|
|
51
|
+
* // MaxItems: Number("int"), // required
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param ListTrafficPolicyVersionsCommandInput - {@link ListTrafficPolicyVersionsCommandInput}
|
|
@@ -49,6 +65,8 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
49
65
|
* @throws {@link NoSuchTrafficPolicy} (client fault)
|
|
50
66
|
* <p>No traffic policy exists with the specified ID.</p>
|
|
51
67
|
*
|
|
68
|
+
* @throws {@link Route53ServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
52
70
|
*
|
|
53
71
|
*/
|
|
54
72
|
export declare class ListTrafficPolicyVersionsCommand extends $Command<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -37,6 +37,17 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ListVPCAssociationAuthorizationsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // ListVPCAssociationAuthorizationsResponse
|
|
41
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
42
|
+
* // NextToken: "STRING_VALUE",
|
|
43
|
+
* // VPCs: [ // VPCs // required
|
|
44
|
+
* // { // VPC
|
|
45
|
+
* // 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",
|
|
46
|
+
* // VPCId: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
40
51
|
* ```
|
|
41
52
|
*
|
|
42
53
|
* @param ListVPCAssociationAuthorizationsCommandInput - {@link ListVPCAssociationAuthorizationsCommandInput}
|
|
@@ -55,6 +66,8 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
55
66
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
56
67
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
57
68
|
*
|
|
69
|
+
* @throws {@link Route53ServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
58
71
|
*
|
|
59
72
|
*/
|
|
60
73
|
export declare class ListVPCAssociationAuthorizationsCommand extends $Command<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -39,6 +39,17 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new TestDNSAnswerCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // TestDNSAnswerResponse
|
|
43
|
+
* // Nameserver: "STRING_VALUE", // required
|
|
44
|
+
* // RecordName: "STRING_VALUE", // required
|
|
45
|
+
* // RecordType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
46
|
+
* // RecordData: [ // RecordData // required
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // ResponseCode: "STRING_VALUE", // required
|
|
50
|
+
* // Protocol: "STRING_VALUE", // required
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
42
53
|
* ```
|
|
43
54
|
*
|
|
44
55
|
* @param TestDNSAnswerCommandInput - {@link TestDNSAnswerCommandInput}
|
|
@@ -53,6 +64,8 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
53
64
|
* @throws {@link NoSuchHostedZone} (client fault)
|
|
54
65
|
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
55
66
|
*
|
|
67
|
+
* @throws {@link Route53ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
56
69
|
*
|
|
57
70
|
*/
|
|
58
71
|
export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -59,6 +59,60 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new UpdateHealthCheckCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // UpdateHealthCheckResponse
|
|
63
|
+
* // HealthCheck: { // HealthCheck
|
|
64
|
+
* // Id: "STRING_VALUE", // required
|
|
65
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
66
|
+
* // LinkedService: { // LinkedService
|
|
67
|
+
* // ServicePrincipal: "STRING_VALUE",
|
|
68
|
+
* // Description: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // HealthCheckConfig: { // HealthCheckConfig
|
|
71
|
+
* // IPAddress: "STRING_VALUE",
|
|
72
|
+
* // Port: Number("int"),
|
|
73
|
+
* // Type: "HTTP" || "HTTPS" || "HTTP_STR_MATCH" || "HTTPS_STR_MATCH" || "TCP" || "CALCULATED" || "CLOUDWATCH_METRIC" || "RECOVERY_CONTROL", // required
|
|
74
|
+
* // ResourcePath: "STRING_VALUE",
|
|
75
|
+
* // FullyQualifiedDomainName: "STRING_VALUE",
|
|
76
|
+
* // SearchString: "STRING_VALUE",
|
|
77
|
+
* // RequestInterval: Number("int"),
|
|
78
|
+
* // FailureThreshold: Number("int"),
|
|
79
|
+
* // MeasureLatency: true || false,
|
|
80
|
+
* // Inverted: true || false,
|
|
81
|
+
* // Disabled: true || false,
|
|
82
|
+
* // HealthThreshold: Number("int"),
|
|
83
|
+
* // ChildHealthChecks: [ // ChildHealthCheckList
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // EnableSNI: true || false,
|
|
87
|
+
* // Regions: [ // HealthCheckRegionList
|
|
88
|
+
* // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
89
|
+
* // ],
|
|
90
|
+
* // AlarmIdentifier: { // AlarmIdentifier
|
|
91
|
+
* // 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
|
|
92
|
+
* // Name: "STRING_VALUE", // required
|
|
93
|
+
* // },
|
|
94
|
+
* // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
95
|
+
* // RoutingControlArn: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // HealthCheckVersion: Number("long"), // required
|
|
98
|
+
* // CloudWatchAlarmConfiguration: { // CloudWatchAlarmConfiguration
|
|
99
|
+
* // EvaluationPeriods: Number("int"), // required
|
|
100
|
+
* // Threshold: Number("double"), // required
|
|
101
|
+
* // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold", // required
|
|
102
|
+
* // Period: Number("int"), // required
|
|
103
|
+
* // MetricName: "STRING_VALUE", // required
|
|
104
|
+
* // Namespace: "STRING_VALUE", // required
|
|
105
|
+
* // Statistic: "Average" || "Sum" || "SampleCount" || "Maximum" || "Minimum", // required
|
|
106
|
+
* // Dimensions: [ // DimensionList
|
|
107
|
+
* // { // Dimension
|
|
108
|
+
* // Name: "STRING_VALUE", // required
|
|
109
|
+
* // Value: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
62
116
|
* ```
|
|
63
117
|
*
|
|
64
118
|
* @param UpdateHealthCheckCommandInput - {@link UpdateHealthCheckCommandInput}
|
|
@@ -77,6 +131,8 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
77
131
|
* @throws {@link NoSuchHealthCheck} (client fault)
|
|
78
132
|
* <p>No health check exists with the specified ID.</p>
|
|
79
133
|
*
|
|
134
|
+
* @throws {@link Route53ServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
80
136
|
*
|
|
81
137
|
*/
|
|
82
138
|
export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,6 +32,23 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateHostedZoneCommentCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // UpdateHostedZoneCommentResponse
|
|
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
|
+
* // };
|
|
51
|
+
*
|
|
35
52
|
* ```
|
|
36
53
|
*
|
|
37
54
|
* @param UpdateHostedZoneCommentCommandInput - {@link UpdateHostedZoneCommentCommandInput}
|
|
@@ -53,6 +70,8 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
|
|
|
53
70
|
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
54
71
|
* before you try the request again.</p>
|
|
55
72
|
*
|
|
73
|
+
* @throws {@link Route53ServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
56
75
|
*
|
|
57
76
|
*/
|
|
58
77
|
export declare class UpdateHostedZoneCommentCommand extends $Command<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -33,6 +33,17 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateTrafficPolicyCommentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateTrafficPolicyCommentResponse
|
|
37
|
+
* // TrafficPolicy: { // TrafficPolicy
|
|
38
|
+
* // Id: "STRING_VALUE", // required
|
|
39
|
+
* // Version: Number("int"), // required
|
|
40
|
+
* // Name: "STRING_VALUE", // required
|
|
41
|
+
* // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
42
|
+
* // Document: "STRING_VALUE", // required
|
|
43
|
+
* // Comment: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
36
47
|
* ```
|
|
37
48
|
*
|
|
38
49
|
* @param UpdateTrafficPolicyCommentCommandInput - {@link UpdateTrafficPolicyCommentCommandInput}
|
|
@@ -51,6 +62,8 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
|
|
|
51
62
|
* @throws {@link NoSuchTrafficPolicy} (client fault)
|
|
52
63
|
* <p>No traffic policy exists with the specified ID.</p>
|
|
53
64
|
*
|
|
65
|
+
* @throws {@link Route53ServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
54
67
|
*
|
|
55
68
|
*/
|
|
56
69
|
export declare class UpdateTrafficPolicyCommentCommand extends $Command<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -56,6 +56,20 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new UpdateTrafficPolicyInstanceCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // UpdateTrafficPolicyInstanceResponse
|
|
60
|
+
* // TrafficPolicyInstance: { // TrafficPolicyInstance
|
|
61
|
+
* // Id: "STRING_VALUE", // required
|
|
62
|
+
* // HostedZoneId: "STRING_VALUE", // required
|
|
63
|
+
* // Name: "STRING_VALUE", // required
|
|
64
|
+
* // TTL: Number("long"), // required
|
|
65
|
+
* // State: "STRING_VALUE", // required
|
|
66
|
+
* // Message: "STRING_VALUE", // required
|
|
67
|
+
* // TrafficPolicyId: "STRING_VALUE", // required
|
|
68
|
+
* // TrafficPolicyVersion: Number("int"), // required
|
|
69
|
+
* // TrafficPolicyType: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
59
73
|
* ```
|
|
60
74
|
*
|
|
61
75
|
* @param UpdateTrafficPolicyInstanceCommandInput - {@link UpdateTrafficPolicyInstanceCommandInput}
|
|
@@ -86,6 +100,8 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
86
100
|
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
87
101
|
* before you try the request again.</p>
|
|
88
102
|
*
|
|
103
|
+
* @throws {@link Route53ServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
89
105
|
*
|
|
90
106
|
*/
|
|
91
107
|
export declare class UpdateTrafficPolicyInstanceCommand extends $Command<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
35
|
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
36
|
+
"@aws-sdk/middleware-sdk-route53": "3.326.0",
|
|
37
37
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
39
39
|
"@aws-sdk/middleware-stack": "3.325.0",
|