@aws-sdk/client-route53resolver 3.325.0 → 3.326.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-types/commands/AssociateFirewallRuleGroupCommand.d.ts +20 -0
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +22 -0
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +14 -0
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +20 -0
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +22 -0
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +13 -0
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +18 -0
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetResolverConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +14 -0
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +13 -0
- package/dist-types/commands/GetResolverRuleCommand.d.ts +27 -0
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +6 -0
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +15 -0
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +23 -0
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +22 -0
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +14 -0
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +19 -0
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +26 -0
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +19 -0
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +22 -0
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +17 -0
- package/dist-types/commands/ListResolverRulesCommand.d.ts +31 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +20 -0
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +27 -0
- package/package.json +3 -3
|
@@ -42,6 +42,24 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new AssociateFirewallRuleGroupCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // AssociateFirewallRuleGroupResponse
|
|
46
|
+
* // FirewallRuleGroupAssociation: { // FirewallRuleGroupAssociation
|
|
47
|
+
* // Id: "STRING_VALUE",
|
|
48
|
+
* // Arn: "STRING_VALUE",
|
|
49
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
50
|
+
* // VpcId: "STRING_VALUE",
|
|
51
|
+
* // Name: "STRING_VALUE",
|
|
52
|
+
* // Priority: Number("int"),
|
|
53
|
+
* // MutationProtection: "ENABLED" || "DISABLED",
|
|
54
|
+
* // ManagedOwnerName: "STRING_VALUE",
|
|
55
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING",
|
|
56
|
+
* // StatusMessage: "STRING_VALUE",
|
|
57
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
58
|
+
* // CreationTime: "STRING_VALUE",
|
|
59
|
+
* // ModificationTime: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
45
63
|
* ```
|
|
46
64
|
*
|
|
47
65
|
* @param AssociateFirewallRuleGroupCommandInput - {@link AssociateFirewallRuleGroupCommandInput}
|
|
@@ -74,6 +92,8 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
|
|
|
74
92
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
75
93
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
76
94
|
*
|
|
95
|
+
* @throws {@link Route53ResolverServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
77
97
|
*
|
|
78
98
|
*/
|
|
79
99
|
export declare class AssociateFirewallRuleGroupCommand extends $Command<AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -41,6 +41,26 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new AssociateResolverEndpointIpAddressCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // AssociateResolverEndpointIpAddressResponse
|
|
45
|
+
* // ResolverEndpoint: { // ResolverEndpoint
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
48
|
+
* // Arn: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
54
|
+
* // IpAddressCount: Number("int"),
|
|
55
|
+
* // HostVPCId: "STRING_VALUE",
|
|
56
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
57
|
+
* // StatusMessage: "STRING_VALUE",
|
|
58
|
+
* // CreationTime: "STRING_VALUE",
|
|
59
|
+
* // ModificationTime: "STRING_VALUE",
|
|
60
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
44
64
|
* ```
|
|
45
65
|
*
|
|
46
66
|
* @param AssociateResolverEndpointIpAddressCommandInput - {@link AssociateResolverEndpointIpAddressCommandInput}
|
|
@@ -70,6 +90,8 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
|
|
|
70
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
91
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
72
92
|
*
|
|
93
|
+
* @throws {@link Route53ResolverServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
73
95
|
*
|
|
74
96
|
*/
|
|
75
97
|
export declare class AssociateResolverEndpointIpAddressCommand extends $Command<AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,18 @@ export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateR
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new AssociateResolverQueryLogConfigCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // AssociateResolverQueryLogConfigResponse
|
|
44
|
+
* // ResolverQueryLogConfigAssociation: { // ResolverQueryLogConfigAssociation
|
|
45
|
+
* // Id: "STRING_VALUE",
|
|
46
|
+
* // ResolverQueryLogConfigId: "STRING_VALUE",
|
|
47
|
+
* // ResourceId: "STRING_VALUE",
|
|
48
|
+
* // Status: "CREATING" || "ACTIVE" || "ACTION_NEEDED" || "DELETING" || "FAILED",
|
|
49
|
+
* // Error: "NONE" || "DESTINATION_NOT_FOUND" || "ACCESS_DENIED" || "INTERNAL_SERVICE_ERROR",
|
|
50
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
51
|
+
* // CreationTime: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
43
55
|
* ```
|
|
44
56
|
*
|
|
45
57
|
* @param AssociateResolverQueryLogConfigCommandInput - {@link AssociateResolverQueryLogConfigCommandInput}
|
|
@@ -72,6 +84,8 @@ export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateR
|
|
|
72
84
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
85
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
74
86
|
*
|
|
87
|
+
* @throws {@link Route53ResolverServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
75
89
|
*
|
|
76
90
|
*/
|
|
77
91
|
export declare class AssociateResolverQueryLogConfigCommand extends $Command<AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -36,6 +36,17 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new AssociateResolverRuleCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // AssociateResolverRuleResponse
|
|
40
|
+
* // ResolverRuleAssociation: { // ResolverRuleAssociation
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // ResolverRuleId: "STRING_VALUE",
|
|
43
|
+
* // Name: "STRING_VALUE",
|
|
44
|
+
* // VPCId: "STRING_VALUE",
|
|
45
|
+
* // Status: "CREATING" || "COMPLETE" || "DELETING" || "FAILED" || "OVERRIDDEN",
|
|
46
|
+
* // StatusMessage: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
39
50
|
* ```
|
|
40
51
|
*
|
|
41
52
|
* @param AssociateResolverRuleCommandInput - {@link AssociateResolverRuleCommandInput}
|
|
@@ -68,6 +79,8 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul
|
|
|
68
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
80
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
70
81
|
*
|
|
82
|
+
* @throws {@link Route53ResolverServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
71
84
|
*
|
|
72
85
|
*/
|
|
73
86
|
export declare class AssociateResolverRuleCommand extends $Command<AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -38,6 +38,21 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateFirewallDomainListCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateFirewallDomainListResponse
|
|
42
|
+
* // FirewallDomainList: { // FirewallDomainList
|
|
43
|
+
* // Id: "STRING_VALUE",
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // DomainCount: Number("int"),
|
|
47
|
+
* // Status: "COMPLETE" || "COMPLETE_IMPORT_FAILED" || "IMPORTING" || "DELETING" || "UPDATING",
|
|
48
|
+
* // StatusMessage: "STRING_VALUE",
|
|
49
|
+
* // ManagedOwnerName: "STRING_VALUE",
|
|
50
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
51
|
+
* // CreationTime: "STRING_VALUE",
|
|
52
|
+
* // ModificationTime: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
41
56
|
* ```
|
|
42
57
|
*
|
|
43
58
|
* @param CreateFirewallDomainListCommandInput - {@link CreateFirewallDomainListCommandInput}
|
|
@@ -62,6 +77,8 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom
|
|
|
62
77
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
63
78
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
64
79
|
*
|
|
80
|
+
* @throws {@link Route53ResolverServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
65
82
|
*
|
|
66
83
|
*/
|
|
67
84
|
export declare class CreateFirewallDomainListCommand extends $Command<CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -40,6 +40,23 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateFirewallRuleCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateFirewallRuleResponse
|
|
44
|
+
* // FirewallRule: { // FirewallRule
|
|
45
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
46
|
+
* // FirewallDomainListId: "STRING_VALUE",
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // Priority: Number("int"),
|
|
49
|
+
* // Action: "ALLOW" || "BLOCK" || "ALERT",
|
|
50
|
+
* // BlockResponse: "NODATA" || "NXDOMAIN" || "OVERRIDE",
|
|
51
|
+
* // BlockOverrideDomain: "STRING_VALUE",
|
|
52
|
+
* // BlockOverrideDnsType: "CNAME",
|
|
53
|
+
* // BlockOverrideTtl: Number("int"),
|
|
54
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
55
|
+
* // CreationTime: "STRING_VALUE",
|
|
56
|
+
* // ModificationTime: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
43
60
|
* ```
|
|
44
61
|
*
|
|
45
62
|
* @param CreateFirewallRuleCommandInput - {@link CreateFirewallRuleCommandInput}
|
|
@@ -67,6 +84,8 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo
|
|
|
67
84
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
68
85
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
69
86
|
*
|
|
87
|
+
* @throws {@link Route53ResolverServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
70
89
|
*
|
|
71
90
|
*/
|
|
72
91
|
export declare class CreateFirewallRuleCommand extends $Command<CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -39,6 +39,22 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateFirewallRuleGroupCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateFirewallRuleGroupResponse
|
|
43
|
+
* // FirewallRuleGroup: { // FirewallRuleGroup
|
|
44
|
+
* // Id: "STRING_VALUE",
|
|
45
|
+
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // Name: "STRING_VALUE",
|
|
47
|
+
* // RuleCount: Number("int"),
|
|
48
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING",
|
|
49
|
+
* // StatusMessage: "STRING_VALUE",
|
|
50
|
+
* // OwnerId: "STRING_VALUE",
|
|
51
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
52
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
53
|
+
* // CreationTime: "STRING_VALUE",
|
|
54
|
+
* // ModificationTime: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
42
58
|
* ```
|
|
43
59
|
*
|
|
44
60
|
* @param CreateFirewallRuleGroupCommandInput - {@link CreateFirewallRuleGroupCommandInput}
|
|
@@ -63,6 +79,8 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule
|
|
|
63
79
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
64
80
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
65
81
|
*
|
|
82
|
+
* @throws {@link Route53ResolverServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
66
84
|
*
|
|
67
85
|
*/
|
|
68
86
|
export declare class CreateFirewallRuleGroupCommand extends $Command<CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -60,6 +60,26 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new CreateResolverEndpointCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // CreateResolverEndpointResponse
|
|
64
|
+
* // ResolverEndpoint: { // ResolverEndpoint
|
|
65
|
+
* // Id: "STRING_VALUE",
|
|
66
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
67
|
+
* // Arn: "STRING_VALUE",
|
|
68
|
+
* // Name: "STRING_VALUE",
|
|
69
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
73
|
+
* // IpAddressCount: Number("int"),
|
|
74
|
+
* // HostVPCId: "STRING_VALUE",
|
|
75
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
76
|
+
* // StatusMessage: "STRING_VALUE",
|
|
77
|
+
* // CreationTime: "STRING_VALUE",
|
|
78
|
+
* // ModificationTime: "STRING_VALUE",
|
|
79
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
80
|
+
* // },
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
63
83
|
* ```
|
|
64
84
|
*
|
|
65
85
|
* @param CreateResolverEndpointCommandInput - {@link CreateResolverEndpointCommandInput}
|
|
@@ -89,6 +109,8 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
|
|
|
89
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
90
110
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
91
111
|
*
|
|
112
|
+
* @throws {@link Route53ResolverServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
92
114
|
*
|
|
93
115
|
*/
|
|
94
116
|
export declare class CreateResolverEndpointCommand extends $Command<CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -45,6 +45,21 @@ export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolve
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateResolverQueryLogConfigCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateResolverQueryLogConfigResponse
|
|
49
|
+
* // ResolverQueryLogConfig: { // ResolverQueryLogConfig
|
|
50
|
+
* // Id: "STRING_VALUE",
|
|
51
|
+
* // OwnerId: "STRING_VALUE",
|
|
52
|
+
* // Status: "CREATING" || "CREATED" || "DELETING" || "FAILED",
|
|
53
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
54
|
+
* // AssociationCount: Number("int"),
|
|
55
|
+
* // Arn: "STRING_VALUE",
|
|
56
|
+
* // Name: "STRING_VALUE",
|
|
57
|
+
* // DestinationArn: "STRING_VALUE",
|
|
58
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
59
|
+
* // CreationTime: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
48
63
|
* ```
|
|
49
64
|
*
|
|
50
65
|
* @param CreateResolverQueryLogConfigCommandInput - {@link CreateResolverQueryLogConfigCommandInput}
|
|
@@ -77,6 +92,8 @@ export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolve
|
|
|
77
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
93
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
79
94
|
*
|
|
95
|
+
* @throws {@link Route53ResolverServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
80
97
|
*
|
|
81
98
|
*/
|
|
82
99
|
export declare class CreateResolverQueryLogConfigCommand extends $Command<CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -49,6 +49,31 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CreateResolverRuleCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateResolverRuleResponse
|
|
53
|
+
* // ResolverRule: { // ResolverRule
|
|
54
|
+
* // Id: "STRING_VALUE",
|
|
55
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
56
|
+
* // Arn: "STRING_VALUE",
|
|
57
|
+
* // DomainName: "STRING_VALUE",
|
|
58
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
59
|
+
* // StatusMessage: "STRING_VALUE",
|
|
60
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
61
|
+
* // Name: "STRING_VALUE",
|
|
62
|
+
* // TargetIps: [ // TargetList
|
|
63
|
+
* // { // TargetAddress
|
|
64
|
+
* // Ip: "STRING_VALUE",
|
|
65
|
+
* // Port: Number("int"),
|
|
66
|
+
* // Ipv6: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // ResolverEndpointId: "STRING_VALUE",
|
|
70
|
+
* // OwnerId: "STRING_VALUE",
|
|
71
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
72
|
+
* // CreationTime: "STRING_VALUE",
|
|
73
|
+
* // ModificationTime: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
52
77
|
* ```
|
|
53
78
|
*
|
|
54
79
|
* @param CreateResolverRuleCommandInput - {@link CreateResolverRuleCommandInput}
|
|
@@ -81,6 +106,8 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo
|
|
|
81
106
|
* @throws {@link ThrottlingException} (client fault)
|
|
82
107
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
83
108
|
*
|
|
109
|
+
* @throws {@link Route53ResolverServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
84
111
|
*
|
|
85
112
|
*/
|
|
86
113
|
export declare class CreateResolverRuleCommand extends $Command<CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -31,6 +31,21 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFirewallDomainListCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteFirewallDomainListResponse
|
|
35
|
+
* // FirewallDomainList: { // FirewallDomainList
|
|
36
|
+
* // Id: "STRING_VALUE",
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // DomainCount: Number("int"),
|
|
40
|
+
* // Status: "COMPLETE" || "COMPLETE_IMPORT_FAILED" || "IMPORTING" || "DELETING" || "UPDATING",
|
|
41
|
+
* // StatusMessage: "STRING_VALUE",
|
|
42
|
+
* // ManagedOwnerName: "STRING_VALUE",
|
|
43
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
44
|
+
* // CreationTime: "STRING_VALUE",
|
|
45
|
+
* // ModificationTime: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
34
49
|
* ```
|
|
35
50
|
*
|
|
36
51
|
* @param DeleteFirewallDomainListCommandInput - {@link DeleteFirewallDomainListCommandInput}
|
|
@@ -56,6 +71,8 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom
|
|
|
56
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
72
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
58
73
|
*
|
|
74
|
+
* @throws {@link Route53ResolverServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
59
76
|
*
|
|
60
77
|
*/
|
|
61
78
|
export declare class DeleteFirewallDomainListCommand extends $Command<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -32,6 +32,23 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteFirewallRuleCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteFirewallRuleResponse
|
|
36
|
+
* // FirewallRule: { // FirewallRule
|
|
37
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
38
|
+
* // FirewallDomainListId: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Priority: Number("int"),
|
|
41
|
+
* // Action: "ALLOW" || "BLOCK" || "ALERT",
|
|
42
|
+
* // BlockResponse: "NODATA" || "NXDOMAIN" || "OVERRIDE",
|
|
43
|
+
* // BlockOverrideDomain: "STRING_VALUE",
|
|
44
|
+
* // BlockOverrideDnsType: "CNAME",
|
|
45
|
+
* // BlockOverrideTtl: Number("int"),
|
|
46
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
47
|
+
* // CreationTime: "STRING_VALUE",
|
|
48
|
+
* // ModificationTime: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
35
52
|
* ```
|
|
36
53
|
*
|
|
37
54
|
* @param DeleteFirewallRuleCommandInput - {@link DeleteFirewallRuleCommandInput}
|
|
@@ -52,6 +69,8 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo
|
|
|
52
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
53
70
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
54
71
|
*
|
|
72
|
+
* @throws {@link Route53ResolverServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
55
74
|
*
|
|
56
75
|
*/
|
|
57
76
|
export declare class DeleteFirewallRuleCommand extends $Command<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -31,6 +31,22 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFirewallRuleGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteFirewallRuleGroupResponse
|
|
35
|
+
* // FirewallRuleGroup: { // FirewallRuleGroup
|
|
36
|
+
* // Id: "STRING_VALUE",
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // RuleCount: Number("int"),
|
|
40
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING",
|
|
41
|
+
* // StatusMessage: "STRING_VALUE",
|
|
42
|
+
* // OwnerId: "STRING_VALUE",
|
|
43
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
44
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
45
|
+
* // CreationTime: "STRING_VALUE",
|
|
46
|
+
* // ModificationTime: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
34
50
|
* ```
|
|
35
51
|
*
|
|
36
52
|
* @param DeleteFirewallRuleGroupCommandInput - {@link DeleteFirewallRuleGroupCommandInput}
|
|
@@ -60,6 +76,8 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule
|
|
|
60
76
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
61
77
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
62
78
|
*
|
|
79
|
+
* @throws {@link Route53ResolverServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
63
81
|
*
|
|
64
82
|
*/
|
|
65
83
|
export declare class DeleteFirewallRuleGroupCommand extends $Command<DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -43,6 +43,26 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteResolverEndpointCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DeleteResolverEndpointResponse
|
|
47
|
+
* // ResolverEndpoint: { // ResolverEndpoint
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // Name: "STRING_VALUE",
|
|
52
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
56
|
+
* // IpAddressCount: Number("int"),
|
|
57
|
+
* // HostVPCId: "STRING_VALUE",
|
|
58
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
59
|
+
* // StatusMessage: "STRING_VALUE",
|
|
60
|
+
* // CreationTime: "STRING_VALUE",
|
|
61
|
+
* // ModificationTime: "STRING_VALUE",
|
|
62
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
46
66
|
* ```
|
|
47
67
|
*
|
|
48
68
|
* @param DeleteResolverEndpointCommandInput - {@link DeleteResolverEndpointCommandInput}
|
|
@@ -66,6 +86,8 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
|
|
|
66
86
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
87
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
68
88
|
*
|
|
89
|
+
* @throws {@link Route53ResolverServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
69
91
|
*
|
|
70
92
|
*/
|
|
71
93
|
export declare class DeleteResolverEndpointCommand extends $Command<DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -39,6 +39,21 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteResolverQueryLogConfigCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // DeleteResolverQueryLogConfigResponse
|
|
43
|
+
* // ResolverQueryLogConfig: { // ResolverQueryLogConfig
|
|
44
|
+
* // Id: "STRING_VALUE",
|
|
45
|
+
* // OwnerId: "STRING_VALUE",
|
|
46
|
+
* // Status: "CREATING" || "CREATED" || "DELETING" || "FAILED",
|
|
47
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
48
|
+
* // AssociationCount: Number("int"),
|
|
49
|
+
* // Arn: "STRING_VALUE",
|
|
50
|
+
* // Name: "STRING_VALUE",
|
|
51
|
+
* // DestinationArn: "STRING_VALUE",
|
|
52
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
53
|
+
* // CreationTime: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
42
57
|
* ```
|
|
43
58
|
*
|
|
44
59
|
* @param DeleteResolverQueryLogConfigCommandInput - {@link DeleteResolverQueryLogConfigCommandInput}
|
|
@@ -65,6 +80,8 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
|
|
|
65
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
81
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
67
82
|
*
|
|
83
|
+
* @throws {@link Route53ResolverServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
68
85
|
*
|
|
69
86
|
*/
|
|
70
87
|
export declare class DeleteResolverQueryLogConfigCommand extends $Command<DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -33,6 +33,31 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteResolverRuleCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteResolverRuleResponse
|
|
37
|
+
* // ResolverRule: { // ResolverRule
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // DomainName: "STRING_VALUE",
|
|
42
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING" || "FAILED",
|
|
43
|
+
* // StatusMessage: "STRING_VALUE",
|
|
44
|
+
* // RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // TargetIps: [ // TargetList
|
|
47
|
+
* // { // TargetAddress
|
|
48
|
+
* // Ip: "STRING_VALUE",
|
|
49
|
+
* // Port: Number("int"),
|
|
50
|
+
* // Ipv6: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // ResolverEndpointId: "STRING_VALUE",
|
|
54
|
+
* // OwnerId: "STRING_VALUE",
|
|
55
|
+
* // ShareStatus: "NOT_SHARED" || "SHARED_WITH_ME" || "SHARED_BY_ME",
|
|
56
|
+
* // CreationTime: "STRING_VALUE",
|
|
57
|
+
* // ModificationTime: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
36
61
|
* ```
|
|
37
62
|
*
|
|
38
63
|
* @param DeleteResolverRuleCommandInput - {@link DeleteResolverRuleCommandInput}
|
|
@@ -56,6 +81,8 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
|
|
|
56
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
82
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
58
83
|
*
|
|
84
|
+
* @throws {@link Route53ResolverServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
59
86
|
*
|
|
60
87
|
*/
|
|
61
88
|
export declare class DeleteResolverRuleCommand extends $Command<DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -31,6 +31,24 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisassociateFirewallRuleGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DisassociateFirewallRuleGroupResponse
|
|
35
|
+
* // FirewallRuleGroupAssociation: { // FirewallRuleGroupAssociation
|
|
36
|
+
* // Id: "STRING_VALUE",
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // FirewallRuleGroupId: "STRING_VALUE",
|
|
39
|
+
* // VpcId: "STRING_VALUE",
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // Priority: Number("int"),
|
|
42
|
+
* // MutationProtection: "ENABLED" || "DISABLED",
|
|
43
|
+
* // ManagedOwnerName: "STRING_VALUE",
|
|
44
|
+
* // Status: "COMPLETE" || "DELETING" || "UPDATING",
|
|
45
|
+
* // StatusMessage: "STRING_VALUE",
|
|
46
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
47
|
+
* // CreationTime: "STRING_VALUE",
|
|
48
|
+
* // ModificationTime: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
34
52
|
* ```
|
|
35
53
|
*
|
|
36
54
|
* @param DisassociateFirewallRuleGroupCommandInput - {@link DisassociateFirewallRuleGroupCommandInput}
|
|
@@ -60,6 +78,8 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
|
|
|
60
78
|
* <p>You have provided an invalid command. Supported values are <code>ADD</code>,
|
|
61
79
|
* <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
|
|
62
80
|
*
|
|
81
|
+
* @throws {@link Route53ResolverServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
63
83
|
*
|
|
64
84
|
*/
|
|
65
85
|
export declare class DisassociateFirewallRuleGroupCommand extends $Command<DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -41,6 +41,26 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DisassociateResolverEndpointIpAddressCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DisassociateResolverEndpointIpAddressResponse
|
|
45
|
+
* // ResolverEndpoint: { // ResolverEndpoint
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // CreatorRequestId: "STRING_VALUE",
|
|
48
|
+
* // Arn: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // Direction: "INBOUND" || "OUTBOUND",
|
|
54
|
+
* // IpAddressCount: Number("int"),
|
|
55
|
+
* // HostVPCId: "STRING_VALUE",
|
|
56
|
+
* // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "AUTO_RECOVERING" || "ACTION_NEEDED" || "DELETING",
|
|
57
|
+
* // StatusMessage: "STRING_VALUE",
|
|
58
|
+
* // CreationTime: "STRING_VALUE",
|
|
59
|
+
* // ModificationTime: "STRING_VALUE",
|
|
60
|
+
* // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
44
64
|
* ```
|
|
45
65
|
*
|
|
46
66
|
* @param DisassociateResolverEndpointIpAddressCommandInput - {@link DisassociateResolverEndpointIpAddressCommandInput}
|
|
@@ -67,6 +87,8 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
|
|
|
67
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
88
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
69
89
|
*
|
|
90
|
+
* @throws {@link Route53ResolverServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
70
92
|
*
|
|
71
93
|
*/
|
|
72
94
|
export declare class DisassociateResolverEndpointIpAddressCommand extends $Command<DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig> {
|
|
@@ -46,6 +46,18 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DisassociateResolverQueryLogConfigCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // DisassociateResolverQueryLogConfigResponse
|
|
50
|
+
* // ResolverQueryLogConfigAssociation: { // ResolverQueryLogConfigAssociation
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // ResolverQueryLogConfigId: "STRING_VALUE",
|
|
53
|
+
* // ResourceId: "STRING_VALUE",
|
|
54
|
+
* // Status: "CREATING" || "ACTIVE" || "ACTION_NEEDED" || "DELETING" || "FAILED",
|
|
55
|
+
* // Error: "NONE" || "DESTINATION_NOT_FOUND" || "ACCESS_DENIED" || "INTERNAL_SERVICE_ERROR",
|
|
56
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
57
|
+
* // CreationTime: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
49
61
|
* ```
|
|
50
62
|
*
|
|
51
63
|
* @param DisassociateResolverQueryLogConfigCommandInput - {@link DisassociateResolverQueryLogConfigCommandInput}
|
|
@@ -72,6 +84,8 @@ export interface DisassociateResolverQueryLogConfigCommandOutput extends Disasso
|
|
|
72
84
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
85
|
* <p>The request was throttled. Try again in a few minutes.</p>
|
|
74
86
|
*
|
|
87
|
+
* @throws {@link Route53ResolverServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Route53Resolver service.</p>
|
|
75
89
|
*
|
|
76
90
|
*/
|
|
77
91
|
export declare class DisassociateResolverQueryLogConfigCommand extends $Command<DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig> {
|