@aws-sdk/client-route53resolver 3.668.0 → 3.669.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.
@@ -46,6 +46,7 @@ declare const CreateResolverRuleCommand_base: {
46
46
  * Port: Number("int"),
47
47
  * Ipv6: "STRING_VALUE",
48
48
  * Protocol: "DoH" || "Do53" || "DoH-FIPS",
49
+ * ServerNameIndication: "STRING_VALUE",
49
50
  * },
50
51
  * ],
51
52
  * ResolverEndpointId: "STRING_VALUE",
@@ -74,6 +75,7 @@ declare const CreateResolverRuleCommand_base: {
74
75
  * // Port: Number("int"),
75
76
  * // Ipv6: "STRING_VALUE",
76
77
  * // Protocol: "DoH" || "Do53" || "DoH-FIPS",
78
+ * // ServerNameIndication: "STRING_VALUE",
77
79
  * // },
78
80
  * // ],
79
81
  * // ResolverEndpointId: "STRING_VALUE",
@@ -57,6 +57,7 @@ declare const DeleteResolverRuleCommand_base: {
57
57
  * // Port: Number("int"),
58
58
  * // Ipv6: "STRING_VALUE",
59
59
  * // Protocol: "DoH" || "Do53" || "DoH-FIPS",
60
+ * // ServerNameIndication: "STRING_VALUE",
60
61
  * // },
61
62
  * // ],
62
63
  * // ResolverEndpointId: "STRING_VALUE",
@@ -56,6 +56,7 @@ declare const GetResolverRuleCommand_base: {
56
56
  * // Port: Number("int"),
57
57
  * // Ipv6: "STRING_VALUE",
58
58
  * // Protocol: "DoH" || "Do53" || "DoH-FIPS",
59
+ * // ServerNameIndication: "STRING_VALUE",
59
60
  * // },
60
61
  * // ],
61
62
  * // ResolverEndpointId: "STRING_VALUE",
@@ -67,6 +67,7 @@ declare const ListResolverRulesCommand_base: {
67
67
  * // Port: Number("int"),
68
68
  * // Ipv6: "STRING_VALUE",
69
69
  * // Protocol: "DoH" || "Do53" || "DoH-FIPS",
70
+ * // ServerNameIndication: "STRING_VALUE",
70
71
  * // },
71
72
  * // ],
72
73
  * // ResolverEndpointId: "STRING_VALUE",
@@ -45,6 +45,7 @@ declare const UpdateResolverRuleCommand_base: {
45
45
  * Port: Number("int"),
46
46
  * Ipv6: "STRING_VALUE",
47
47
  * Protocol: "DoH" || "Do53" || "DoH-FIPS",
48
+ * ServerNameIndication: "STRING_VALUE",
48
49
  * },
49
50
  * ],
50
51
  * ResolverEndpointId: "STRING_VALUE",
@@ -68,6 +69,7 @@ declare const UpdateResolverRuleCommand_base: {
68
69
  * // Port: Number("int"),
69
70
  * // Ipv6: "STRING_VALUE",
70
71
  * // Protocol: "DoH" || "Do53" || "DoH-FIPS",
72
+ * // ServerNameIndication: "STRING_VALUE",
71
73
  * // },
72
74
  * // ],
73
75
  * // ResolverEndpointId: "STRING_VALUE",
@@ -1837,11 +1837,11 @@ export interface CreateResolverQueryLogConfigRequest {
1837
1837
  * <p>
1838
1838
  * <b>S3 bucket</b>: </p>
1839
1839
  * <p>
1840
- * <code>arn:aws:s3:::examplebucket</code>
1840
+ * <code>arn:aws:s3:::amzn-s3-demo-bucket</code>
1841
1841
  * </p>
1842
1842
  * <p>You can optionally append a file prefix to the end of the ARN.</p>
1843
1843
  * <p>
1844
- * <code>arn:aws:s3:::examplebucket/development/</code>
1844
+ * <code>arn:aws:s3:::amzn-s3-demo-bucket/development/</code>
1845
1845
  * </p>
1846
1846
  * </li>
1847
1847
  * <li>
@@ -2074,6 +2074,14 @@ export interface TargetAddress {
2074
2074
  * @public
2075
2075
  */
2076
2076
  Protocol?: Protocol;
2077
+ /**
2078
+ * <p>
2079
+ * The Server Name Indication of the DoH server that you want to forward queries to.
2080
+ * This is only used if the Protocol of the <code>TargetAddress</code> is <code>DoH</code>.
2081
+ * </p>
2082
+ * @public
2083
+ */
2084
+ ServerNameIndication?: string;
2077
2085
  }
2078
2086
  /**
2079
2087
  * @public
@@ -5062,6 +5070,10 @@ export interface UpdateFirewallRuleRequest {
5062
5070
  * NUMBER can be 1-65334, for
5063
5071
  * example, TYPE28. For more information, see
5064
5072
  * <a href="https://en.wikipedia.org/wiki/List_of_DNS_record_types">List of DNS record types</a>.</p>
5073
+ * <note>
5074
+ * <p>If you set up a firewall BLOCK rule with action NXDOMAIN on query type equals AAAA,
5075
+ * this action will not be applied to synthetic IPv6 addresses generated when DNS64 is enabled. </p>
5076
+ * </note>
5065
5077
  * </li>
5066
5078
  * </ul>
5067
5079
  * @public
@@ -483,6 +483,7 @@ export interface TargetAddress {
483
483
  Port?: number;
484
484
  Ipv6?: string;
485
485
  Protocol?: Protocol;
486
+ ServerNameIndication?: string;
486
487
  }
487
488
  export interface CreateResolverRuleRequest {
488
489
  CreatorRequestId: string | undefined;
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.668.0",
4
+ "version": "3.669.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,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.668.0",
24
- "@aws-sdk/client-sts": "3.668.0",
23
+ "@aws-sdk/client-sso-oidc": "3.669.0",
24
+ "@aws-sdk/client-sts": "3.669.0",
25
25
  "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.668.0",
26
+ "@aws-sdk/credential-provider-node": "3.669.0",
27
27
  "@aws-sdk/middleware-host-header": "3.667.0",
28
28
  "@aws-sdk/middleware-logger": "3.667.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.668.0",
30
+ "@aws-sdk/middleware-user-agent": "3.669.0",
31
31
  "@aws-sdk/region-config-resolver": "3.667.0",
32
32
  "@aws-sdk/types": "3.667.0",
33
33
  "@aws-sdk/util-endpoints": "3.667.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.667.0",
35
- "@aws-sdk/util-user-agent-node": "3.668.0",
35
+ "@aws-sdk/util-user-agent-node": "3.669.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",