@aws-sdk/client-route-53 3.99.0 → 3.105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +2 -1
  3. package/dist-cjs/Route53.js +90 -0
  4. package/dist-cjs/Route53Client.js +2 -0
  5. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +38 -0
  6. package/dist-cjs/commands/CreateCidrCollectionCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +38 -0
  8. package/dist-cjs/commands/ListCidrBlocksCommand.js +36 -0
  9. package/dist-cjs/commands/ListCidrCollectionsCommand.js +36 -0
  10. package/dist-cjs/commands/ListCidrLocationsCommand.js +36 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +202 -5
  13. package/dist-cjs/pagination/ListCidrBlocksPaginator.js +36 -0
  14. package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +36 -0
  15. package/dist-cjs/pagination/ListCidrLocationsPaginator.js +36 -0
  16. package/dist-cjs/pagination/index.js +3 -0
  17. package/dist-cjs/protocols/Aws_restXml.js +784 -63
  18. package/dist-es/Route53.js +90 -0
  19. package/dist-es/Route53Client.js +2 -0
  20. package/dist-es/commands/ChangeCidrCollectionCommand.js +41 -0
  21. package/dist-es/commands/CreateCidrCollectionCommand.js +39 -0
  22. package/dist-es/commands/DeleteCidrCollectionCommand.js +41 -0
  23. package/dist-es/commands/ListCidrBlocksCommand.js +39 -0
  24. package/dist-es/commands/ListCidrCollectionsCommand.js +39 -0
  25. package/dist-es/commands/ListCidrLocationsCommand.js +39 -0
  26. package/dist-es/commands/index.js +6 -0
  27. package/dist-es/models/models_0.js +155 -0
  28. package/dist-es/pagination/ListCidrBlocksPaginator.js +75 -0
  29. package/dist-es/pagination/ListCidrCollectionsPaginator.js +75 -0
  30. package/dist-es/pagination/ListCidrLocationsPaginator.js +75 -0
  31. package/dist-es/pagination/index.js +3 -0
  32. package/dist-es/protocols/Aws_restXml.js +966 -99
  33. package/dist-types/Route53.d.ts +768 -557
  34. package/dist-types/Route53Client.d.ts +10 -3
  35. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +2 -2
  36. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +19 -18
  37. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +60 -0
  38. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +63 -53
  39. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -3
  40. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +37 -0
  41. package/dist-types/commands/CreateHealthCheckCommand.d.ts +20 -19
  42. package/dist-types/commands/CreateHostedZoneCommand.d.ts +40 -31
  43. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -1
  44. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +103 -74
  45. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +42 -35
  46. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -2
  47. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +6 -4
  48. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -5
  49. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -8
  50. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +36 -0
  52. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +12 -11
  53. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +33 -30
  54. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +4 -4
  55. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -5
  56. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +5 -4
  57. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +10 -9
  58. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -2
  59. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +10 -7
  60. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -2
  61. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +30 -23
  62. package/dist-types/commands/GetAccountLimitCommand.d.ts +7 -8
  63. package/dist-types/commands/GetChangeCommand.d.ts +5 -3
  64. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +7 -5
  65. package/dist-types/commands/GetDNSSECCommand.d.ts +2 -1
  66. package/dist-types/commands/GetGeoLocationCommand.d.ts +17 -12
  67. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +4 -2
  68. package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -1
  69. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +5 -5
  70. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -5
  71. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -2
  72. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +5 -4
  73. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -3
  74. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -4
  75. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -1
  76. package/dist-types/commands/ListCidrBlocksCommand.d.ts +35 -0
  77. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +36 -0
  78. package/dist-types/commands/ListCidrLocationsCommand.d.ts +36 -0
  79. package/dist-types/commands/ListGeoLocationsCommand.d.ts +8 -5
  80. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +38 -27
  81. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +22 -18
  82. package/dist-types/commands/ListHostedZonesCommand.d.ts +6 -4
  83. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +6 -8
  84. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +42 -35
  85. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -1
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
  87. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -3
  88. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +5 -7
  89. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +10 -6
  90. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +10 -6
  91. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +9 -5
  92. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -1
  93. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +5 -4
  94. package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -2
  95. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +15 -8
  97. package/dist-types/commands/index.d.ts +6 -0
  98. package/dist-types/models/models_0.d.ts +3053 -1877
  99. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +4 -0
  100. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
  101. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +4 -0
  102. package/dist-types/pagination/index.d.ts +3 -0
  103. package/dist-types/protocols/Aws_restXml.d.ts +18 -0
  104. package/dist-types/ts3.4/Route53.d.ts +14 -0
  105. package/dist-types/ts3.4/Route53Client.d.ts +8 -2
  106. package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +248 -0
  114. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  118. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +18 -0
  119. package/package.json +4 -3
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput } from "../commands/ListCidrBlocksCommand";
3
+ import { Route53PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCidrBlocks(config: Route53PaginationConfiguration, input: ListCidrBlocksCommandInput, ...additionalArguments: any): Paginator<ListCidrBlocksCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput } from "../commands/ListCidrCollectionsCommand";
3
+ import { Route53PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCidrCollections(config: Route53PaginationConfiguration, input: ListCidrCollectionsCommandInput, ...additionalArguments: any): Paginator<ListCidrCollectionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput } from "../commands/ListCidrLocationsCommand";
3
+ import { Route53PaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCidrLocations(config: Route53PaginationConfiguration, input: ListCidrLocationsCommandInput, ...additionalArguments: any): Paginator<ListCidrLocationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListCidrBlocksPaginator";
3
+ export * from "./ListCidrCollectionsPaginator";
4
+ export * from "./ListCidrLocationsPaginator";
2
5
  export * from "./ListHealthChecksPaginator";
3
6
  export * from "./ListHostedZonesPaginator";
4
7
  export * from "./ListQueryLoggingConfigsPaginator";
@@ -2,8 +2,10 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "../commands/ActivateKeySigningKeyCommand";
4
4
  import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "../commands/AssociateVPCWithHostedZoneCommand";
5
+ import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "../commands/ChangeCidrCollectionCommand";
5
6
  import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "../commands/ChangeResourceRecordSetsCommand";
6
7
  import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "../commands/ChangeTagsForResourceCommand";
8
+ import { CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput } from "../commands/CreateCidrCollectionCommand";
7
9
  import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "../commands/CreateHealthCheckCommand";
8
10
  import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "../commands/CreateHostedZoneCommand";
9
11
  import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "../commands/CreateKeySigningKeyCommand";
@@ -14,6 +16,7 @@ import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCom
14
16
  import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "../commands/CreateTrafficPolicyVersionCommand";
15
17
  import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "../commands/CreateVPCAssociationAuthorizationCommand";
16
18
  import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "../commands/DeactivateKeySigningKeyCommand";
19
+ import { DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput } from "../commands/DeleteCidrCollectionCommand";
17
20
  import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "../commands/DeleteHealthCheckCommand";
18
21
  import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "../commands/DeleteHostedZoneCommand";
19
22
  import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "../commands/DeleteKeySigningKeyCommand";
@@ -43,6 +46,9 @@ import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimi
43
46
  import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "../commands/GetTrafficPolicyCommand";
44
47
  import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "../commands/GetTrafficPolicyInstanceCommand";
45
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";
46
52
  import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "../commands/ListGeoLocationsCommand";
47
53
  import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "../commands/ListHealthChecksCommand";
48
54
  import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "../commands/ListHostedZonesByNameCommand";
@@ -66,8 +72,10 @@ import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentComma
66
72
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "../commands/UpdateTrafficPolicyInstanceCommand";
67
73
  export declare const serializeAws_restXmlActivateKeySigningKeyCommand: (input: ActivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
74
  export declare const serializeAws_restXmlAssociateVPCWithHostedZoneCommand: (input: AssociateVPCWithHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_restXmlChangeCidrCollectionCommand: (input: ChangeCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
76
  export declare const serializeAws_restXmlChangeResourceRecordSetsCommand: (input: ChangeResourceRecordSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
77
  export declare const serializeAws_restXmlChangeTagsForResourceCommand: (input: ChangeTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_restXmlCreateCidrCollectionCommand: (input: CreateCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
79
  export declare const serializeAws_restXmlCreateHealthCheckCommand: (input: CreateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
80
  export declare const serializeAws_restXmlCreateHostedZoneCommand: (input: CreateHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
81
  export declare const serializeAws_restXmlCreateKeySigningKeyCommand: (input: CreateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -78,6 +86,7 @@ export declare const serializeAws_restXmlCreateTrafficPolicyInstanceCommand: (in
78
86
  export declare const serializeAws_restXmlCreateTrafficPolicyVersionCommand: (input: CreateTrafficPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
87
  export declare const serializeAws_restXmlCreateVPCAssociationAuthorizationCommand: (input: CreateVPCAssociationAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
88
  export declare const serializeAws_restXmlDeactivateKeySigningKeyCommand: (input: DeactivateKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_restXmlDeleteCidrCollectionCommand: (input: DeleteCidrCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
90
  export declare const serializeAws_restXmlDeleteHealthCheckCommand: (input: DeleteHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
91
  export declare const serializeAws_restXmlDeleteHostedZoneCommand: (input: DeleteHostedZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
92
  export declare const serializeAws_restXmlDeleteKeySigningKeyCommand: (input: DeleteKeySigningKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -107,6 +116,9 @@ export declare const serializeAws_restXmlGetReusableDelegationSetLimitCommand: (
107
116
  export declare const serializeAws_restXmlGetTrafficPolicyCommand: (input: GetTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
117
  export declare const serializeAws_restXmlGetTrafficPolicyInstanceCommand: (input: GetTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
118
  export declare const serializeAws_restXmlGetTrafficPolicyInstanceCountCommand: (input: GetTrafficPolicyInstanceCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ export declare const serializeAws_restXmlListCidrBlocksCommand: (input: ListCidrBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ export declare const serializeAws_restXmlListCidrCollectionsCommand: (input: ListCidrCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ export declare const serializeAws_restXmlListCidrLocationsCommand: (input: ListCidrLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
122
  export declare const serializeAws_restXmlListGeoLocationsCommand: (input: ListGeoLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
123
  export declare const serializeAws_restXmlListHealthChecksCommand: (input: ListHealthChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
124
  export declare const serializeAws_restXmlListHostedZonesCommand: (input: ListHostedZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -130,8 +142,10 @@ export declare const serializeAws_restXmlUpdateTrafficPolicyCommentCommand: (inp
130
142
  export declare const serializeAws_restXmlUpdateTrafficPolicyInstanceCommand: (input: UpdateTrafficPolicyInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
143
  export declare const deserializeAws_restXmlActivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateKeySigningKeyCommandOutput>;
132
144
  export declare const deserializeAws_restXmlAssociateVPCWithHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVPCWithHostedZoneCommandOutput>;
145
+ export declare const deserializeAws_restXmlChangeCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeCidrCollectionCommandOutput>;
133
146
  export declare const deserializeAws_restXmlChangeResourceRecordSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeResourceRecordSetsCommandOutput>;
134
147
  export declare const deserializeAws_restXmlChangeTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeTagsForResourceCommandOutput>;
148
+ export declare const deserializeAws_restXmlCreateCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCidrCollectionCommandOutput>;
135
149
  export declare const deserializeAws_restXmlCreateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHealthCheckCommandOutput>;
136
150
  export declare const deserializeAws_restXmlCreateHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedZoneCommandOutput>;
137
151
  export declare const deserializeAws_restXmlCreateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeySigningKeyCommandOutput>;
@@ -142,6 +156,7 @@ export declare const deserializeAws_restXmlCreateTrafficPolicyInstanceCommand: (
142
156
  export declare const deserializeAws_restXmlCreateTrafficPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyVersionCommandOutput>;
143
157
  export declare const deserializeAws_restXmlCreateVPCAssociationAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCAssociationAuthorizationCommandOutput>;
144
158
  export declare const deserializeAws_restXmlDeactivateKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateKeySigningKeyCommandOutput>;
159
+ export declare const deserializeAws_restXmlDeleteCidrCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCidrCollectionCommandOutput>;
145
160
  export declare const deserializeAws_restXmlDeleteHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHealthCheckCommandOutput>;
146
161
  export declare const deserializeAws_restXmlDeleteHostedZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedZoneCommandOutput>;
147
162
  export declare const deserializeAws_restXmlDeleteKeySigningKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeySigningKeyCommandOutput>;
@@ -171,6 +186,9 @@ export declare const deserializeAws_restXmlGetReusableDelegationSetLimitCommand:
171
186
  export declare const deserializeAws_restXmlGetTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyCommandOutput>;
172
187
  export declare const deserializeAws_restXmlGetTrafficPolicyInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCommandOutput>;
173
188
  export declare const deserializeAws_restXmlGetTrafficPolicyInstanceCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyInstanceCountCommandOutput>;
189
+ export declare const deserializeAws_restXmlListCidrBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrBlocksCommandOutput>;
190
+ export declare const deserializeAws_restXmlListCidrCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrCollectionsCommandOutput>;
191
+ export declare const deserializeAws_restXmlListCidrLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCidrLocationsCommandOutput>;
174
192
  export declare const deserializeAws_restXmlListGeoLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeoLocationsCommandOutput>;
175
193
  export declare const deserializeAws_restXmlListHealthChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHealthChecksCommandOutput>;
176
194
  export declare const deserializeAws_restXmlListHostedZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedZonesCommandOutput>;
@@ -1,8 +1,10 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "./commands/ActivateKeySigningKeyCommand";
3
3
  import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "./commands/AssociateVPCWithHostedZoneCommand";
4
+ import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "./commands/ChangeCidrCollectionCommand";
4
5
  import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "./commands/ChangeResourceRecordSetsCommand";
5
6
  import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "./commands/ChangeTagsForResourceCommand";
7
+ import { CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput } from "./commands/CreateCidrCollectionCommand";
6
8
  import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "./commands/CreateHealthCheckCommand";
7
9
  import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "./commands/CreateHostedZoneCommand";
8
10
  import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "./commands/CreateKeySigningKeyCommand";
@@ -13,6 +15,7 @@ import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCom
13
15
  import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "./commands/CreateTrafficPolicyVersionCommand";
14
16
  import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "./commands/CreateVPCAssociationAuthorizationCommand";
15
17
  import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "./commands/DeactivateKeySigningKeyCommand";
18
+ import { DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput } from "./commands/DeleteCidrCollectionCommand";
16
19
  import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "./commands/DeleteHealthCheckCommand";
17
20
  import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "./commands/DeleteHostedZoneCommand";
18
21
  import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "./commands/DeleteKeySigningKeyCommand";
@@ -42,6 +45,9 @@ import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimi
42
45
  import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
43
46
  import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "./commands/GetTrafficPolicyInstanceCommand";
44
47
  import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "./commands/GetTrafficPolicyInstanceCountCommand";
48
+ import { ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput } from "./commands/ListCidrBlocksCommand";
49
+ import { ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput } from "./commands/ListCidrCollectionsCommand";
50
+ import { ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput } from "./commands/ListCidrLocationsCommand";
45
51
  import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "./commands/ListGeoLocationsCommand";
46
52
  import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "./commands/ListHealthChecksCommand";
47
53
  import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "./commands/ListHostedZonesByNameCommand";
@@ -75,6 +81,10 @@ export declare class Route53 extends Route53Client {
75
81
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
76
82
  associateVPCWithHostedZone(args: AssociateVPCWithHostedZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVPCWithHostedZoneCommandOutput) => void): void;
77
83
 
84
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<ChangeCidrCollectionCommandOutput>;
85
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
86
+ changeCidrCollection(args: ChangeCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeCidrCollectionCommandOutput) => void): void;
87
+
78
88
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, options?: __HttpHandlerOptions): Promise<ChangeResourceRecordSetsCommandOutput>;
79
89
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
80
90
  changeResourceRecordSets(args: ChangeResourceRecordSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeResourceRecordSetsCommandOutput) => void): void;
@@ -83,6 +93,10 @@ export declare class Route53 extends Route53Client {
83
93
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
84
94
  changeTagsForResource(args: ChangeTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChangeTagsForResourceCommandOutput) => void): void;
85
95
 
96
+ createCidrCollection(args: CreateCidrCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCidrCollectionCommandOutput>;
97
+ createCidrCollection(args: CreateCidrCollectionCommandInput, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
98
+ createCidrCollection(args: CreateCidrCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCidrCollectionCommandOutput) => void): void;
99
+
86
100
  createHealthCheck(args: CreateHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<CreateHealthCheckCommandOutput>;
87
101
  createHealthCheck(args: CreateHealthCheckCommandInput, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
88
102
  createHealthCheck(args: CreateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHealthCheckCommandOutput) => void): void;
@@ -8,8 +8,10 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput } from "./commands/ActivateKeySigningKeyCommand";
10
10
  import { AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput } from "./commands/AssociateVPCWithHostedZoneCommand";
11
+ import { ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput } from "./commands/ChangeCidrCollectionCommand";
11
12
  import { ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput } from "./commands/ChangeResourceRecordSetsCommand";
12
13
  import { ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput } from "./commands/ChangeTagsForResourceCommand";
14
+ import { CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput } from "./commands/CreateCidrCollectionCommand";
13
15
  import { CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput } from "./commands/CreateHealthCheckCommand";
14
16
  import { CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput } from "./commands/CreateHostedZoneCommand";
15
17
  import { CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput } from "./commands/CreateKeySigningKeyCommand";
@@ -20,6 +22,7 @@ import { CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCom
20
22
  import { CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput } from "./commands/CreateTrafficPolicyVersionCommand";
21
23
  import { CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput } from "./commands/CreateVPCAssociationAuthorizationCommand";
22
24
  import { DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput } from "./commands/DeactivateKeySigningKeyCommand";
25
+ import { DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput } from "./commands/DeleteCidrCollectionCommand";
23
26
  import { DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput } from "./commands/DeleteHealthCheckCommand";
24
27
  import { DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput } from "./commands/DeleteHostedZoneCommand";
25
28
  import { DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput } from "./commands/DeleteKeySigningKeyCommand";
@@ -49,6 +52,9 @@ import { GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimi
49
52
  import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
50
53
  import { GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput } from "./commands/GetTrafficPolicyInstanceCommand";
51
54
  import { GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput } from "./commands/GetTrafficPolicyInstanceCountCommand";
55
+ import { ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput } from "./commands/ListCidrBlocksCommand";
56
+ import { ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput } from "./commands/ListCidrCollectionsCommand";
57
+ import { ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput } from "./commands/ListCidrLocationsCommand";
52
58
  import { ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput } from "./commands/ListGeoLocationsCommand";
53
59
  import { ListHealthChecksCommandInput, ListHealthChecksCommandOutput } from "./commands/ListHealthChecksCommand";
54
60
  import { ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput } from "./commands/ListHostedZonesByNameCommand";
@@ -70,8 +76,8 @@ import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from ".
70
76
  import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "./commands/UpdateHostedZoneCommentCommand";
71
77
  import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
72
78
  import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
73
- export declare type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
74
- export declare type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
79
+ export declare type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeCidrCollectionCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateCidrCollectionCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteCidrCollectionCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListCidrBlocksCommandInput | ListCidrCollectionsCommandInput | ListCidrLocationsCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
80
+ export declare type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeCidrCollectionCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateCidrCollectionCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteCidrCollectionCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListCidrBlocksCommandOutput | ListCidrCollectionsCommandOutput | ListCidrLocationsCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
75
81
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
76
82
 
77
83
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface ChangeCidrCollectionCommandInput extends ChangeCidrCollectionRequest {
6
+ }
7
+ export interface ChangeCidrCollectionCommandOutput extends ChangeCidrCollectionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ChangeCidrCollectionCommand extends $Command<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: ChangeCidrCollectionCommandInput;
12
+ constructor(input: ChangeCidrCollectionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangeCidrCollectionCommandInput, ChangeCidrCollectionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateCidrCollectionRequest, CreateCidrCollectionResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface CreateCidrCollectionCommandInput extends CreateCidrCollectionRequest {
6
+ }
7
+ export interface CreateCidrCollectionCommandOutput extends CreateCidrCollectionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateCidrCollectionCommand extends $Command<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: CreateCidrCollectionCommandInput;
12
+ constructor(input: CreateCidrCollectionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCidrCollectionCommandInput, CreateCidrCollectionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteCidrCollectionRequest, DeleteCidrCollectionResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface DeleteCidrCollectionCommandInput extends DeleteCidrCollectionRequest {
6
+ }
7
+ export interface DeleteCidrCollectionCommandOutput extends DeleteCidrCollectionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteCidrCollectionCommand extends $Command<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: DeleteCidrCollectionCommandInput;
12
+ constructor(input: DeleteCidrCollectionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCidrCollectionCommandInput, DeleteCidrCollectionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface ListCidrBlocksCommandInput extends ListCidrBlocksRequest {
6
+ }
7
+ export interface ListCidrBlocksCommandOutput extends ListCidrBlocksResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCidrBlocksCommand extends $Command<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: ListCidrBlocksCommandInput;
12
+ constructor(input: ListCidrBlocksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrBlocksCommandInput, ListCidrBlocksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface ListCidrCollectionsCommandInput extends ListCidrCollectionsRequest {
6
+ }
7
+ export interface ListCidrCollectionsCommandOutput extends ListCidrCollectionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCidrCollectionsCommand extends $Command<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: ListCidrCollectionsCommandInput;
12
+ constructor(input: ListCidrCollectionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrCollectionsCommandInput, ListCidrCollectionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListCidrLocationsRequest, ListCidrLocationsResponse } from "../models/models_0";
4
+ import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
5
+ export interface ListCidrLocationsCommandInput extends ListCidrLocationsRequest {
6
+ }
7
+ export interface ListCidrLocationsCommandOutput extends ListCidrLocationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCidrLocationsCommand extends $Command<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput, Route53ClientResolvedConfig> {
11
+ readonly input: ListCidrLocationsCommandInput;
12
+ constructor(input: ListCidrLocationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCidrLocationsCommandInput, ListCidrLocationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,9 @@
1
1
  export * from "./ActivateKeySigningKeyCommand";
2
2
  export * from "./AssociateVPCWithHostedZoneCommand";
3
+ export * from "./ChangeCidrCollectionCommand";
3
4
  export * from "./ChangeResourceRecordSetsCommand";
4
5
  export * from "./ChangeTagsForResourceCommand";
6
+ export * from "./CreateCidrCollectionCommand";
5
7
  export * from "./CreateHealthCheckCommand";
6
8
  export * from "./CreateHostedZoneCommand";
7
9
  export * from "./CreateKeySigningKeyCommand";
@@ -12,6 +14,7 @@ export * from "./CreateTrafficPolicyInstanceCommand";
12
14
  export * from "./CreateTrafficPolicyVersionCommand";
13
15
  export * from "./CreateVPCAssociationAuthorizationCommand";
14
16
  export * from "./DeactivateKeySigningKeyCommand";
17
+ export * from "./DeleteCidrCollectionCommand";
15
18
  export * from "./DeleteHealthCheckCommand";
16
19
  export * from "./DeleteHostedZoneCommand";
17
20
  export * from "./DeleteKeySigningKeyCommand";
@@ -41,6 +44,9 @@ export * from "./GetReusableDelegationSetLimitCommand";
41
44
  export * from "./GetTrafficPolicyCommand";
42
45
  export * from "./GetTrafficPolicyInstanceCommand";
43
46
  export * from "./GetTrafficPolicyInstanceCountCommand";
47
+ export * from "./ListCidrBlocksCommand";
48
+ export * from "./ListCidrCollectionsCommand";
49
+ export * from "./ListCidrLocationsCommand";
44
50
  export * from "./ListGeoLocationsCommand";
45
51
  export * from "./ListHealthChecksCommand";
46
52
  export * from "./ListHostedZonesByNameCommand";