@aws-sdk/client-route-53 3.888.0 → 3.891.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 +2 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetChangeCommand.d.ts +2 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +2 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +2 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +2 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -0
- package/package.json +20 -20
|
@@ -34,6 +34,8 @@ declare const ActivateKeySigningKeyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, ActivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, ActivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // ActivateKeySigningKeyRequest
|
|
39
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -66,6 +66,8 @@ declare const AssociateVPCWithHostedZoneCommand_base: {
|
|
|
66
66
|
* ```javascript
|
|
67
67
|
* import { Route53Client, AssociateVPCWithHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
68
68
|
* // const { Route53Client, AssociateVPCWithHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
69
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
70
|
+
* const config = {}; // type is Route53ClientConfig
|
|
69
71
|
* const client = new Route53Client(config);
|
|
70
72
|
* const input = { // AssociateVPCWithHostedZoneRequest
|
|
71
73
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const ChangeCidrCollectionCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { Route53Client, ChangeCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
59
59
|
* // const { Route53Client, ChangeCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
60
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
61
|
+
* const config = {}; // type is Route53ClientConfig
|
|
60
62
|
* const client = new Route53Client(config);
|
|
61
63
|
* const input = { // ChangeCidrCollectionRequest
|
|
62
64
|
* Id: "STRING_VALUE", // required
|
|
@@ -122,6 +122,8 @@ declare const ChangeResourceRecordSetsCommand_base: {
|
|
|
122
122
|
* ```javascript
|
|
123
123
|
* import { Route53Client, ChangeResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
124
124
|
* // const { Route53Client, ChangeResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
125
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
126
|
+
* const config = {}; // type is Route53ClientConfig
|
|
125
127
|
* const client = new Route53Client(config);
|
|
126
128
|
* const input = { // ChangeResourceRecordSetsRequest
|
|
127
129
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ChangeTagsForResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, ChangeTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, ChangeTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // ChangeTagsForResourceRequest
|
|
40
42
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateCidrCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, CreateCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, CreateCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // CreateCidrCollectionRequest
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -67,6 +67,8 @@ declare const CreateHealthCheckCommand_base: {
|
|
|
67
67
|
* ```javascript
|
|
68
68
|
* import { Route53Client, CreateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
69
69
|
* // const { Route53Client, CreateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
70
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
71
|
+
* const config = {}; // type is Route53ClientConfig
|
|
70
72
|
* const client = new Route53Client(config);
|
|
71
73
|
* const input = { // CreateHealthCheckRequest
|
|
72
74
|
* CallerReference: "STRING_VALUE", // required
|
|
@@ -95,6 +95,8 @@ declare const CreateHostedZoneCommand_base: {
|
|
|
95
95
|
* ```javascript
|
|
96
96
|
* import { Route53Client, CreateHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
97
97
|
* // const { Route53Client, CreateHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
98
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
99
|
+
* const config = {}; // type is Route53ClientConfig
|
|
98
100
|
* const client = new Route53Client(config);
|
|
99
101
|
* const input = { // CreateHostedZoneRequest
|
|
100
102
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateKeySigningKeyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, CreateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, CreateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // CreateKeySigningKeyRequest
|
|
39
41
|
* CallerReference: "STRING_VALUE", // required
|
|
@@ -201,6 +201,8 @@ declare const CreateQueryLoggingConfigCommand_base: {
|
|
|
201
201
|
* ```javascript
|
|
202
202
|
* import { Route53Client, CreateQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
203
203
|
* // const { Route53Client, CreateQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
204
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
205
|
+
* const config = {}; // type is Route53ClientConfig
|
|
204
206
|
* const client = new Route53Client(config);
|
|
205
207
|
* const input = { // CreateQueryLoggingConfigRequest
|
|
206
208
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -90,6 +90,8 @@ declare const CreateReusableDelegationSetCommand_base: {
|
|
|
90
90
|
* ```javascript
|
|
91
91
|
* import { Route53Client, CreateReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
92
92
|
* // const { Route53Client, CreateReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
93
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
94
|
+
* const config = {}; // type is Route53ClientConfig
|
|
93
95
|
* const client = new Route53Client(config);
|
|
94
96
|
* const input = { // CreateReusableDelegationSetRequest
|
|
95
97
|
* CallerReference: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateTrafficPolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, CreateTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, CreateTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // CreateTrafficPolicyRequest
|
|
40
42
|
* Name: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const CreateTrafficPolicyInstanceCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { Route53Client, CreateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
48
48
|
* // const { Route53Client, CreateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
49
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
50
|
+
* const config = {}; // type is Route53ClientConfig
|
|
49
51
|
* const client = new Route53Client(config);
|
|
50
52
|
* const input = { // CreateTrafficPolicyInstanceRequest
|
|
51
53
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateTrafficPolicyVersionCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { Route53Client, CreateTrafficPolicyVersionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
41
41
|
* // const { Route53Client, CreateTrafficPolicyVersionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
42
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
43
|
+
* const config = {}; // type is Route53ClientConfig
|
|
42
44
|
* const client = new Route53Client(config);
|
|
43
45
|
* const input = { // CreateTrafficPolicyVersionRequest
|
|
44
46
|
* Id: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateVPCAssociationAuthorizationCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { Route53Client, CreateVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
45
45
|
* // const { Route53Client, CreateVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
46
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
47
|
+
* const config = {}; // type is Route53ClientConfig
|
|
46
48
|
* const client = new Route53Client(config);
|
|
47
49
|
* const input = { // CreateVPCAssociationAuthorizationRequest
|
|
48
50
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeactivateKeySigningKeyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, DeactivateKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, DeactivateKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // DeactivateKeySigningKeyRequest
|
|
39
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteCidrCollectionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, DeleteCidrCollectionCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, DeleteCidrCollectionCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // DeleteCidrCollectionRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const DeleteHealthCheckCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { Route53Client, DeleteHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
49
49
|
* // const { Route53Client, DeleteHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
50
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
51
|
+
* const config = {}; // type is Route53ClientConfig
|
|
50
52
|
* const client = new Route53Client(config);
|
|
51
53
|
* const input = { // DeleteHealthCheckRequest
|
|
52
54
|
* HealthCheckId: "STRING_VALUE", // required
|
|
@@ -74,6 +74,8 @@ declare const DeleteHostedZoneCommand_base: {
|
|
|
74
74
|
* ```javascript
|
|
75
75
|
* import { Route53Client, DeleteHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
76
76
|
* // const { Route53Client, DeleteHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
77
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
78
|
+
* const config = {}; // type is Route53ClientConfig
|
|
77
79
|
* const client = new Route53Client(config);
|
|
78
80
|
* const input = { // DeleteHostedZoneRequest
|
|
79
81
|
* Id: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteKeySigningKeyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { Route53Client, DeleteKeySigningKeyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
40
40
|
* // const { Route53Client, DeleteKeySigningKeyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
41
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
42
|
+
* const config = {}; // type is Route53ClientConfig
|
|
41
43
|
* const client = new Route53Client(config);
|
|
42
44
|
* const input = { // DeleteKeySigningKeyRequest
|
|
43
45
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteQueryLoggingConfigCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { Route53Client, DeleteQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, DeleteQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
40
|
+
* const config = {}; // type is Route53ClientConfig
|
|
39
41
|
* const client = new Route53Client(config);
|
|
40
42
|
* const input = { // DeleteQueryLoggingConfigRequest
|
|
41
43
|
* Id: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DeleteReusableDelegationSetCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { Route53Client, DeleteReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
42
42
|
* // const { Route53Client, DeleteReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
43
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
44
|
+
* const config = {}; // type is Route53ClientConfig
|
|
43
45
|
* const client = new Route53Client(config);
|
|
44
46
|
* const input = { // DeleteReusableDelegationSetRequest
|
|
45
47
|
* Id: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const DeleteTrafficPolicyCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { Route53Client, DeleteTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
50
50
|
* // const { Route53Client, DeleteTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
51
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
52
|
+
* const config = {}; // type is Route53ClientConfig
|
|
51
53
|
* const client = new Route53Client(config);
|
|
52
54
|
* const input = { // DeleteTrafficPolicyRequest
|
|
53
55
|
* Id: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteTrafficPolicyInstanceCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { Route53Client, DeleteTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
40
40
|
* // const { Route53Client, DeleteTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
41
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
42
|
+
* const config = {}; // type is Route53ClientConfig
|
|
41
43
|
* const client = new Route53Client(config);
|
|
42
44
|
* const input = { // DeleteTrafficPolicyInstanceRequest
|
|
43
45
|
* Id: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const DeleteVPCAssociationAuthorizationCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { Route53Client, DeleteVPCAssociationAuthorizationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
46
46
|
* // const { Route53Client, DeleteVPCAssociationAuthorizationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
47
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
48
|
+
* const config = {}; // type is Route53ClientConfig
|
|
47
49
|
* const client = new Route53Client(config);
|
|
48
50
|
* const input = { // DeleteVPCAssociationAuthorizationRequest
|
|
49
51
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisableHostedZoneDNSSECCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, DisableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, DisableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // DisableHostedZoneDNSSECRequest
|
|
39
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -81,6 +81,8 @@ declare const DisassociateVPCFromHostedZoneCommand_base: {
|
|
|
81
81
|
* ```javascript
|
|
82
82
|
* import { Route53Client, DisassociateVPCFromHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
83
83
|
* // const { Route53Client, DisassociateVPCFromHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
84
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
85
|
+
* const config = {}; // type is Route53ClientConfig
|
|
84
86
|
* const client = new Route53Client(config);
|
|
85
87
|
* const input = { // DisassociateVPCFromHostedZoneRequest
|
|
86
88
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const EnableHostedZoneDNSSECCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, EnableHostedZoneDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, EnableHostedZoneDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // EnableHostedZoneDNSSECRequest
|
|
38
40
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const GetAccountLimitCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { Route53Client, GetAccountLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
43
43
|
* // const { Route53Client, GetAccountLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
44
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
45
|
+
* const config = {}; // type is Route53ClientConfig
|
|
44
46
|
* const client = new Route53Client(config);
|
|
45
47
|
* const input = { // GetAccountLimitRequest
|
|
46
48
|
* 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
|
|
@@ -47,6 +47,8 @@ declare const GetChangeCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { Route53Client, GetChangeCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
49
49
|
* // const { Route53Client, GetChangeCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
50
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
51
|
+
* const config = {}; // type is Route53ClientConfig
|
|
50
52
|
* const client = new Route53Client(config);
|
|
51
53
|
* const input = { // GetChangeRequest
|
|
52
54
|
* Id: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const GetCheckerIpRangesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { Route53Client, GetCheckerIpRangesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
44
44
|
* // const { Route53Client, GetCheckerIpRangesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
45
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
46
|
+
* const config = {}; // type is Route53ClientConfig
|
|
45
47
|
* const client = new Route53Client(config);
|
|
46
48
|
* const input = {};
|
|
47
49
|
* const command = new GetCheckerIpRangesCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const GetDNSSECCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, GetDNSSECCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, GetDNSSECCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // GetDNSSECRequest
|
|
39
41
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -58,6 +58,8 @@ declare const GetGeoLocationCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { Route53Client, GetGeoLocationCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
60
60
|
* // const { Route53Client, GetGeoLocationCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
61
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
62
|
+
* const config = {}; // type is Route53ClientConfig
|
|
61
63
|
* const client = new Route53Client(config);
|
|
62
64
|
* const input = { // GetGeoLocationRequest
|
|
63
65
|
* ContinentCode: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetHealthCheckCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, GetHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, GetHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // GetHealthCheckRequest
|
|
38
40
|
* HealthCheckId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetHealthCheckCountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, GetHealthCheckCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, GetHealthCheckCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetHealthCheckCountCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetHealthCheckLastFailureReasonCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, GetHealthCheckLastFailureReasonCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, GetHealthCheckLastFailureReasonCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // GetHealthCheckLastFailureReasonRequest
|
|
38
40
|
* HealthCheckId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const GetHealthCheckStatusCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { Route53Client, GetHealthCheckStatusCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
40
40
|
* // const { Route53Client, GetHealthCheckStatusCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
41
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
42
|
+
* const config = {}; // type is Route53ClientConfig
|
|
41
43
|
* const client = new Route53Client(config);
|
|
42
44
|
* const input = { // GetHealthCheckStatusRequest
|
|
43
45
|
* HealthCheckId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetHostedZoneCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { Route53Client, GetHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
39
39
|
* // const { Route53Client, GetHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
40
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
41
|
+
* const config = {}; // type is Route53ClientConfig
|
|
40
42
|
* const client = new Route53Client(config);
|
|
41
43
|
* const input = { // GetHostedZoneRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetHostedZoneCountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, GetHostedZoneCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, GetHostedZoneCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetHostedZoneCountCommand(input);
|
|
@@ -37,6 +37,8 @@ declare const GetHostedZoneLimitCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { Route53Client, GetHostedZoneLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
39
39
|
* // const { Route53Client, GetHostedZoneLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
40
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
41
|
+
* const config = {}; // type is Route53ClientConfig
|
|
40
42
|
* const client = new Route53Client(config);
|
|
41
43
|
* const input = { // GetHostedZoneLimitRequest
|
|
42
44
|
* Type: "MAX_RRSETS_BY_ZONE" || "MAX_VPCS_ASSOCIATED_BY_ZONE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetQueryLoggingConfigCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, GetQueryLoggingConfigCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, GetQueryLoggingConfigCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // GetQueryLoggingConfigRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetReusableDelegationSetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, GetReusableDelegationSetCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, GetReusableDelegationSetCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // GetReusableDelegationSetRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetReusableDelegationSetLimitCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { Route53Client, GetReusableDelegationSetLimitCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
39
39
|
* // const { Route53Client, GetReusableDelegationSetLimitCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
40
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
41
|
+
* const config = {}; // type is Route53ClientConfig
|
|
40
42
|
* const client = new Route53Client(config);
|
|
41
43
|
* const input = { // GetReusableDelegationSetLimitRequest
|
|
42
44
|
* Type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", // required
|
|
@@ -35,6 +35,8 @@ declare const GetTrafficPolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, GetTrafficPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, GetTrafficPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // GetTrafficPolicyRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const GetTrafficPolicyInstanceCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { Route53Client, GetTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
46
46
|
* // const { Route53Client, GetTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
47
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
48
|
+
* const config = {}; // type is Route53ClientConfig
|
|
47
49
|
* const client = new Route53Client(config);
|
|
48
50
|
* const input = { // GetTrafficPolicyInstanceRequest
|
|
49
51
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetTrafficPolicyInstanceCountCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, GetTrafficPolicyInstanceCountCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, GetTrafficPolicyInstanceCountCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new GetTrafficPolicyInstanceCountCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const ListCidrBlocksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, ListCidrBlocksCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, ListCidrBlocksCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // ListCidrBlocksRequest
|
|
38
40
|
* CollectionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListCidrCollectionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, ListCidrCollectionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, ListCidrCollectionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // ListCidrCollectionsRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListCidrLocationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, ListCidrLocationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, ListCidrLocationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // ListCidrLocationsRequest
|
|
39
41
|
* CollectionId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListGeoLocationsCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { Route53Client, ListGeoLocationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
43
43
|
* // const { Route53Client, ListGeoLocationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
44
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
45
|
+
* const config = {}; // type is Route53ClientConfig
|
|
44
46
|
* const client = new Route53Client(config);
|
|
45
47
|
* const input = { // ListGeoLocationsRequest
|
|
46
48
|
* StartContinentCode: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListHealthChecksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, ListHealthChecksCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, ListHealthChecksCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // ListHealthChecksRequest
|
|
38
40
|
* Marker: "STRING_VALUE",
|
|
@@ -88,6 +88,8 @@ declare const ListHostedZonesByNameCommand_base: {
|
|
|
88
88
|
* ```javascript
|
|
89
89
|
* import { Route53Client, ListHostedZonesByNameCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
90
90
|
* // const { Route53Client, ListHostedZonesByNameCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
91
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
92
|
+
* const config = {}; // type is Route53ClientConfig
|
|
91
93
|
* const client = new Route53Client(config);
|
|
92
94
|
* const input = { // ListHostedZonesByNameRequest
|
|
93
95
|
* DNSName: "STRING_VALUE",
|
|
@@ -75,6 +75,8 @@ declare const ListHostedZonesByVPCCommand_base: {
|
|
|
75
75
|
* ```javascript
|
|
76
76
|
* import { Route53Client, ListHostedZonesByVPCCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
77
77
|
* // const { Route53Client, ListHostedZonesByVPCCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
78
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
79
|
+
* const config = {}; // type is Route53ClientConfig
|
|
78
80
|
* const client = new Route53Client(config);
|
|
79
81
|
* const input = { // ListHostedZonesByVPCRequest
|
|
80
82
|
* VPCId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListHostedZonesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { Route53Client, ListHostedZonesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
40
40
|
* // const { Route53Client, ListHostedZonesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
41
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
42
|
+
* const config = {}; // type is Route53ClientConfig
|
|
41
43
|
* const client = new Route53Client(config);
|
|
42
44
|
* const input = { // ListHostedZonesRequest
|
|
43
45
|
* Marker: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListQueryLoggingConfigsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { Route53Client, ListQueryLoggingConfigsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
40
40
|
* // const { Route53Client, ListQueryLoggingConfigsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
41
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
42
|
+
* const config = {}; // type is Route53ClientConfig
|
|
41
43
|
* const client = new Route53Client(config);
|
|
42
44
|
* const input = { // ListQueryLoggingConfigsRequest
|
|
43
45
|
* HostedZoneId: "STRING_VALUE",
|
|
@@ -106,6 +106,8 @@ declare const ListResourceRecordSetsCommand_base: {
|
|
|
106
106
|
* ```javascript
|
|
107
107
|
* import { Route53Client, ListResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
108
108
|
* // const { Route53Client, ListResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
109
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
110
|
+
* const config = {}; // type is Route53ClientConfig
|
|
109
111
|
* const client = new Route53Client(config);
|
|
110
112
|
* const input = { // ListResourceRecordSetsRequest
|
|
111
113
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListReusableDelegationSetsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { Route53Client, ListReusableDelegationSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
36
|
* // const { Route53Client, ListReusableDelegationSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
37
39
|
* const client = new Route53Client(config);
|
|
38
40
|
* const input = { // ListReusableDelegationSetsRequest
|
|
39
41
|
* Marker: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, ListTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, ListTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // ListTagsForResourceRequest
|
|
40
42
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
@@ -35,6 +35,8 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, ListTagsForResourcesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, ListTagsForResourcesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // ListTagsForResourcesRequest
|
|
40
42
|
* ResourceType: "healthcheck" || "hostedzone", // required
|
|
@@ -37,6 +37,8 @@ declare const ListTrafficPoliciesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { Route53Client, ListTrafficPoliciesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
39
39
|
* // const { Route53Client, ListTrafficPoliciesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
40
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
41
|
+
* const config = {}; // type is Route53ClientConfig
|
|
40
42
|
* const client = new Route53Client(config);
|
|
41
43
|
* const input = { // ListTrafficPoliciesRequest
|
|
42
44
|
* TrafficPolicyIdMarker: "STRING_VALUE",
|
|
@@ -44,6 +44,8 @@ declare const ListTrafficPolicyInstancesByHostedZoneCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
46
46
|
* // const { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
47
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
48
|
+
* const config = {}; // type is Route53ClientConfig
|
|
47
49
|
* const client = new Route53Client(config);
|
|
48
50
|
* const input = { // ListTrafficPolicyInstancesByHostedZoneRequest
|
|
49
51
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const ListTrafficPolicyInstancesByPolicyCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
46
46
|
* // const { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
47
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
48
|
+
* const config = {}; // type is Route53ClientConfig
|
|
47
49
|
* const client = new Route53Client(config);
|
|
48
50
|
* const input = { // ListTrafficPolicyInstancesByPolicyRequest
|
|
49
51
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const ListTrafficPolicyInstancesCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { Route53Client, ListTrafficPolicyInstancesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
45
45
|
* // const { Route53Client, ListTrafficPolicyInstancesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
46
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
47
|
+
* const config = {}; // type is Route53ClientConfig
|
|
46
48
|
* const client = new Route53Client(config);
|
|
47
49
|
* const input = { // ListTrafficPolicyInstancesRequest
|
|
48
50
|
* HostedZoneIdMarker: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListTrafficPolicyVersionsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { Route53Client, ListTrafficPolicyVersionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
37
37
|
* // const { Route53Client, ListTrafficPolicyVersionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
38
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
39
|
+
* const config = {}; // type is Route53ClientConfig
|
|
38
40
|
* const client = new Route53Client(config);
|
|
39
41
|
* const input = { // ListTrafficPolicyVersionsRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListVPCAssociationAuthorizationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { Route53Client, ListVPCAssociationAuthorizationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
39
39
|
* // const { Route53Client, ListVPCAssociationAuthorizationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
40
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
41
|
+
* const config = {}; // type is Route53ClientConfig
|
|
40
42
|
* const client = new Route53Client(config);
|
|
41
43
|
* const input = { // ListVPCAssociationAuthorizationsRequest
|
|
42
44
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const TestDNSAnswerCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { Route53Client, TestDNSAnswerCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
44
44
|
* // const { Route53Client, TestDNSAnswerCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
45
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
46
|
+
* const config = {}; // type is Route53ClientConfig
|
|
45
47
|
* const client = new Route53Client(config);
|
|
46
48
|
* const input = { // TestDNSAnswerRequest
|
|
47
49
|
* HostedZoneId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateHealthCheckCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { Route53Client, UpdateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
38
38
|
* // const { Route53Client, UpdateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
39
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
40
|
+
* const config = {}; // type is Route53ClientConfig
|
|
39
41
|
* const client = new Route53Client(config);
|
|
40
42
|
* const input = { // UpdateHealthCheckRequest
|
|
41
43
|
* HealthCheckId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateHostedZoneCommentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, UpdateHostedZoneCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, UpdateHostedZoneCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // UpdateHostedZoneCommentRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTrafficPolicyCommentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53Client, UpdateTrafficPolicyCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
35
35
|
* // const { Route53Client, UpdateTrafficPolicyCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
36
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
37
|
+
* const config = {}; // type is Route53ClientConfig
|
|
36
38
|
* const client = new Route53Client(config);
|
|
37
39
|
* const input = { // UpdateTrafficPolicyCommentRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -61,6 +61,8 @@ declare const UpdateTrafficPolicyInstanceCommand_base: {
|
|
|
61
61
|
* ```javascript
|
|
62
62
|
* import { Route53Client, UpdateTrafficPolicyInstanceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
63
63
|
* // const { Route53Client, UpdateTrafficPolicyInstanceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
64
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
65
|
+
* const config = {}; // type is Route53ClientConfig
|
|
64
66
|
* const client = new Route53Client(config);
|
|
65
67
|
* const input = { // UpdateTrafficPolicyInstanceRequest
|
|
66
68
|
* Id: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-route53": "3.891.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
31
31
|
"@aws-sdk/types": "3.887.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
35
35
|
"@aws-sdk/xml-builder": "3.887.0",
|
|
36
|
-
"@smithy/config-resolver": "^4.2.
|
|
36
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
37
37
|
"@smithy/core": "^3.11.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
39
39
|
"@smithy/hash-node": "^4.1.1",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
43
|
-
"@smithy/middleware-retry": "^4.2.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
43
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
44
44
|
"@smithy/middleware-serde": "^4.1.1",
|
|
45
45
|
"@smithy/middleware-stack": "^4.1.1",
|
|
46
|
-
"@smithy/node-config-provider": "^4.2.
|
|
46
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
47
47
|
"@smithy/node-http-handler": "^4.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^5.2.1",
|
|
49
|
-
"@smithy/smithy-client": "^4.6.
|
|
49
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
50
50
|
"@smithy/types": "^4.5.0",
|
|
51
51
|
"@smithy/url-parser": "^4.1.1",
|
|
52
52
|
"@smithy/util-base64": "^4.1.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
57
|
-
"@smithy/util-endpoints": "^3.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
57
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
58
58
|
"@smithy/util-middleware": "^4.1.1",
|
|
59
|
-
"@smithy/util-retry": "^4.1.
|
|
59
|
+
"@smithy/util-retry": "^4.1.2",
|
|
60
60
|
"@smithy/util-utf8": "^4.1.0",
|
|
61
61
|
"@smithy/util-waiter": "^4.1.1",
|
|
62
62
|
"tslib": "^2.6.2"
|