@aws-sdk/client-route53resolver 3.569.0 → 3.573.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.
@@ -1147,14 +1147,14 @@ export interface CreateFirewallRuleRequest {
1147
1147
  Name: string | undefined;
1148
1148
  /**
1149
1149
  * <p>
1150
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS.
1150
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
1151
1151
  * </p>
1152
1152
  * <p>
1153
1153
  * <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be
1154
- * added to the allow domain list.</p>
1154
+ * added to the domain list.</p>
1155
1155
  * <p>
1156
- * <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the redirection list to
1157
- * the domain alloww list.</p>
1156
+ * <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to
1157
+ * the domain list.</p>
1158
1158
  * @public
1159
1159
  */
1160
1160
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
@@ -1311,14 +1311,14 @@ export interface FirewallRule {
1311
1311
  ModificationTime?: string;
1312
1312
  /**
1313
1313
  * <p>
1314
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS.
1314
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
1315
1315
  * </p>
1316
1316
  * <p>
1317
1317
  * <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be
1318
- * added to the allow domain list.</p>
1318
+ * added to the domain list.</p>
1319
1319
  * <p>
1320
1320
  * <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to
1321
- * the domain alloww list.</p>
1321
+ * the domain list.</p>
1322
1322
  * @public
1323
1323
  */
1324
1324
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
@@ -5000,14 +5000,14 @@ export interface UpdateFirewallRuleRequest {
5000
5000
  Name?: string;
5001
5001
  /**
5002
5002
  * <p>
5003
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS.
5003
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
5004
5004
  * </p>
5005
5005
  * <p>
5006
5006
  * <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be
5007
- * added to the allow domain list.</p>
5007
+ * added to the domain list.</p>
5008
5008
  * <p>
5009
5009
  * <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to
5010
- * the domain alloww list.</p>
5010
+ * the domain list.</p>
5011
5011
  * @public
5012
5012
  */
5013
5013
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
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.569.0",
4
+ "version": "3.573.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.569.0",
24
- "@aws-sdk/client-sts": "3.569.0",
25
- "@aws-sdk/core": "3.567.0",
26
- "@aws-sdk/credential-provider-node": "3.569.0",
23
+ "@aws-sdk/client-sso-oidc": "3.572.0",
24
+ "@aws-sdk/client-sts": "3.572.0",
25
+ "@aws-sdk/core": "3.572.0",
26
+ "@aws-sdk/credential-provider-node": "3.572.0",
27
27
  "@aws-sdk/middleware-host-header": "3.567.0",
28
28
  "@aws-sdk/middleware-logger": "3.568.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.567.0",
30
- "@aws-sdk/middleware-user-agent": "3.567.0",
31
- "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/middleware-user-agent": "3.572.0",
31
+ "@aws-sdk/region-config-resolver": "3.572.0",
32
32
  "@aws-sdk/types": "3.567.0",
33
- "@aws-sdk/util-endpoints": "3.567.0",
33
+ "@aws-sdk/util-endpoints": "3.572.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.567.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.568.0",
36
36
  "@smithy/config-resolver": "^2.2.0",