@aws-sdk/client-route53resolver 3.485.0 → 3.488.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.
@@ -3869,6 +3869,7 @@ const se_CreateFirewallRuleRequest = (input, context) => {
3869
3869
  FirewallRuleGroupId: [],
3870
3870
  Name: [],
3871
3871
  Priority: [],
3872
+ Qtype: [],
3872
3873
  });
3873
3874
  };
3874
3875
  const se_CreateResolverQueryLogConfigRequest = (input, context) => {
@@ -3728,6 +3728,7 @@ const se_CreateFirewallRuleRequest = (input, context) => {
3728
3728
  FirewallRuleGroupId: [],
3729
3729
  Name: [],
3730
3730
  Priority: [],
3731
+ Qtype: [],
3731
3732
  });
3732
3733
  };
3733
3734
  const se_CreateResolverQueryLogConfigRequest = (input, context) => {
@@ -44,6 +44,7 @@ declare const CreateFirewallRuleCommand_base: {
44
44
  * BlockOverrideDnsType: "CNAME",
45
45
  * BlockOverrideTtl: Number("int"),
46
46
  * Name: "STRING_VALUE", // required
47
+ * Qtype: "STRING_VALUE",
47
48
  * };
48
49
  * const command = new CreateFirewallRuleCommand(input);
49
50
  * const response = await client.send(command);
@@ -61,6 +62,7 @@ declare const CreateFirewallRuleCommand_base: {
61
62
  * // CreatorRequestId: "STRING_VALUE",
62
63
  * // CreationTime: "STRING_VALUE",
63
64
  * // ModificationTime: "STRING_VALUE",
65
+ * // Qtype: "STRING_VALUE",
64
66
  * // },
65
67
  * // };
66
68
  *
@@ -36,6 +36,7 @@ declare const DeleteFirewallRuleCommand_base: {
36
36
  * const input = { // DeleteFirewallRuleRequest
37
37
  * FirewallRuleGroupId: "STRING_VALUE", // required
38
38
  * FirewallDomainListId: "STRING_VALUE", // required
39
+ * Qtype: "STRING_VALUE",
39
40
  * };
40
41
  * const command = new DeleteFirewallRuleCommand(input);
41
42
  * const response = await client.send(command);
@@ -53,6 +54,7 @@ declare const DeleteFirewallRuleCommand_base: {
53
54
  * // CreatorRequestId: "STRING_VALUE",
54
55
  * // CreationTime: "STRING_VALUE",
55
56
  * // ModificationTime: "STRING_VALUE",
57
+ * // Qtype: "STRING_VALUE",
56
58
  * // },
57
59
  * // };
58
60
  *
@@ -59,6 +59,7 @@ declare const ListFirewallRulesCommand_base: {
59
59
  * // CreatorRequestId: "STRING_VALUE",
60
60
  * // CreationTime: "STRING_VALUE",
61
61
  * // ModificationTime: "STRING_VALUE",
62
+ * // Qtype: "STRING_VALUE",
62
63
  * // },
63
64
  * // ],
64
65
  * // };
@@ -43,6 +43,7 @@ declare const UpdateFirewallRuleCommand_base: {
43
43
  * BlockOverrideDnsType: "CNAME",
44
44
  * BlockOverrideTtl: Number("int"),
45
45
  * Name: "STRING_VALUE",
46
+ * Qtype: "STRING_VALUE",
46
47
  * };
47
48
  * const command = new UpdateFirewallRuleCommand(input);
48
49
  * const response = await client.send(command);
@@ -60,6 +61,7 @@ declare const UpdateFirewallRuleCommand_base: {
60
61
  * // CreatorRequestId: "STRING_VALUE",
61
62
  * // CreationTime: "STRING_VALUE",
62
63
  * // ModificationTime: "STRING_VALUE",
64
+ * // Qtype: "STRING_VALUE",
63
65
  * // },
64
66
  * // };
65
67
  *
@@ -1131,6 +1131,55 @@ export interface CreateFirewallRuleRequest {
1131
1131
  * <p>A name that lets you identify the rule in the rule group.</p>
1132
1132
  */
1133
1133
  Name: string | undefined;
1134
+ /**
1135
+ * @public
1136
+ * <p>
1137
+ * The DNS query type you want the rule to evaluate. Allowed values are;
1138
+ * </p>
1139
+ * <ul>
1140
+ * <li>
1141
+ * <p>
1142
+ * A: Returns an IPv4 address.</p>
1143
+ * </li>
1144
+ * <li>
1145
+ * <p>AAAA: Returns an Ipv6 address.</p>
1146
+ * </li>
1147
+ * <li>
1148
+ * <p>CAA: Restricts CAs that can create SSL/TLS certifications for the domain.</p>
1149
+ * </li>
1150
+ * <li>
1151
+ * <p>CNAME: Returns another domain name.</p>
1152
+ * </li>
1153
+ * <li>
1154
+ * <p>DS: Record that identifies the DNSSEC signing key of a delegated zone.</p>
1155
+ * </li>
1156
+ * <li>
1157
+ * <p>MX: Specifies mail servers.</p>
1158
+ * </li>
1159
+ * <li>
1160
+ * <p>NAPTR: Regular-expression-based rewriting of domain names.</p>
1161
+ * </li>
1162
+ * <li>
1163
+ * <p>NS: Authoritative name servers.</p>
1164
+ * </li>
1165
+ * <li>
1166
+ * <p>PTR: Maps an IP address to a domain name.</p>
1167
+ * </li>
1168
+ * <li>
1169
+ * <p>SOA: Start of authority record for the zone.</p>
1170
+ * </li>
1171
+ * <li>
1172
+ * <p>SPF: Lists the servers authorized to send emails from a domain.</p>
1173
+ * </li>
1174
+ * <li>
1175
+ * <p>SRV: Application specific values that identify servers.</p>
1176
+ * </li>
1177
+ * <li>
1178
+ * <p>TXT: Verifies email senders and application-specific values.</p>
1179
+ * </li>
1180
+ * </ul>
1181
+ */
1182
+ Qtype?: string;
1134
1183
  }
1135
1184
  /**
1136
1185
  * @public
@@ -1226,6 +1275,55 @@ export interface FirewallRule {
1226
1275
  * <p>The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>
1227
1276
  */
1228
1277
  ModificationTime?: string;
1278
+ /**
1279
+ * @public
1280
+ * <p>
1281
+ * The DNS query type you want the rule to evaluate. Allowed values are;
1282
+ * </p>
1283
+ * <ul>
1284
+ * <li>
1285
+ * <p>
1286
+ * A: Returns an IPv4 address.</p>
1287
+ * </li>
1288
+ * <li>
1289
+ * <p>AAAA: Returns an Ipv6 address.</p>
1290
+ * </li>
1291
+ * <li>
1292
+ * <p>CAA: Restricts CAs that can create SSL/TLS certifications for the domain.</p>
1293
+ * </li>
1294
+ * <li>
1295
+ * <p>CNAME: Returns another domain name.</p>
1296
+ * </li>
1297
+ * <li>
1298
+ * <p>DS: Record that identifies the DNSSEC signing key of a delegated zone.</p>
1299
+ * </li>
1300
+ * <li>
1301
+ * <p>MX: Specifies mail servers.</p>
1302
+ * </li>
1303
+ * <li>
1304
+ * <p>NAPTR: Regular-expression-based rewriting of domain names.</p>
1305
+ * </li>
1306
+ * <li>
1307
+ * <p>NS: Authoritative name servers.</p>
1308
+ * </li>
1309
+ * <li>
1310
+ * <p>PTR: Maps an IP address to a domain name.</p>
1311
+ * </li>
1312
+ * <li>
1313
+ * <p>SOA: Start of authority record for the zone.</p>
1314
+ * </li>
1315
+ * <li>
1316
+ * <p>SPF: Lists the servers authorized to send emails from a domain.</p>
1317
+ * </li>
1318
+ * <li>
1319
+ * <p>SRV: Application specific values that identify servers.</p>
1320
+ * </li>
1321
+ * <li>
1322
+ * <p>TXT: Verifies email senders and application-specific values.</p>
1323
+ * </li>
1324
+ * </ul>
1325
+ */
1326
+ Qtype?: string;
1229
1327
  }
1230
1328
  /**
1231
1329
  * @public
@@ -2125,6 +2223,55 @@ export interface DeleteFirewallRuleRequest {
2125
2223
  * <p>The ID of the domain list that's used in the rule. </p>
2126
2224
  */
2127
2225
  FirewallDomainListId: string | undefined;
2226
+ /**
2227
+ * @public
2228
+ * <p>
2229
+ * The DNS query type that the rule you are deleting evaluates. Allowed values are;
2230
+ * </p>
2231
+ * <ul>
2232
+ * <li>
2233
+ * <p>
2234
+ * A: Returns an IPv4 address.</p>
2235
+ * </li>
2236
+ * <li>
2237
+ * <p>AAAA: Returns an Ipv6 address.</p>
2238
+ * </li>
2239
+ * <li>
2240
+ * <p>CAA: Restricts CAs that can create SSL/TLS certifications for the domain.</p>
2241
+ * </li>
2242
+ * <li>
2243
+ * <p>CNAME: Returns another domain name.</p>
2244
+ * </li>
2245
+ * <li>
2246
+ * <p>DS: Record that identifies the DNSSEC signing key of a delegated zone.</p>
2247
+ * </li>
2248
+ * <li>
2249
+ * <p>MX: Specifies mail servers.</p>
2250
+ * </li>
2251
+ * <li>
2252
+ * <p>NAPTR: Regular-expression-based rewriting of domain names.</p>
2253
+ * </li>
2254
+ * <li>
2255
+ * <p>NS: Authoritative name servers.</p>
2256
+ * </li>
2257
+ * <li>
2258
+ * <p>PTR: Maps an IP address to a domain name.</p>
2259
+ * </li>
2260
+ * <li>
2261
+ * <p>SOA: Start of authority record for the zone.</p>
2262
+ * </li>
2263
+ * <li>
2264
+ * <p>SPF: Lists the servers authorized to send emails from a domain.</p>
2265
+ * </li>
2266
+ * <li>
2267
+ * <p>SRV: Application specific values that identify servers.</p>
2268
+ * </li>
2269
+ * <li>
2270
+ * <p>TXT: Verifies email senders and application-specific values.</p>
2271
+ * </li>
2272
+ * </ul>
2273
+ */
2274
+ Qtype?: string;
2128
2275
  }
2129
2276
  /**
2130
2277
  * @public
@@ -4786,6 +4933,55 @@ export interface UpdateFirewallRuleRequest {
4786
4933
  * <p>The name of the rule.</p>
4787
4934
  */
4788
4935
  Name?: string;
4936
+ /**
4937
+ * @public
4938
+ * <p>
4939
+ * The DNS query type you want the rule to evaluate. Allowed values are;
4940
+ * </p>
4941
+ * <ul>
4942
+ * <li>
4943
+ * <p>
4944
+ * A: Returns an IPv4 address.</p>
4945
+ * </li>
4946
+ * <li>
4947
+ * <p>AAAA: Returns an Ipv6 address.</p>
4948
+ * </li>
4949
+ * <li>
4950
+ * <p>CAA: Restricts CAs that can create SSL/TLS certifications for the domain.</p>
4951
+ * </li>
4952
+ * <li>
4953
+ * <p>CNAME: Returns another domain name.</p>
4954
+ * </li>
4955
+ * <li>
4956
+ * <p>DS: Record that identifies the DNSSEC signing key of a delegated zone.</p>
4957
+ * </li>
4958
+ * <li>
4959
+ * <p>MX: Specifies mail servers.</p>
4960
+ * </li>
4961
+ * <li>
4962
+ * <p>NAPTR: Regular-expression-based rewriting of domain names.</p>
4963
+ * </li>
4964
+ * <li>
4965
+ * <p>NS: Authoritative name servers.</p>
4966
+ * </li>
4967
+ * <li>
4968
+ * <p>PTR: Maps an IP address to a domain name.</p>
4969
+ * </li>
4970
+ * <li>
4971
+ * <p>SOA: Start of authority record for the zone.</p>
4972
+ * </li>
4973
+ * <li>
4974
+ * <p>SPF: Lists the servers authorized to send emails from a domain.</p>
4975
+ * </li>
4976
+ * <li>
4977
+ * <p>SRV: Application specific values that identify servers.</p>
4978
+ * </li>
4979
+ * <li>
4980
+ * <p>TXT: Verifies email senders and application-specific values.</p>
4981
+ * </li>
4982
+ * </ul>
4983
+ */
4984
+ Qtype?: string;
4789
4985
  }
4790
4986
  /**
4791
4987
  * @public
@@ -317,6 +317,7 @@ export interface CreateFirewallRuleRequest {
317
317
  BlockOverrideDnsType?: BlockOverrideDnsType;
318
318
  BlockOverrideTtl?: number;
319
319
  Name: string | undefined;
320
+ Qtype?: string;
320
321
  }
321
322
  export interface FirewallRule {
322
323
  FirewallRuleGroupId?: string;
@@ -331,6 +332,7 @@ export interface FirewallRule {
331
332
  CreatorRequestId?: string;
332
333
  CreationTime?: string;
333
334
  ModificationTime?: string;
335
+ Qtype?: string;
334
336
  }
335
337
  export interface CreateFirewallRuleResponse {
336
338
  FirewallRule?: FirewallRule;
@@ -519,6 +521,7 @@ export interface DeleteFirewallDomainListResponse {
519
521
  export interface DeleteFirewallRuleRequest {
520
522
  FirewallRuleGroupId: string | undefined;
521
523
  FirewallDomainListId: string | undefined;
524
+ Qtype?: string;
522
525
  }
523
526
  export interface DeleteFirewallRuleResponse {
524
527
  FirewallRule?: FirewallRule;
@@ -1050,6 +1053,7 @@ export interface UpdateFirewallRuleRequest {
1050
1053
  BlockOverrideDnsType?: BlockOverrideDnsType;
1051
1054
  BlockOverrideTtl?: number;
1052
1055
  Name?: string;
1056
+ Qtype?: string;
1053
1057
  }
1054
1058
  export interface UpdateFirewallRuleResponse {
1055
1059
  FirewallRule?: FirewallRule;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53resolver",
3
3
  "description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
4
- "version": "3.485.0",
4
+ "version": "3.488.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",