@aws-sdk/client-route53resolver 3.932.0 → 3.934.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 CHANGED
@@ -365,6 +365,7 @@ const FirewallDomainListStatus = {
365
365
  };
366
366
  const DnsThreatProtection = {
367
367
  DGA: "DGA",
368
+ DICTIONARY_DGA: "DICTIONARY_DGA",
368
369
  DNS_TUNNELING: "DNS_TUNNELING",
369
370
  };
370
371
  const FirewallDomainRedirectionAction = {
@@ -247,6 +247,7 @@ export const FirewallDomainListStatus = {
247
247
  };
248
248
  export const DnsThreatProtection = {
249
249
  DGA: "DGA",
250
+ DICTIONARY_DGA: "DICTIONARY_DGA",
250
251
  DNS_TUNNELING: "DNS_TUNNELING",
251
252
  };
252
253
  export const FirewallDomainRedirectionAction = {
@@ -49,7 +49,7 @@ declare const CreateFirewallRuleCommand_base: {
49
49
  * Name: "STRING_VALUE", // required
50
50
  * FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
51
51
  * Qtype: "STRING_VALUE",
52
- * DnsThreatProtection: "DGA" || "DNS_TUNNELING",
52
+ * DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
53
53
  * ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
54
54
  * };
55
55
  * const command = new CreateFirewallRuleCommand(input);
@@ -71,7 +71,7 @@ declare const CreateFirewallRuleCommand_base: {
71
71
  * // ModificationTime: "STRING_VALUE",
72
72
  * // FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
73
73
  * // Qtype: "STRING_VALUE",
74
- * // DnsThreatProtection: "DGA" || "DNS_TUNNELING",
74
+ * // DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
75
75
  * // ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
76
76
  * // },
77
77
  * // };
@@ -61,7 +61,7 @@ declare const DeleteFirewallRuleCommand_base: {
61
61
  * // ModificationTime: "STRING_VALUE",
62
62
  * // FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
63
63
  * // Qtype: "STRING_VALUE",
64
- * // DnsThreatProtection: "DGA" || "DNS_TUNNELING",
64
+ * // DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
65
65
  * // ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
66
66
  * // },
67
67
  * // };
@@ -65,7 +65,7 @@ declare const ListFirewallRulesCommand_base: {
65
65
  * // ModificationTime: "STRING_VALUE",
66
66
  * // FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
67
67
  * // Qtype: "STRING_VALUE",
68
- * // DnsThreatProtection: "DGA" || "DNS_TUNNELING",
68
+ * // DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
69
69
  * // ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
70
70
  * // },
71
71
  * // ],
@@ -49,7 +49,7 @@ declare const UpdateFirewallRuleCommand_base: {
49
49
  * Name: "STRING_VALUE",
50
50
  * FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
51
51
  * Qtype: "STRING_VALUE",
52
- * DnsThreatProtection: "DGA" || "DNS_TUNNELING",
52
+ * DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
53
53
  * ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
54
54
  * };
55
55
  * const command = new UpdateFirewallRuleCommand(input);
@@ -71,7 +71,7 @@ declare const UpdateFirewallRuleCommand_base: {
71
71
  * // ModificationTime: "STRING_VALUE",
72
72
  * // FirewallDomainRedirectionAction: "INSPECT_REDIRECTION_DOMAIN" || "TRUST_REDIRECTION_DOMAIN",
73
73
  * // Qtype: "STRING_VALUE",
74
- * // DnsThreatProtection: "DGA" || "DNS_TUNNELING",
74
+ * // DnsThreatProtection: "DGA" || "DNS_TUNNELING" || "DICTIONARY_DGA",
75
75
  * // ConfidenceThreshold: "LOW" || "MEDIUM" || "HIGH",
76
76
  * // },
77
77
  * // };
@@ -1065,6 +1065,7 @@ export interface CreateFirewallDomainListResponse {
1065
1065
  */
1066
1066
  export declare const DnsThreatProtection: {
1067
1067
  readonly DGA: "DGA";
1068
+ readonly DICTIONARY_DGA: "DICTIONARY_DGA";
1068
1069
  readonly DNS_TUNNELING: "DNS_TUNNELING";
1069
1070
  };
1070
1071
  /**
@@ -318,6 +318,7 @@ export interface CreateFirewallDomainListResponse {
318
318
  }
319
319
  export declare const DnsThreatProtection: {
320
320
  readonly DGA: "DGA";
321
+ readonly DICTIONARY_DGA: "DICTIONARY_DGA";
321
322
  readonly DNS_TUNNELING: "DNS_TUNNELING";
322
323
  };
323
324
  export type DnsThreatProtection =
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.932.0",
4
+ "version": "3.934.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route53resolver",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.932.0",
23
+ "@aws-sdk/core": "3.934.0",
24
+ "@aws-sdk/credential-provider-node": "3.934.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
+ "@aws-sdk/middleware-user-agent": "3.934.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.934.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",