@aws-sdk/client-route-53 3.930.0 → 3.932.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-cjs/index.js +3942 -5218
- package/dist-cjs/runtimeConfig.shared.js +6 -0
- package/dist-es/Route53Client.js +2 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +3 -10
- package/dist-es/commands/ChangeCidrCollectionCommand.js +3 -10
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -6
- package/dist-es/commands/ChangeTagsForResourceCommand.js +3 -9
- package/dist-es/commands/CreateCidrCollectionCommand.js +3 -9
- package/dist-es/commands/CreateHealthCheckCommand.js +3 -9
- package/dist-es/commands/CreateHostedZoneCommand.js +3 -10
- package/dist-es/commands/CreateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +3 -10
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteCidrCollectionCommand.js +3 -10
- package/dist-es/commands/DeleteHealthCheckCommand.js +3 -9
- package/dist-es/commands/DeleteHostedZoneCommand.js +3 -10
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +3 -10
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/GetAccountLimitCommand.js +3 -9
- package/dist-es/commands/GetChangeCommand.js +3 -10
- package/dist-es/commands/GetCheckerIpRangesCommand.js +3 -9
- package/dist-es/commands/GetDNSSECCommand.js +3 -10
- package/dist-es/commands/GetGeoLocationCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCountCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckStatusCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneCommand.js +3 -10
- package/dist-es/commands/GetHostedZoneCountCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneLimitCommand.js +3 -10
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +3 -9
- package/dist-es/commands/ListCidrBlocksCommand.js +3 -9
- package/dist-es/commands/ListCidrCollectionsCommand.js +3 -9
- package/dist-es/commands/ListCidrLocationsCommand.js +3 -9
- package/dist-es/commands/ListGeoLocationsCommand.js +3 -9
- package/dist-es/commands/ListHealthChecksCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesByNameCommand.js +3 -10
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesCommand.js +3 -10
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +3 -10
- package/dist-es/commands/ListResourceRecordSetsCommand.js +3 -10
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +3 -10
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +3 -10
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +3 -10
- package/dist-es/commands/TestDNSAnswerCommand.js +3 -10
- package/dist-es/commands/UpdateHealthCheckCommand.js +3 -9
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/runtimeConfig.shared.js +6 -0
- package/dist-es/schemas/schemas_0.js +3797 -0
- package/dist-types/Route53Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +355 -0
- package/dist-types/ts3.4/Route53Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +360 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restXml.js +0 -4684
- package/dist-types/protocols/Aws_restXml.d.ts +0 -632
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -845
|
@@ -1,632 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "../commands/ActivateKeySigningKeyCommand";
|
|
4
|
-
import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "../commands/AssociateVPCWithHostedZoneCommand";
|
|
5
|
-
import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "../commands/ChangeCidrCollectionCommand";
|
|
6
|
-
import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "../commands/ChangeResourceRecordSetsCommand";
|
|
7
|
-
import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "../commands/ChangeTagsForResourceCommand";
|
|
8
|
-
import { CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput } from "../commands/CreateCidrCollectionCommand";
|
|
9
|
-
import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "../commands/CreateHealthCheckCommand";
|
|
10
|
-
import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "../commands/CreateHostedZoneCommand";
|
|
11
|
-
import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "../commands/CreateKeySigningKeyCommand";
|
|
12
|
-
import { CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput } from "../commands/CreateQueryLoggingConfigCommand";
|
|
13
|
-
import { CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput } from "../commands/CreateReusableDelegationSetCommand";
|
|
14
|
-
import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "../commands/CreateTrafficPolicyCommand";
|
|
15
|
-
import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput } from "../commands/CreateTrafficPolicyInstanceCommand";
|
|
16
|
-
import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "../commands/CreateTrafficPolicyVersionCommand";
|
|
17
|
-
import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "../commands/CreateVPCAssociationAuthorizationCommand";
|
|
18
|
-
import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "../commands/DeactivateKeySigningKeyCommand";
|
|
19
|
-
import { DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput } from "../commands/DeleteCidrCollectionCommand";
|
|
20
|
-
import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "../commands/DeleteHealthCheckCommand";
|
|
21
|
-
import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "../commands/DeleteHostedZoneCommand";
|
|
22
|
-
import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "../commands/DeleteKeySigningKeyCommand";
|
|
23
|
-
import { DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput } from "../commands/DeleteQueryLoggingConfigCommand";
|
|
24
|
-
import { DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput } from "../commands/DeleteReusableDelegationSetCommand";
|
|
25
|
-
import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "../commands/DeleteTrafficPolicyCommand";
|
|
26
|
-
import { DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput } from "../commands/DeleteTrafficPolicyInstanceCommand";
|
|
27
|
-
import { DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput } from "../commands/DeleteVPCAssociationAuthorizationCommand";
|
|
28
|
-
import { DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput } from "../commands/DisableHostedZoneDNSSECCommand";
|
|
29
|
-
import { DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput } from "../commands/DisassociateVPCFromHostedZoneCommand";
|
|
30
|
-
import { EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput } from "../commands/EnableHostedZoneDNSSECCommand";
|
|
31
|
-
import { GetAccountLimitCommandInput, GetAccountLimitCommandOutput } from "../commands/GetAccountLimitCommand";
|
|
32
|
-
import { GetChangeCommandInput, GetChangeCommandOutput } from "../commands/GetChangeCommand";
|
|
33
|
-
import { GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput } from "../commands/GetCheckerIpRangesCommand";
|
|
34
|
-
import { GetDNSSECCommandInput, GetDNSSECCommandOutput } from "../commands/GetDNSSECCommand";
|
|
35
|
-
import { GetGeoLocationCommandInput, GetGeoLocationCommandOutput } from "../commands/GetGeoLocationCommand";
|
|
36
|
-
import { GetHealthCheckCommandInput, GetHealthCheckCommandOutput } from "../commands/GetHealthCheckCommand";
|
|
37
|
-
import { GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput } from "../commands/GetHealthCheckCountCommand";
|
|
38
|
-
import { GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput } from "../commands/GetHealthCheckLastFailureReasonCommand";
|
|
39
|
-
import { GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput } from "../commands/GetHealthCheckStatusCommand";
|
|
40
|
-
import { GetHostedZoneCommandInput, GetHostedZoneCommandOutput } from "../commands/GetHostedZoneCommand";
|
|
41
|
-
import { GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput } from "../commands/GetHostedZoneCountCommand";
|
|
42
|
-
import { GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput } from "../commands/GetHostedZoneLimitCommand";
|
|
43
|
-
import { GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput } from "../commands/GetQueryLoggingConfigCommand";
|
|
44
|
-
import { GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput } from "../commands/GetReusableDelegationSetCommand";
|
|
45
|
-
import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput } from "../commands/GetReusableDelegationSetLimitCommand";
|
|
46
|
-
import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "../commands/GetTrafficPolicyCommand";
|
|
47
|
-
import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "../commands/GetTrafficPolicyInstanceCommand";
|
|
48
|
-
import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "../commands/GetTrafficPolicyInstanceCountCommand";
|
|
49
|
-
import { ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput } from "../commands/ListCidrBlocksCommand";
|
|
50
|
-
import { ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput } from "../commands/ListCidrCollectionsCommand";
|
|
51
|
-
import { ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput } from "../commands/ListCidrLocationsCommand";
|
|
52
|
-
import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "../commands/ListGeoLocationsCommand";
|
|
53
|
-
import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "../commands/ListHealthChecksCommand";
|
|
54
|
-
import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "../commands/ListHostedZonesByNameCommand";
|
|
55
|
-
import { ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput } from "../commands/ListHostedZonesByVPCCommand";
|
|
56
|
-
import { ListHostedZonesCommandInput, ListHostedZonesCommandOutput } from "../commands/ListHostedZonesCommand";
|
|
57
|
-
import { ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput } from "../commands/ListQueryLoggingConfigsCommand";
|
|
58
|
-
import { ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput } from "../commands/ListResourceRecordSetsCommand";
|
|
59
|
-
import { ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput } from "../commands/ListReusableDelegationSetsCommand";
|
|
60
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
61
|
-
import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "../commands/ListTagsForResourcesCommand";
|
|
62
|
-
import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "../commands/ListTrafficPoliciesCommand";
|
|
63
|
-
import { ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput } from "../commands/ListTrafficPolicyInstancesByHostedZoneCommand";
|
|
64
|
-
import { ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput } from "../commands/ListTrafficPolicyInstancesByPolicyCommand";
|
|
65
|
-
import { ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput } from "../commands/ListTrafficPolicyInstancesCommand";
|
|
66
|
-
import { ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput } from "../commands/ListTrafficPolicyVersionsCommand";
|
|
67
|
-
import { ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput } from "../commands/ListVPCAssociationAuthorizationsCommand";
|
|
68
|
-
import { TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput } from "../commands/TestDNSAnswerCommand";
|
|
69
|
-
import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from "../commands/UpdateHealthCheckCommand";
|
|
70
|
-
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "../commands/UpdateHostedZoneCommentCommand";
|
|
71
|
-
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "../commands/UpdateTrafficPolicyCommentCommand";
|
|
72
|
-
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "../commands/UpdateTrafficPolicyInstanceCommand";
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restXmlActivateKeySigningKeyCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_ActivateKeySigningKeyCommand: (input: ActivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restXmlAssociateVPCWithHostedZoneCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_AssociateVPCWithHostedZoneCommand: (input: AssociateVPCWithHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restXmlChangeCidrCollectionCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_ChangeCidrCollectionCommand: (input: ChangeCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restXmlChangeResourceRecordSetsCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_ChangeResourceRecordSetsCommand: (input: ChangeResourceRecordSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restXmlChangeTagsForResourceCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_ChangeTagsForResourceCommand: (input: ChangeTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restXmlCreateCidrCollectionCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_CreateCidrCollectionCommand: (input: CreateCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restXmlCreateHealthCheckCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_CreateHealthCheckCommand: (input: CreateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restXmlCreateHostedZoneCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_CreateHostedZoneCommand: (input: CreateHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restXmlCreateKeySigningKeyCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_CreateKeySigningKeyCommand: (input: CreateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restXmlCreateQueryLoggingConfigCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_CreateQueryLoggingConfigCommand: (input: CreateQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restXmlCreateReusableDelegationSetCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_CreateReusableDelegationSetCommand: (input: CreateReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restXmlCreateTrafficPolicyCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_CreateTrafficPolicyCommand: (input: CreateTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restXmlCreateTrafficPolicyInstanceCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_CreateTrafficPolicyInstanceCommand: (input: CreateTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restXmlCreateTrafficPolicyVersionCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_CreateTrafficPolicyVersionCommand: (input: CreateTrafficPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restXmlCreateVPCAssociationAuthorizationCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_CreateVPCAssociationAuthorizationCommand: (input: CreateVPCAssociationAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_restXmlDeactivateKeySigningKeyCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_DeactivateKeySigningKeyCommand: (input: DeactivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_restXmlDeleteCidrCollectionCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_DeleteCidrCollectionCommand: (input: DeleteCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_restXmlDeleteHealthCheckCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_DeleteHealthCheckCommand: (input: DeleteHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_restXmlDeleteHostedZoneCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_DeleteHostedZoneCommand: (input: DeleteHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_restXmlDeleteKeySigningKeyCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_DeleteKeySigningKeyCommand: (input: DeleteKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* serializeAws_restXmlDeleteQueryLoggingConfigCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const se_DeleteQueryLoggingConfigCommand: (input: DeleteQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
/**
|
|
158
|
-
* serializeAws_restXmlDeleteReusableDelegationSetCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const se_DeleteReusableDelegationSetCommand: (input: DeleteReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
/**
|
|
162
|
-
* serializeAws_restXmlDeleteTrafficPolicyCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const se_DeleteTrafficPolicyCommand: (input: DeleteTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
/**
|
|
166
|
-
* serializeAws_restXmlDeleteTrafficPolicyInstanceCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const se_DeleteTrafficPolicyInstanceCommand: (input: DeleteTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* serializeAws_restXmlDeleteVPCAssociationAuthorizationCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const se_DeleteVPCAssociationAuthorizationCommand: (input: DeleteVPCAssociationAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
/**
|
|
174
|
-
* serializeAws_restXmlDisableHostedZoneDNSSECCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const se_DisableHostedZoneDNSSECCommand: (input: DisableHostedZoneDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
/**
|
|
178
|
-
* serializeAws_restXmlDisassociateVPCFromHostedZoneCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const se_DisassociateVPCFromHostedZoneCommand: (input: DisassociateVPCFromHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
/**
|
|
182
|
-
* serializeAws_restXmlEnableHostedZoneDNSSECCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const se_EnableHostedZoneDNSSECCommand: (input: EnableHostedZoneDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
/**
|
|
186
|
-
* serializeAws_restXmlGetAccountLimitCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const se_GetAccountLimitCommand: (input: GetAccountLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
/**
|
|
190
|
-
* serializeAws_restXmlGetChangeCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const se_GetChangeCommand: (input: GetChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
/**
|
|
194
|
-
* serializeAws_restXmlGetCheckerIpRangesCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const se_GetCheckerIpRangesCommand: (input: GetCheckerIpRangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
/**
|
|
198
|
-
* serializeAws_restXmlGetDNSSECCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const se_GetDNSSECCommand: (input: GetDNSSECCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
/**
|
|
202
|
-
* serializeAws_restXmlGetGeoLocationCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const se_GetGeoLocationCommand: (input: GetGeoLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
-
/**
|
|
206
|
-
* serializeAws_restXmlGetHealthCheckCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const se_GetHealthCheckCommand: (input: GetHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
-
/**
|
|
210
|
-
* serializeAws_restXmlGetHealthCheckCountCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const se_GetHealthCheckCountCommand: (input: GetHealthCheckCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
-
/**
|
|
214
|
-
* serializeAws_restXmlGetHealthCheckLastFailureReasonCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const se_GetHealthCheckLastFailureReasonCommand: (input: GetHealthCheckLastFailureReasonCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
-
/**
|
|
218
|
-
* serializeAws_restXmlGetHealthCheckStatusCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const se_GetHealthCheckStatusCommand: (input: GetHealthCheckStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
-
/**
|
|
222
|
-
* serializeAws_restXmlGetHostedZoneCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const se_GetHostedZoneCommand: (input: GetHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
-
/**
|
|
226
|
-
* serializeAws_restXmlGetHostedZoneCountCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const se_GetHostedZoneCountCommand: (input: GetHostedZoneCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
-
/**
|
|
230
|
-
* serializeAws_restXmlGetHostedZoneLimitCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const se_GetHostedZoneLimitCommand: (input: GetHostedZoneLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
-
/**
|
|
234
|
-
* serializeAws_restXmlGetQueryLoggingConfigCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const se_GetQueryLoggingConfigCommand: (input: GetQueryLoggingConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
-
/**
|
|
238
|
-
* serializeAws_restXmlGetReusableDelegationSetCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const se_GetReusableDelegationSetCommand: (input: GetReusableDelegationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
-
/**
|
|
242
|
-
* serializeAws_restXmlGetReusableDelegationSetLimitCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const se_GetReusableDelegationSetLimitCommand: (input: GetReusableDelegationSetLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
-
/**
|
|
246
|
-
* serializeAws_restXmlGetTrafficPolicyCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const se_GetTrafficPolicyCommand: (input: GetTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
-
/**
|
|
250
|
-
* serializeAws_restXmlGetTrafficPolicyInstanceCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const se_GetTrafficPolicyInstanceCommand: (input: GetTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
-
/**
|
|
254
|
-
* serializeAws_restXmlGetTrafficPolicyInstanceCountCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const se_GetTrafficPolicyInstanceCountCommand: (input: GetTrafficPolicyInstanceCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
-
/**
|
|
258
|
-
* serializeAws_restXmlListCidrBlocksCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const se_ListCidrBlocksCommand: (input: ListCidrBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
-
/**
|
|
262
|
-
* serializeAws_restXmlListCidrCollectionsCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const se_ListCidrCollectionsCommand: (input: ListCidrCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
-
/**
|
|
266
|
-
* serializeAws_restXmlListCidrLocationsCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const se_ListCidrLocationsCommand: (input: ListCidrLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
-
/**
|
|
270
|
-
* serializeAws_restXmlListGeoLocationsCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const se_ListGeoLocationsCommand: (input: ListGeoLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
-
/**
|
|
274
|
-
* serializeAws_restXmlListHealthChecksCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const se_ListHealthChecksCommand: (input: ListHealthChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
-
/**
|
|
278
|
-
* serializeAws_restXmlListHostedZonesCommand
|
|
279
|
-
*/
|
|
280
|
-
export declare const se_ListHostedZonesCommand: (input: ListHostedZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
|
-
/**
|
|
282
|
-
* serializeAws_restXmlListHostedZonesByNameCommand
|
|
283
|
-
*/
|
|
284
|
-
export declare const se_ListHostedZonesByNameCommand: (input: ListHostedZonesByNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
|
-
/**
|
|
286
|
-
* serializeAws_restXmlListHostedZonesByVPCCommand
|
|
287
|
-
*/
|
|
288
|
-
export declare const se_ListHostedZonesByVPCCommand: (input: ListHostedZonesByVPCCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
289
|
-
/**
|
|
290
|
-
* serializeAws_restXmlListQueryLoggingConfigsCommand
|
|
291
|
-
*/
|
|
292
|
-
export declare const se_ListQueryLoggingConfigsCommand: (input: ListQueryLoggingConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
|
-
/**
|
|
294
|
-
* serializeAws_restXmlListResourceRecordSetsCommand
|
|
295
|
-
*/
|
|
296
|
-
export declare const se_ListResourceRecordSetsCommand: (input: ListResourceRecordSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
-
/**
|
|
298
|
-
* serializeAws_restXmlListReusableDelegationSetsCommand
|
|
299
|
-
*/
|
|
300
|
-
export declare const se_ListReusableDelegationSetsCommand: (input: ListReusableDelegationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
-
/**
|
|
302
|
-
* serializeAws_restXmlListTagsForResourceCommand
|
|
303
|
-
*/
|
|
304
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
-
/**
|
|
306
|
-
* serializeAws_restXmlListTagsForResourcesCommand
|
|
307
|
-
*/
|
|
308
|
-
export declare const se_ListTagsForResourcesCommand: (input: ListTagsForResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
-
/**
|
|
310
|
-
* serializeAws_restXmlListTrafficPoliciesCommand
|
|
311
|
-
*/
|
|
312
|
-
export declare const se_ListTrafficPoliciesCommand: (input: ListTrafficPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
-
/**
|
|
314
|
-
* serializeAws_restXmlListTrafficPolicyInstancesCommand
|
|
315
|
-
*/
|
|
316
|
-
export declare const se_ListTrafficPolicyInstancesCommand: (input: ListTrafficPolicyInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
-
/**
|
|
318
|
-
* serializeAws_restXmlListTrafficPolicyInstancesByHostedZoneCommand
|
|
319
|
-
*/
|
|
320
|
-
export declare const se_ListTrafficPolicyInstancesByHostedZoneCommand: (input: ListTrafficPolicyInstancesByHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
-
/**
|
|
322
|
-
* serializeAws_restXmlListTrafficPolicyInstancesByPolicyCommand
|
|
323
|
-
*/
|
|
324
|
-
export declare const se_ListTrafficPolicyInstancesByPolicyCommand: (input: ListTrafficPolicyInstancesByPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
-
/**
|
|
326
|
-
* serializeAws_restXmlListTrafficPolicyVersionsCommand
|
|
327
|
-
*/
|
|
328
|
-
export declare const se_ListTrafficPolicyVersionsCommand: (input: ListTrafficPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
-
/**
|
|
330
|
-
* serializeAws_restXmlListVPCAssociationAuthorizationsCommand
|
|
331
|
-
*/
|
|
332
|
-
export declare const se_ListVPCAssociationAuthorizationsCommand: (input: ListVPCAssociationAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
-
/**
|
|
334
|
-
* serializeAws_restXmlTestDNSAnswerCommand
|
|
335
|
-
*/
|
|
336
|
-
export declare const se_TestDNSAnswerCommand: (input: TestDNSAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
337
|
-
/**
|
|
338
|
-
* serializeAws_restXmlUpdateHealthCheckCommand
|
|
339
|
-
*/
|
|
340
|
-
export declare const se_UpdateHealthCheckCommand: (input: UpdateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
-
/**
|
|
342
|
-
* serializeAws_restXmlUpdateHostedZoneCommentCommand
|
|
343
|
-
*/
|
|
344
|
-
export declare const se_UpdateHostedZoneCommentCommand: (input: UpdateHostedZoneCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
345
|
-
/**
|
|
346
|
-
* serializeAws_restXmlUpdateTrafficPolicyCommentCommand
|
|
347
|
-
*/
|
|
348
|
-
export declare const se_UpdateTrafficPolicyCommentCommand: (input: UpdateTrafficPolicyCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
349
|
-
/**
|
|
350
|
-
* serializeAws_restXmlUpdateTrafficPolicyInstanceCommand
|
|
351
|
-
*/
|
|
352
|
-
export declare const se_UpdateTrafficPolicyInstanceCommand: (input: UpdateTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
|
-
/**
|
|
354
|
-
* deserializeAws_restXmlActivateKeySigningKeyCommand
|
|
355
|
-
*/
|
|
356
|
-
export declare const de_ActivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateKeySigningKeyCommandOutput>;
|
|
357
|
-
/**
|
|
358
|
-
* deserializeAws_restXmlAssociateVPCWithHostedZoneCommand
|
|
359
|
-
*/
|
|
360
|
-
export declare const de_AssociateVPCWithHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVPCWithHostedZoneCommandOutput>;
|
|
361
|
-
/**
|
|
362
|
-
* deserializeAws_restXmlChangeCidrCollectionCommand
|
|
363
|
-
*/
|
|
364
|
-
export declare const de_ChangeCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeCidrCollectionCommandOutput>;
|
|
365
|
-
/**
|
|
366
|
-
* deserializeAws_restXmlChangeResourceRecordSetsCommand
|
|
367
|
-
*/
|
|
368
|
-
export declare const de_ChangeResourceRecordSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeResourceRecordSetsCommandOutput>;
|
|
369
|
-
/**
|
|
370
|
-
* deserializeAws_restXmlChangeTagsForResourceCommand
|
|
371
|
-
*/
|
|
372
|
-
export declare const de_ChangeTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeTagsForResourceCommandOutput>;
|
|
373
|
-
/**
|
|
374
|
-
* deserializeAws_restXmlCreateCidrCollectionCommand
|
|
375
|
-
*/
|
|
376
|
-
export declare const de_CreateCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCidrCollectionCommandOutput>;
|
|
377
|
-
/**
|
|
378
|
-
* deserializeAws_restXmlCreateHealthCheckCommand
|
|
379
|
-
*/
|
|
380
|
-
export declare const de_CreateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHealthCheckCommandOutput>;
|
|
381
|
-
/**
|
|
382
|
-
* deserializeAws_restXmlCreateHostedZoneCommand
|
|
383
|
-
*/
|
|
384
|
-
export declare const de_CreateHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedZoneCommandOutput>;
|
|
385
|
-
/**
|
|
386
|
-
* deserializeAws_restXmlCreateKeySigningKeyCommand
|
|
387
|
-
*/
|
|
388
|
-
export declare const de_CreateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeySigningKeyCommandOutput>;
|
|
389
|
-
/**
|
|
390
|
-
* deserializeAws_restXmlCreateQueryLoggingConfigCommand
|
|
391
|
-
*/
|
|
392
|
-
export declare const de_CreateQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueryLoggingConfigCommandOutput>;
|
|
393
|
-
/**
|
|
394
|
-
* deserializeAws_restXmlCreateReusableDelegationSetCommand
|
|
395
|
-
*/
|
|
396
|
-
export declare const de_CreateReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReusableDelegationSetCommandOutput>;
|
|
397
|
-
/**
|
|
398
|
-
* deserializeAws_restXmlCreateTrafficPolicyCommand
|
|
399
|
-
*/
|
|
400
|
-
export declare const de_CreateTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyCommandOutput>;
|
|
401
|
-
/**
|
|
402
|
-
* deserializeAws_restXmlCreateTrafficPolicyInstanceCommand
|
|
403
|
-
*/
|
|
404
|
-
export declare const de_CreateTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyInstanceCommandOutput>;
|
|
405
|
-
/**
|
|
406
|
-
* deserializeAws_restXmlCreateTrafficPolicyVersionCommand
|
|
407
|
-
*/
|
|
408
|
-
export declare const de_CreateTrafficPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyVersionCommandOutput>;
|
|
409
|
-
/**
|
|
410
|
-
* deserializeAws_restXmlCreateVPCAssociationAuthorizationCommand
|
|
411
|
-
*/
|
|
412
|
-
export declare const de_CreateVPCAssociationAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCAssociationAuthorizationCommandOutput>;
|
|
413
|
-
/**
|
|
414
|
-
* deserializeAws_restXmlDeactivateKeySigningKeyCommand
|
|
415
|
-
*/
|
|
416
|
-
export declare const de_DeactivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateKeySigningKeyCommandOutput>;
|
|
417
|
-
/**
|
|
418
|
-
* deserializeAws_restXmlDeleteCidrCollectionCommand
|
|
419
|
-
*/
|
|
420
|
-
export declare const de_DeleteCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCidrCollectionCommandOutput>;
|
|
421
|
-
/**
|
|
422
|
-
* deserializeAws_restXmlDeleteHealthCheckCommand
|
|
423
|
-
*/
|
|
424
|
-
export declare const de_DeleteHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHealthCheckCommandOutput>;
|
|
425
|
-
/**
|
|
426
|
-
* deserializeAws_restXmlDeleteHostedZoneCommand
|
|
427
|
-
*/
|
|
428
|
-
export declare const de_DeleteHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedZoneCommandOutput>;
|
|
429
|
-
/**
|
|
430
|
-
* deserializeAws_restXmlDeleteKeySigningKeyCommand
|
|
431
|
-
*/
|
|
432
|
-
export declare const de_DeleteKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeySigningKeyCommandOutput>;
|
|
433
|
-
/**
|
|
434
|
-
* deserializeAws_restXmlDeleteQueryLoggingConfigCommand
|
|
435
|
-
*/
|
|
436
|
-
export declare const de_DeleteQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueryLoggingConfigCommandOutput>;
|
|
437
|
-
/**
|
|
438
|
-
* deserializeAws_restXmlDeleteReusableDelegationSetCommand
|
|
439
|
-
*/
|
|
440
|
-
export declare const de_DeleteReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReusableDelegationSetCommandOutput>;
|
|
441
|
-
/**
|
|
442
|
-
* deserializeAws_restXmlDeleteTrafficPolicyCommand
|
|
443
|
-
*/
|
|
444
|
-
export declare const de_DeleteTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficPolicyCommandOutput>;
|
|
445
|
-
/**
|
|
446
|
-
* deserializeAws_restXmlDeleteTrafficPolicyInstanceCommand
|
|
447
|
-
*/
|
|
448
|
-
export declare const de_DeleteTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficPolicyInstanceCommandOutput>;
|
|
449
|
-
/**
|
|
450
|
-
* deserializeAws_restXmlDeleteVPCAssociationAuthorizationCommand
|
|
451
|
-
*/
|
|
452
|
-
export declare const de_DeleteVPCAssociationAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCAssociationAuthorizationCommandOutput>;
|
|
453
|
-
/**
|
|
454
|
-
* deserializeAws_restXmlDisableHostedZoneDNSSECCommand
|
|
455
|
-
*/
|
|
456
|
-
export declare const de_DisableHostedZoneDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableHostedZoneDNSSECCommandOutput>;
|
|
457
|
-
/**
|
|
458
|
-
* deserializeAws_restXmlDisassociateVPCFromHostedZoneCommand
|
|
459
|
-
*/
|
|
460
|
-
export declare const de_DisassociateVPCFromHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVPCFromHostedZoneCommandOutput>;
|
|
461
|
-
/**
|
|
462
|
-
* deserializeAws_restXmlEnableHostedZoneDNSSECCommand
|
|
463
|
-
*/
|
|
464
|
-
export declare const de_EnableHostedZoneDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableHostedZoneDNSSECCommandOutput>;
|
|
465
|
-
/**
|
|
466
|
-
* deserializeAws_restXmlGetAccountLimitCommand
|
|
467
|
-
*/
|
|
468
|
-
export declare const de_GetAccountLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountLimitCommandOutput>;
|
|
469
|
-
/**
|
|
470
|
-
* deserializeAws_restXmlGetChangeCommand
|
|
471
|
-
*/
|
|
472
|
-
export declare const de_GetChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChangeCommandOutput>;
|
|
473
|
-
/**
|
|
474
|
-
* deserializeAws_restXmlGetCheckerIpRangesCommand
|
|
475
|
-
*/
|
|
476
|
-
export declare const de_GetCheckerIpRangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCheckerIpRangesCommandOutput>;
|
|
477
|
-
/**
|
|
478
|
-
* deserializeAws_restXmlGetDNSSECCommand
|
|
479
|
-
*/
|
|
480
|
-
export declare const de_GetDNSSECCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDNSSECCommandOutput>;
|
|
481
|
-
/**
|
|
482
|
-
* deserializeAws_restXmlGetGeoLocationCommand
|
|
483
|
-
*/
|
|
484
|
-
export declare const de_GetGeoLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeoLocationCommandOutput>;
|
|
485
|
-
/**
|
|
486
|
-
* deserializeAws_restXmlGetHealthCheckCommand
|
|
487
|
-
*/
|
|
488
|
-
export declare const de_GetHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckCommandOutput>;
|
|
489
|
-
/**
|
|
490
|
-
* deserializeAws_restXmlGetHealthCheckCountCommand
|
|
491
|
-
*/
|
|
492
|
-
export declare const de_GetHealthCheckCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckCountCommandOutput>;
|
|
493
|
-
/**
|
|
494
|
-
* deserializeAws_restXmlGetHealthCheckLastFailureReasonCommand
|
|
495
|
-
*/
|
|
496
|
-
export declare const de_GetHealthCheckLastFailureReasonCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckLastFailureReasonCommandOutput>;
|
|
497
|
-
/**
|
|
498
|
-
* deserializeAws_restXmlGetHealthCheckStatusCommand
|
|
499
|
-
*/
|
|
500
|
-
export declare const de_GetHealthCheckStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHealthCheckStatusCommandOutput>;
|
|
501
|
-
/**
|
|
502
|
-
* deserializeAws_restXmlGetHostedZoneCommand
|
|
503
|
-
*/
|
|
504
|
-
export declare const de_GetHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneCommandOutput>;
|
|
505
|
-
/**
|
|
506
|
-
* deserializeAws_restXmlGetHostedZoneCountCommand
|
|
507
|
-
*/
|
|
508
|
-
export declare const de_GetHostedZoneCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneCountCommandOutput>;
|
|
509
|
-
/**
|
|
510
|
-
* deserializeAws_restXmlGetHostedZoneLimitCommand
|
|
511
|
-
*/
|
|
512
|
-
export declare const de_GetHostedZoneLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedZoneLimitCommandOutput>;
|
|
513
|
-
/**
|
|
514
|
-
* deserializeAws_restXmlGetQueryLoggingConfigCommand
|
|
515
|
-
*/
|
|
516
|
-
export declare const de_GetQueryLoggingConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryLoggingConfigCommandOutput>;
|
|
517
|
-
/**
|
|
518
|
-
* deserializeAws_restXmlGetReusableDelegationSetCommand
|
|
519
|
-
*/
|
|
520
|
-
export declare const de_GetReusableDelegationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReusableDelegationSetCommandOutput>;
|
|
521
|
-
/**
|
|
522
|
-
* deserializeAws_restXmlGetReusableDelegationSetLimitCommand
|
|
523
|
-
*/
|
|
524
|
-
export declare const de_GetReusableDelegationSetLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReusableDelegationSetLimitCommandOutput>;
|
|
525
|
-
/**
|
|
526
|
-
* deserializeAws_restXmlGetTrafficPolicyCommand
|
|
527
|
-
*/
|
|
528
|
-
export declare const de_GetTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyCommandOutput>;
|
|
529
|
-
/**
|
|
530
|
-
* deserializeAws_restXmlGetTrafficPolicyInstanceCommand
|
|
531
|
-
*/
|
|
532
|
-
export declare const de_GetTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCommandOutput>;
|
|
533
|
-
/**
|
|
534
|
-
* deserializeAws_restXmlGetTrafficPolicyInstanceCountCommand
|
|
535
|
-
*/
|
|
536
|
-
export declare const de_GetTrafficPolicyInstanceCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCountCommandOutput>;
|
|
537
|
-
/**
|
|
538
|
-
* deserializeAws_restXmlListCidrBlocksCommand
|
|
539
|
-
*/
|
|
540
|
-
export declare const de_ListCidrBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrBlocksCommandOutput>;
|
|
541
|
-
/**
|
|
542
|
-
* deserializeAws_restXmlListCidrCollectionsCommand
|
|
543
|
-
*/
|
|
544
|
-
export declare const de_ListCidrCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrCollectionsCommandOutput>;
|
|
545
|
-
/**
|
|
546
|
-
* deserializeAws_restXmlListCidrLocationsCommand
|
|
547
|
-
*/
|
|
548
|
-
export declare const de_ListCidrLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrLocationsCommandOutput>;
|
|
549
|
-
/**
|
|
550
|
-
* deserializeAws_restXmlListGeoLocationsCommand
|
|
551
|
-
*/
|
|
552
|
-
export declare const de_ListGeoLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeoLocationsCommandOutput>;
|
|
553
|
-
/**
|
|
554
|
-
* deserializeAws_restXmlListHealthChecksCommand
|
|
555
|
-
*/
|
|
556
|
-
export declare const de_ListHealthChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHealthChecksCommandOutput>;
|
|
557
|
-
/**
|
|
558
|
-
* deserializeAws_restXmlListHostedZonesCommand
|
|
559
|
-
*/
|
|
560
|
-
export declare const de_ListHostedZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesCommandOutput>;
|
|
561
|
-
/**
|
|
562
|
-
* deserializeAws_restXmlListHostedZonesByNameCommand
|
|
563
|
-
*/
|
|
564
|
-
export declare const de_ListHostedZonesByNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesByNameCommandOutput>;
|
|
565
|
-
/**
|
|
566
|
-
* deserializeAws_restXmlListHostedZonesByVPCCommand
|
|
567
|
-
*/
|
|
568
|
-
export declare const de_ListHostedZonesByVPCCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesByVPCCommandOutput>;
|
|
569
|
-
/**
|
|
570
|
-
* deserializeAws_restXmlListQueryLoggingConfigsCommand
|
|
571
|
-
*/
|
|
572
|
-
export declare const de_ListQueryLoggingConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryLoggingConfigsCommandOutput>;
|
|
573
|
-
/**
|
|
574
|
-
* deserializeAws_restXmlListResourceRecordSetsCommand
|
|
575
|
-
*/
|
|
576
|
-
export declare const de_ListResourceRecordSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceRecordSetsCommandOutput>;
|
|
577
|
-
/**
|
|
578
|
-
* deserializeAws_restXmlListReusableDelegationSetsCommand
|
|
579
|
-
*/
|
|
580
|
-
export declare const de_ListReusableDelegationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReusableDelegationSetsCommandOutput>;
|
|
581
|
-
/**
|
|
582
|
-
* deserializeAws_restXmlListTagsForResourceCommand
|
|
583
|
-
*/
|
|
584
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
585
|
-
/**
|
|
586
|
-
* deserializeAws_restXmlListTagsForResourcesCommand
|
|
587
|
-
*/
|
|
588
|
-
export declare const de_ListTagsForResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourcesCommandOutput>;
|
|
589
|
-
/**
|
|
590
|
-
* deserializeAws_restXmlListTrafficPoliciesCommand
|
|
591
|
-
*/
|
|
592
|
-
export declare const de_ListTrafficPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPoliciesCommandOutput>;
|
|
593
|
-
/**
|
|
594
|
-
* deserializeAws_restXmlListTrafficPolicyInstancesCommand
|
|
595
|
-
*/
|
|
596
|
-
export declare const de_ListTrafficPolicyInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesCommandOutput>;
|
|
597
|
-
/**
|
|
598
|
-
* deserializeAws_restXmlListTrafficPolicyInstancesByHostedZoneCommand
|
|
599
|
-
*/
|
|
600
|
-
export declare const de_ListTrafficPolicyInstancesByHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
|
|
601
|
-
/**
|
|
602
|
-
* deserializeAws_restXmlListTrafficPolicyInstancesByPolicyCommand
|
|
603
|
-
*/
|
|
604
|
-
export declare const de_ListTrafficPolicyInstancesByPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyInstancesByPolicyCommandOutput>;
|
|
605
|
-
/**
|
|
606
|
-
* deserializeAws_restXmlListTrafficPolicyVersionsCommand
|
|
607
|
-
*/
|
|
608
|
-
export declare const de_ListTrafficPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPolicyVersionsCommandOutput>;
|
|
609
|
-
/**
|
|
610
|
-
* deserializeAws_restXmlListVPCAssociationAuthorizationsCommand
|
|
611
|
-
*/
|
|
612
|
-
export declare const de_ListVPCAssociationAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCAssociationAuthorizationsCommandOutput>;
|
|
613
|
-
/**
|
|
614
|
-
* deserializeAws_restXmlTestDNSAnswerCommand
|
|
615
|
-
*/
|
|
616
|
-
export declare const de_TestDNSAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestDNSAnswerCommandOutput>;
|
|
617
|
-
/**
|
|
618
|
-
* deserializeAws_restXmlUpdateHealthCheckCommand
|
|
619
|
-
*/
|
|
620
|
-
export declare const de_UpdateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHealthCheckCommandOutput>;
|
|
621
|
-
/**
|
|
622
|
-
* deserializeAws_restXmlUpdateHostedZoneCommentCommand
|
|
623
|
-
*/
|
|
624
|
-
export declare const de_UpdateHostedZoneCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostedZoneCommentCommandOutput>;
|
|
625
|
-
/**
|
|
626
|
-
* deserializeAws_restXmlUpdateTrafficPolicyCommentCommand
|
|
627
|
-
*/
|
|
628
|
-
export declare const de_UpdateTrafficPolicyCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficPolicyCommentCommandOutput>;
|
|
629
|
-
/**
|
|
630
|
-
* deserializeAws_restXmlUpdateTrafficPolicyInstanceCommand
|
|
631
|
-
*/
|
|
632
|
-
export declare const de_UpdateTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficPolicyInstanceCommandOutput>;
|