@aws-sdk/client-route53resolver 3.927.0 → 3.928.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-cjs/index.js +1972 -2124
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/Route53ResolverClient.js +2 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +3 -9
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/AssociateResolverRuleCommand.js +3 -9
- package/dist-es/commands/CreateFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/CreateFirewallRuleCommand.js +3 -9
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/CreateOutpostResolverCommand.js +3 -9
- package/dist-es/commands/CreateResolverEndpointCommand.js +3 -9
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/CreateResolverRuleCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallRuleCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/DeleteOutpostResolverCommand.js +3 -9
- package/dist-es/commands/DeleteResolverEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/DeleteResolverRuleCommand.js +3 -9
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverRuleCommand.js +3 -9
- package/dist-es/commands/GetFirewallConfigCommand.js +3 -9
- package/dist-es/commands/GetFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +3 -9
- package/dist-es/commands/GetOutpostResolverCommand.js +3 -9
- package/dist-es/commands/GetResolverConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverEndpointCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -9
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +3 -9
- package/dist-es/commands/GetResolverRuleCommand.js +3 -9
- package/dist-es/commands/GetResolverRulePolicyCommand.js +3 -9
- package/dist-es/commands/ImportFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/ListFirewallConfigsCommand.js +3 -9
- package/dist-es/commands/ListFirewallDomainListsCommand.js +3 -9
- package/dist-es/commands/ListFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRulesCommand.js +3 -9
- package/dist-es/commands/ListOutpostResolversCommand.js +3 -9
- package/dist-es/commands/ListResolverConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +3 -9
- package/dist-es/commands/ListResolverEndpointsCommand.js +3 -9
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -9
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +3 -9
- package/dist-es/commands/ListResolverRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +3 -9
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -9
- package/dist-es/commands/PutResolverRulePolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallConfigCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallRuleCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateOutpostResolverCommand.js +3 -9
- package/dist-es/commands/UpdateResolverConfigCommand.js +3 -9
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +3 -9
- package/dist-es/commands/UpdateResolverEndpointCommand.js +3 -9
- package/dist-es/commands/UpdateResolverRuleCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1789 -0
- package/dist-types/Route53ResolverClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +271 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +276 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1601
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -614
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -821
|
@@ -0,0 +1,1789 @@
|
|
|
1
|
+
const _A = "Action";
|
|
2
|
+
const _AC = "AssociationCount";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _AFRG = "AssociateFirewallRuleGroup";
|
|
5
|
+
const _AFRGR = "AssociateFirewallRuleGroupRequest";
|
|
6
|
+
const _AFRGRs = "AssociateFirewallRuleGroupResponse";
|
|
7
|
+
const _AR = "AutodefinedReverse";
|
|
8
|
+
const _AREIA = "AssociateResolverEndpointIpAddress";
|
|
9
|
+
const _AREIAR = "AssociateResolverEndpointIpAddressRequest";
|
|
10
|
+
const _AREIARs = "AssociateResolverEndpointIpAddressResponse";
|
|
11
|
+
const _ARF = "AutodefinedReverseFlag";
|
|
12
|
+
const _ARQLC = "AssociateResolverQueryLogConfig";
|
|
13
|
+
const _ARQLCR = "AssociateResolverQueryLogConfigRequest";
|
|
14
|
+
const _ARQLCRs = "AssociateResolverQueryLogConfigResponse";
|
|
15
|
+
const _ARR = "AssociateResolverRule";
|
|
16
|
+
const _ARRR = "AssociateResolverRuleRequest";
|
|
17
|
+
const _ARRRs = "AssociateResolverRuleResponse";
|
|
18
|
+
const _Ar = "Arn";
|
|
19
|
+
const _BOD = "BlockOverrideDomain";
|
|
20
|
+
const _BODT = "BlockOverrideDnsType";
|
|
21
|
+
const _BOT = "BlockOverrideTtl";
|
|
22
|
+
const _BR = "BlockResponse";
|
|
23
|
+
const _C = "Config";
|
|
24
|
+
const _CE = "ConflictException";
|
|
25
|
+
const _CFDL = "CreateFirewallDomainList";
|
|
26
|
+
const _CFDLR = "CreateFirewallDomainListRequest";
|
|
27
|
+
const _CFDLRr = "CreateFirewallDomainListResponse";
|
|
28
|
+
const _CFR = "CreateFirewallRule";
|
|
29
|
+
const _CFRG = "CreateFirewallRuleGroup";
|
|
30
|
+
const _CFRGR = "CreateFirewallRuleGroupRequest";
|
|
31
|
+
const _CFRGRr = "CreateFirewallRuleGroupResponse";
|
|
32
|
+
const _CFRR = "CreateFirewallRuleRequest";
|
|
33
|
+
const _CFRRr = "CreateFirewallRuleResponse";
|
|
34
|
+
const _COR = "CreateOutpostResolver";
|
|
35
|
+
const _CORR = "CreateOutpostResolverRequest";
|
|
36
|
+
const _CORRr = "CreateOutpostResolverResponse";
|
|
37
|
+
const _CRE = "CreateResolverEndpoint";
|
|
38
|
+
const _CRER = "CreateResolverEndpointRequest";
|
|
39
|
+
const _CRERr = "CreateResolverEndpointResponse";
|
|
40
|
+
const _CRI = "CreatorRequestId";
|
|
41
|
+
const _CRQLC = "CreateResolverQueryLogConfig";
|
|
42
|
+
const _CRQLCR = "CreateResolverQueryLogConfigRequest";
|
|
43
|
+
const _CRQLCRr = "CreateResolverQueryLogConfigResponse";
|
|
44
|
+
const _CRR = "CreateResolverRule";
|
|
45
|
+
const _CRRR = "CreateResolverRuleRequest";
|
|
46
|
+
const _CRRRr = "CreateResolverRuleResponse";
|
|
47
|
+
const _CT = "ConfidenceThreshold";
|
|
48
|
+
const _CTr = "CreationTime";
|
|
49
|
+
const _D = "Direction";
|
|
50
|
+
const _DA = "DestinationArn";
|
|
51
|
+
const _DC = "DomainCount";
|
|
52
|
+
const _DFDL = "DeleteFirewallDomainList";
|
|
53
|
+
const _DFDLR = "DeleteFirewallDomainListRequest";
|
|
54
|
+
const _DFDLRe = "DeleteFirewallDomainListResponse";
|
|
55
|
+
const _DFR = "DeleteFirewallRule";
|
|
56
|
+
const _DFRG = "DeleteFirewallRuleGroup";
|
|
57
|
+
const _DFRGR = "DeleteFirewallRuleGroupRequest";
|
|
58
|
+
const _DFRGRe = "DeleteFirewallRuleGroupResponse";
|
|
59
|
+
const _DFRGRi = "DisassociateFirewallRuleGroupRequest";
|
|
60
|
+
const _DFRGRis = "DisassociateFirewallRuleGroupResponse";
|
|
61
|
+
const _DFRGi = "DisassociateFirewallRuleGroup";
|
|
62
|
+
const _DFRR = "DeleteFirewallRuleRequest";
|
|
63
|
+
const _DFRRe = "DeleteFirewallRuleResponse";
|
|
64
|
+
const _DFU = "DomainFileUrl";
|
|
65
|
+
const _DN = "DomainName";
|
|
66
|
+
const _DOR = "DeleteOutpostResolver";
|
|
67
|
+
const _DORR = "DeleteOutpostResolverRequest";
|
|
68
|
+
const _DORRe = "DeleteOutpostResolverResponse";
|
|
69
|
+
const _DR = "DelegationRecord";
|
|
70
|
+
const _DRE = "DeleteResolverEndpoint";
|
|
71
|
+
const _DREIA = "DisassociateResolverEndpointIpAddress";
|
|
72
|
+
const _DREIAR = "DisassociateResolverEndpointIpAddressRequest";
|
|
73
|
+
const _DREIARi = "DisassociateResolverEndpointIpAddressResponse";
|
|
74
|
+
const _DRER = "DeleteResolverEndpointRequest";
|
|
75
|
+
const _DRERe = "DeleteResolverEndpointResponse";
|
|
76
|
+
const _DRQLC = "DeleteResolverQueryLogConfig";
|
|
77
|
+
const _DRQLCR = "DeleteResolverQueryLogConfigRequest";
|
|
78
|
+
const _DRQLCRe = "DeleteResolverQueryLogConfigResponse";
|
|
79
|
+
const _DRQLCRi = "DisassociateResolverQueryLogConfigRequest";
|
|
80
|
+
const _DRQLCRis = "DisassociateResolverQueryLogConfigResponse";
|
|
81
|
+
const _DRQLCi = "DisassociateResolverQueryLogConfig";
|
|
82
|
+
const _DRR = "DeleteResolverRule";
|
|
83
|
+
const _DRRR = "DeleteResolverRuleRequest";
|
|
84
|
+
const _DRRRe = "DeleteResolverRuleResponse";
|
|
85
|
+
const _DRRRi = "DisassociateResolverRuleRequest";
|
|
86
|
+
const _DRRRis = "DisassociateResolverRuleResponse";
|
|
87
|
+
const _DRRi = "DisassociateResolverRule";
|
|
88
|
+
const _DTP = "DnsThreatProtection";
|
|
89
|
+
const _Do = "Domains";
|
|
90
|
+
const _E = "Error";
|
|
91
|
+
const _EM = "ErrorMessage";
|
|
92
|
+
const _F = "Filter";
|
|
93
|
+
const _FC = "FirewallConfig";
|
|
94
|
+
const _FCL = "FirewallConfigList";
|
|
95
|
+
const _FCi = "FirewallConfigs";
|
|
96
|
+
const _FDL = "FirewallDomainList";
|
|
97
|
+
const _FDLI = "FirewallDomainListId";
|
|
98
|
+
const _FDLM = "FirewallDomainListMetadata";
|
|
99
|
+
const _FDLML = "FirewallDomainListMetadataList";
|
|
100
|
+
const _FDLi = "FirewallDomainLists";
|
|
101
|
+
const _FDRA = "FirewallDomainRedirectionAction";
|
|
102
|
+
const _FFO = "FirewallFailOpen";
|
|
103
|
+
const _FN = "FieldName";
|
|
104
|
+
const _FR = "FirewallRule";
|
|
105
|
+
const _FRG = "FirewallRuleGroup";
|
|
106
|
+
const _FRGA = "FirewallRuleGroupAssociation";
|
|
107
|
+
const _FRGAI = "FirewallRuleGroupAssociationId";
|
|
108
|
+
const _FRGAi = "FirewallRuleGroupAssociations";
|
|
109
|
+
const _FRGI = "FirewallRuleGroupId";
|
|
110
|
+
const _FRGM = "FirewallRuleGroupMetadata";
|
|
111
|
+
const _FRGML = "FirewallRuleGroupMetadataList";
|
|
112
|
+
const _FRGP = "FirewallRuleGroupPolicy";
|
|
113
|
+
const _FRGi = "FirewallRuleGroups";
|
|
114
|
+
const _FRi = "FirewallRules";
|
|
115
|
+
const _FTPI = "FirewallThreatProtectionId";
|
|
116
|
+
const _Fi = "Filters";
|
|
117
|
+
const _GFC = "GetFirewallConfig";
|
|
118
|
+
const _GFCR = "GetFirewallConfigRequest";
|
|
119
|
+
const _GFCRe = "GetFirewallConfigResponse";
|
|
120
|
+
const _GFDL = "GetFirewallDomainList";
|
|
121
|
+
const _GFDLR = "GetFirewallDomainListRequest";
|
|
122
|
+
const _GFDLRe = "GetFirewallDomainListResponse";
|
|
123
|
+
const _GFRG = "GetFirewallRuleGroup";
|
|
124
|
+
const _GFRGA = "GetFirewallRuleGroupAssociation";
|
|
125
|
+
const _GFRGAR = "GetFirewallRuleGroupAssociationRequest";
|
|
126
|
+
const _GFRGARe = "GetFirewallRuleGroupAssociationResponse";
|
|
127
|
+
const _GFRGP = "GetFirewallRuleGroupPolicy";
|
|
128
|
+
const _GFRGPR = "GetFirewallRuleGroupPolicyRequest";
|
|
129
|
+
const _GFRGPRe = "GetFirewallRuleGroupPolicyResponse";
|
|
130
|
+
const _GFRGR = "GetFirewallRuleGroupRequest";
|
|
131
|
+
const _GFRGRe = "GetFirewallRuleGroupResponse";
|
|
132
|
+
const _GOR = "GetOutpostResolver";
|
|
133
|
+
const _GORR = "GetOutpostResolverRequest";
|
|
134
|
+
const _GORRe = "GetOutpostResolverResponse";
|
|
135
|
+
const _GRC = "GetResolverConfig";
|
|
136
|
+
const _GRCR = "GetResolverConfigRequest";
|
|
137
|
+
const _GRCRe = "GetResolverConfigResponse";
|
|
138
|
+
const _GRDC = "GetResolverDnssecConfig";
|
|
139
|
+
const _GRDCR = "GetResolverDnssecConfigRequest";
|
|
140
|
+
const _GRDCRe = "GetResolverDnssecConfigResponse";
|
|
141
|
+
const _GRE = "GetResolverEndpoint";
|
|
142
|
+
const _GRER = "GetResolverEndpointRequest";
|
|
143
|
+
const _GRERe = "GetResolverEndpointResponse";
|
|
144
|
+
const _GRQLC = "GetResolverQueryLogConfig";
|
|
145
|
+
const _GRQLCA = "GetResolverQueryLogConfigAssociation";
|
|
146
|
+
const _GRQLCAR = "GetResolverQueryLogConfigAssociationRequest";
|
|
147
|
+
const _GRQLCARe = "GetResolverQueryLogConfigAssociationResponse";
|
|
148
|
+
const _GRQLCP = "GetResolverQueryLogConfigPolicy";
|
|
149
|
+
const _GRQLCPR = "GetResolverQueryLogConfigPolicyRequest";
|
|
150
|
+
const _GRQLCPRe = "GetResolverQueryLogConfigPolicyResponse";
|
|
151
|
+
const _GRQLCR = "GetResolverQueryLogConfigRequest";
|
|
152
|
+
const _GRQLCRe = "GetResolverQueryLogConfigResponse";
|
|
153
|
+
const _GRR = "GetResolverRule";
|
|
154
|
+
const _GRRA = "GetResolverRuleAssociation";
|
|
155
|
+
const _GRRAR = "GetResolverRuleAssociationRequest";
|
|
156
|
+
const _GRRARe = "GetResolverRuleAssociationResponse";
|
|
157
|
+
const _GRRP = "GetResolverRulePolicy";
|
|
158
|
+
const _GRRPR = "GetResolverRulePolicyRequest";
|
|
159
|
+
const _GRRPRe = "GetResolverRulePolicyResponse";
|
|
160
|
+
const _GRRR = "GetResolverRuleRequest";
|
|
161
|
+
const _GRRRe = "GetResolverRuleResponse";
|
|
162
|
+
const _HVPCI = "HostVPCId";
|
|
163
|
+
const _I = "Id";
|
|
164
|
+
const _IA = "IpAddress";
|
|
165
|
+
const _IAC = "IpAddressCount";
|
|
166
|
+
const _IAR = "IpAddressRequest";
|
|
167
|
+
const _IARp = "IpAddressResponse";
|
|
168
|
+
const _IARpd = "IpAddressesRequest";
|
|
169
|
+
const _IARpdd = "IpAddressesResponse";
|
|
170
|
+
const _IAU = "IpAddressUpdate";
|
|
171
|
+
const _IAp = "IpAddresses";
|
|
172
|
+
const _IC = "InstanceCount";
|
|
173
|
+
const _IFD = "ImportFirewallDomains";
|
|
174
|
+
const _IFDR = "ImportFirewallDomainsRequest";
|
|
175
|
+
const _IFDRm = "ImportFirewallDomainsResponse";
|
|
176
|
+
const _II = "IpId";
|
|
177
|
+
const _INTE = "InvalidNextTokenException";
|
|
178
|
+
const _IPD = "InvalidPolicyDocument";
|
|
179
|
+
const _IPE = "InvalidParameterException";
|
|
180
|
+
const _IRE = "InvalidRequestException";
|
|
181
|
+
const _ISEE = "InternalServiceErrorException";
|
|
182
|
+
const _ITE = "InvalidTagException";
|
|
183
|
+
const _Ip = "Ip";
|
|
184
|
+
const _Ipv = "Ipv6";
|
|
185
|
+
const _K = "Key";
|
|
186
|
+
const _LEE = "LimitExceededException";
|
|
187
|
+
const _LFC = "ListFirewallConfigs";
|
|
188
|
+
const _LFCR = "ListFirewallConfigsRequest";
|
|
189
|
+
const _LFCRi = "ListFirewallConfigsResponse";
|
|
190
|
+
const _LFD = "ListFirewallDomains";
|
|
191
|
+
const _LFDL = "ListFirewallDomainLists";
|
|
192
|
+
const _LFDLR = "ListFirewallDomainListsRequest";
|
|
193
|
+
const _LFDLRi = "ListFirewallDomainListsResponse";
|
|
194
|
+
const _LFDR = "ListFirewallDomainsRequest";
|
|
195
|
+
const _LFDRi = "ListFirewallDomainsResponse";
|
|
196
|
+
const _LFR = "ListFirewallRules";
|
|
197
|
+
const _LFRG = "ListFirewallRuleGroups";
|
|
198
|
+
const _LFRGA = "ListFirewallRuleGroupAssociations";
|
|
199
|
+
const _LFRGAR = "ListFirewallRuleGroupAssociationsRequest";
|
|
200
|
+
const _LFRGARi = "ListFirewallRuleGroupAssociationsResponse";
|
|
201
|
+
const _LFRGR = "ListFirewallRuleGroupsRequest";
|
|
202
|
+
const _LFRGRi = "ListFirewallRuleGroupsResponse";
|
|
203
|
+
const _LFRR = "ListFirewallRulesRequest";
|
|
204
|
+
const _LFRRi = "ListFirewallRulesResponse";
|
|
205
|
+
const _LOR = "ListOutpostResolvers";
|
|
206
|
+
const _LORR = "ListOutpostResolversRequest";
|
|
207
|
+
const _LORRi = "ListOutpostResolversResponse";
|
|
208
|
+
const _LRC = "ListResolverConfigs";
|
|
209
|
+
const _LRCR = "ListResolverConfigsRequest";
|
|
210
|
+
const _LRCRi = "ListResolverConfigsResponse";
|
|
211
|
+
const _LRDC = "ListResolverDnssecConfigs";
|
|
212
|
+
const _LRDCR = "ListResolverDnssecConfigsRequest";
|
|
213
|
+
const _LRDCRi = "ListResolverDnssecConfigsResponse";
|
|
214
|
+
const _LRE = "ListResolverEndpoints";
|
|
215
|
+
const _LREIA = "ListResolverEndpointIpAddresses";
|
|
216
|
+
const _LREIAR = "ListResolverEndpointIpAddressesRequest";
|
|
217
|
+
const _LREIARi = "ListResolverEndpointIpAddressesResponse";
|
|
218
|
+
const _LRER = "ListResolverEndpointsRequest";
|
|
219
|
+
const _LRERi = "ListResolverEndpointsResponse";
|
|
220
|
+
const _LRQLC = "ListResolverQueryLogConfigs";
|
|
221
|
+
const _LRQLCA = "ListResolverQueryLogConfigAssociations";
|
|
222
|
+
const _LRQLCAR = "ListResolverQueryLogConfigAssociationsRequest";
|
|
223
|
+
const _LRQLCARi = "ListResolverQueryLogConfigAssociationsResponse";
|
|
224
|
+
const _LRQLCR = "ListResolverQueryLogConfigsRequest";
|
|
225
|
+
const _LRQLCRi = "ListResolverQueryLogConfigsResponse";
|
|
226
|
+
const _LRR = "ListResolverRules";
|
|
227
|
+
const _LRRA = "ListResolverRuleAssociations";
|
|
228
|
+
const _LRRAR = "ListResolverRuleAssociationsRequest";
|
|
229
|
+
const _LRRARi = "ListResolverRuleAssociationsResponse";
|
|
230
|
+
const _LRRR = "ListResolverRulesRequest";
|
|
231
|
+
const _LRRRi = "ListResolverRulesResponse";
|
|
232
|
+
const _LTFR = "ListTagsForResource";
|
|
233
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
234
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
235
|
+
const _M = "Message";
|
|
236
|
+
const _MON = "ManagedOwnerName";
|
|
237
|
+
const _MP = "MutationProtection";
|
|
238
|
+
const _MR = "MaxResults";
|
|
239
|
+
const _MT = "ModificationTime";
|
|
240
|
+
const _N = "Name";
|
|
241
|
+
const _NT = "NextToken";
|
|
242
|
+
const _O = "Operation";
|
|
243
|
+
const _OA = "OutpostArn";
|
|
244
|
+
const _OI = "OwnerId";
|
|
245
|
+
const _OR = "OutpostResolver";
|
|
246
|
+
const _ORL = "OutpostResolverList";
|
|
247
|
+
const _ORu = "OutpostResolvers";
|
|
248
|
+
const _P = "Priority";
|
|
249
|
+
const _PFRGP = "PutFirewallRuleGroupPolicy";
|
|
250
|
+
const _PFRGPR = "PutFirewallRuleGroupPolicyRequest";
|
|
251
|
+
const _PFRGPRu = "PutFirewallRuleGroupPolicyResponse";
|
|
252
|
+
const _PIT = "PreferredInstanceType";
|
|
253
|
+
const _PRQLCP = "PutResolverQueryLogConfigPolicy";
|
|
254
|
+
const _PRQLCPR = "PutResolverQueryLogConfigPolicyRequest";
|
|
255
|
+
const _PRQLCPRu = "PutResolverQueryLogConfigPolicyResponse";
|
|
256
|
+
const _PRRP = "PutResolverRulePolicy";
|
|
257
|
+
const _PRRPR = "PutResolverRulePolicyRequest";
|
|
258
|
+
const _PRRPRu = "PutResolverRulePolicyResponse";
|
|
259
|
+
const _Po = "Port";
|
|
260
|
+
const _Pr = "Protocols";
|
|
261
|
+
const _Pro = "Protocol";
|
|
262
|
+
const _Q = "Qtype";
|
|
263
|
+
const _RA = "ResourceArn";
|
|
264
|
+
const _RC = "RuleCount";
|
|
265
|
+
const _RCL = "ResolverConfigList";
|
|
266
|
+
const _RCe = "ResolverConfig";
|
|
267
|
+
const _RCes = "ResolverConfigs";
|
|
268
|
+
const _RDC = "ResolverDnssecConfigs";
|
|
269
|
+
const _RDCL = "ResolverDnssecConfigList";
|
|
270
|
+
const _RDCe = "ResolverDnssecConfig";
|
|
271
|
+
const _RDNSSECC = "ResolverDNSSECConfig";
|
|
272
|
+
const _RE = "ResolverEndpoint";
|
|
273
|
+
const _REE = "ResourceExistsException";
|
|
274
|
+
const _REI = "ResolverEndpointId";
|
|
275
|
+
const _RET = "ResolverEndpointType";
|
|
276
|
+
const _REe = "ResolverEndpoints";
|
|
277
|
+
const _RI = "ResourceId";
|
|
278
|
+
const _RIUE = "ResourceInUseException";
|
|
279
|
+
const _RNFE = "ResourceNotFoundException";
|
|
280
|
+
const _RQLC = "ResolverQueryLogConfig";
|
|
281
|
+
const _RQLCA = "ResolverQueryLogConfigAssociation";
|
|
282
|
+
const _RQLCAI = "ResolverQueryLogConfigAssociationId";
|
|
283
|
+
const _RQLCAL = "ResolverQueryLogConfigAssociationList";
|
|
284
|
+
const _RQLCAe = "ResolverQueryLogConfigAssociations";
|
|
285
|
+
const _RQLCI = "ResolverQueryLogConfigId";
|
|
286
|
+
const _RQLCL = "ResolverQueryLogConfigList";
|
|
287
|
+
const _RQLCP = "ResolverQueryLogConfigPolicy";
|
|
288
|
+
const _RQLCe = "ResolverQueryLogConfigs";
|
|
289
|
+
const _RR = "ResolverRule";
|
|
290
|
+
const _RRA = "ResolverRuleAssociation";
|
|
291
|
+
const _RRAI = "ResolverRuleAssociationId";
|
|
292
|
+
const _RRAe = "ResolverRuleAssociations";
|
|
293
|
+
const _RRC = "ResolverRuleConfig";
|
|
294
|
+
const _RRI = "ResolverRuleId";
|
|
295
|
+
const _RRP = "ResolverRulePolicy";
|
|
296
|
+
const _RRe = "ResolverRules";
|
|
297
|
+
const _RT = "RuleType";
|
|
298
|
+
const _RTe = "ResourceType";
|
|
299
|
+
const _RUE = "ResourceUnavailableException";
|
|
300
|
+
const _RV = "ReturnValue";
|
|
301
|
+
const _S = "Status";
|
|
302
|
+
const _SB = "SortBy";
|
|
303
|
+
const _SGI = "SecurityGroupIds";
|
|
304
|
+
const _SI = "SubnetId";
|
|
305
|
+
const _SM = "StatusMessage";
|
|
306
|
+
const _SNI = "ServerNameIndication";
|
|
307
|
+
const _SO = "SortOrder";
|
|
308
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
309
|
+
const _SS = "ShareStatus";
|
|
310
|
+
const _T = "Tags";
|
|
311
|
+
const _TA = "TargetAddress";
|
|
312
|
+
const _TC = "TotalCount";
|
|
313
|
+
const _TE = "ThrottlingException";
|
|
314
|
+
const _TFC = "TotalFilteredCount";
|
|
315
|
+
const _TI = "TargetIps";
|
|
316
|
+
const _TK = "TagKeys";
|
|
317
|
+
const _TL = "TagList";
|
|
318
|
+
const _TLa = "TargetList";
|
|
319
|
+
const _TR = "TagResource";
|
|
320
|
+
const _TRR = "TagResourceRequest";
|
|
321
|
+
const _TRRa = "TagResourceResponse";
|
|
322
|
+
const _Ta = "Tag";
|
|
323
|
+
const _UFC = "UpdateFirewallConfig";
|
|
324
|
+
const _UFCR = "UpdateFirewallConfigRequest";
|
|
325
|
+
const _UFCRp = "UpdateFirewallConfigResponse";
|
|
326
|
+
const _UFD = "UpdateFirewallDomains";
|
|
327
|
+
const _UFDR = "UpdateFirewallDomainsRequest";
|
|
328
|
+
const _UFDRp = "UpdateFirewallDomainsResponse";
|
|
329
|
+
const _UFR = "UpdateFirewallRule";
|
|
330
|
+
const _UFRGA = "UpdateFirewallRuleGroupAssociation";
|
|
331
|
+
const _UFRGAR = "UpdateFirewallRuleGroupAssociationRequest";
|
|
332
|
+
const _UFRGARp = "UpdateFirewallRuleGroupAssociationResponse";
|
|
333
|
+
const _UFRR = "UpdateFirewallRuleRequest";
|
|
334
|
+
const _UFRRp = "UpdateFirewallRuleResponse";
|
|
335
|
+
const _UIA = "UpdateIpAddress";
|
|
336
|
+
const _UIAp = "UpdateIpAddresses";
|
|
337
|
+
const _UOR = "UpdateOutpostResolver";
|
|
338
|
+
const _UORR = "UpdateOutpostResolverRequest";
|
|
339
|
+
const _UORRp = "UpdateOutpostResolverResponse";
|
|
340
|
+
const _UR = "UntagResource";
|
|
341
|
+
const _URC = "UpdateResolverConfig";
|
|
342
|
+
const _URCR = "UpdateResolverConfigRequest";
|
|
343
|
+
const _URCRp = "UpdateResolverConfigResponse";
|
|
344
|
+
const _URDC = "UpdateResolverDnssecConfig";
|
|
345
|
+
const _URDCR = "UpdateResolverDnssecConfigRequest";
|
|
346
|
+
const _URDCRp = "UpdateResolverDnssecConfigResponse";
|
|
347
|
+
const _URE = "UnknownResourceException";
|
|
348
|
+
const _URER = "UpdateResolverEndpointRequest";
|
|
349
|
+
const _URERp = "UpdateResolverEndpointResponse";
|
|
350
|
+
const _UREp = "UpdateResolverEndpoint";
|
|
351
|
+
const _URR = "UntagResourceRequest";
|
|
352
|
+
const _URRR = "UpdateResolverRuleRequest";
|
|
353
|
+
const _URRRp = "UpdateResolverRuleResponse";
|
|
354
|
+
const _URRn = "UntagResourceResponse";
|
|
355
|
+
const _URRp = "UpdateResolverRule";
|
|
356
|
+
const _V = "Values";
|
|
357
|
+
const _VE = "ValidationException";
|
|
358
|
+
const _VI = "VpcId";
|
|
359
|
+
const _VPCI = "VPCId";
|
|
360
|
+
const _VS = "ValidationStatus";
|
|
361
|
+
const _Va = "Value";
|
|
362
|
+
const _Val = "Validation";
|
|
363
|
+
const _c = "client";
|
|
364
|
+
const _e = "error";
|
|
365
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53resolver";
|
|
366
|
+
const n0 = "com.amazonaws.route53resolver";
|
|
367
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
368
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServiceErrorException as __InternalServiceErrorException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, InvalidPolicyDocument as __InvalidPolicyDocument, InvalidRequestException as __InvalidRequestException, InvalidTagException as __InvalidTagException, LimitExceededException as __LimitExceededException, ResourceExistsException as __ResourceExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnknownResourceException as __UnknownResourceException, ValidationException as __ValidationException, } from "../models/index";
|
|
369
|
+
import { Route53ResolverServiceException as __Route53ResolverServiceException } from "../models/Route53ResolverServiceException";
|
|
370
|
+
export var AccessDeniedException = [
|
|
371
|
+
-3,
|
|
372
|
+
n0,
|
|
373
|
+
_ADE,
|
|
374
|
+
{
|
|
375
|
+
[_e]: _c,
|
|
376
|
+
},
|
|
377
|
+
[_M],
|
|
378
|
+
[0],
|
|
379
|
+
];
|
|
380
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
381
|
+
export var AssociateFirewallRuleGroupRequest = [
|
|
382
|
+
3,
|
|
383
|
+
n0,
|
|
384
|
+
_AFRGR,
|
|
385
|
+
0,
|
|
386
|
+
[_CRI, _FRGI, _VI, _P, _N, _MP, _T],
|
|
387
|
+
[[0, 4], 0, 0, 1, 0, 0, () => TagList],
|
|
388
|
+
];
|
|
389
|
+
export var AssociateFirewallRuleGroupResponse = [
|
|
390
|
+
3,
|
|
391
|
+
n0,
|
|
392
|
+
_AFRGRs,
|
|
393
|
+
0,
|
|
394
|
+
[_FRGA],
|
|
395
|
+
[() => FirewallRuleGroupAssociation],
|
|
396
|
+
];
|
|
397
|
+
export var AssociateResolverEndpointIpAddressRequest = [
|
|
398
|
+
3,
|
|
399
|
+
n0,
|
|
400
|
+
_AREIAR,
|
|
401
|
+
0,
|
|
402
|
+
[_REI, _IA],
|
|
403
|
+
[0, () => IpAddressUpdate],
|
|
404
|
+
];
|
|
405
|
+
export var AssociateResolverEndpointIpAddressResponse = [
|
|
406
|
+
3,
|
|
407
|
+
n0,
|
|
408
|
+
_AREIARs,
|
|
409
|
+
0,
|
|
410
|
+
[_RE],
|
|
411
|
+
[() => ResolverEndpoint],
|
|
412
|
+
];
|
|
413
|
+
export var AssociateResolverQueryLogConfigRequest = [3, n0, _ARQLCR, 0, [_RQLCI, _RI], [0, 0]];
|
|
414
|
+
export var AssociateResolverQueryLogConfigResponse = [
|
|
415
|
+
3,
|
|
416
|
+
n0,
|
|
417
|
+
_ARQLCRs,
|
|
418
|
+
0,
|
|
419
|
+
[_RQLCA],
|
|
420
|
+
[() => ResolverQueryLogConfigAssociation],
|
|
421
|
+
];
|
|
422
|
+
export var AssociateResolverRuleRequest = [3, n0, _ARRR, 0, [_RRI, _N, _VPCI], [0, 0, 0]];
|
|
423
|
+
export var AssociateResolverRuleResponse = [
|
|
424
|
+
3,
|
|
425
|
+
n0,
|
|
426
|
+
_ARRRs,
|
|
427
|
+
0,
|
|
428
|
+
[_RRA],
|
|
429
|
+
[() => ResolverRuleAssociation],
|
|
430
|
+
];
|
|
431
|
+
export var ConflictException = [
|
|
432
|
+
-3,
|
|
433
|
+
n0,
|
|
434
|
+
_CE,
|
|
435
|
+
{
|
|
436
|
+
[_e]: _c,
|
|
437
|
+
},
|
|
438
|
+
[_M],
|
|
439
|
+
[0],
|
|
440
|
+
];
|
|
441
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
442
|
+
export var CreateFirewallDomainListRequest = [
|
|
443
|
+
3,
|
|
444
|
+
n0,
|
|
445
|
+
_CFDLR,
|
|
446
|
+
0,
|
|
447
|
+
[_CRI, _N, _T],
|
|
448
|
+
[[0, 4], 0, () => TagList],
|
|
449
|
+
];
|
|
450
|
+
export var CreateFirewallDomainListResponse = [
|
|
451
|
+
3,
|
|
452
|
+
n0,
|
|
453
|
+
_CFDLRr,
|
|
454
|
+
0,
|
|
455
|
+
[_FDL],
|
|
456
|
+
[() => FirewallDomainList],
|
|
457
|
+
];
|
|
458
|
+
export var CreateFirewallRuleGroupRequest = [
|
|
459
|
+
3,
|
|
460
|
+
n0,
|
|
461
|
+
_CFRGR,
|
|
462
|
+
0,
|
|
463
|
+
[_CRI, _N, _T],
|
|
464
|
+
[[0, 4], 0, () => TagList],
|
|
465
|
+
];
|
|
466
|
+
export var CreateFirewallRuleGroupResponse = [
|
|
467
|
+
3,
|
|
468
|
+
n0,
|
|
469
|
+
_CFRGRr,
|
|
470
|
+
0,
|
|
471
|
+
[_FRG],
|
|
472
|
+
[() => FirewallRuleGroup],
|
|
473
|
+
];
|
|
474
|
+
export var CreateFirewallRuleRequest = [
|
|
475
|
+
3,
|
|
476
|
+
n0,
|
|
477
|
+
_CFRR,
|
|
478
|
+
0,
|
|
479
|
+
[_CRI, _FRGI, _FDLI, _P, _A, _BR, _BOD, _BODT, _BOT, _N, _FDRA, _Q, _DTP, _CT],
|
|
480
|
+
[[0, 4], 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
|
|
481
|
+
];
|
|
482
|
+
export var CreateFirewallRuleResponse = [3, n0, _CFRRr, 0, [_FR], [() => FirewallRule]];
|
|
483
|
+
export var CreateOutpostResolverRequest = [
|
|
484
|
+
3,
|
|
485
|
+
n0,
|
|
486
|
+
_CORR,
|
|
487
|
+
0,
|
|
488
|
+
[_CRI, _N, _IC, _PIT, _OA, _T],
|
|
489
|
+
[0, 0, 1, 0, 0, () => TagList],
|
|
490
|
+
];
|
|
491
|
+
export var CreateOutpostResolverResponse = [3, n0, _CORRr, 0, [_OR], [() => OutpostResolver]];
|
|
492
|
+
export var CreateResolverEndpointRequest = [
|
|
493
|
+
3,
|
|
494
|
+
n0,
|
|
495
|
+
_CRER,
|
|
496
|
+
0,
|
|
497
|
+
[_CRI, _N, _SGI, _D, _IAp, _OA, _PIT, _T, _RET, _Pr],
|
|
498
|
+
[0, 0, 64 | 0, 0, () => IpAddressesRequest, 0, 0, () => TagList, 0, 64 | 0],
|
|
499
|
+
];
|
|
500
|
+
export var CreateResolverEndpointResponse = [3, n0, _CRERr, 0, [_RE], [() => ResolverEndpoint]];
|
|
501
|
+
export var CreateResolverQueryLogConfigRequest = [
|
|
502
|
+
3,
|
|
503
|
+
n0,
|
|
504
|
+
_CRQLCR,
|
|
505
|
+
0,
|
|
506
|
+
[_N, _DA, _CRI, _T],
|
|
507
|
+
[0, 0, [0, 4], () => TagList],
|
|
508
|
+
];
|
|
509
|
+
export var CreateResolverQueryLogConfigResponse = [
|
|
510
|
+
3,
|
|
511
|
+
n0,
|
|
512
|
+
_CRQLCRr,
|
|
513
|
+
0,
|
|
514
|
+
[_RQLC],
|
|
515
|
+
[() => ResolverQueryLogConfig],
|
|
516
|
+
];
|
|
517
|
+
export var CreateResolverRuleRequest = [
|
|
518
|
+
3,
|
|
519
|
+
n0,
|
|
520
|
+
_CRRR,
|
|
521
|
+
0,
|
|
522
|
+
[_CRI, _N, _RT, _DN, _TI, _REI, _T, _DR],
|
|
523
|
+
[0, 0, 0, 0, () => TargetList, 0, () => TagList, 0],
|
|
524
|
+
];
|
|
525
|
+
export var CreateResolverRuleResponse = [3, n0, _CRRRr, 0, [_RR], [() => ResolverRule]];
|
|
526
|
+
export var DeleteFirewallDomainListRequest = [3, n0, _DFDLR, 0, [_FDLI], [0]];
|
|
527
|
+
export var DeleteFirewallDomainListResponse = [
|
|
528
|
+
3,
|
|
529
|
+
n0,
|
|
530
|
+
_DFDLRe,
|
|
531
|
+
0,
|
|
532
|
+
[_FDL],
|
|
533
|
+
[() => FirewallDomainList],
|
|
534
|
+
];
|
|
535
|
+
export var DeleteFirewallRuleGroupRequest = [3, n0, _DFRGR, 0, [_FRGI], [0]];
|
|
536
|
+
export var DeleteFirewallRuleGroupResponse = [
|
|
537
|
+
3,
|
|
538
|
+
n0,
|
|
539
|
+
_DFRGRe,
|
|
540
|
+
0,
|
|
541
|
+
[_FRG],
|
|
542
|
+
[() => FirewallRuleGroup],
|
|
543
|
+
];
|
|
544
|
+
export var DeleteFirewallRuleRequest = [
|
|
545
|
+
3,
|
|
546
|
+
n0,
|
|
547
|
+
_DFRR,
|
|
548
|
+
0,
|
|
549
|
+
[_FRGI, _FDLI, _FTPI, _Q],
|
|
550
|
+
[0, 0, 0, 0],
|
|
551
|
+
];
|
|
552
|
+
export var DeleteFirewallRuleResponse = [3, n0, _DFRRe, 0, [_FR], [() => FirewallRule]];
|
|
553
|
+
export var DeleteOutpostResolverRequest = [3, n0, _DORR, 0, [_I], [0]];
|
|
554
|
+
export var DeleteOutpostResolverResponse = [3, n0, _DORRe, 0, [_OR], [() => OutpostResolver]];
|
|
555
|
+
export var DeleteResolverEndpointRequest = [3, n0, _DRER, 0, [_REI], [0]];
|
|
556
|
+
export var DeleteResolverEndpointResponse = [3, n0, _DRERe, 0, [_RE], [() => ResolverEndpoint]];
|
|
557
|
+
export var DeleteResolverQueryLogConfigRequest = [3, n0, _DRQLCR, 0, [_RQLCI], [0]];
|
|
558
|
+
export var DeleteResolverQueryLogConfigResponse = [
|
|
559
|
+
3,
|
|
560
|
+
n0,
|
|
561
|
+
_DRQLCRe,
|
|
562
|
+
0,
|
|
563
|
+
[_RQLC],
|
|
564
|
+
[() => ResolverQueryLogConfig],
|
|
565
|
+
];
|
|
566
|
+
export var DeleteResolverRuleRequest = [3, n0, _DRRR, 0, [_RRI], [0]];
|
|
567
|
+
export var DeleteResolverRuleResponse = [3, n0, _DRRRe, 0, [_RR], [() => ResolverRule]];
|
|
568
|
+
export var DisassociateFirewallRuleGroupRequest = [3, n0, _DFRGRi, 0, [_FRGAI], [0]];
|
|
569
|
+
export var DisassociateFirewallRuleGroupResponse = [
|
|
570
|
+
3,
|
|
571
|
+
n0,
|
|
572
|
+
_DFRGRis,
|
|
573
|
+
0,
|
|
574
|
+
[_FRGA],
|
|
575
|
+
[() => FirewallRuleGroupAssociation],
|
|
576
|
+
];
|
|
577
|
+
export var DisassociateResolverEndpointIpAddressRequest = [
|
|
578
|
+
3,
|
|
579
|
+
n0,
|
|
580
|
+
_DREIAR,
|
|
581
|
+
0,
|
|
582
|
+
[_REI, _IA],
|
|
583
|
+
[0, () => IpAddressUpdate],
|
|
584
|
+
];
|
|
585
|
+
export var DisassociateResolverEndpointIpAddressResponse = [
|
|
586
|
+
3,
|
|
587
|
+
n0,
|
|
588
|
+
_DREIARi,
|
|
589
|
+
0,
|
|
590
|
+
[_RE],
|
|
591
|
+
[() => ResolverEndpoint],
|
|
592
|
+
];
|
|
593
|
+
export var DisassociateResolverQueryLogConfigRequest = [
|
|
594
|
+
3,
|
|
595
|
+
n0,
|
|
596
|
+
_DRQLCRi,
|
|
597
|
+
0,
|
|
598
|
+
[_RQLCI, _RI],
|
|
599
|
+
[0, 0],
|
|
600
|
+
];
|
|
601
|
+
export var DisassociateResolverQueryLogConfigResponse = [
|
|
602
|
+
3,
|
|
603
|
+
n0,
|
|
604
|
+
_DRQLCRis,
|
|
605
|
+
0,
|
|
606
|
+
[_RQLCA],
|
|
607
|
+
[() => ResolverQueryLogConfigAssociation],
|
|
608
|
+
];
|
|
609
|
+
export var DisassociateResolverRuleRequest = [3, n0, _DRRRi, 0, [_VPCI, _RRI], [0, 0]];
|
|
610
|
+
export var DisassociateResolverRuleResponse = [
|
|
611
|
+
3,
|
|
612
|
+
n0,
|
|
613
|
+
_DRRRis,
|
|
614
|
+
0,
|
|
615
|
+
[_RRA],
|
|
616
|
+
[() => ResolverRuleAssociation],
|
|
617
|
+
];
|
|
618
|
+
export var Filter = [3, n0, _F, 0, [_N, _V], [0, 64 | 0]];
|
|
619
|
+
export var FirewallConfig = [3, n0, _FC, 0, [_I, _RI, _OI, _FFO], [0, 0, 0, 0]];
|
|
620
|
+
export var FirewallDomainList = [
|
|
621
|
+
3,
|
|
622
|
+
n0,
|
|
623
|
+
_FDL,
|
|
624
|
+
0,
|
|
625
|
+
[_I, _Ar, _N, _DC, _S, _SM, _MON, _CRI, _CTr, _MT],
|
|
626
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
|
|
627
|
+
];
|
|
628
|
+
export var FirewallDomainListMetadata = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_FDLM,
|
|
632
|
+
0,
|
|
633
|
+
[_I, _Ar, _N, _CRI, _MON],
|
|
634
|
+
[0, 0, 0, 0, 0],
|
|
635
|
+
];
|
|
636
|
+
export var FirewallRule = [
|
|
637
|
+
3,
|
|
638
|
+
n0,
|
|
639
|
+
_FR,
|
|
640
|
+
0,
|
|
641
|
+
[_FRGI, _FDLI, _FTPI, _N, _P, _A, _BR, _BOD, _BODT, _BOT, _CRI, _CTr, _MT, _FDRA, _Q, _DTP, _CT],
|
|
642
|
+
[0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
643
|
+
];
|
|
644
|
+
export var FirewallRuleGroup = [
|
|
645
|
+
3,
|
|
646
|
+
n0,
|
|
647
|
+
_FRG,
|
|
648
|
+
0,
|
|
649
|
+
[_I, _Ar, _N, _RC, _S, _SM, _OI, _CRI, _SS, _CTr, _MT],
|
|
650
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
651
|
+
];
|
|
652
|
+
export var FirewallRuleGroupAssociation = [
|
|
653
|
+
3,
|
|
654
|
+
n0,
|
|
655
|
+
_FRGA,
|
|
656
|
+
0,
|
|
657
|
+
[_I, _Ar, _FRGI, _VI, _N, _P, _MP, _MON, _S, _SM, _CRI, _CTr, _MT],
|
|
658
|
+
[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
659
|
+
];
|
|
660
|
+
export var FirewallRuleGroupMetadata = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_FRGM,
|
|
664
|
+
0,
|
|
665
|
+
[_I, _Ar, _N, _OI, _CRI, _SS],
|
|
666
|
+
[0, 0, 0, 0, 0, 0],
|
|
667
|
+
];
|
|
668
|
+
export var GetFirewallConfigRequest = [3, n0, _GFCR, 0, [_RI], [0]];
|
|
669
|
+
export var GetFirewallConfigResponse = [3, n0, _GFCRe, 0, [_FC], [() => FirewallConfig]];
|
|
670
|
+
export var GetFirewallDomainListRequest = [3, n0, _GFDLR, 0, [_FDLI], [0]];
|
|
671
|
+
export var GetFirewallDomainListResponse = [
|
|
672
|
+
3,
|
|
673
|
+
n0,
|
|
674
|
+
_GFDLRe,
|
|
675
|
+
0,
|
|
676
|
+
[_FDL],
|
|
677
|
+
[() => FirewallDomainList],
|
|
678
|
+
];
|
|
679
|
+
export var GetFirewallRuleGroupAssociationRequest = [3, n0, _GFRGAR, 0, [_FRGAI], [0]];
|
|
680
|
+
export var GetFirewallRuleGroupAssociationResponse = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_GFRGARe,
|
|
684
|
+
0,
|
|
685
|
+
[_FRGA],
|
|
686
|
+
[() => FirewallRuleGroupAssociation],
|
|
687
|
+
];
|
|
688
|
+
export var GetFirewallRuleGroupPolicyRequest = [3, n0, _GFRGPR, 0, [_Ar], [0]];
|
|
689
|
+
export var GetFirewallRuleGroupPolicyResponse = [3, n0, _GFRGPRe, 0, [_FRGP], [0]];
|
|
690
|
+
export var GetFirewallRuleGroupRequest = [3, n0, _GFRGR, 0, [_FRGI], [0]];
|
|
691
|
+
export var GetFirewallRuleGroupResponse = [3, n0, _GFRGRe, 0, [_FRG], [() => FirewallRuleGroup]];
|
|
692
|
+
export var GetOutpostResolverRequest = [3, n0, _GORR, 0, [_I], [0]];
|
|
693
|
+
export var GetOutpostResolverResponse = [3, n0, _GORRe, 0, [_OR], [() => OutpostResolver]];
|
|
694
|
+
export var GetResolverConfigRequest = [3, n0, _GRCR, 0, [_RI], [0]];
|
|
695
|
+
export var GetResolverConfigResponse = [3, n0, _GRCRe, 0, [_RCe], [() => ResolverConfig]];
|
|
696
|
+
export var GetResolverDnssecConfigRequest = [3, n0, _GRDCR, 0, [_RI], [0]];
|
|
697
|
+
export var GetResolverDnssecConfigResponse = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_GRDCRe,
|
|
701
|
+
0,
|
|
702
|
+
[_RDNSSECC],
|
|
703
|
+
[() => ResolverDnssecConfig],
|
|
704
|
+
];
|
|
705
|
+
export var GetResolverEndpointRequest = [3, n0, _GRER, 0, [_REI], [0]];
|
|
706
|
+
export var GetResolverEndpointResponse = [3, n0, _GRERe, 0, [_RE], [() => ResolverEndpoint]];
|
|
707
|
+
export var GetResolverQueryLogConfigAssociationRequest = [3, n0, _GRQLCAR, 0, [_RQLCAI], [0]];
|
|
708
|
+
export var GetResolverQueryLogConfigAssociationResponse = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_GRQLCARe,
|
|
712
|
+
0,
|
|
713
|
+
[_RQLCA],
|
|
714
|
+
[() => ResolverQueryLogConfigAssociation],
|
|
715
|
+
];
|
|
716
|
+
export var GetResolverQueryLogConfigPolicyRequest = [3, n0, _GRQLCPR, 0, [_Ar], [0]];
|
|
717
|
+
export var GetResolverQueryLogConfigPolicyResponse = [3, n0, _GRQLCPRe, 0, [_RQLCP], [0]];
|
|
718
|
+
export var GetResolverQueryLogConfigRequest = [3, n0, _GRQLCR, 0, [_RQLCI], [0]];
|
|
719
|
+
export var GetResolverQueryLogConfigResponse = [
|
|
720
|
+
3,
|
|
721
|
+
n0,
|
|
722
|
+
_GRQLCRe,
|
|
723
|
+
0,
|
|
724
|
+
[_RQLC],
|
|
725
|
+
[() => ResolverQueryLogConfig],
|
|
726
|
+
];
|
|
727
|
+
export var GetResolverRuleAssociationRequest = [3, n0, _GRRAR, 0, [_RRAI], [0]];
|
|
728
|
+
export var GetResolverRuleAssociationResponse = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_GRRARe,
|
|
732
|
+
0,
|
|
733
|
+
[_RRA],
|
|
734
|
+
[() => ResolverRuleAssociation],
|
|
735
|
+
];
|
|
736
|
+
export var GetResolverRulePolicyRequest = [3, n0, _GRRPR, 0, [_Ar], [0]];
|
|
737
|
+
export var GetResolverRulePolicyResponse = [3, n0, _GRRPRe, 0, [_RRP], [0]];
|
|
738
|
+
export var GetResolverRuleRequest = [3, n0, _GRRR, 0, [_RRI], [0]];
|
|
739
|
+
export var GetResolverRuleResponse = [3, n0, _GRRRe, 0, [_RR], [() => ResolverRule]];
|
|
740
|
+
export var ImportFirewallDomainsRequest = [3, n0, _IFDR, 0, [_FDLI, _O, _DFU], [0, 0, 0]];
|
|
741
|
+
export var ImportFirewallDomainsResponse = [3, n0, _IFDRm, 0, [_I, _N, _S, _SM], [0, 0, 0, 0]];
|
|
742
|
+
export var InternalServiceErrorException = [
|
|
743
|
+
-3,
|
|
744
|
+
n0,
|
|
745
|
+
_ISEE,
|
|
746
|
+
{
|
|
747
|
+
[_e]: _c,
|
|
748
|
+
},
|
|
749
|
+
[_M],
|
|
750
|
+
[0],
|
|
751
|
+
];
|
|
752
|
+
TypeRegistry.for(n0).registerError(InternalServiceErrorException, __InternalServiceErrorException);
|
|
753
|
+
export var InvalidNextTokenException = [
|
|
754
|
+
-3,
|
|
755
|
+
n0,
|
|
756
|
+
_INTE,
|
|
757
|
+
{
|
|
758
|
+
[_e]: _c,
|
|
759
|
+
},
|
|
760
|
+
[_M],
|
|
761
|
+
[0],
|
|
762
|
+
];
|
|
763
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
764
|
+
export var InvalidParameterException = [
|
|
765
|
+
-3,
|
|
766
|
+
n0,
|
|
767
|
+
_IPE,
|
|
768
|
+
{
|
|
769
|
+
[_e]: _c,
|
|
770
|
+
},
|
|
771
|
+
[_M, _FN],
|
|
772
|
+
[0, 0],
|
|
773
|
+
];
|
|
774
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
775
|
+
export var InvalidPolicyDocument = [
|
|
776
|
+
-3,
|
|
777
|
+
n0,
|
|
778
|
+
_IPD,
|
|
779
|
+
{
|
|
780
|
+
[_e]: _c,
|
|
781
|
+
},
|
|
782
|
+
[_M],
|
|
783
|
+
[0],
|
|
784
|
+
];
|
|
785
|
+
TypeRegistry.for(n0).registerError(InvalidPolicyDocument, __InvalidPolicyDocument);
|
|
786
|
+
export var InvalidRequestException = [
|
|
787
|
+
-3,
|
|
788
|
+
n0,
|
|
789
|
+
_IRE,
|
|
790
|
+
{
|
|
791
|
+
[_e]: _c,
|
|
792
|
+
},
|
|
793
|
+
[_M],
|
|
794
|
+
[0],
|
|
795
|
+
];
|
|
796
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
797
|
+
export var InvalidTagException = [
|
|
798
|
+
-3,
|
|
799
|
+
n0,
|
|
800
|
+
_ITE,
|
|
801
|
+
{
|
|
802
|
+
[_e]: _c,
|
|
803
|
+
},
|
|
804
|
+
[_M],
|
|
805
|
+
[0],
|
|
806
|
+
];
|
|
807
|
+
TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
|
|
808
|
+
export var IpAddressRequest = [3, n0, _IAR, 0, [_SI, _Ip, _Ipv], [0, 0, 0]];
|
|
809
|
+
export var IpAddressResponse = [
|
|
810
|
+
3,
|
|
811
|
+
n0,
|
|
812
|
+
_IARp,
|
|
813
|
+
0,
|
|
814
|
+
[_II, _SI, _Ip, _Ipv, _S, _SM, _CTr, _MT],
|
|
815
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
816
|
+
];
|
|
817
|
+
export var IpAddressUpdate = [3, n0, _IAU, 0, [_II, _SI, _Ip, _Ipv], [0, 0, 0, 0]];
|
|
818
|
+
export var LimitExceededException = [
|
|
819
|
+
-3,
|
|
820
|
+
n0,
|
|
821
|
+
_LEE,
|
|
822
|
+
{
|
|
823
|
+
[_e]: _c,
|
|
824
|
+
},
|
|
825
|
+
[_M, _RTe],
|
|
826
|
+
[0, 0],
|
|
827
|
+
];
|
|
828
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
829
|
+
export var ListFirewallConfigsRequest = [3, n0, _LFCR, 0, [_MR, _NT], [1, 0]];
|
|
830
|
+
export var ListFirewallConfigsResponse = [
|
|
831
|
+
3,
|
|
832
|
+
n0,
|
|
833
|
+
_LFCRi,
|
|
834
|
+
0,
|
|
835
|
+
[_NT, _FCi],
|
|
836
|
+
[0, () => FirewallConfigList],
|
|
837
|
+
];
|
|
838
|
+
export var ListFirewallDomainListsRequest = [3, n0, _LFDLR, 0, [_MR, _NT], [1, 0]];
|
|
839
|
+
export var ListFirewallDomainListsResponse = [
|
|
840
|
+
3,
|
|
841
|
+
n0,
|
|
842
|
+
_LFDLRi,
|
|
843
|
+
0,
|
|
844
|
+
[_NT, _FDLi],
|
|
845
|
+
[0, () => FirewallDomainListMetadataList],
|
|
846
|
+
];
|
|
847
|
+
export var ListFirewallDomainsRequest = [3, n0, _LFDR, 0, [_FDLI, _MR, _NT], [0, 1, 0]];
|
|
848
|
+
export var ListFirewallDomainsResponse = [3, n0, _LFDRi, 0, [_NT, _Do], [0, 64 | 0]];
|
|
849
|
+
export var ListFirewallRuleGroupAssociationsRequest = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_LFRGAR,
|
|
853
|
+
0,
|
|
854
|
+
[_FRGI, _VI, _P, _S, _MR, _NT],
|
|
855
|
+
[0, 0, 1, 0, 1, 0],
|
|
856
|
+
];
|
|
857
|
+
export var ListFirewallRuleGroupAssociationsResponse = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_LFRGARi,
|
|
861
|
+
0,
|
|
862
|
+
[_NT, _FRGAi],
|
|
863
|
+
[0, () => FirewallRuleGroupAssociations],
|
|
864
|
+
];
|
|
865
|
+
export var ListFirewallRuleGroupsRequest = [3, n0, _LFRGR, 0, [_MR, _NT], [1, 0]];
|
|
866
|
+
export var ListFirewallRuleGroupsResponse = [
|
|
867
|
+
3,
|
|
868
|
+
n0,
|
|
869
|
+
_LFRGRi,
|
|
870
|
+
0,
|
|
871
|
+
[_NT, _FRGi],
|
|
872
|
+
[0, () => FirewallRuleGroupMetadataList],
|
|
873
|
+
];
|
|
874
|
+
export var ListFirewallRulesRequest = [
|
|
875
|
+
3,
|
|
876
|
+
n0,
|
|
877
|
+
_LFRR,
|
|
878
|
+
0,
|
|
879
|
+
[_FRGI, _P, _A, _MR, _NT],
|
|
880
|
+
[0, 1, 0, 1, 0],
|
|
881
|
+
];
|
|
882
|
+
export var ListFirewallRulesResponse = [3, n0, _LFRRi, 0, [_NT, _FRi], [0, () => FirewallRules]];
|
|
883
|
+
export var ListOutpostResolversRequest = [3, n0, _LORR, 0, [_OA, _MR, _NT], [0, 1, 0]];
|
|
884
|
+
export var ListOutpostResolversResponse = [
|
|
885
|
+
3,
|
|
886
|
+
n0,
|
|
887
|
+
_LORRi,
|
|
888
|
+
0,
|
|
889
|
+
[_ORu, _NT],
|
|
890
|
+
[() => OutpostResolverList, 0],
|
|
891
|
+
];
|
|
892
|
+
export var ListResolverConfigsRequest = [3, n0, _LRCR, 0, [_MR, _NT], [1, 0]];
|
|
893
|
+
export var ListResolverConfigsResponse = [
|
|
894
|
+
3,
|
|
895
|
+
n0,
|
|
896
|
+
_LRCRi,
|
|
897
|
+
0,
|
|
898
|
+
[_NT, _RCes],
|
|
899
|
+
[0, () => ResolverConfigList],
|
|
900
|
+
];
|
|
901
|
+
export var ListResolverDnssecConfigsRequest = [
|
|
902
|
+
3,
|
|
903
|
+
n0,
|
|
904
|
+
_LRDCR,
|
|
905
|
+
0,
|
|
906
|
+
[_MR, _NT, _Fi],
|
|
907
|
+
[1, 0, () => Filters],
|
|
908
|
+
];
|
|
909
|
+
export var ListResolverDnssecConfigsResponse = [
|
|
910
|
+
3,
|
|
911
|
+
n0,
|
|
912
|
+
_LRDCRi,
|
|
913
|
+
0,
|
|
914
|
+
[_NT, _RDC],
|
|
915
|
+
[0, () => ResolverDnssecConfigList],
|
|
916
|
+
];
|
|
917
|
+
export var ListResolverEndpointIpAddressesRequest = [
|
|
918
|
+
3,
|
|
919
|
+
n0,
|
|
920
|
+
_LREIAR,
|
|
921
|
+
0,
|
|
922
|
+
[_REI, _MR, _NT],
|
|
923
|
+
[0, 1, 0],
|
|
924
|
+
];
|
|
925
|
+
export var ListResolverEndpointIpAddressesResponse = [
|
|
926
|
+
3,
|
|
927
|
+
n0,
|
|
928
|
+
_LREIARi,
|
|
929
|
+
0,
|
|
930
|
+
[_NT, _MR, _IAp],
|
|
931
|
+
[0, 1, () => IpAddressesResponse],
|
|
932
|
+
];
|
|
933
|
+
export var ListResolverEndpointsRequest = [
|
|
934
|
+
3,
|
|
935
|
+
n0,
|
|
936
|
+
_LRER,
|
|
937
|
+
0,
|
|
938
|
+
[_MR, _NT, _Fi],
|
|
939
|
+
[1, 0, () => Filters],
|
|
940
|
+
];
|
|
941
|
+
export var ListResolverEndpointsResponse = [
|
|
942
|
+
3,
|
|
943
|
+
n0,
|
|
944
|
+
_LRERi,
|
|
945
|
+
0,
|
|
946
|
+
[_NT, _MR, _REe],
|
|
947
|
+
[0, 1, () => ResolverEndpoints],
|
|
948
|
+
];
|
|
949
|
+
export var ListResolverQueryLogConfigAssociationsRequest = [
|
|
950
|
+
3,
|
|
951
|
+
n0,
|
|
952
|
+
_LRQLCAR,
|
|
953
|
+
0,
|
|
954
|
+
[_MR, _NT, _Fi, _SB, _SO],
|
|
955
|
+
[1, 0, () => Filters, 0, 0],
|
|
956
|
+
];
|
|
957
|
+
export var ListResolverQueryLogConfigAssociationsResponse = [
|
|
958
|
+
3,
|
|
959
|
+
n0,
|
|
960
|
+
_LRQLCARi,
|
|
961
|
+
0,
|
|
962
|
+
[_NT, _TC, _TFC, _RQLCAe],
|
|
963
|
+
[0, 1, 1, () => ResolverQueryLogConfigAssociationList],
|
|
964
|
+
];
|
|
965
|
+
export var ListResolverQueryLogConfigsRequest = [
|
|
966
|
+
3,
|
|
967
|
+
n0,
|
|
968
|
+
_LRQLCR,
|
|
969
|
+
0,
|
|
970
|
+
[_MR, _NT, _Fi, _SB, _SO],
|
|
971
|
+
[1, 0, () => Filters, 0, 0],
|
|
972
|
+
];
|
|
973
|
+
export var ListResolverQueryLogConfigsResponse = [
|
|
974
|
+
3,
|
|
975
|
+
n0,
|
|
976
|
+
_LRQLCRi,
|
|
977
|
+
0,
|
|
978
|
+
[_NT, _TC, _TFC, _RQLCe],
|
|
979
|
+
[0, 1, 1, () => ResolverQueryLogConfigList],
|
|
980
|
+
];
|
|
981
|
+
export var ListResolverRuleAssociationsRequest = [
|
|
982
|
+
3,
|
|
983
|
+
n0,
|
|
984
|
+
_LRRAR,
|
|
985
|
+
0,
|
|
986
|
+
[_MR, _NT, _Fi],
|
|
987
|
+
[1, 0, () => Filters],
|
|
988
|
+
];
|
|
989
|
+
export var ListResolverRuleAssociationsResponse = [
|
|
990
|
+
3,
|
|
991
|
+
n0,
|
|
992
|
+
_LRRARi,
|
|
993
|
+
0,
|
|
994
|
+
[_NT, _MR, _RRAe],
|
|
995
|
+
[0, 1, () => ResolverRuleAssociations],
|
|
996
|
+
];
|
|
997
|
+
export var ListResolverRulesRequest = [3, n0, _LRRR, 0, [_MR, _NT, _Fi], [1, 0, () => Filters]];
|
|
998
|
+
export var ListResolverRulesResponse = [
|
|
999
|
+
3,
|
|
1000
|
+
n0,
|
|
1001
|
+
_LRRRi,
|
|
1002
|
+
0,
|
|
1003
|
+
[_NT, _MR, _RRe],
|
|
1004
|
+
[0, 1, () => ResolverRules],
|
|
1005
|
+
];
|
|
1006
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
|
|
1007
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T, _NT], [() => TagList, 0]];
|
|
1008
|
+
export var OutpostResolver = [
|
|
1009
|
+
3,
|
|
1010
|
+
n0,
|
|
1011
|
+
_OR,
|
|
1012
|
+
0,
|
|
1013
|
+
[_Ar, _CTr, _MT, _CRI, _I, _IC, _PIT, _N, _S, _SM, _OA],
|
|
1014
|
+
[0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
|
|
1015
|
+
];
|
|
1016
|
+
export var PutFirewallRuleGroupPolicyRequest = [3, n0, _PFRGPR, 0, [_Ar, _FRGP], [0, 0]];
|
|
1017
|
+
export var PutFirewallRuleGroupPolicyResponse = [3, n0, _PFRGPRu, 0, [_RV], [2]];
|
|
1018
|
+
export var PutResolverQueryLogConfigPolicyRequest = [3, n0, _PRQLCPR, 0, [_Ar, _RQLCP], [0, 0]];
|
|
1019
|
+
export var PutResolverQueryLogConfigPolicyResponse = [3, n0, _PRQLCPRu, 0, [_RV], [2]];
|
|
1020
|
+
export var PutResolverRulePolicyRequest = [3, n0, _PRRPR, 0, [_Ar, _RRP], [0, 0]];
|
|
1021
|
+
export var PutResolverRulePolicyResponse = [3, n0, _PRRPRu, 0, [_RV], [2]];
|
|
1022
|
+
export var ResolverConfig = [3, n0, _RCe, 0, [_I, _RI, _OI, _AR], [0, 0, 0, 0]];
|
|
1023
|
+
export var ResolverDnssecConfig = [3, n0, _RDCe, 0, [_I, _OI, _RI, _VS], [0, 0, 0, 0]];
|
|
1024
|
+
export var ResolverEndpoint = [
|
|
1025
|
+
3,
|
|
1026
|
+
n0,
|
|
1027
|
+
_RE,
|
|
1028
|
+
0,
|
|
1029
|
+
[_I, _CRI, _Ar, _N, _SGI, _D, _IAC, _HVPCI, _S, _SM, _CTr, _MT, _OA, _PIT, _RET, _Pr],
|
|
1030
|
+
[0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0],
|
|
1031
|
+
];
|
|
1032
|
+
export var ResolverQueryLogConfig = [
|
|
1033
|
+
3,
|
|
1034
|
+
n0,
|
|
1035
|
+
_RQLC,
|
|
1036
|
+
0,
|
|
1037
|
+
[_I, _OI, _S, _SS, _AC, _Ar, _N, _DA, _CRI, _CTr],
|
|
1038
|
+
[0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
|
|
1039
|
+
];
|
|
1040
|
+
export var ResolverQueryLogConfigAssociation = [
|
|
1041
|
+
3,
|
|
1042
|
+
n0,
|
|
1043
|
+
_RQLCA,
|
|
1044
|
+
0,
|
|
1045
|
+
[_I, _RQLCI, _RI, _S, _E, _EM, _CTr],
|
|
1046
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
1047
|
+
];
|
|
1048
|
+
export var ResolverRule = [
|
|
1049
|
+
3,
|
|
1050
|
+
n0,
|
|
1051
|
+
_RR,
|
|
1052
|
+
0,
|
|
1053
|
+
[_I, _CRI, _Ar, _DN, _S, _SM, _RT, _N, _TI, _REI, _OI, _SS, _CTr, _MT, _DR],
|
|
1054
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => TargetList, 0, 0, 0, 0, 0, 0],
|
|
1055
|
+
];
|
|
1056
|
+
export var ResolverRuleAssociation = [
|
|
1057
|
+
3,
|
|
1058
|
+
n0,
|
|
1059
|
+
_RRA,
|
|
1060
|
+
0,
|
|
1061
|
+
[_I, _RRI, _N, _VPCI, _S, _SM],
|
|
1062
|
+
[0, 0, 0, 0, 0, 0],
|
|
1063
|
+
];
|
|
1064
|
+
export var ResolverRuleConfig = [3, n0, _RRC, 0, [_N, _TI, _REI], [0, () => TargetList, 0]];
|
|
1065
|
+
export var ResourceExistsException = [
|
|
1066
|
+
-3,
|
|
1067
|
+
n0,
|
|
1068
|
+
_REE,
|
|
1069
|
+
{
|
|
1070
|
+
[_e]: _c,
|
|
1071
|
+
},
|
|
1072
|
+
[_M, _RTe],
|
|
1073
|
+
[0, 0],
|
|
1074
|
+
];
|
|
1075
|
+
TypeRegistry.for(n0).registerError(ResourceExistsException, __ResourceExistsException);
|
|
1076
|
+
export var ResourceInUseException = [
|
|
1077
|
+
-3,
|
|
1078
|
+
n0,
|
|
1079
|
+
_RIUE,
|
|
1080
|
+
{
|
|
1081
|
+
[_e]: _c,
|
|
1082
|
+
},
|
|
1083
|
+
[_M, _RTe],
|
|
1084
|
+
[0, 0],
|
|
1085
|
+
];
|
|
1086
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
1087
|
+
export var ResourceNotFoundException = [
|
|
1088
|
+
-3,
|
|
1089
|
+
n0,
|
|
1090
|
+
_RNFE,
|
|
1091
|
+
{
|
|
1092
|
+
[_e]: _c,
|
|
1093
|
+
},
|
|
1094
|
+
[_M, _RTe],
|
|
1095
|
+
[0, 0],
|
|
1096
|
+
];
|
|
1097
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1098
|
+
export var ResourceUnavailableException = [
|
|
1099
|
+
-3,
|
|
1100
|
+
n0,
|
|
1101
|
+
_RUE,
|
|
1102
|
+
{
|
|
1103
|
+
[_e]: _c,
|
|
1104
|
+
},
|
|
1105
|
+
[_M, _RTe],
|
|
1106
|
+
[0, 0],
|
|
1107
|
+
];
|
|
1108
|
+
TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
|
|
1109
|
+
export var ServiceQuotaExceededException = [
|
|
1110
|
+
-3,
|
|
1111
|
+
n0,
|
|
1112
|
+
_SQEE,
|
|
1113
|
+
{
|
|
1114
|
+
[_e]: _c,
|
|
1115
|
+
},
|
|
1116
|
+
[_M],
|
|
1117
|
+
[0],
|
|
1118
|
+
];
|
|
1119
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1120
|
+
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1121
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
1122
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1123
|
+
export var TargetAddress = [3, n0, _TA, 0, [_Ip, _Po, _Ipv, _Pro, _SNI], [0, 1, 0, 0, 0]];
|
|
1124
|
+
export var ThrottlingException = [
|
|
1125
|
+
-3,
|
|
1126
|
+
n0,
|
|
1127
|
+
_TE,
|
|
1128
|
+
{
|
|
1129
|
+
[_e]: _c,
|
|
1130
|
+
},
|
|
1131
|
+
[_M],
|
|
1132
|
+
[0],
|
|
1133
|
+
];
|
|
1134
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1135
|
+
export var UnknownResourceException = [
|
|
1136
|
+
-3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_URE,
|
|
1139
|
+
{
|
|
1140
|
+
[_e]: _c,
|
|
1141
|
+
},
|
|
1142
|
+
[_M],
|
|
1143
|
+
[0],
|
|
1144
|
+
];
|
|
1145
|
+
TypeRegistry.for(n0).registerError(UnknownResourceException, __UnknownResourceException);
|
|
1146
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1147
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1148
|
+
export var UpdateFirewallConfigRequest = [3, n0, _UFCR, 0, [_RI, _FFO], [0, 0]];
|
|
1149
|
+
export var UpdateFirewallConfigResponse = [3, n0, _UFCRp, 0, [_FC], [() => FirewallConfig]];
|
|
1150
|
+
export var UpdateFirewallDomainsRequest = [3, n0, _UFDR, 0, [_FDLI, _O, _Do], [0, 0, 64 | 0]];
|
|
1151
|
+
export var UpdateFirewallDomainsResponse = [3, n0, _UFDRp, 0, [_I, _N, _S, _SM], [0, 0, 0, 0]];
|
|
1152
|
+
export var UpdateFirewallRuleGroupAssociationRequest = [
|
|
1153
|
+
3,
|
|
1154
|
+
n0,
|
|
1155
|
+
_UFRGAR,
|
|
1156
|
+
0,
|
|
1157
|
+
[_FRGAI, _P, _MP, _N],
|
|
1158
|
+
[0, 1, 0, 0],
|
|
1159
|
+
];
|
|
1160
|
+
export var UpdateFirewallRuleGroupAssociationResponse = [
|
|
1161
|
+
3,
|
|
1162
|
+
n0,
|
|
1163
|
+
_UFRGARp,
|
|
1164
|
+
0,
|
|
1165
|
+
[_FRGA],
|
|
1166
|
+
[() => FirewallRuleGroupAssociation],
|
|
1167
|
+
];
|
|
1168
|
+
export var UpdateFirewallRuleRequest = [
|
|
1169
|
+
3,
|
|
1170
|
+
n0,
|
|
1171
|
+
_UFRR,
|
|
1172
|
+
0,
|
|
1173
|
+
[_FRGI, _FDLI, _FTPI, _P, _A, _BR, _BOD, _BODT, _BOT, _N, _FDRA, _Q, _DTP, _CT],
|
|
1174
|
+
[0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
|
|
1175
|
+
];
|
|
1176
|
+
export var UpdateFirewallRuleResponse = [3, n0, _UFRRp, 0, [_FR], [() => FirewallRule]];
|
|
1177
|
+
export var UpdateIpAddress = [3, n0, _UIA, 0, [_II, _Ipv], [0, 0]];
|
|
1178
|
+
export var UpdateOutpostResolverRequest = [3, n0, _UORR, 0, [_I, _N, _IC, _PIT], [0, 0, 1, 0]];
|
|
1179
|
+
export var UpdateOutpostResolverResponse = [3, n0, _UORRp, 0, [_OR], [() => OutpostResolver]];
|
|
1180
|
+
export var UpdateResolverConfigRequest = [3, n0, _URCR, 0, [_RI, _ARF], [0, 0]];
|
|
1181
|
+
export var UpdateResolverConfigResponse = [3, n0, _URCRp, 0, [_RCe], [() => ResolverConfig]];
|
|
1182
|
+
export var UpdateResolverDnssecConfigRequest = [3, n0, _URDCR, 0, [_RI, _Val], [0, 0]];
|
|
1183
|
+
export var UpdateResolverDnssecConfigResponse = [
|
|
1184
|
+
3,
|
|
1185
|
+
n0,
|
|
1186
|
+
_URDCRp,
|
|
1187
|
+
0,
|
|
1188
|
+
[_RDNSSECC],
|
|
1189
|
+
[() => ResolverDnssecConfig],
|
|
1190
|
+
];
|
|
1191
|
+
export var UpdateResolverEndpointRequest = [
|
|
1192
|
+
3,
|
|
1193
|
+
n0,
|
|
1194
|
+
_URER,
|
|
1195
|
+
0,
|
|
1196
|
+
[_REI, _N, _RET, _UIAp, _Pr],
|
|
1197
|
+
[0, 0, 0, () => UpdateIpAddresses, 64 | 0],
|
|
1198
|
+
];
|
|
1199
|
+
export var UpdateResolverEndpointResponse = [3, n0, _URERp, 0, [_RE], [() => ResolverEndpoint]];
|
|
1200
|
+
export var UpdateResolverRuleRequest = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_URRR,
|
|
1204
|
+
0,
|
|
1205
|
+
[_RRI, _C],
|
|
1206
|
+
[0, () => ResolverRuleConfig],
|
|
1207
|
+
];
|
|
1208
|
+
export var UpdateResolverRuleResponse = [3, n0, _URRRp, 0, [_RR], [() => ResolverRule]];
|
|
1209
|
+
export var ValidationException = [
|
|
1210
|
+
-3,
|
|
1211
|
+
n0,
|
|
1212
|
+
_VE,
|
|
1213
|
+
{
|
|
1214
|
+
[_e]: _c,
|
|
1215
|
+
},
|
|
1216
|
+
[_M],
|
|
1217
|
+
[0],
|
|
1218
|
+
];
|
|
1219
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1220
|
+
export var __Unit = "unit";
|
|
1221
|
+
export var Route53ResolverServiceException = [-3, _s, "Route53ResolverServiceException", 0, [], []];
|
|
1222
|
+
TypeRegistry.for(_s).registerError(Route53ResolverServiceException, __Route53ResolverServiceException);
|
|
1223
|
+
export var Filters = [1, n0, _Fi, 0, () => Filter];
|
|
1224
|
+
export var FilterValues = 64 | 0;
|
|
1225
|
+
export var FirewallConfigList = [1, n0, _FCL, 0, () => FirewallConfig];
|
|
1226
|
+
export var FirewallDomainListMetadataList = [1, n0, _FDLML, 0, () => FirewallDomainListMetadata];
|
|
1227
|
+
export var FirewallDomains = 64 | 0;
|
|
1228
|
+
export var FirewallRuleGroupAssociations = [1, n0, _FRGAi, 0, () => FirewallRuleGroupAssociation];
|
|
1229
|
+
export var FirewallRuleGroupMetadataList = [1, n0, _FRGML, 0, () => FirewallRuleGroupMetadata];
|
|
1230
|
+
export var FirewallRules = [1, n0, _FRi, 0, () => FirewallRule];
|
|
1231
|
+
export var IpAddressesRequest = [1, n0, _IARpd, 0, () => IpAddressRequest];
|
|
1232
|
+
export var IpAddressesResponse = [1, n0, _IARpdd, 0, () => IpAddressResponse];
|
|
1233
|
+
export var OutpostResolverList = [1, n0, _ORL, 0, () => OutpostResolver];
|
|
1234
|
+
export var ProtocolList = 64 | 0;
|
|
1235
|
+
export var ResolverConfigList = [1, n0, _RCL, 0, () => ResolverConfig];
|
|
1236
|
+
export var ResolverDnssecConfigList = [1, n0, _RDCL, 0, () => ResolverDnssecConfig];
|
|
1237
|
+
export var ResolverEndpoints = [1, n0, _REe, 0, () => ResolverEndpoint];
|
|
1238
|
+
export var ResolverQueryLogConfigAssociationList = [
|
|
1239
|
+
1,
|
|
1240
|
+
n0,
|
|
1241
|
+
_RQLCAL,
|
|
1242
|
+
0,
|
|
1243
|
+
() => ResolverQueryLogConfigAssociation,
|
|
1244
|
+
];
|
|
1245
|
+
export var ResolverQueryLogConfigList = [1, n0, _RQLCL, 0, () => ResolverQueryLogConfig];
|
|
1246
|
+
export var ResolverRuleAssociations = [1, n0, _RRAe, 0, () => ResolverRuleAssociation];
|
|
1247
|
+
export var ResolverRules = [1, n0, _RRe, 0, () => ResolverRule];
|
|
1248
|
+
export var SecurityGroupIds = 64 | 0;
|
|
1249
|
+
export var TagKeyList = 64 | 0;
|
|
1250
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1251
|
+
export var TargetList = [1, n0, _TLa, 0, () => TargetAddress];
|
|
1252
|
+
export var UpdateIpAddresses = [1, n0, _UIAp, 0, () => UpdateIpAddress];
|
|
1253
|
+
export var AssociateFirewallRuleGroup = [
|
|
1254
|
+
9,
|
|
1255
|
+
n0,
|
|
1256
|
+
_AFRG,
|
|
1257
|
+
0,
|
|
1258
|
+
() => AssociateFirewallRuleGroupRequest,
|
|
1259
|
+
() => AssociateFirewallRuleGroupResponse,
|
|
1260
|
+
];
|
|
1261
|
+
export var AssociateResolverEndpointIpAddress = [
|
|
1262
|
+
9,
|
|
1263
|
+
n0,
|
|
1264
|
+
_AREIA,
|
|
1265
|
+
0,
|
|
1266
|
+
() => AssociateResolverEndpointIpAddressRequest,
|
|
1267
|
+
() => AssociateResolverEndpointIpAddressResponse,
|
|
1268
|
+
];
|
|
1269
|
+
export var AssociateResolverQueryLogConfig = [
|
|
1270
|
+
9,
|
|
1271
|
+
n0,
|
|
1272
|
+
_ARQLC,
|
|
1273
|
+
0,
|
|
1274
|
+
() => AssociateResolverQueryLogConfigRequest,
|
|
1275
|
+
() => AssociateResolverQueryLogConfigResponse,
|
|
1276
|
+
];
|
|
1277
|
+
export var AssociateResolverRule = [
|
|
1278
|
+
9,
|
|
1279
|
+
n0,
|
|
1280
|
+
_ARR,
|
|
1281
|
+
0,
|
|
1282
|
+
() => AssociateResolverRuleRequest,
|
|
1283
|
+
() => AssociateResolverRuleResponse,
|
|
1284
|
+
];
|
|
1285
|
+
export var CreateFirewallDomainList = [
|
|
1286
|
+
9,
|
|
1287
|
+
n0,
|
|
1288
|
+
_CFDL,
|
|
1289
|
+
0,
|
|
1290
|
+
() => CreateFirewallDomainListRequest,
|
|
1291
|
+
() => CreateFirewallDomainListResponse,
|
|
1292
|
+
];
|
|
1293
|
+
export var CreateFirewallRule = [
|
|
1294
|
+
9,
|
|
1295
|
+
n0,
|
|
1296
|
+
_CFR,
|
|
1297
|
+
0,
|
|
1298
|
+
() => CreateFirewallRuleRequest,
|
|
1299
|
+
() => CreateFirewallRuleResponse,
|
|
1300
|
+
];
|
|
1301
|
+
export var CreateFirewallRuleGroup = [
|
|
1302
|
+
9,
|
|
1303
|
+
n0,
|
|
1304
|
+
_CFRG,
|
|
1305
|
+
0,
|
|
1306
|
+
() => CreateFirewallRuleGroupRequest,
|
|
1307
|
+
() => CreateFirewallRuleGroupResponse,
|
|
1308
|
+
];
|
|
1309
|
+
export var CreateOutpostResolver = [
|
|
1310
|
+
9,
|
|
1311
|
+
n0,
|
|
1312
|
+
_COR,
|
|
1313
|
+
0,
|
|
1314
|
+
() => CreateOutpostResolverRequest,
|
|
1315
|
+
() => CreateOutpostResolverResponse,
|
|
1316
|
+
];
|
|
1317
|
+
export var CreateResolverEndpoint = [
|
|
1318
|
+
9,
|
|
1319
|
+
n0,
|
|
1320
|
+
_CRE,
|
|
1321
|
+
0,
|
|
1322
|
+
() => CreateResolverEndpointRequest,
|
|
1323
|
+
() => CreateResolverEndpointResponse,
|
|
1324
|
+
];
|
|
1325
|
+
export var CreateResolverQueryLogConfig = [
|
|
1326
|
+
9,
|
|
1327
|
+
n0,
|
|
1328
|
+
_CRQLC,
|
|
1329
|
+
0,
|
|
1330
|
+
() => CreateResolverQueryLogConfigRequest,
|
|
1331
|
+
() => CreateResolverQueryLogConfigResponse,
|
|
1332
|
+
];
|
|
1333
|
+
export var CreateResolverRule = [
|
|
1334
|
+
9,
|
|
1335
|
+
n0,
|
|
1336
|
+
_CRR,
|
|
1337
|
+
0,
|
|
1338
|
+
() => CreateResolverRuleRequest,
|
|
1339
|
+
() => CreateResolverRuleResponse,
|
|
1340
|
+
];
|
|
1341
|
+
export var DeleteFirewallDomainList = [
|
|
1342
|
+
9,
|
|
1343
|
+
n0,
|
|
1344
|
+
_DFDL,
|
|
1345
|
+
0,
|
|
1346
|
+
() => DeleteFirewallDomainListRequest,
|
|
1347
|
+
() => DeleteFirewallDomainListResponse,
|
|
1348
|
+
];
|
|
1349
|
+
export var DeleteFirewallRule = [
|
|
1350
|
+
9,
|
|
1351
|
+
n0,
|
|
1352
|
+
_DFR,
|
|
1353
|
+
0,
|
|
1354
|
+
() => DeleteFirewallRuleRequest,
|
|
1355
|
+
() => DeleteFirewallRuleResponse,
|
|
1356
|
+
];
|
|
1357
|
+
export var DeleteFirewallRuleGroup = [
|
|
1358
|
+
9,
|
|
1359
|
+
n0,
|
|
1360
|
+
_DFRG,
|
|
1361
|
+
0,
|
|
1362
|
+
() => DeleteFirewallRuleGroupRequest,
|
|
1363
|
+
() => DeleteFirewallRuleGroupResponse,
|
|
1364
|
+
];
|
|
1365
|
+
export var DeleteOutpostResolver = [
|
|
1366
|
+
9,
|
|
1367
|
+
n0,
|
|
1368
|
+
_DOR,
|
|
1369
|
+
0,
|
|
1370
|
+
() => DeleteOutpostResolverRequest,
|
|
1371
|
+
() => DeleteOutpostResolverResponse,
|
|
1372
|
+
];
|
|
1373
|
+
export var DeleteResolverEndpoint = [
|
|
1374
|
+
9,
|
|
1375
|
+
n0,
|
|
1376
|
+
_DRE,
|
|
1377
|
+
0,
|
|
1378
|
+
() => DeleteResolverEndpointRequest,
|
|
1379
|
+
() => DeleteResolverEndpointResponse,
|
|
1380
|
+
];
|
|
1381
|
+
export var DeleteResolverQueryLogConfig = [
|
|
1382
|
+
9,
|
|
1383
|
+
n0,
|
|
1384
|
+
_DRQLC,
|
|
1385
|
+
0,
|
|
1386
|
+
() => DeleteResolverQueryLogConfigRequest,
|
|
1387
|
+
() => DeleteResolverQueryLogConfigResponse,
|
|
1388
|
+
];
|
|
1389
|
+
export var DeleteResolverRule = [
|
|
1390
|
+
9,
|
|
1391
|
+
n0,
|
|
1392
|
+
_DRR,
|
|
1393
|
+
0,
|
|
1394
|
+
() => DeleteResolverRuleRequest,
|
|
1395
|
+
() => DeleteResolverRuleResponse,
|
|
1396
|
+
];
|
|
1397
|
+
export var DisassociateFirewallRuleGroup = [
|
|
1398
|
+
9,
|
|
1399
|
+
n0,
|
|
1400
|
+
_DFRGi,
|
|
1401
|
+
0,
|
|
1402
|
+
() => DisassociateFirewallRuleGroupRequest,
|
|
1403
|
+
() => DisassociateFirewallRuleGroupResponse,
|
|
1404
|
+
];
|
|
1405
|
+
export var DisassociateResolverEndpointIpAddress = [
|
|
1406
|
+
9,
|
|
1407
|
+
n0,
|
|
1408
|
+
_DREIA,
|
|
1409
|
+
0,
|
|
1410
|
+
() => DisassociateResolverEndpointIpAddressRequest,
|
|
1411
|
+
() => DisassociateResolverEndpointIpAddressResponse,
|
|
1412
|
+
];
|
|
1413
|
+
export var DisassociateResolverQueryLogConfig = [
|
|
1414
|
+
9,
|
|
1415
|
+
n0,
|
|
1416
|
+
_DRQLCi,
|
|
1417
|
+
0,
|
|
1418
|
+
() => DisassociateResolverQueryLogConfigRequest,
|
|
1419
|
+
() => DisassociateResolverQueryLogConfigResponse,
|
|
1420
|
+
];
|
|
1421
|
+
export var DisassociateResolverRule = [
|
|
1422
|
+
9,
|
|
1423
|
+
n0,
|
|
1424
|
+
_DRRi,
|
|
1425
|
+
0,
|
|
1426
|
+
() => DisassociateResolverRuleRequest,
|
|
1427
|
+
() => DisassociateResolverRuleResponse,
|
|
1428
|
+
];
|
|
1429
|
+
export var GetFirewallConfig = [
|
|
1430
|
+
9,
|
|
1431
|
+
n0,
|
|
1432
|
+
_GFC,
|
|
1433
|
+
0,
|
|
1434
|
+
() => GetFirewallConfigRequest,
|
|
1435
|
+
() => GetFirewallConfigResponse,
|
|
1436
|
+
];
|
|
1437
|
+
export var GetFirewallDomainList = [
|
|
1438
|
+
9,
|
|
1439
|
+
n0,
|
|
1440
|
+
_GFDL,
|
|
1441
|
+
0,
|
|
1442
|
+
() => GetFirewallDomainListRequest,
|
|
1443
|
+
() => GetFirewallDomainListResponse,
|
|
1444
|
+
];
|
|
1445
|
+
export var GetFirewallRuleGroup = [
|
|
1446
|
+
9,
|
|
1447
|
+
n0,
|
|
1448
|
+
_GFRG,
|
|
1449
|
+
0,
|
|
1450
|
+
() => GetFirewallRuleGroupRequest,
|
|
1451
|
+
() => GetFirewallRuleGroupResponse,
|
|
1452
|
+
];
|
|
1453
|
+
export var GetFirewallRuleGroupAssociation = [
|
|
1454
|
+
9,
|
|
1455
|
+
n0,
|
|
1456
|
+
_GFRGA,
|
|
1457
|
+
0,
|
|
1458
|
+
() => GetFirewallRuleGroupAssociationRequest,
|
|
1459
|
+
() => GetFirewallRuleGroupAssociationResponse,
|
|
1460
|
+
];
|
|
1461
|
+
export var GetFirewallRuleGroupPolicy = [
|
|
1462
|
+
9,
|
|
1463
|
+
n0,
|
|
1464
|
+
_GFRGP,
|
|
1465
|
+
0,
|
|
1466
|
+
() => GetFirewallRuleGroupPolicyRequest,
|
|
1467
|
+
() => GetFirewallRuleGroupPolicyResponse,
|
|
1468
|
+
];
|
|
1469
|
+
export var GetOutpostResolver = [
|
|
1470
|
+
9,
|
|
1471
|
+
n0,
|
|
1472
|
+
_GOR,
|
|
1473
|
+
0,
|
|
1474
|
+
() => GetOutpostResolverRequest,
|
|
1475
|
+
() => GetOutpostResolverResponse,
|
|
1476
|
+
];
|
|
1477
|
+
export var GetResolverConfig = [
|
|
1478
|
+
9,
|
|
1479
|
+
n0,
|
|
1480
|
+
_GRC,
|
|
1481
|
+
0,
|
|
1482
|
+
() => GetResolverConfigRequest,
|
|
1483
|
+
() => GetResolverConfigResponse,
|
|
1484
|
+
];
|
|
1485
|
+
export var GetResolverDnssecConfig = [
|
|
1486
|
+
9,
|
|
1487
|
+
n0,
|
|
1488
|
+
_GRDC,
|
|
1489
|
+
0,
|
|
1490
|
+
() => GetResolverDnssecConfigRequest,
|
|
1491
|
+
() => GetResolverDnssecConfigResponse,
|
|
1492
|
+
];
|
|
1493
|
+
export var GetResolverEndpoint = [
|
|
1494
|
+
9,
|
|
1495
|
+
n0,
|
|
1496
|
+
_GRE,
|
|
1497
|
+
0,
|
|
1498
|
+
() => GetResolverEndpointRequest,
|
|
1499
|
+
() => GetResolverEndpointResponse,
|
|
1500
|
+
];
|
|
1501
|
+
export var GetResolverQueryLogConfig = [
|
|
1502
|
+
9,
|
|
1503
|
+
n0,
|
|
1504
|
+
_GRQLC,
|
|
1505
|
+
0,
|
|
1506
|
+
() => GetResolverQueryLogConfigRequest,
|
|
1507
|
+
() => GetResolverQueryLogConfigResponse,
|
|
1508
|
+
];
|
|
1509
|
+
export var GetResolverQueryLogConfigAssociation = [
|
|
1510
|
+
9,
|
|
1511
|
+
n0,
|
|
1512
|
+
_GRQLCA,
|
|
1513
|
+
0,
|
|
1514
|
+
() => GetResolverQueryLogConfigAssociationRequest,
|
|
1515
|
+
() => GetResolverQueryLogConfigAssociationResponse,
|
|
1516
|
+
];
|
|
1517
|
+
export var GetResolverQueryLogConfigPolicy = [
|
|
1518
|
+
9,
|
|
1519
|
+
n0,
|
|
1520
|
+
_GRQLCP,
|
|
1521
|
+
0,
|
|
1522
|
+
() => GetResolverQueryLogConfigPolicyRequest,
|
|
1523
|
+
() => GetResolverQueryLogConfigPolicyResponse,
|
|
1524
|
+
];
|
|
1525
|
+
export var GetResolverRule = [
|
|
1526
|
+
9,
|
|
1527
|
+
n0,
|
|
1528
|
+
_GRR,
|
|
1529
|
+
0,
|
|
1530
|
+
() => GetResolverRuleRequest,
|
|
1531
|
+
() => GetResolverRuleResponse,
|
|
1532
|
+
];
|
|
1533
|
+
export var GetResolverRuleAssociation = [
|
|
1534
|
+
9,
|
|
1535
|
+
n0,
|
|
1536
|
+
_GRRA,
|
|
1537
|
+
0,
|
|
1538
|
+
() => GetResolverRuleAssociationRequest,
|
|
1539
|
+
() => GetResolverRuleAssociationResponse,
|
|
1540
|
+
];
|
|
1541
|
+
export var GetResolverRulePolicy = [
|
|
1542
|
+
9,
|
|
1543
|
+
n0,
|
|
1544
|
+
_GRRP,
|
|
1545
|
+
0,
|
|
1546
|
+
() => GetResolverRulePolicyRequest,
|
|
1547
|
+
() => GetResolverRulePolicyResponse,
|
|
1548
|
+
];
|
|
1549
|
+
export var ImportFirewallDomains = [
|
|
1550
|
+
9,
|
|
1551
|
+
n0,
|
|
1552
|
+
_IFD,
|
|
1553
|
+
0,
|
|
1554
|
+
() => ImportFirewallDomainsRequest,
|
|
1555
|
+
() => ImportFirewallDomainsResponse,
|
|
1556
|
+
];
|
|
1557
|
+
export var ListFirewallConfigs = [
|
|
1558
|
+
9,
|
|
1559
|
+
n0,
|
|
1560
|
+
_LFC,
|
|
1561
|
+
0,
|
|
1562
|
+
() => ListFirewallConfigsRequest,
|
|
1563
|
+
() => ListFirewallConfigsResponse,
|
|
1564
|
+
];
|
|
1565
|
+
export var ListFirewallDomainLists = [
|
|
1566
|
+
9,
|
|
1567
|
+
n0,
|
|
1568
|
+
_LFDL,
|
|
1569
|
+
0,
|
|
1570
|
+
() => ListFirewallDomainListsRequest,
|
|
1571
|
+
() => ListFirewallDomainListsResponse,
|
|
1572
|
+
];
|
|
1573
|
+
export var ListFirewallDomains = [
|
|
1574
|
+
9,
|
|
1575
|
+
n0,
|
|
1576
|
+
_LFD,
|
|
1577
|
+
0,
|
|
1578
|
+
() => ListFirewallDomainsRequest,
|
|
1579
|
+
() => ListFirewallDomainsResponse,
|
|
1580
|
+
];
|
|
1581
|
+
export var ListFirewallRuleGroupAssociations = [
|
|
1582
|
+
9,
|
|
1583
|
+
n0,
|
|
1584
|
+
_LFRGA,
|
|
1585
|
+
0,
|
|
1586
|
+
() => ListFirewallRuleGroupAssociationsRequest,
|
|
1587
|
+
() => ListFirewallRuleGroupAssociationsResponse,
|
|
1588
|
+
];
|
|
1589
|
+
export var ListFirewallRuleGroups = [
|
|
1590
|
+
9,
|
|
1591
|
+
n0,
|
|
1592
|
+
_LFRG,
|
|
1593
|
+
0,
|
|
1594
|
+
() => ListFirewallRuleGroupsRequest,
|
|
1595
|
+
() => ListFirewallRuleGroupsResponse,
|
|
1596
|
+
];
|
|
1597
|
+
export var ListFirewallRules = [
|
|
1598
|
+
9,
|
|
1599
|
+
n0,
|
|
1600
|
+
_LFR,
|
|
1601
|
+
0,
|
|
1602
|
+
() => ListFirewallRulesRequest,
|
|
1603
|
+
() => ListFirewallRulesResponse,
|
|
1604
|
+
];
|
|
1605
|
+
export var ListOutpostResolvers = [
|
|
1606
|
+
9,
|
|
1607
|
+
n0,
|
|
1608
|
+
_LOR,
|
|
1609
|
+
0,
|
|
1610
|
+
() => ListOutpostResolversRequest,
|
|
1611
|
+
() => ListOutpostResolversResponse,
|
|
1612
|
+
];
|
|
1613
|
+
export var ListResolverConfigs = [
|
|
1614
|
+
9,
|
|
1615
|
+
n0,
|
|
1616
|
+
_LRC,
|
|
1617
|
+
0,
|
|
1618
|
+
() => ListResolverConfigsRequest,
|
|
1619
|
+
() => ListResolverConfigsResponse,
|
|
1620
|
+
];
|
|
1621
|
+
export var ListResolverDnssecConfigs = [
|
|
1622
|
+
9,
|
|
1623
|
+
n0,
|
|
1624
|
+
_LRDC,
|
|
1625
|
+
0,
|
|
1626
|
+
() => ListResolverDnssecConfigsRequest,
|
|
1627
|
+
() => ListResolverDnssecConfigsResponse,
|
|
1628
|
+
];
|
|
1629
|
+
export var ListResolverEndpointIpAddresses = [
|
|
1630
|
+
9,
|
|
1631
|
+
n0,
|
|
1632
|
+
_LREIA,
|
|
1633
|
+
0,
|
|
1634
|
+
() => ListResolverEndpointIpAddressesRequest,
|
|
1635
|
+
() => ListResolverEndpointIpAddressesResponse,
|
|
1636
|
+
];
|
|
1637
|
+
export var ListResolverEndpoints = [
|
|
1638
|
+
9,
|
|
1639
|
+
n0,
|
|
1640
|
+
_LRE,
|
|
1641
|
+
0,
|
|
1642
|
+
() => ListResolverEndpointsRequest,
|
|
1643
|
+
() => ListResolverEndpointsResponse,
|
|
1644
|
+
];
|
|
1645
|
+
export var ListResolverQueryLogConfigAssociations = [
|
|
1646
|
+
9,
|
|
1647
|
+
n0,
|
|
1648
|
+
_LRQLCA,
|
|
1649
|
+
0,
|
|
1650
|
+
() => ListResolverQueryLogConfigAssociationsRequest,
|
|
1651
|
+
() => ListResolverQueryLogConfigAssociationsResponse,
|
|
1652
|
+
];
|
|
1653
|
+
export var ListResolverQueryLogConfigs = [
|
|
1654
|
+
9,
|
|
1655
|
+
n0,
|
|
1656
|
+
_LRQLC,
|
|
1657
|
+
0,
|
|
1658
|
+
() => ListResolverQueryLogConfigsRequest,
|
|
1659
|
+
() => ListResolverQueryLogConfigsResponse,
|
|
1660
|
+
];
|
|
1661
|
+
export var ListResolverRuleAssociations = [
|
|
1662
|
+
9,
|
|
1663
|
+
n0,
|
|
1664
|
+
_LRRA,
|
|
1665
|
+
0,
|
|
1666
|
+
() => ListResolverRuleAssociationsRequest,
|
|
1667
|
+
() => ListResolverRuleAssociationsResponse,
|
|
1668
|
+
];
|
|
1669
|
+
export var ListResolverRules = [
|
|
1670
|
+
9,
|
|
1671
|
+
n0,
|
|
1672
|
+
_LRR,
|
|
1673
|
+
0,
|
|
1674
|
+
() => ListResolverRulesRequest,
|
|
1675
|
+
() => ListResolverRulesResponse,
|
|
1676
|
+
];
|
|
1677
|
+
export var ListTagsForResource = [
|
|
1678
|
+
9,
|
|
1679
|
+
n0,
|
|
1680
|
+
_LTFR,
|
|
1681
|
+
0,
|
|
1682
|
+
() => ListTagsForResourceRequest,
|
|
1683
|
+
() => ListTagsForResourceResponse,
|
|
1684
|
+
];
|
|
1685
|
+
export var PutFirewallRuleGroupPolicy = [
|
|
1686
|
+
9,
|
|
1687
|
+
n0,
|
|
1688
|
+
_PFRGP,
|
|
1689
|
+
0,
|
|
1690
|
+
() => PutFirewallRuleGroupPolicyRequest,
|
|
1691
|
+
() => PutFirewallRuleGroupPolicyResponse,
|
|
1692
|
+
];
|
|
1693
|
+
export var PutResolverQueryLogConfigPolicy = [
|
|
1694
|
+
9,
|
|
1695
|
+
n0,
|
|
1696
|
+
_PRQLCP,
|
|
1697
|
+
0,
|
|
1698
|
+
() => PutResolverQueryLogConfigPolicyRequest,
|
|
1699
|
+
() => PutResolverQueryLogConfigPolicyResponse,
|
|
1700
|
+
];
|
|
1701
|
+
export var PutResolverRulePolicy = [
|
|
1702
|
+
9,
|
|
1703
|
+
n0,
|
|
1704
|
+
_PRRP,
|
|
1705
|
+
0,
|
|
1706
|
+
() => PutResolverRulePolicyRequest,
|
|
1707
|
+
() => PutResolverRulePolicyResponse,
|
|
1708
|
+
];
|
|
1709
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
1710
|
+
export var UntagResource = [
|
|
1711
|
+
9,
|
|
1712
|
+
n0,
|
|
1713
|
+
_UR,
|
|
1714
|
+
0,
|
|
1715
|
+
() => UntagResourceRequest,
|
|
1716
|
+
() => UntagResourceResponse,
|
|
1717
|
+
];
|
|
1718
|
+
export var UpdateFirewallConfig = [
|
|
1719
|
+
9,
|
|
1720
|
+
n0,
|
|
1721
|
+
_UFC,
|
|
1722
|
+
0,
|
|
1723
|
+
() => UpdateFirewallConfigRequest,
|
|
1724
|
+
() => UpdateFirewallConfigResponse,
|
|
1725
|
+
];
|
|
1726
|
+
export var UpdateFirewallDomains = [
|
|
1727
|
+
9,
|
|
1728
|
+
n0,
|
|
1729
|
+
_UFD,
|
|
1730
|
+
0,
|
|
1731
|
+
() => UpdateFirewallDomainsRequest,
|
|
1732
|
+
() => UpdateFirewallDomainsResponse,
|
|
1733
|
+
];
|
|
1734
|
+
export var UpdateFirewallRule = [
|
|
1735
|
+
9,
|
|
1736
|
+
n0,
|
|
1737
|
+
_UFR,
|
|
1738
|
+
0,
|
|
1739
|
+
() => UpdateFirewallRuleRequest,
|
|
1740
|
+
() => UpdateFirewallRuleResponse,
|
|
1741
|
+
];
|
|
1742
|
+
export var UpdateFirewallRuleGroupAssociation = [
|
|
1743
|
+
9,
|
|
1744
|
+
n0,
|
|
1745
|
+
_UFRGA,
|
|
1746
|
+
0,
|
|
1747
|
+
() => UpdateFirewallRuleGroupAssociationRequest,
|
|
1748
|
+
() => UpdateFirewallRuleGroupAssociationResponse,
|
|
1749
|
+
];
|
|
1750
|
+
export var UpdateOutpostResolver = [
|
|
1751
|
+
9,
|
|
1752
|
+
n0,
|
|
1753
|
+
_UOR,
|
|
1754
|
+
0,
|
|
1755
|
+
() => UpdateOutpostResolverRequest,
|
|
1756
|
+
() => UpdateOutpostResolverResponse,
|
|
1757
|
+
];
|
|
1758
|
+
export var UpdateResolverConfig = [
|
|
1759
|
+
9,
|
|
1760
|
+
n0,
|
|
1761
|
+
_URC,
|
|
1762
|
+
0,
|
|
1763
|
+
() => UpdateResolverConfigRequest,
|
|
1764
|
+
() => UpdateResolverConfigResponse,
|
|
1765
|
+
];
|
|
1766
|
+
export var UpdateResolverDnssecConfig = [
|
|
1767
|
+
9,
|
|
1768
|
+
n0,
|
|
1769
|
+
_URDC,
|
|
1770
|
+
0,
|
|
1771
|
+
() => UpdateResolverDnssecConfigRequest,
|
|
1772
|
+
() => UpdateResolverDnssecConfigResponse,
|
|
1773
|
+
];
|
|
1774
|
+
export var UpdateResolverEndpoint = [
|
|
1775
|
+
9,
|
|
1776
|
+
n0,
|
|
1777
|
+
_UREp,
|
|
1778
|
+
0,
|
|
1779
|
+
() => UpdateResolverEndpointRequest,
|
|
1780
|
+
() => UpdateResolverEndpointResponse,
|
|
1781
|
+
];
|
|
1782
|
+
export var UpdateResolverRule = [
|
|
1783
|
+
9,
|
|
1784
|
+
n0,
|
|
1785
|
+
_URRp,
|
|
1786
|
+
0,
|
|
1787
|
+
() => UpdateResolverRuleRequest,
|
|
1788
|
+
() => UpdateResolverRuleResponse,
|
|
1789
|
+
];
|