@aws-sdk/client-route53globalresolver 3.1003.0 → 3.1005.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/README.md +1 -1
- package/dist-cjs/index.js +6 -0
- package/dist-cjs/schemas/schemas_0.js +16 -14
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +16 -14
- package/dist-types/Route53GlobalResolver.d.ts +1 -1
- package/dist-types/Route53GlobalResolverClient.d.ts +1 -1
- package/dist-types/commands/AssociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalResolverCommand.d.ts +6 -1
- package/dist-types/commands/DeleteAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/DisableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/EnableDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/GetAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSViewCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleCommand.d.ts +2 -2
- package/dist-types/commands/GetGlobalResolverCommand.d.ts +5 -1
- package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/ListAccessSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +1 -1
- package/dist-types/commands/ListDNSViewsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +2 -2
- package/dist-types/commands/ListGlobalResolversCommand.d.ts +5 -1
- package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessTokenCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDNSViewCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +4 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -3
- package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +9 -1
- package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +4 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/errors.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +78 -18
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/package.json +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlockOverrideDnsQueryType, ConfidenceThreshold, CRResourceStatus, DnsAdvancedProtection, DnsProtocol, DnsSecValidationType, EdnsClientSubnetType, FirewallBlockResponse, FirewallRuleAction, FirewallRulesFailOpenType, HostedZoneAssociationStatus, IpAddressType, ProfileResourceStatus, TokenStatus } from "./enums";
|
|
1
|
+
import { BlockOverrideDnsQueryType, ConfidenceThreshold, CRResourceStatus, DnsAdvancedProtection, DnsProtocol, DnsSecValidationType, EdnsClientSubnetType, FirewallBlockResponse, FirewallRuleAction, FirewallRulesFailOpenType, GlobalResolverIpAddressType, HostedZoneAssociationStatus, IpAddressType, ProfileResourceStatus, TokenStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -777,7 +777,7 @@ export interface AssociateHostedZoneOutput {
|
|
|
777
777
|
*/
|
|
778
778
|
updatedAt: Date | undefined;
|
|
779
779
|
/**
|
|
780
|
-
* <p>Aggregate status for all the
|
|
780
|
+
* <p>Aggregate status for all the Amazon Web Services Regions in which the Route 53 Global Resolver exists.</p>
|
|
781
781
|
* @public
|
|
782
782
|
*/
|
|
783
783
|
status: HostedZoneAssociationStatus | undefined;
|
|
@@ -1660,18 +1660,23 @@ export interface CreateGlobalResolverInput {
|
|
|
1660
1660
|
* @public
|
|
1661
1661
|
*/
|
|
1662
1662
|
description?: string | undefined;
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>The IP address type for the Route 53 Global Resolver. Valid values are IPV4 (default) or DUAL_STACK for both IPv4 and IPv6 support.</p>
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1667
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
1663
1668
|
/**
|
|
1664
1669
|
* <p>A descriptive name for the Route 53 Global Resolver instance. Maximum length of 64 characters.</p>
|
|
1665
1670
|
* @public
|
|
1666
1671
|
*/
|
|
1667
1672
|
name: string | undefined;
|
|
1668
1673
|
/**
|
|
1669
|
-
* <p>The
|
|
1674
|
+
* <p>The Amazon Web Services Region where query resolution logs and metrics will be aggregated and delivered. If not specified, logging is not enabled.</p>
|
|
1670
1675
|
* @public
|
|
1671
1676
|
*/
|
|
1672
1677
|
observabilityRegion?: string | undefined;
|
|
1673
1678
|
/**
|
|
1674
|
-
* <p>List of
|
|
1679
|
+
* <p>List of Amazon Web Services Regions where the Route 53 Global Resolver will operate. The resolver will be distributed across these Regions to provide global availability and low-latency DNS resolution.</p>
|
|
1675
1680
|
* @public
|
|
1676
1681
|
*/
|
|
1677
1682
|
regions: string[] | undefined;
|
|
@@ -1715,23 +1720,33 @@ export interface CreateGlobalResolverOutput {
|
|
|
1715
1720
|
* @public
|
|
1716
1721
|
*/
|
|
1717
1722
|
dnsName: string | undefined;
|
|
1723
|
+
/**
|
|
1724
|
+
* <p>The IP address type configured for the Route 53 Global Resolver (IPV4 or DUAL_STACK).</p>
|
|
1725
|
+
* @public
|
|
1726
|
+
*/
|
|
1727
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
1718
1728
|
/**
|
|
1719
1729
|
* <p>The global anycast IPv4 addresses associated with the Route 53 Global Resolver. DNS clients can send queries to these addresses from anywhere on the internet.</p>
|
|
1720
1730
|
* @public
|
|
1721
1731
|
*/
|
|
1722
1732
|
ipv4Addresses: string[] | undefined;
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>The global anycast IPv6 addresses associated with the Route 53 Global Resolver. This field is only populated when ipAddressType is DUAL_STACK. DNS clients can send queries to these addresses from anywhere on the internet.</p>
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1737
|
+
ipv6Addresses?: string[] | undefined;
|
|
1723
1738
|
/**
|
|
1724
1739
|
* <p>The name of the Route 53 Global Resolver.</p>
|
|
1725
1740
|
* @public
|
|
1726
1741
|
*/
|
|
1727
1742
|
name: string | undefined;
|
|
1728
1743
|
/**
|
|
1729
|
-
* <p>The
|
|
1744
|
+
* <p>The Amazon Web Services Region where observability data for the Route 53 Global Resolver is stored.</p>
|
|
1730
1745
|
* @public
|
|
1731
1746
|
*/
|
|
1732
1747
|
observabilityRegion?: string | undefined;
|
|
1733
1748
|
/**
|
|
1734
|
-
* <p>The
|
|
1749
|
+
* <p>The Amazon Web Services Regions where the Route 53 Global Resolver is deployed and operational.</p>
|
|
1735
1750
|
* @public
|
|
1736
1751
|
*/
|
|
1737
1752
|
regions: string[] | undefined;
|
|
@@ -1991,7 +2006,7 @@ export interface DeleteGlobalResolverOutput {
|
|
|
1991
2006
|
*/
|
|
1992
2007
|
dnsName: string | undefined;
|
|
1993
2008
|
/**
|
|
1994
|
-
* <p>The
|
|
2009
|
+
* <p>The Amazon Web Services Region where observability data for the deleted Route 53 Global Resolver was stored.</p>
|
|
1995
2010
|
* @public
|
|
1996
2011
|
*/
|
|
1997
2012
|
observabilityRegion?: string | undefined;
|
|
@@ -2006,7 +2021,7 @@ export interface DeleteGlobalResolverOutput {
|
|
|
2006
2021
|
*/
|
|
2007
2022
|
description?: string | undefined;
|
|
2008
2023
|
/**
|
|
2009
|
-
* <p>The
|
|
2024
|
+
* <p>The Amazon Web Services Regions where the deleted Route 53 Global Resolver was deployed and operational.</p>
|
|
2010
2025
|
* @public
|
|
2011
2026
|
*/
|
|
2012
2027
|
regions: string[] | undefined;
|
|
@@ -2030,6 +2045,16 @@ export interface DeleteGlobalResolverOutput {
|
|
|
2030
2045
|
* @public
|
|
2031
2046
|
*/
|
|
2032
2047
|
ipv4Addresses: string[] | undefined;
|
|
2048
|
+
/**
|
|
2049
|
+
* <p>The global anycast IPv6 addresses that were associated with the deleted Route 53 Global Resolver.</p>
|
|
2050
|
+
* @public
|
|
2051
|
+
*/
|
|
2052
|
+
ipv6Addresses?: string[] | undefined;
|
|
2053
|
+
/**
|
|
2054
|
+
* <p>The IP address type that was configured for the deleted Route 53 Global Resolver.</p>
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
2057
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
2033
2058
|
}
|
|
2034
2059
|
/**
|
|
2035
2060
|
* @public
|
|
@@ -2838,7 +2863,7 @@ export interface GetFirewallRuleOutput {
|
|
|
2838
2863
|
*/
|
|
2839
2864
|
description?: string | undefined;
|
|
2840
2865
|
/**
|
|
2841
|
-
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA and
|
|
2866
|
+
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA, DNS_TUNNELING, and DICTIONARY_DGA.</p>
|
|
2842
2867
|
* @public
|
|
2843
2868
|
*/
|
|
2844
2869
|
dnsAdvancedProtection?: DnsAdvancedProtection | undefined;
|
|
@@ -3059,7 +3084,7 @@ export interface UpdateFirewallRuleInput {
|
|
|
3059
3084
|
*/
|
|
3060
3085
|
description?: string | undefined;
|
|
3061
3086
|
/**
|
|
3062
|
-
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA and
|
|
3087
|
+
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA, DNS_TUNNELING, and DICTIONARY_DGA.</p>
|
|
3063
3088
|
* @public
|
|
3064
3089
|
*/
|
|
3065
3090
|
dnsAdvancedProtection?: DnsAdvancedProtection | undefined;
|
|
@@ -3124,7 +3149,7 @@ export interface UpdateFirewallRuleOutput {
|
|
|
3124
3149
|
*/
|
|
3125
3150
|
description?: string | undefined;
|
|
3126
3151
|
/**
|
|
3127
|
-
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA and
|
|
3152
|
+
* <p>The type of the DNS Firewall Advanced rule. Valid values are DGA, DNS_TUNNELING, and DICTIONARY_DGA.</p>
|
|
3128
3153
|
* @public
|
|
3129
3154
|
*/
|
|
3130
3155
|
dnsAdvancedProtection?: DnsAdvancedProtection | undefined;
|
|
@@ -3204,7 +3229,7 @@ export interface GetGlobalResolverOutput {
|
|
|
3204
3229
|
*/
|
|
3205
3230
|
dnsName: string | undefined;
|
|
3206
3231
|
/**
|
|
3207
|
-
* <p>The
|
|
3232
|
+
* <p>The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.</p>
|
|
3208
3233
|
* @public
|
|
3209
3234
|
*/
|
|
3210
3235
|
observabilityRegion?: string | undefined;
|
|
@@ -3219,7 +3244,7 @@ export interface GetGlobalResolverOutput {
|
|
|
3219
3244
|
*/
|
|
3220
3245
|
description?: string | undefined;
|
|
3221
3246
|
/**
|
|
3222
|
-
* <p>The
|
|
3247
|
+
* <p>The Amazon Web Services Regions in which the Global Resolver operate.</p>
|
|
3223
3248
|
* @public
|
|
3224
3249
|
*/
|
|
3225
3250
|
regions: string[] | undefined;
|
|
@@ -3243,6 +3268,16 @@ export interface GetGlobalResolverOutput {
|
|
|
3243
3268
|
* @public
|
|
3244
3269
|
*/
|
|
3245
3270
|
ipv4Addresses: string[] | undefined;
|
|
3271
|
+
/**
|
|
3272
|
+
* <p>List of anycast IPv6 addresses associated with the Global Resolver instance. This field is only populated when ipAddressType is DUAL_STACK.</p>
|
|
3273
|
+
* @public
|
|
3274
|
+
*/
|
|
3275
|
+
ipv6Addresses?: string[] | undefined;
|
|
3276
|
+
/**
|
|
3277
|
+
* <p>The IP address type configured for the Global Resolver.</p>
|
|
3278
|
+
* @public
|
|
3279
|
+
*/
|
|
3280
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
3246
3281
|
}
|
|
3247
3282
|
/**
|
|
3248
3283
|
* @public
|
|
@@ -3285,7 +3320,7 @@ export interface GlobalResolversItem {
|
|
|
3285
3320
|
*/
|
|
3286
3321
|
dnsName: string | undefined;
|
|
3287
3322
|
/**
|
|
3288
|
-
* <p>The
|
|
3323
|
+
* <p>The Amazon Web Services Region where observability data is collected for the global resolver.</p>
|
|
3289
3324
|
* @public
|
|
3290
3325
|
*/
|
|
3291
3326
|
observabilityRegion?: string | undefined;
|
|
@@ -3300,7 +3335,7 @@ export interface GlobalResolversItem {
|
|
|
3300
3335
|
*/
|
|
3301
3336
|
description?: string | undefined;
|
|
3302
3337
|
/**
|
|
3303
|
-
* <p>The
|
|
3338
|
+
* <p>The Amazon Web Services Regions where the global resolver is deployed.</p>
|
|
3304
3339
|
* @public
|
|
3305
3340
|
*/
|
|
3306
3341
|
regions: string[] | undefined;
|
|
@@ -3324,6 +3359,16 @@ export interface GlobalResolversItem {
|
|
|
3324
3359
|
* @public
|
|
3325
3360
|
*/
|
|
3326
3361
|
ipv4Addresses: string[] | undefined;
|
|
3362
|
+
/**
|
|
3363
|
+
* <p>The IPv6 addresses assigned to the global resolver. This field is only populated when ipAddressType is DUAL_STACK.</p>
|
|
3364
|
+
* @public
|
|
3365
|
+
*/
|
|
3366
|
+
ipv6Addresses?: string[] | undefined;
|
|
3367
|
+
/**
|
|
3368
|
+
* <p>The IP address type configured for the global resolver.</p>
|
|
3369
|
+
* @public
|
|
3370
|
+
*/
|
|
3371
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
3327
3372
|
}
|
|
3328
3373
|
/**
|
|
3329
3374
|
* @public
|
|
@@ -3355,7 +3400,7 @@ export interface UpdateGlobalResolverInput {
|
|
|
3355
3400
|
*/
|
|
3356
3401
|
name?: string | undefined;
|
|
3357
3402
|
/**
|
|
3358
|
-
* <p>The
|
|
3403
|
+
* <p>The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.</p>
|
|
3359
3404
|
* @public
|
|
3360
3405
|
*/
|
|
3361
3406
|
observabilityRegion?: string | undefined;
|
|
@@ -3364,6 +3409,11 @@ export interface UpdateGlobalResolverInput {
|
|
|
3364
3409
|
* @public
|
|
3365
3410
|
*/
|
|
3366
3411
|
description?: string | undefined;
|
|
3412
|
+
/**
|
|
3413
|
+
* <p>The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.</p>
|
|
3414
|
+
* @public
|
|
3415
|
+
*/
|
|
3416
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
3367
3417
|
}
|
|
3368
3418
|
/**
|
|
3369
3419
|
* @public
|
|
@@ -3390,7 +3440,7 @@ export interface UpdateGlobalResolverOutput {
|
|
|
3390
3440
|
*/
|
|
3391
3441
|
dnsName: string | undefined;
|
|
3392
3442
|
/**
|
|
3393
|
-
* <p>The
|
|
3443
|
+
* <p>The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.</p>
|
|
3394
3444
|
* @public
|
|
3395
3445
|
*/
|
|
3396
3446
|
observabilityRegion?: string | undefined;
|
|
@@ -3405,7 +3455,7 @@ export interface UpdateGlobalResolverOutput {
|
|
|
3405
3455
|
*/
|
|
3406
3456
|
description?: string | undefined;
|
|
3407
3457
|
/**
|
|
3408
|
-
* <p>The
|
|
3458
|
+
* <p>The Amazon Web Services Regions in which the Global Resolver will operate.</p>
|
|
3409
3459
|
* @public
|
|
3410
3460
|
*/
|
|
3411
3461
|
regions: string[] | undefined;
|
|
@@ -3429,6 +3479,16 @@ export interface UpdateGlobalResolverOutput {
|
|
|
3429
3479
|
* @public
|
|
3430
3480
|
*/
|
|
3431
3481
|
ipv4Addresses: string[] | undefined;
|
|
3482
|
+
/**
|
|
3483
|
+
* <p>List of anycast IPv6 addresses associated with the updated Global Resolver instance. This field is only populated when ipAddressType is DUAL_STACK.</p>
|
|
3484
|
+
* @public
|
|
3485
|
+
*/
|
|
3486
|
+
ipv6Addresses?: string[] | undefined;
|
|
3487
|
+
/**
|
|
3488
|
+
* <p>The IP address type configured for the updated Global Resolver.</p>
|
|
3489
|
+
* @public
|
|
3490
|
+
*/
|
|
3491
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
3432
3492
|
}
|
|
3433
3493
|
/**
|
|
3434
3494
|
* @public
|
|
@@ -66,6 +66,7 @@ export type ConfidenceThreshold =
|
|
|
66
66
|
(typeof ConfidenceThreshold)[keyof typeof ConfidenceThreshold];
|
|
67
67
|
export declare const DnsAdvancedProtection: {
|
|
68
68
|
readonly DGA: "DGA";
|
|
69
|
+
readonly DICTIONARY_DGA: "DICTIONARY_DGA";
|
|
69
70
|
readonly DNS_TUNNELING: "DNS_TUNNELING";
|
|
70
71
|
};
|
|
71
72
|
export type DnsAdvancedProtection =
|
|
@@ -99,3 +100,9 @@ export declare const ProfileResourceStatus: {
|
|
|
99
100
|
};
|
|
100
101
|
export type ProfileResourceStatus =
|
|
101
102
|
(typeof ProfileResourceStatus)[keyof typeof ProfileResourceStatus];
|
|
103
|
+
export declare const GlobalResolverIpAddressType: {
|
|
104
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
105
|
+
readonly IPV4: "IPV4";
|
|
106
|
+
};
|
|
107
|
+
export type GlobalResolverIpAddressType =
|
|
108
|
+
(typeof GlobalResolverIpAddressType)[keyof typeof GlobalResolverIpAddressType];
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
FirewallBlockResponse,
|
|
10
10
|
FirewallRuleAction,
|
|
11
11
|
FirewallRulesFailOpenType,
|
|
12
|
+
GlobalResolverIpAddressType,
|
|
12
13
|
HostedZoneAssociationStatus,
|
|
13
14
|
IpAddressType,
|
|
14
15
|
ProfileResourceStatus,
|
|
@@ -390,6 +391,7 @@ export interface CreateFirewallRuleOutput {
|
|
|
390
391
|
export interface CreateGlobalResolverInput {
|
|
391
392
|
clientToken?: string | undefined;
|
|
392
393
|
description?: string | undefined;
|
|
394
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
393
395
|
name: string | undefined;
|
|
394
396
|
observabilityRegion?: string | undefined;
|
|
395
397
|
regions: string[] | undefined;
|
|
@@ -402,7 +404,9 @@ export interface CreateGlobalResolverOutput {
|
|
|
402
404
|
createdAt: Date | undefined;
|
|
403
405
|
description?: string | undefined;
|
|
404
406
|
dnsName: string | undefined;
|
|
407
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
405
408
|
ipv4Addresses: string[] | undefined;
|
|
409
|
+
ipv6Addresses?: string[] | undefined;
|
|
406
410
|
name: string | undefined;
|
|
407
411
|
observabilityRegion?: string | undefined;
|
|
408
412
|
regions: string[] | undefined;
|
|
@@ -473,6 +477,8 @@ export interface DeleteGlobalResolverOutput {
|
|
|
473
477
|
updatedAt: Date | undefined;
|
|
474
478
|
status: CRResourceStatus | undefined;
|
|
475
479
|
ipv4Addresses: string[] | undefined;
|
|
480
|
+
ipv6Addresses?: string[] | undefined;
|
|
481
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
476
482
|
}
|
|
477
483
|
export interface DisableDNSViewInput {
|
|
478
484
|
dnsViewId: string | undefined;
|
|
@@ -748,6 +754,8 @@ export interface GetGlobalResolverOutput {
|
|
|
748
754
|
updatedAt: Date | undefined;
|
|
749
755
|
status: CRResourceStatus | undefined;
|
|
750
756
|
ipv4Addresses: string[] | undefined;
|
|
757
|
+
ipv6Addresses?: string[] | undefined;
|
|
758
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
751
759
|
}
|
|
752
760
|
export interface ListGlobalResolversInput {
|
|
753
761
|
maxResults?: number | undefined;
|
|
@@ -766,6 +774,8 @@ export interface GlobalResolversItem {
|
|
|
766
774
|
updatedAt: Date | undefined;
|
|
767
775
|
status: CRResourceStatus | undefined;
|
|
768
776
|
ipv4Addresses: string[] | undefined;
|
|
777
|
+
ipv6Addresses?: string[] | undefined;
|
|
778
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
769
779
|
}
|
|
770
780
|
export interface ListGlobalResolversOutput {
|
|
771
781
|
nextToken?: string | undefined;
|
|
@@ -776,6 +786,7 @@ export interface UpdateGlobalResolverInput {
|
|
|
776
786
|
name?: string | undefined;
|
|
777
787
|
observabilityRegion?: string | undefined;
|
|
778
788
|
description?: string | undefined;
|
|
789
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
779
790
|
}
|
|
780
791
|
export interface UpdateGlobalResolverOutput {
|
|
781
792
|
id: string | undefined;
|
|
@@ -790,6 +801,8 @@ export interface UpdateGlobalResolverOutput {
|
|
|
790
801
|
updatedAt: Date | undefined;
|
|
791
802
|
status: CRResourceStatus | undefined;
|
|
792
803
|
ipv4Addresses: string[] | undefined;
|
|
804
|
+
ipv6Addresses?: string[] | undefined;
|
|
805
|
+
ipAddressType?: GlobalResolverIpAddressType | undefined;
|
|
793
806
|
}
|
|
794
807
|
export interface GetHostedZoneAssociationInput {
|
|
795
808
|
hostedZoneAssociationId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53globalresolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53globalresolver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1005.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route53globalresolver",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.19",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.19",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.20",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
31
31
|
"@aws-sdk/types": "^3.973.5",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.5",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.10",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.9",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.13",
|
|
38
38
|
"@smithy/hash-node": "^4.2.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.11",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.23",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.40",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.12",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.11",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.11",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.14",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.11",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.3",
|
|
49
49
|
"@smithy/types": "^4.13.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.11",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.39",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.42",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.11",
|
|
58
58
|
"@smithy/util-retry": "^4.2.11",
|