@aws-sdk/client-route53resolver 3.428.0 → 3.429.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.
@@ -98,7 +98,7 @@ export interface AssociateFirewallRuleGroupRequest {
98
98
  * <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
99
99
  * When you create the association, the default setting is <code>DISABLED</code>. </p>
100
100
  */
101
- MutationProtection?: MutationProtectionStatus | string;
101
+ MutationProtection?: MutationProtectionStatus;
102
102
  /**
103
103
  * @public
104
104
  * <p>A list of the tag keys and values that you want to associate with the rule group association. </p>
@@ -159,7 +159,7 @@ export interface FirewallRuleGroupAssociation {
159
159
  * @public
160
160
  * <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>
161
161
  */
162
- MutationProtection?: MutationProtectionStatus | string;
162
+ MutationProtection?: MutationProtectionStatus;
163
163
  /**
164
164
  * @public
165
165
  * <p>The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to
@@ -170,7 +170,7 @@ export interface FirewallRuleGroupAssociation {
170
170
  * @public
171
171
  * <p>The current status of the association.</p>
172
172
  */
173
- Status?: FirewallRuleGroupAssociationStatus | string;
173
+ Status?: FirewallRuleGroupAssociationStatus;
174
174
  /**
175
175
  * @public
176
176
  * <p>Additional information about the status of the response, if available.</p>
@@ -444,7 +444,7 @@ export interface ResolverEndpoint {
444
444
  * </li>
445
445
  * </ul>
446
446
  */
447
- Direction?: ResolverEndpointDirection | string;
447
+ Direction?: ResolverEndpointDirection;
448
448
  /**
449
449
  * @public
450
450
  * <p>The number of IP addresses that the Resolver endpoint can use for DNS queries.</p>
@@ -502,7 +502,7 @@ export interface ResolverEndpoint {
502
502
  * </li>
503
503
  * </ul>
504
504
  */
505
- Status?: ResolverEndpointStatus | string;
505
+ Status?: ResolverEndpointStatus;
506
506
  /**
507
507
  * @public
508
508
  * <p>A detailed description of the status of the Resolver endpoint.</p>
@@ -524,7 +524,7 @@ export interface ResolverEndpoint {
524
524
  * The Resolver endpoint IP address type.
525
525
  * </p>
526
526
  */
527
- ResolverEndpointType?: ResolverEndpointType | string;
527
+ ResolverEndpointType?: ResolverEndpointType;
528
528
  /**
529
529
  * @public
530
530
  * <p>The ARN (Amazon Resource Name) for the Outpost.</p>
@@ -693,7 +693,7 @@ export interface ResolverQueryLogConfigAssociation {
693
693
  * </li>
694
694
  * </ul>
695
695
  */
696
- Status?: ResolverQueryLogConfigAssociationStatus | string;
696
+ Status?: ResolverQueryLogConfigAssociationStatus;
697
697
  /**
698
698
  * @public
699
699
  * <p>If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code> indicates the cause:</p>
@@ -709,7 +709,7 @@ export interface ResolverQueryLogConfigAssociation {
709
709
  * </ul>
710
710
  * <p>If the value of <code>Status</code> is a value other than <code>FAILED</code>, <code>Error</code> is null. </p>
711
711
  */
712
- Error?: ResolverQueryLogConfigAssociationError | string;
712
+ Error?: ResolverQueryLogConfigAssociationError;
713
713
  /**
714
714
  * @public
715
715
  * <p>Contains additional information about the error. If the value or <code>Error</code> is null, the value of <code>ErrorMessage</code> also is null.</p>
@@ -804,7 +804,7 @@ export interface ResolverRuleAssociation {
804
804
  * @public
805
805
  * <p>A code that specifies the current status of the association between a Resolver rule and a VPC.</p>
806
806
  */
807
- Status?: ResolverRuleAssociationStatus | string;
807
+ Status?: ResolverRuleAssociationStatus;
808
808
  /**
809
809
  * @public
810
810
  * <p>A detailed description of the status of the association between a Resolver rule and a VPC.</p>
@@ -943,7 +943,7 @@ export interface FirewallDomainList {
943
943
  * @public
944
944
  * <p>The status of the domain list. </p>
945
945
  */
946
- Status?: FirewallDomainListStatus | string;
946
+ Status?: FirewallDomainListStatus;
947
947
  /**
948
948
  * @public
949
949
  * <p>Additional information about the status of the list, if available.</p>
@@ -1031,7 +1031,7 @@ export interface CreateFirewallRuleRequest {
1031
1031
  * </li>
1032
1032
  * </ul>
1033
1033
  */
1034
- Action: Action | string | undefined;
1034
+ Action: Action | undefined;
1035
1035
  /**
1036
1036
  * @public
1037
1037
  * <p>The way that you want DNS Firewall to block the request, used with the rule action
@@ -1052,7 +1052,7 @@ export interface CreateFirewallRuleRequest {
1052
1052
  * </ul>
1053
1053
  * <p>This setting is required if the rule action setting is <code>BLOCK</code>.</p>
1054
1054
  */
1055
- BlockResponse?: BlockResponse | string;
1055
+ BlockResponse?: BlockResponse;
1056
1056
  /**
1057
1057
  * @public
1058
1058
  * <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -1064,7 +1064,7 @@ export interface CreateFirewallRuleRequest {
1064
1064
  * <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
1065
1065
  * <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>
1066
1066
  */
1067
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
1067
+ BlockOverrideDnsType?: BlockOverrideDnsType;
1068
1068
  /**
1069
1069
  * @public
1070
1070
  * <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -1120,7 +1120,7 @@ export interface FirewallRule {
1120
1120
  * </li>
1121
1121
  * </ul>
1122
1122
  */
1123
- Action?: Action | string;
1123
+ Action?: Action;
1124
1124
  /**
1125
1125
  * @public
1126
1126
  * <p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>
@@ -1139,7 +1139,7 @@ export interface FirewallRule {
1139
1139
  * </li>
1140
1140
  * </ul>
1141
1141
  */
1142
- BlockResponse?: BlockResponse | string;
1142
+ BlockResponse?: BlockResponse;
1143
1143
  /**
1144
1144
  * @public
1145
1145
  * <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -1149,7 +1149,7 @@ export interface FirewallRule {
1149
1149
  * @public
1150
1150
  * <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
1151
1151
  */
1152
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
1152
+ BlockOverrideDnsType?: BlockOverrideDnsType;
1153
1153
  /**
1154
1154
  * @public
1155
1155
  * <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -1260,7 +1260,7 @@ export interface FirewallRuleGroup {
1260
1260
  * @public
1261
1261
  * <p>The status of the domain list. </p>
1262
1262
  */
1263
- Status?: FirewallRuleGroupStatus | string;
1263
+ Status?: FirewallRuleGroupStatus;
1264
1264
  /**
1265
1265
  * @public
1266
1266
  * <p>Additional information about the status of the rule group, if available.</p>
@@ -1284,7 +1284,7 @@ export interface FirewallRuleGroup {
1284
1284
  * <p>Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another
1285
1285
  * Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
1286
1286
  */
1287
- ShareStatus?: ShareStatus | string;
1287
+ ShareStatus?: ShareStatus;
1288
1288
  /**
1289
1289
  * @public
1290
1290
  * <p>The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC). </p>
@@ -1420,7 +1420,7 @@ export interface OutpostResolver {
1420
1420
  * @public
1421
1421
  * <p>Status of the Resolver.</p>
1422
1422
  */
1423
- Status?: OutpostResolverStatus | string;
1423
+ Status?: OutpostResolverStatus;
1424
1424
  /**
1425
1425
  * @public
1426
1426
  * <p>A detailed description of the Resolver.</p>
@@ -1520,7 +1520,7 @@ export interface CreateResolverEndpointRequest {
1520
1520
  * </li>
1521
1521
  * </ul>
1522
1522
  */
1523
- Direction: ResolverEndpointDirection | string | undefined;
1523
+ Direction: ResolverEndpointDirection | undefined;
1524
1524
  /**
1525
1525
  * @public
1526
1526
  * <p>The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward
@@ -1540,7 +1540,7 @@ export interface CreateResolverEndpointRequest {
1540
1540
  * endpoint type is applied to all IP addresses.
1541
1541
  * </p>
1542
1542
  */
1543
- ResolverEndpointType?: ResolverEndpointType | string;
1543
+ ResolverEndpointType?: ResolverEndpointType;
1544
1544
  /**
1545
1545
  * @public
1546
1546
  * <p>The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a
@@ -1685,13 +1685,13 @@ export interface ResolverQueryLogConfig {
1685
1685
  * </li>
1686
1686
  * </ul>
1687
1687
  */
1688
- Status?: ResolverQueryLogConfigStatus | string;
1688
+ Status?: ResolverQueryLogConfigStatus;
1689
1689
  /**
1690
1690
  * @public
1691
1691
  * <p>An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another
1692
1692
  * Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
1693
1693
  */
1694
- ShareStatus?: ShareStatus | string;
1694
+ ShareStatus?: ShareStatus;
1695
1695
  /**
1696
1696
  * @public
1697
1697
  * <p>The number of VPCs that are associated with the query logging configuration.</p>
@@ -1800,7 +1800,7 @@ export interface CreateResolverRuleRequest {
1800
1800
  * <code>SYSTEM</code> for <code>RuleType</code>.</p>
1801
1801
  * <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
1802
1802
  */
1803
- RuleType: RuleTypeOption | string | undefined;
1803
+ RuleType: RuleTypeOption | undefined;
1804
1804
  /**
1805
1805
  * @public
1806
1806
  * <p>DNS queries for this domain name are forwarded to the IP addresses that you specify in <code>TargetIps</code>. If a query matches
@@ -1881,7 +1881,7 @@ export interface ResolverRule {
1881
1881
  * @public
1882
1882
  * <p>A code that specifies the current status of the Resolver rule.</p>
1883
1883
  */
1884
- Status?: ResolverRuleStatus | string;
1884
+ Status?: ResolverRuleStatus;
1885
1885
  /**
1886
1886
  * @public
1887
1887
  * <p>A detailed description of the status of a Resolver rule.</p>
@@ -1897,7 +1897,7 @@ export interface ResolverRule {
1897
1897
  * <code>SYSTEM</code> for <code>RuleType</code>.</p>
1898
1898
  * <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>
1899
1899
  */
1900
- RuleType?: RuleTypeOption | string;
1900
+ RuleType?: RuleTypeOption;
1901
1901
  /**
1902
1902
  * @public
1903
1903
  * <p>The name for the Resolver rule, which you specified when you created the Resolver rule.</p>
@@ -1924,7 +1924,7 @@ export interface ResolverRule {
1924
1924
  * <p>Whether the rule is shared and, if so, whether the current account is sharing the rule with
1925
1925
  * another account, or another account is sharing the rule with the current account.</p>
1926
1926
  */
1927
- ShareStatus?: ShareStatus | string;
1927
+ ShareStatus?: ShareStatus;
1928
1928
  /**
1929
1929
  * @public
1930
1930
  * <p>The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).</p>
@@ -2515,7 +2515,7 @@ export interface FirewallConfig {
2515
2515
  * </ul>
2516
2516
  * <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>
2517
2517
  */
2518
- FirewallFailOpen?: FirewallFailOpenStatus | string;
2518
+ FirewallFailOpen?: FirewallFailOpenStatus;
2519
2519
  }
2520
2520
  /**
2521
2521
  * @public
@@ -2614,7 +2614,7 @@ export interface FirewallRuleGroupMetadata {
2614
2614
  * <p>Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another
2615
2615
  * Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).</p>
2616
2616
  */
2617
- ShareStatus?: ShareStatus | string;
2617
+ ShareStatus?: ShareStatus;
2618
2618
  }
2619
2619
  /**
2620
2620
  * @public
@@ -2813,7 +2813,7 @@ export interface ResolverConfig {
2813
2813
  * </li>
2814
2814
  * </ul>
2815
2815
  */
2816
- AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
2816
+ AutodefinedReverse?: ResolverAutodefinedReverseStatus;
2817
2817
  }
2818
2818
  /**
2819
2819
  * @public
@@ -2894,7 +2894,7 @@ export interface ResolverDnssecConfig {
2894
2894
  * </li>
2895
2895
  * </ul>
2896
2896
  */
2897
- ValidationStatus?: ResolverDNSSECValidationStatus | string;
2897
+ ValidationStatus?: ResolverDNSSECValidationStatus;
2898
2898
  }
2899
2899
  /**
2900
2900
  * @public
@@ -3073,7 +3073,7 @@ export interface ImportFirewallDomainsRequest {
3073
3073
  * @public
3074
3074
  * <p>What you want DNS Firewall to do with the domains that are listed in the file. This must be set to <code>REPLACE</code>, which updates the domain list to exactly match the list in the file. </p>
3075
3075
  */
3076
- Operation: FirewallDomainImportOperation | string | undefined;
3076
+ Operation: FirewallDomainImportOperation | undefined;
3077
3077
  /**
3078
3078
  * @public
3079
3079
  * <p>The fully qualified URL or URI of the file stored in Amazon Simple Storage Service
@@ -3101,7 +3101,7 @@ export interface ImportFirewallDomainsResponse {
3101
3101
  * @public
3102
3102
  * <p>Status of the import request.</p>
3103
3103
  */
3104
- Status?: FirewallDomainListStatus | string;
3104
+ Status?: FirewallDomainListStatus;
3105
3105
  /**
3106
3106
  * @public
3107
3107
  * <p>Additional information about the status of the list, if available.</p>
@@ -3202,7 +3202,7 @@ export interface IpAddressResponse {
3202
3202
  * @public
3203
3203
  * <p>A status code that gives the current status of the request.</p>
3204
3204
  */
3205
- Status?: IpAddressStatus | string;
3205
+ Status?: IpAddressStatus;
3206
3206
  /**
3207
3207
  * @public
3208
3208
  * <p>A message that provides additional information about the status of the request.</p>
@@ -3370,7 +3370,7 @@ export interface ListFirewallRuleGroupAssociationsRequest {
3370
3370
  * @public
3371
3371
  * <p>The association <code>Status</code> setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.</p>
3372
3372
  */
3373
- Status?: FirewallRuleGroupAssociationStatus | string;
3373
+ Status?: FirewallRuleGroupAssociationStatus;
3374
3374
  /**
3375
3375
  * @public
3376
3376
  * <p>The maximum number of objects that you want Resolver to return for this request. If more
@@ -3480,7 +3480,7 @@ export interface ListFirewallRulesRequest {
3480
3480
  * </li>
3481
3481
  * </ul>
3482
3482
  */
3483
- Action?: Action | string;
3483
+ Action?: Action;
3484
3484
  /**
3485
3485
  * @public
3486
3486
  * <p>The maximum number of objects that you want Resolver to return for this request. If more
@@ -3866,7 +3866,7 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
3866
3866
  * you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
3867
3867
  * </note>
3868
3868
  */
3869
- SortOrder?: SortOrder | string;
3869
+ SortOrder?: SortOrder;
3870
3870
  }
3871
3871
  /**
3872
3872
  * @public
@@ -4016,7 +4016,7 @@ export interface ListResolverQueryLogConfigsRequest {
4016
4016
  * you must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>
4017
4017
  * </note>
4018
4018
  */
4019
- SortOrder?: SortOrder | string;
4019
+ SortOrder?: SortOrder;
4020
4020
  }
4021
4021
  /**
4022
4022
  * @public
@@ -4470,7 +4470,7 @@ export interface UpdateFirewallConfigRequest {
4470
4470
  * </ul>
4471
4471
  * <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>
4472
4472
  */
4473
- FirewallFailOpen: FirewallFailOpenStatus | string | undefined;
4473
+ FirewallFailOpen: FirewallFailOpenStatus | undefined;
4474
4474
  }
4475
4475
  /**
4476
4476
  * @public
@@ -4509,7 +4509,7 @@ export interface UpdateFirewallDomainsRequest {
4509
4509
  * </li>
4510
4510
  * </ul>
4511
4511
  */
4512
- Operation: FirewallDomainUpdateOperation | string | undefined;
4512
+ Operation: FirewallDomainUpdateOperation | undefined;
4513
4513
  /**
4514
4514
  * @public
4515
4515
  * <p>A list of domains to use in the update operation.</p>
@@ -4552,7 +4552,7 @@ export interface UpdateFirewallDomainsResponse {
4552
4552
  * @public
4553
4553
  * <p>Status of the <code>UpdateFirewallDomains</code> request.</p>
4554
4554
  */
4555
- Status?: FirewallDomainListStatus | string;
4555
+ Status?: FirewallDomainListStatus;
4556
4556
  /**
4557
4557
  * @public
4558
4558
  * <p>Additional information about the status of the list, if available.</p>
@@ -4600,7 +4600,7 @@ export interface UpdateFirewallRuleRequest {
4600
4600
  * </li>
4601
4601
  * </ul>
4602
4602
  */
4603
- Action?: Action | string;
4603
+ Action?: Action;
4604
4604
  /**
4605
4605
  * @public
4606
4606
  * <p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>
@@ -4619,7 +4619,7 @@ export interface UpdateFirewallRuleRequest {
4619
4619
  * </li>
4620
4620
  * </ul>
4621
4621
  */
4622
- BlockResponse?: BlockResponse | string;
4622
+ BlockResponse?: BlockResponse;
4623
4623
  /**
4624
4624
  * @public
4625
4625
  * <p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -4629,7 +4629,7 @@ export interface UpdateFirewallRuleRequest {
4629
4629
  * @public
4630
4630
  * <p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
4631
4631
  */
4632
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
4632
+ BlockOverrideDnsType?: BlockOverrideDnsType;
4633
4633
  /**
4634
4634
  * @public
4635
4635
  * <p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>
@@ -4674,7 +4674,7 @@ export interface UpdateFirewallRuleGroupAssociationRequest {
4674
4674
  * @public
4675
4675
  * <p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>
4676
4676
  */
4677
- MutationProtection?: MutationProtectionStatus | string;
4677
+ MutationProtection?: MutationProtectionStatus;
4678
4678
  /**
4679
4679
  * @public
4680
4680
  * <p>The name of the rule group association.</p>
@@ -4752,7 +4752,7 @@ export interface UpdateResolverConfigRequest {
4752
4752
  * </note>
4753
4753
  * <p></p>
4754
4754
  */
4755
- AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
4755
+ AutodefinedReverseFlag: AutodefinedReverseFlag | undefined;
4756
4756
  }
4757
4757
  /**
4758
4758
  * @public
@@ -4791,7 +4791,7 @@ export interface UpdateResolverDnssecConfigRequest {
4791
4791
  * <p>The new value that you are specifying for DNSSEC validation for the VPC. The value can be <code>ENABLE</code>
4792
4792
  * or <code>DISABLE</code>. Be aware that it can take time for a validation status change to be completed.</p>
4793
4793
  */
4794
- Validation: Validation | string | undefined;
4794
+ Validation: Validation | undefined;
4795
4795
  }
4796
4796
  /**
4797
4797
  * @public
@@ -4844,7 +4844,7 @@ export interface UpdateResolverEndpointRequest {
4844
4844
  * </p>
4845
4845
  * <p>Updating to <code>IPV6</code> type isn't currently supported.</p>
4846
4846
  */
4847
- ResolverEndpointType?: ResolverEndpointType | string;
4847
+ ResolverEndpointType?: ResolverEndpointType;
4848
4848
  /**
4849
4849
  * @public
4850
4850
  * <p>
@@ -30,7 +30,7 @@ export interface AssociateFirewallRuleGroupRequest {
30
30
  VpcId: string | undefined;
31
31
  Priority: number | undefined;
32
32
  Name: string | undefined;
33
- MutationProtection?: MutationProtectionStatus | string;
33
+ MutationProtection?: MutationProtectionStatus;
34
34
  Tags?: Tag[];
35
35
  }
36
36
  export declare const FirewallRuleGroupAssociationStatus: {
@@ -47,9 +47,9 @@ export interface FirewallRuleGroupAssociation {
47
47
  VpcId?: string;
48
48
  Name?: string;
49
49
  Priority?: number;
50
- MutationProtection?: MutationProtectionStatus | string;
50
+ MutationProtection?: MutationProtectionStatus;
51
51
  ManagedOwnerName?: string;
52
- Status?: FirewallRuleGroupAssociationStatus | string;
52
+ Status?: FirewallRuleGroupAssociationStatus;
53
53
  StatusMessage?: string;
54
54
  CreatorRequestId?: string;
55
55
  CreationTime?: string;
@@ -145,14 +145,14 @@ export interface ResolverEndpoint {
145
145
  Arn?: string;
146
146
  Name?: string;
147
147
  SecurityGroupIds?: string[];
148
- Direction?: ResolverEndpointDirection | string;
148
+ Direction?: ResolverEndpointDirection;
149
149
  IpAddressCount?: number;
150
150
  HostVPCId?: string;
151
- Status?: ResolverEndpointStatus | string;
151
+ Status?: ResolverEndpointStatus;
152
152
  StatusMessage?: string;
153
153
  CreationTime?: string;
154
154
  ModificationTime?: string;
155
- ResolverEndpointType?: ResolverEndpointType | string;
155
+ ResolverEndpointType?: ResolverEndpointType;
156
156
  OutpostArn?: string;
157
157
  PreferredInstanceType?: string;
158
158
  }
@@ -210,8 +210,8 @@ export interface ResolverQueryLogConfigAssociation {
210
210
  Id?: string;
211
211
  ResolverQueryLogConfigId?: string;
212
212
  ResourceId?: string;
213
- Status?: ResolverQueryLogConfigAssociationStatus | string;
214
- Error?: ResolverQueryLogConfigAssociationError | string;
213
+ Status?: ResolverQueryLogConfigAssociationStatus;
214
+ Error?: ResolverQueryLogConfigAssociationError;
215
215
  ErrorMessage?: string;
216
216
  CreationTime?: string;
217
217
  }
@@ -237,7 +237,7 @@ export interface ResolverRuleAssociation {
237
237
  ResolverRuleId?: string;
238
238
  Name?: string;
239
239
  VPCId?: string;
240
- Status?: ResolverRuleAssociationStatus | string;
240
+ Status?: ResolverRuleAssociationStatus;
241
241
  StatusMessage?: string;
242
242
  }
243
243
  export interface AssociateResolverRuleResponse {
@@ -289,7 +289,7 @@ export interface FirewallDomainList {
289
289
  Arn?: string;
290
290
  Name?: string;
291
291
  DomainCount?: number;
292
- Status?: FirewallDomainListStatus | string;
292
+ Status?: FirewallDomainListStatus;
293
293
  StatusMessage?: string;
294
294
  ManagedOwnerName?: string;
295
295
  CreatorRequestId?: string;
@@ -304,10 +304,10 @@ export interface CreateFirewallRuleRequest {
304
304
  FirewallRuleGroupId: string | undefined;
305
305
  FirewallDomainListId: string | undefined;
306
306
  Priority: number | undefined;
307
- Action: Action | string | undefined;
308
- BlockResponse?: BlockResponse | string;
307
+ Action: Action | undefined;
308
+ BlockResponse?: BlockResponse;
309
309
  BlockOverrideDomain?: string;
310
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
310
+ BlockOverrideDnsType?: BlockOverrideDnsType;
311
311
  BlockOverrideTtl?: number;
312
312
  Name: string | undefined;
313
313
  }
@@ -316,10 +316,10 @@ export interface FirewallRule {
316
316
  FirewallDomainListId?: string;
317
317
  Name?: string;
318
318
  Priority?: number;
319
- Action?: Action | string;
320
- BlockResponse?: BlockResponse | string;
319
+ Action?: Action;
320
+ BlockResponse?: BlockResponse;
321
321
  BlockOverrideDomain?: string;
322
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
322
+ BlockOverrideDnsType?: BlockOverrideDnsType;
323
323
  BlockOverrideTtl?: number;
324
324
  CreatorRequestId?: string;
325
325
  CreationTime?: string;
@@ -351,11 +351,11 @@ export interface FirewallRuleGroup {
351
351
  Arn?: string;
352
352
  Name?: string;
353
353
  RuleCount?: number;
354
- Status?: FirewallRuleGroupStatus | string;
354
+ Status?: FirewallRuleGroupStatus;
355
355
  StatusMessage?: string;
356
356
  OwnerId?: string;
357
357
  CreatorRequestId?: string;
358
- ShareStatus?: ShareStatus | string;
358
+ ShareStatus?: ShareStatus;
359
359
  CreationTime?: string;
360
360
  ModificationTime?: string;
361
361
  }
@@ -390,7 +390,7 @@ export interface OutpostResolver {
390
390
  InstanceCount?: number;
391
391
  PreferredInstanceType?: string;
392
392
  Name?: string;
393
- Status?: OutpostResolverStatus | string;
393
+ Status?: OutpostResolverStatus;
394
394
  StatusMessage?: string;
395
395
  OutpostArn?: string;
396
396
  }
@@ -414,10 +414,10 @@ export interface CreateResolverEndpointRequest {
414
414
  CreatorRequestId: string | undefined;
415
415
  Name?: string;
416
416
  SecurityGroupIds: string[] | undefined;
417
- Direction: ResolverEndpointDirection | string | undefined;
417
+ Direction: ResolverEndpointDirection | undefined;
418
418
  IpAddresses: IpAddressRequest[] | undefined;
419
419
  Tags?: Tag[];
420
- ResolverEndpointType?: ResolverEndpointType | string;
420
+ ResolverEndpointType?: ResolverEndpointType;
421
421
  OutpostArn?: string;
422
422
  PreferredInstanceType?: string;
423
423
  }
@@ -441,8 +441,8 @@ export type ResolverQueryLogConfigStatus =
441
441
  export interface ResolverQueryLogConfig {
442
442
  Id?: string;
443
443
  OwnerId?: string;
444
- Status?: ResolverQueryLogConfigStatus | string;
445
- ShareStatus?: ShareStatus | string;
444
+ Status?: ResolverQueryLogConfigStatus;
445
+ ShareStatus?: ShareStatus;
446
446
  AssociationCount?: number;
447
447
  Arn?: string;
448
448
  Name?: string;
@@ -468,7 +468,7 @@ export interface TargetAddress {
468
468
  export interface CreateResolverRuleRequest {
469
469
  CreatorRequestId: string | undefined;
470
470
  Name?: string;
471
- RuleType: RuleTypeOption | string | undefined;
471
+ RuleType: RuleTypeOption | undefined;
472
472
  DomainName: string | undefined;
473
473
  TargetIps?: TargetAddress[];
474
474
  ResolverEndpointId?: string;
@@ -487,14 +487,14 @@ export interface ResolverRule {
487
487
  CreatorRequestId?: string;
488
488
  Arn?: string;
489
489
  DomainName?: string;
490
- Status?: ResolverRuleStatus | string;
490
+ Status?: ResolverRuleStatus;
491
491
  StatusMessage?: string;
492
- RuleType?: RuleTypeOption | string;
492
+ RuleType?: RuleTypeOption;
493
493
  Name?: string;
494
494
  TargetIps?: TargetAddress[];
495
495
  ResolverEndpointId?: string;
496
496
  OwnerId?: string;
497
- ShareStatus?: ShareStatus | string;
497
+ ShareStatus?: ShareStatus;
498
498
  CreationTime?: string;
499
499
  ModificationTime?: string;
500
500
  }
@@ -595,7 +595,7 @@ export interface FirewallConfig {
595
595
  Id?: string;
596
596
  ResourceId?: string;
597
597
  OwnerId?: string;
598
- FirewallFailOpen?: FirewallFailOpenStatus | string;
598
+ FirewallFailOpen?: FirewallFailOpenStatus;
599
599
  }
600
600
  export declare const FirewallDomainImportOperation: {
601
601
  readonly REPLACE: "REPLACE";
@@ -622,7 +622,7 @@ export interface FirewallRuleGroupMetadata {
622
622
  Name?: string;
623
623
  OwnerId?: string;
624
624
  CreatorRequestId?: string;
625
- ShareStatus?: ShareStatus | string;
625
+ ShareStatus?: ShareStatus;
626
626
  }
627
627
  export interface GetFirewallConfigRequest {
628
628
  ResourceId: string | undefined;
@@ -677,7 +677,7 @@ export interface ResolverConfig {
677
677
  Id?: string;
678
678
  ResourceId?: string;
679
679
  OwnerId?: string;
680
- AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
680
+ AutodefinedReverse?: ResolverAutodefinedReverseStatus;
681
681
  }
682
682
  export interface GetResolverConfigResponse {
683
683
  ResolverConfig?: ResolverConfig;
@@ -699,7 +699,7 @@ export interface ResolverDnssecConfig {
699
699
  Id?: string;
700
700
  OwnerId?: string;
701
701
  ResourceId?: string;
702
- ValidationStatus?: ResolverDNSSECValidationStatus | string;
702
+ ValidationStatus?: ResolverDNSSECValidationStatus;
703
703
  }
704
704
  export interface GetResolverDnssecConfigResponse {
705
705
  ResolverDNSSECConfig?: ResolverDnssecConfig;
@@ -756,13 +756,13 @@ export interface GetResolverRulePolicyResponse {
756
756
  }
757
757
  export interface ImportFirewallDomainsRequest {
758
758
  FirewallDomainListId: string | undefined;
759
- Operation: FirewallDomainImportOperation | string | undefined;
759
+ Operation: FirewallDomainImportOperation | undefined;
760
760
  DomainFileUrl: string | undefined;
761
761
  }
762
762
  export interface ImportFirewallDomainsResponse {
763
763
  Id?: string;
764
764
  Name?: string;
765
- Status?: FirewallDomainListStatus | string;
765
+ Status?: FirewallDomainListStatus;
766
766
  StatusMessage?: string;
767
767
  }
768
768
  export declare class InvalidNextTokenException extends __BaseException {
@@ -810,7 +810,7 @@ export interface IpAddressResponse {
810
810
  SubnetId?: string;
811
811
  Ip?: string;
812
812
  Ipv6?: string;
813
- Status?: IpAddressStatus | string;
813
+ Status?: IpAddressStatus;
814
814
  StatusMessage?: string;
815
815
  CreationTime?: string;
816
816
  ModificationTime?: string;
@@ -844,7 +844,7 @@ export interface ListFirewallRuleGroupAssociationsRequest {
844
844
  FirewallRuleGroupId?: string;
845
845
  VpcId?: string;
846
846
  Priority?: number;
847
- Status?: FirewallRuleGroupAssociationStatus | string;
847
+ Status?: FirewallRuleGroupAssociationStatus;
848
848
  MaxResults?: number;
849
849
  NextToken?: string;
850
850
  }
@@ -863,7 +863,7 @@ export interface ListFirewallRuleGroupsResponse {
863
863
  export interface ListFirewallRulesRequest {
864
864
  FirewallRuleGroupId: string | undefined;
865
865
  Priority?: number;
866
- Action?: Action | string;
866
+ Action?: Action;
867
867
  MaxResults?: number;
868
868
  NextToken?: string;
869
869
  }
@@ -927,7 +927,7 @@ export interface ListResolverQueryLogConfigAssociationsRequest {
927
927
  NextToken?: string;
928
928
  Filters?: Filter[];
929
929
  SortBy?: string;
930
- SortOrder?: SortOrder | string;
930
+ SortOrder?: SortOrder;
931
931
  }
932
932
  export interface ListResolverQueryLogConfigAssociationsResponse {
933
933
  NextToken?: string;
@@ -940,7 +940,7 @@ export interface ListResolverQueryLogConfigsRequest {
940
940
  NextToken?: string;
941
941
  Filters?: Filter[];
942
942
  SortBy?: string;
943
- SortOrder?: SortOrder | string;
943
+ SortOrder?: SortOrder;
944
944
  }
945
945
  export interface ListResolverQueryLogConfigsResponse {
946
946
  NextToken?: string;
@@ -1015,30 +1015,30 @@ export interface UntagResourceRequest {
1015
1015
  export interface UntagResourceResponse {}
1016
1016
  export interface UpdateFirewallConfigRequest {
1017
1017
  ResourceId: string | undefined;
1018
- FirewallFailOpen: FirewallFailOpenStatus | string | undefined;
1018
+ FirewallFailOpen: FirewallFailOpenStatus | undefined;
1019
1019
  }
1020
1020
  export interface UpdateFirewallConfigResponse {
1021
1021
  FirewallConfig?: FirewallConfig;
1022
1022
  }
1023
1023
  export interface UpdateFirewallDomainsRequest {
1024
1024
  FirewallDomainListId: string | undefined;
1025
- Operation: FirewallDomainUpdateOperation | string | undefined;
1025
+ Operation: FirewallDomainUpdateOperation | undefined;
1026
1026
  Domains: string[] | undefined;
1027
1027
  }
1028
1028
  export interface UpdateFirewallDomainsResponse {
1029
1029
  Id?: string;
1030
1030
  Name?: string;
1031
- Status?: FirewallDomainListStatus | string;
1031
+ Status?: FirewallDomainListStatus;
1032
1032
  StatusMessage?: string;
1033
1033
  }
1034
1034
  export interface UpdateFirewallRuleRequest {
1035
1035
  FirewallRuleGroupId: string | undefined;
1036
1036
  FirewallDomainListId: string | undefined;
1037
1037
  Priority?: number;
1038
- Action?: Action | string;
1039
- BlockResponse?: BlockResponse | string;
1038
+ Action?: Action;
1039
+ BlockResponse?: BlockResponse;
1040
1040
  BlockOverrideDomain?: string;
1041
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
1041
+ BlockOverrideDnsType?: BlockOverrideDnsType;
1042
1042
  BlockOverrideTtl?: number;
1043
1043
  Name?: string;
1044
1044
  }
@@ -1048,7 +1048,7 @@ export interface UpdateFirewallRuleResponse {
1048
1048
  export interface UpdateFirewallRuleGroupAssociationRequest {
1049
1049
  FirewallRuleGroupAssociationId: string | undefined;
1050
1050
  Priority?: number;
1051
- MutationProtection?: MutationProtectionStatus | string;
1051
+ MutationProtection?: MutationProtectionStatus;
1052
1052
  Name?: string;
1053
1053
  }
1054
1054
  export interface UpdateFirewallRuleGroupAssociationResponse {
@@ -1065,7 +1065,7 @@ export interface UpdateOutpostResolverResponse {
1065
1065
  }
1066
1066
  export interface UpdateResolverConfigRequest {
1067
1067
  ResourceId: string | undefined;
1068
- AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
1068
+ AutodefinedReverseFlag: AutodefinedReverseFlag | undefined;
1069
1069
  }
1070
1070
  export interface UpdateResolverConfigResponse {
1071
1071
  ResolverConfig?: ResolverConfig;
@@ -1078,7 +1078,7 @@ export declare const Validation: {
1078
1078
  export type Validation = (typeof Validation)[keyof typeof Validation];
1079
1079
  export interface UpdateResolverDnssecConfigRequest {
1080
1080
  ResourceId: string | undefined;
1081
- Validation: Validation | string | undefined;
1081
+ Validation: Validation | undefined;
1082
1082
  }
1083
1083
  export interface UpdateResolverDnssecConfigResponse {
1084
1084
  ResolverDNSSECConfig?: ResolverDnssecConfig;
@@ -1090,7 +1090,7 @@ export interface UpdateIpAddress {
1090
1090
  export interface UpdateResolverEndpointRequest {
1091
1091
  ResolverEndpointId: string | undefined;
1092
1092
  Name?: string;
1093
- ResolverEndpointType?: ResolverEndpointType | string;
1093
+ ResolverEndpointType?: ResolverEndpointType;
1094
1094
  UpdateIpAddresses?: UpdateIpAddress[];
1095
1095
  }
1096
1096
  export interface UpdateResolverEndpointResponse {
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.428.0",
4
+ "version": "3.429.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",