@aws-sdk/client-route53resolver 3.370.0 → 3.374.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.
Files changed (58) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/Route53Resolver.js +10 -0
  3. package/dist-cjs/commands/CreateOutpostResolverCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteOutpostResolverCommand.js +46 -0
  5. package/dist-cjs/commands/GetOutpostResolverCommand.js +46 -0
  6. package/dist-cjs/commands/ListOutpostResolversCommand.js +46 -0
  7. package/dist-cjs/commands/UpdateOutpostResolverCommand.js +46 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/endpoint/ruleset.js +3 -3
  10. package/dist-cjs/models/models_0.js +25 -1
  11. package/dist-cjs/pagination/ListOutpostResolversPaginator.js +29 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_json1_1.js +284 -3
  14. package/dist-es/Route53Resolver.js +10 -0
  15. package/dist-es/commands/CreateOutpostResolverCommand.js +42 -0
  16. package/dist-es/commands/DeleteOutpostResolverCommand.js +42 -0
  17. package/dist-es/commands/GetOutpostResolverCommand.js +42 -0
  18. package/dist-es/commands/ListOutpostResolversCommand.js +42 -0
  19. package/dist-es/commands/UpdateOutpostResolverCommand.js +42 -0
  20. package/dist-es/commands/index.js +5 -0
  21. package/dist-es/endpoint/ruleset.js +3 -3
  22. package/dist-es/models/models_0.js +23 -0
  23. package/dist-es/pagination/ListOutpostResolversPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +1 -0
  25. package/dist-es/protocols/Aws_json1_1.js +272 -1
  26. package/dist-types/Route53Resolver.d.ts +35 -0
  27. package/dist-types/Route53ResolverClient.d.ts +7 -2
  28. package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +2 -0
  29. package/dist-types/commands/CreateOutpostResolverCommand.d.ts +114 -0
  30. package/dist-types/commands/CreateResolverEndpointCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +106 -0
  32. package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +2 -0
  33. package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +2 -0
  34. package/dist-types/commands/GetOutpostResolverCommand.d.ts +102 -0
  35. package/dist-types/commands/GetResolverEndpointCommand.d.ts +2 -0
  36. package/dist-types/commands/ListOutpostResolversCommand.d.ts +106 -0
  37. package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListResolverEndpointsCommand.d.ts +2 -0
  39. package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +112 -0
  40. package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +2 -0
  41. package/dist-types/commands/index.d.ts +5 -0
  42. package/dist-types/models/models_0.d.ts +263 -9
  43. package/dist-types/pagination/ListOutpostResolversPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +1 -0
  45. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  46. package/dist-types/ts3.4/Route53Resolver.d.ts +85 -0
  47. package/dist-types/ts3.4/Route53ResolverClient.d.ts +30 -0
  48. package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +42 -0
  49. package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +42 -0
  50. package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +39 -0
  51. package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +42 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +78 -0
  55. package/dist-types/ts3.4/pagination/ListOutpostResolversPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  58. package/package.json +1 -1
@@ -15,12 +15,14 @@ import { AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput }
15
15
  import { CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput } from "./commands/CreateFirewallDomainListCommand";
16
16
  import { CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput } from "./commands/CreateFirewallRuleCommand";
17
17
  import { CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput } from "./commands/CreateFirewallRuleGroupCommand";
18
+ import { CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput } from "./commands/CreateOutpostResolverCommand";
18
19
  import { CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput } from "./commands/CreateResolverEndpointCommand";
19
20
  import { CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput } from "./commands/CreateResolverQueryLogConfigCommand";
20
21
  import { CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput } from "./commands/CreateResolverRuleCommand";
21
22
  import { DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput } from "./commands/DeleteFirewallDomainListCommand";
22
23
  import { DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput } from "./commands/DeleteFirewallRuleCommand";
23
24
  import { DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput } from "./commands/DeleteFirewallRuleGroupCommand";
25
+ import { DeleteOutpostResolverCommandInput, DeleteOutpostResolverCommandOutput } from "./commands/DeleteOutpostResolverCommand";
24
26
  import { DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput } from "./commands/DeleteResolverEndpointCommand";
25
27
  import { DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput } from "./commands/DeleteResolverQueryLogConfigCommand";
26
28
  import { DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput } from "./commands/DeleteResolverRuleCommand";
@@ -33,6 +35,7 @@ import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput }
33
35
  import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "./commands/GetFirewallRuleGroupAssociationCommand";
34
36
  import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "./commands/GetFirewallRuleGroupCommand";
35
37
  import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "./commands/GetFirewallRuleGroupPolicyCommand";
38
+ import { GetOutpostResolverCommandInput, GetOutpostResolverCommandOutput } from "./commands/GetOutpostResolverCommand";
36
39
  import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "./commands/GetResolverConfigCommand";
37
40
  import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "./commands/GetResolverDnssecConfigCommand";
38
41
  import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "./commands/GetResolverEndpointCommand";
@@ -49,6 +52,7 @@ import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } fro
49
52
  import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "./commands/ListFirewallRuleGroupAssociationsCommand";
50
53
  import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "./commands/ListFirewallRuleGroupsCommand";
51
54
  import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "./commands/ListFirewallRulesCommand";
55
+ import { ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput } from "./commands/ListOutpostResolversCommand";
52
56
  import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "./commands/ListResolverConfigsCommand";
53
57
  import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "./commands/ListResolverDnssecConfigsCommand";
54
58
  import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "./commands/ListResolverEndpointIpAddressesCommand";
@@ -67,6 +71,7 @@ import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } f
67
71
  import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "./commands/UpdateFirewallDomainsCommand";
68
72
  import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "./commands/UpdateFirewallRuleCommand";
69
73
  import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "./commands/UpdateFirewallRuleGroupAssociationCommand";
74
+ import { UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput } from "./commands/UpdateOutpostResolverCommand";
70
75
  import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "./commands/UpdateResolverConfigCommand";
71
76
  import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "./commands/UpdateResolverDnssecConfigCommand";
72
77
  import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "./commands/UpdateResolverEndpointCommand";
@@ -76,11 +81,11 @@ export { __Client };
76
81
  /**
77
82
  * @public
78
83
  */
79
- export type ServiceInputTypes = AssociateFirewallRuleGroupCommandInput | AssociateResolverEndpointIpAddressCommandInput | AssociateResolverQueryLogConfigCommandInput | AssociateResolverRuleCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateFirewallRuleGroupCommandInput | CreateResolverEndpointCommandInput | CreateResolverQueryLogConfigCommandInput | CreateResolverRuleCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteFirewallRuleGroupCommandInput | DeleteResolverEndpointCommandInput | DeleteResolverQueryLogConfigCommandInput | DeleteResolverRuleCommandInput | DisassociateFirewallRuleGroupCommandInput | DisassociateResolverEndpointIpAddressCommandInput | DisassociateResolverQueryLogConfigCommandInput | DisassociateResolverRuleCommandInput | GetFirewallConfigCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleGroupAssociationCommandInput | GetFirewallRuleGroupCommandInput | GetFirewallRuleGroupPolicyCommandInput | GetResolverConfigCommandInput | GetResolverDnssecConfigCommandInput | GetResolverEndpointCommandInput | GetResolverQueryLogConfigAssociationCommandInput | GetResolverQueryLogConfigCommandInput | GetResolverQueryLogConfigPolicyCommandInput | GetResolverRuleAssociationCommandInput | GetResolverRuleCommandInput | GetResolverRulePolicyCommandInput | ImportFirewallDomainsCommandInput | ListFirewallConfigsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRuleGroupAssociationsCommandInput | ListFirewallRuleGroupsCommandInput | ListFirewallRulesCommandInput | ListResolverConfigsCommandInput | ListResolverDnssecConfigsCommandInput | ListResolverEndpointIpAddressesCommandInput | ListResolverEndpointsCommandInput | ListResolverQueryLogConfigAssociationsCommandInput | ListResolverQueryLogConfigsCommandInput | ListResolverRuleAssociationsCommandInput | ListResolverRulesCommandInput | ListTagsForResourceCommandInput | PutFirewallRuleGroupPolicyCommandInput | PutResolverQueryLogConfigPolicyCommandInput | PutResolverRulePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallConfigCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateFirewallRuleGroupAssociationCommandInput | UpdateResolverConfigCommandInput | UpdateResolverDnssecConfigCommandInput | UpdateResolverEndpointCommandInput | UpdateResolverRuleCommandInput;
84
+ export type ServiceInputTypes = AssociateFirewallRuleGroupCommandInput | AssociateResolverEndpointIpAddressCommandInput | AssociateResolverQueryLogConfigCommandInput | AssociateResolverRuleCommandInput | CreateFirewallDomainListCommandInput | CreateFirewallRuleCommandInput | CreateFirewallRuleGroupCommandInput | CreateOutpostResolverCommandInput | CreateResolverEndpointCommandInput | CreateResolverQueryLogConfigCommandInput | CreateResolverRuleCommandInput | DeleteFirewallDomainListCommandInput | DeleteFirewallRuleCommandInput | DeleteFirewallRuleGroupCommandInput | DeleteOutpostResolverCommandInput | DeleteResolverEndpointCommandInput | DeleteResolverQueryLogConfigCommandInput | DeleteResolverRuleCommandInput | DisassociateFirewallRuleGroupCommandInput | DisassociateResolverEndpointIpAddressCommandInput | DisassociateResolverQueryLogConfigCommandInput | DisassociateResolverRuleCommandInput | GetFirewallConfigCommandInput | GetFirewallDomainListCommandInput | GetFirewallRuleGroupAssociationCommandInput | GetFirewallRuleGroupCommandInput | GetFirewallRuleGroupPolicyCommandInput | GetOutpostResolverCommandInput | GetResolverConfigCommandInput | GetResolverDnssecConfigCommandInput | GetResolverEndpointCommandInput | GetResolverQueryLogConfigAssociationCommandInput | GetResolverQueryLogConfigCommandInput | GetResolverQueryLogConfigPolicyCommandInput | GetResolverRuleAssociationCommandInput | GetResolverRuleCommandInput | GetResolverRulePolicyCommandInput | ImportFirewallDomainsCommandInput | ListFirewallConfigsCommandInput | ListFirewallDomainListsCommandInput | ListFirewallDomainsCommandInput | ListFirewallRuleGroupAssociationsCommandInput | ListFirewallRuleGroupsCommandInput | ListFirewallRulesCommandInput | ListOutpostResolversCommandInput | ListResolverConfigsCommandInput | ListResolverDnssecConfigsCommandInput | ListResolverEndpointIpAddressesCommandInput | ListResolverEndpointsCommandInput | ListResolverQueryLogConfigAssociationsCommandInput | ListResolverQueryLogConfigsCommandInput | ListResolverRuleAssociationsCommandInput | ListResolverRulesCommandInput | ListTagsForResourceCommandInput | PutFirewallRuleGroupPolicyCommandInput | PutResolverQueryLogConfigPolicyCommandInput | PutResolverRulePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallConfigCommandInput | UpdateFirewallDomainsCommandInput | UpdateFirewallRuleCommandInput | UpdateFirewallRuleGroupAssociationCommandInput | UpdateOutpostResolverCommandInput | UpdateResolverConfigCommandInput | UpdateResolverDnssecConfigCommandInput | UpdateResolverEndpointCommandInput | UpdateResolverRuleCommandInput;
80
85
  /**
81
86
  * @public
82
87
  */
83
- export type ServiceOutputTypes = AssociateFirewallRuleGroupCommandOutput | AssociateResolverEndpointIpAddressCommandOutput | AssociateResolverQueryLogConfigCommandOutput | AssociateResolverRuleCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateFirewallRuleGroupCommandOutput | CreateResolverEndpointCommandOutput | CreateResolverQueryLogConfigCommandOutput | CreateResolverRuleCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteFirewallRuleGroupCommandOutput | DeleteResolverEndpointCommandOutput | DeleteResolverQueryLogConfigCommandOutput | DeleteResolverRuleCommandOutput | DisassociateFirewallRuleGroupCommandOutput | DisassociateResolverEndpointIpAddressCommandOutput | DisassociateResolverQueryLogConfigCommandOutput | DisassociateResolverRuleCommandOutput | GetFirewallConfigCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleGroupAssociationCommandOutput | GetFirewallRuleGroupCommandOutput | GetFirewallRuleGroupPolicyCommandOutput | GetResolverConfigCommandOutput | GetResolverDnssecConfigCommandOutput | GetResolverEndpointCommandOutput | GetResolverQueryLogConfigAssociationCommandOutput | GetResolverQueryLogConfigCommandOutput | GetResolverQueryLogConfigPolicyCommandOutput | GetResolverRuleAssociationCommandOutput | GetResolverRuleCommandOutput | GetResolverRulePolicyCommandOutput | ImportFirewallDomainsCommandOutput | ListFirewallConfigsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRuleGroupAssociationsCommandOutput | ListFirewallRuleGroupsCommandOutput | ListFirewallRulesCommandOutput | ListResolverConfigsCommandOutput | ListResolverDnssecConfigsCommandOutput | ListResolverEndpointIpAddressesCommandOutput | ListResolverEndpointsCommandOutput | ListResolverQueryLogConfigAssociationsCommandOutput | ListResolverQueryLogConfigsCommandOutput | ListResolverRuleAssociationsCommandOutput | ListResolverRulesCommandOutput | ListTagsForResourceCommandOutput | PutFirewallRuleGroupPolicyCommandOutput | PutResolverQueryLogConfigPolicyCommandOutput | PutResolverRulePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallConfigCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateFirewallRuleGroupAssociationCommandOutput | UpdateResolverConfigCommandOutput | UpdateResolverDnssecConfigCommandOutput | UpdateResolverEndpointCommandOutput | UpdateResolverRuleCommandOutput;
88
+ export type ServiceOutputTypes = AssociateFirewallRuleGroupCommandOutput | AssociateResolverEndpointIpAddressCommandOutput | AssociateResolverQueryLogConfigCommandOutput | AssociateResolverRuleCommandOutput | CreateFirewallDomainListCommandOutput | CreateFirewallRuleCommandOutput | CreateFirewallRuleGroupCommandOutput | CreateOutpostResolverCommandOutput | CreateResolverEndpointCommandOutput | CreateResolverQueryLogConfigCommandOutput | CreateResolverRuleCommandOutput | DeleteFirewallDomainListCommandOutput | DeleteFirewallRuleCommandOutput | DeleteFirewallRuleGroupCommandOutput | DeleteOutpostResolverCommandOutput | DeleteResolverEndpointCommandOutput | DeleteResolverQueryLogConfigCommandOutput | DeleteResolverRuleCommandOutput | DisassociateFirewallRuleGroupCommandOutput | DisassociateResolverEndpointIpAddressCommandOutput | DisassociateResolverQueryLogConfigCommandOutput | DisassociateResolverRuleCommandOutput | GetFirewallConfigCommandOutput | GetFirewallDomainListCommandOutput | GetFirewallRuleGroupAssociationCommandOutput | GetFirewallRuleGroupCommandOutput | GetFirewallRuleGroupPolicyCommandOutput | GetOutpostResolverCommandOutput | GetResolverConfigCommandOutput | GetResolverDnssecConfigCommandOutput | GetResolverEndpointCommandOutput | GetResolverQueryLogConfigAssociationCommandOutput | GetResolverQueryLogConfigCommandOutput | GetResolverQueryLogConfigPolicyCommandOutput | GetResolverRuleAssociationCommandOutput | GetResolverRuleCommandOutput | GetResolverRulePolicyCommandOutput | ImportFirewallDomainsCommandOutput | ListFirewallConfigsCommandOutput | ListFirewallDomainListsCommandOutput | ListFirewallDomainsCommandOutput | ListFirewallRuleGroupAssociationsCommandOutput | ListFirewallRuleGroupsCommandOutput | ListFirewallRulesCommandOutput | ListOutpostResolversCommandOutput | ListResolverConfigsCommandOutput | ListResolverDnssecConfigsCommandOutput | ListResolverEndpointIpAddressesCommandOutput | ListResolverEndpointsCommandOutput | ListResolverQueryLogConfigAssociationsCommandOutput | ListResolverQueryLogConfigsCommandOutput | ListResolverRuleAssociationsCommandOutput | ListResolverRulesCommandOutput | ListTagsForResourceCommandOutput | PutFirewallRuleGroupPolicyCommandOutput | PutResolverQueryLogConfigPolicyCommandOutput | PutResolverRulePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallConfigCommandOutput | UpdateFirewallDomainsCommandOutput | UpdateFirewallRuleCommandOutput | UpdateFirewallRuleGroupAssociationCommandOutput | UpdateOutpostResolverCommandOutput | UpdateResolverConfigCommandOutput | UpdateResolverDnssecConfigCommandOutput | UpdateResolverEndpointCommandOutput | UpdateResolverRuleCommandOutput;
84
89
  /**
85
90
  * @public
86
91
  */
@@ -62,6 +62,8 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
62
62
  * // CreationTime: "STRING_VALUE",
63
63
  * // ModificationTime: "STRING_VALUE",
64
64
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
65
+ * // OutpostArn: "STRING_VALUE",
66
+ * // PreferredInstanceType: "STRING_VALUE",
65
67
  * // },
66
68
  * // };
67
69
  *
@@ -0,0 +1,114 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CreateOutpostResolverRequest, CreateOutpostResolverResponse } from "../models/models_0";
5
+ import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateOutpostResolverCommand}.
14
+ */
15
+ export interface CreateOutpostResolverCommandInput extends CreateOutpostResolverRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateOutpostResolverCommand}.
21
+ */
22
+ export interface CreateOutpostResolverCommandOutput extends CreateOutpostResolverResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates an Route 53 Resolver on an Outpost.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { Route53ResolverClient, CreateOutpostResolverCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
31
+ * // const { Route53ResolverClient, CreateOutpostResolverCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
32
+ * const client = new Route53ResolverClient(config);
33
+ * const input = { // CreateOutpostResolverRequest
34
+ * CreatorRequestId: "STRING_VALUE", // required
35
+ * Name: "STRING_VALUE", // required
36
+ * InstanceCount: Number("int"),
37
+ * PreferredInstanceType: "STRING_VALUE", // required
38
+ * OutpostArn: "STRING_VALUE", // required
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
+ * Key: "STRING_VALUE", // required
42
+ * Value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
46
+ * const command = new CreateOutpostResolverCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // CreateOutpostResolverResponse
49
+ * // OutpostResolver: { // OutpostResolver
50
+ * // Arn: "STRING_VALUE",
51
+ * // CreationTime: "STRING_VALUE",
52
+ * // ModificationTime: "STRING_VALUE",
53
+ * // CreatorRequestId: "STRING_VALUE",
54
+ * // Id: "STRING_VALUE",
55
+ * // InstanceCount: Number("int"),
56
+ * // PreferredInstanceType: "STRING_VALUE",
57
+ * // Name: "STRING_VALUE",
58
+ * // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "DELETING" || "ACTION_NEEDED" || "FAILED_CREATION" || "FAILED_DELETION",
59
+ * // StatusMessage: "STRING_VALUE",
60
+ * // OutpostArn: "STRING_VALUE",
61
+ * // },
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param CreateOutpostResolverCommandInput - {@link CreateOutpostResolverCommandInput}
67
+ * @returns {@link CreateOutpostResolverCommandOutput}
68
+ * @see {@link CreateOutpostResolverCommandInput} for command's `input` shape.
69
+ * @see {@link CreateOutpostResolverCommandOutput} for command's `response` shape.
70
+ * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
71
+ *
72
+ * @throws {@link AccessDeniedException} (client fault)
73
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
74
+ *
75
+ * @throws {@link InternalServiceErrorException} (client fault)
76
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * <p>The specified resource doesn't exist.</p>
80
+ *
81
+ * @throws {@link ServiceQuotaExceededException} (client fault)
82
+ * <p>Fulfilling the request would cause one or more quotas to be exceeded.</p>
83
+ *
84
+ * @throws {@link ThrottlingException} (client fault)
85
+ * <p>The request was throttled. Try again in a few minutes.</p>
86
+ *
87
+ * @throws {@link ValidationException} (client fault)
88
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
89
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
90
+ *
91
+ * @throws {@link Route53ResolverServiceException}
92
+ * <p>Base exception class for all service exceptions from Route53Resolver service.</p>
93
+ *
94
+ */
95
+ export declare class CreateOutpostResolverCommand extends $Command<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig> {
96
+ readonly input: CreateOutpostResolverCommandInput;
97
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
101
+ constructor(input: CreateOutpostResolverCommandInput);
102
+ /**
103
+ * @internal
104
+ */
105
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
109
+ private serialize;
110
+ /**
111
+ * @internal
112
+ */
113
+ private deserialize;
114
+ }
@@ -61,6 +61,8 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
61
61
  * },
62
62
  * ],
63
63
  * ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
64
+ * OutpostArn: "STRING_VALUE",
65
+ * PreferredInstanceType: "STRING_VALUE",
64
66
  * };
65
67
  * const command = new CreateResolverEndpointCommand(input);
66
68
  * const response = await client.send(command);
@@ -81,6 +83,8 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
81
83
  * // CreationTime: "STRING_VALUE",
82
84
  * // ModificationTime: "STRING_VALUE",
83
85
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
86
+ * // OutpostArn: "STRING_VALUE",
87
+ * // PreferredInstanceType: "STRING_VALUE",
84
88
  * // },
85
89
  * // };
86
90
  *
@@ -0,0 +1,106 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DeleteOutpostResolverRequest, DeleteOutpostResolverResponse } from "../models/models_0";
5
+ import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteOutpostResolverCommand}.
14
+ */
15
+ export interface DeleteOutpostResolverCommandInput extends DeleteOutpostResolverRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteOutpostResolverCommand}.
21
+ */
22
+ export interface DeleteOutpostResolverCommandOutput extends DeleteOutpostResolverResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes a Resolver on the Outpost.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { Route53ResolverClient, DeleteOutpostResolverCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
31
+ * // const { Route53ResolverClient, DeleteOutpostResolverCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
32
+ * const client = new Route53ResolverClient(config);
33
+ * const input = { // DeleteOutpostResolverRequest
34
+ * Id: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteOutpostResolverCommand(input);
37
+ * const response = await client.send(command);
38
+ * // { // DeleteOutpostResolverResponse
39
+ * // OutpostResolver: { // OutpostResolver
40
+ * // Arn: "STRING_VALUE",
41
+ * // CreationTime: "STRING_VALUE",
42
+ * // ModificationTime: "STRING_VALUE",
43
+ * // CreatorRequestId: "STRING_VALUE",
44
+ * // Id: "STRING_VALUE",
45
+ * // InstanceCount: Number("int"),
46
+ * // PreferredInstanceType: "STRING_VALUE",
47
+ * // Name: "STRING_VALUE",
48
+ * // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "DELETING" || "ACTION_NEEDED" || "FAILED_CREATION" || "FAILED_DELETION",
49
+ * // StatusMessage: "STRING_VALUE",
50
+ * // OutpostArn: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param DeleteOutpostResolverCommandInput - {@link DeleteOutpostResolverCommandInput}
57
+ * @returns {@link DeleteOutpostResolverCommandOutput}
58
+ * @see {@link DeleteOutpostResolverCommandInput} for command's `input` shape.
59
+ * @see {@link DeleteOutpostResolverCommandOutput} for command's `response` shape.
60
+ * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>The requested state transition isn't valid. For example, you can't delete a firewall
67
+ * domain list if it is in the process of being deleted, or you can't import domains into a
68
+ * domain list that is in the process of being deleted.</p>
69
+ *
70
+ * @throws {@link InternalServiceErrorException} (client fault)
71
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>The specified resource doesn't exist.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>The request was throttled. Try again in a few minutes.</p>
78
+ *
79
+ * @throws {@link ValidationException} (client fault)
80
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
81
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
82
+ *
83
+ * @throws {@link Route53ResolverServiceException}
84
+ * <p>Base exception class for all service exceptions from Route53Resolver service.</p>
85
+ *
86
+ */
87
+ export declare class DeleteOutpostResolverCommand extends $Command<DeleteOutpostResolverCommandInput, DeleteOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig> {
88
+ readonly input: DeleteOutpostResolverCommandInput;
89
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
93
+ constructor(input: DeleteOutpostResolverCommandInput);
94
+ /**
95
+ * @internal
96
+ */
97
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutpostResolverCommandInput, DeleteOutpostResolverCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
101
+ private serialize;
102
+ /**
103
+ * @internal
104
+ */
105
+ private deserialize;
106
+ }
@@ -64,6 +64,8 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
64
64
  * // CreationTime: "STRING_VALUE",
65
65
  * // ModificationTime: "STRING_VALUE",
66
66
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
67
+ * // OutpostArn: "STRING_VALUE",
68
+ * // PreferredInstanceType: "STRING_VALUE",
67
69
  * // },
68
70
  * // };
69
71
  *
@@ -62,6 +62,8 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
62
62
  * // CreationTime: "STRING_VALUE",
63
63
  * // ModificationTime: "STRING_VALUE",
64
64
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
65
+ * // OutpostArn: "STRING_VALUE",
66
+ * // PreferredInstanceType: "STRING_VALUE",
65
67
  * // },
66
68
  * // };
67
69
  *
@@ -0,0 +1,102 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { GetOutpostResolverRequest, GetOutpostResolverResponse } from "../models/models_0";
5
+ import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetOutpostResolverCommand}.
14
+ */
15
+ export interface GetOutpostResolverCommandInput extends GetOutpostResolverRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetOutpostResolverCommand}.
21
+ */
22
+ export interface GetOutpostResolverCommandOutput extends GetOutpostResolverResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Gets information about a specified Resolver on the Outpost, such as its instance count and
27
+ * type, name, and the current status of the Resolver.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { Route53ResolverClient, GetOutpostResolverCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
32
+ * // const { Route53ResolverClient, GetOutpostResolverCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
33
+ * const client = new Route53ResolverClient(config);
34
+ * const input = { // GetOutpostResolverRequest
35
+ * Id: "STRING_VALUE", // required
36
+ * };
37
+ * const command = new GetOutpostResolverCommand(input);
38
+ * const response = await client.send(command);
39
+ * // { // GetOutpostResolverResponse
40
+ * // OutpostResolver: { // OutpostResolver
41
+ * // Arn: "STRING_VALUE",
42
+ * // CreationTime: "STRING_VALUE",
43
+ * // ModificationTime: "STRING_VALUE",
44
+ * // CreatorRequestId: "STRING_VALUE",
45
+ * // Id: "STRING_VALUE",
46
+ * // InstanceCount: Number("int"),
47
+ * // PreferredInstanceType: "STRING_VALUE",
48
+ * // Name: "STRING_VALUE",
49
+ * // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "DELETING" || "ACTION_NEEDED" || "FAILED_CREATION" || "FAILED_DELETION",
50
+ * // StatusMessage: "STRING_VALUE",
51
+ * // OutpostArn: "STRING_VALUE",
52
+ * // },
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param GetOutpostResolverCommandInput - {@link GetOutpostResolverCommandInput}
58
+ * @returns {@link GetOutpostResolverCommandOutput}
59
+ * @see {@link GetOutpostResolverCommandInput} for command's `input` shape.
60
+ * @see {@link GetOutpostResolverCommandOutput} for command's `response` shape.
61
+ * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
62
+ *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
65
+ *
66
+ * @throws {@link InternalServiceErrorException} (client fault)
67
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
68
+ *
69
+ * @throws {@link ResourceNotFoundException} (client fault)
70
+ * <p>The specified resource doesn't exist.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>The request was throttled. Try again in a few minutes.</p>
74
+ *
75
+ * @throws {@link ValidationException} (client fault)
76
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
77
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
78
+ *
79
+ * @throws {@link Route53ResolverServiceException}
80
+ * <p>Base exception class for all service exceptions from Route53Resolver service.</p>
81
+ *
82
+ */
83
+ export declare class GetOutpostResolverCommand extends $Command<GetOutpostResolverCommandInput, GetOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig> {
84
+ readonly input: GetOutpostResolverCommandInput;
85
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
89
+ constructor(input: GetOutpostResolverCommandInput);
90
+ /**
91
+ * @internal
92
+ */
93
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostResolverCommandInput, GetOutpostResolverCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
97
+ private serialize;
98
+ /**
99
+ * @internal
100
+ */
101
+ private deserialize;
102
+ }
@@ -53,6 +53,8 @@ export interface GetResolverEndpointCommandOutput extends GetResolverEndpointRes
53
53
  * // CreationTime: "STRING_VALUE",
54
54
  * // ModificationTime: "STRING_VALUE",
55
55
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
56
+ * // OutpostArn: "STRING_VALUE",
57
+ * // PreferredInstanceType: "STRING_VALUE",
56
58
  * // },
57
59
  * // };
58
60
  *
@@ -0,0 +1,106 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ListOutpostResolversRequest, ListOutpostResolversResponse } from "../models/models_0";
5
+ import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListOutpostResolversCommand}.
14
+ */
15
+ export interface ListOutpostResolversCommandInput extends ListOutpostResolversRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListOutpostResolversCommand}.
21
+ */
22
+ export interface ListOutpostResolversCommandOutput extends ListOutpostResolversResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { Route53ResolverClient, ListOutpostResolversCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
31
+ * // const { Route53ResolverClient, ListOutpostResolversCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
32
+ * const client = new Route53ResolverClient(config);
33
+ * const input = { // ListOutpostResolversRequest
34
+ * OutpostArn: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
38
+ * const command = new ListOutpostResolversCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ListOutpostResolversResponse
41
+ * // OutpostResolvers: [ // OutpostResolverList
42
+ * // { // OutpostResolver
43
+ * // Arn: "STRING_VALUE",
44
+ * // CreationTime: "STRING_VALUE",
45
+ * // ModificationTime: "STRING_VALUE",
46
+ * // CreatorRequestId: "STRING_VALUE",
47
+ * // Id: "STRING_VALUE",
48
+ * // InstanceCount: Number("int"),
49
+ * // PreferredInstanceType: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // Status: "CREATING" || "OPERATIONAL" || "UPDATING" || "DELETING" || "ACTION_NEEDED" || "FAILED_CREATION" || "FAILED_DELETION",
52
+ * // StatusMessage: "STRING_VALUE",
53
+ * // OutpostArn: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param ListOutpostResolversCommandInput - {@link ListOutpostResolversCommandInput}
62
+ * @returns {@link ListOutpostResolversCommandOutput}
63
+ * @see {@link ListOutpostResolversCommandInput} for command's `input` shape.
64
+ * @see {@link ListOutpostResolversCommandOutput} for command's `response` shape.
65
+ * @see {@link Route53ResolverClientResolvedConfig | config} for Route53ResolverClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>
69
+ *
70
+ * @throws {@link InternalServiceErrorException} (client fault)
71
+ * <p>We encountered an unknown error. Try again in a few minutes.</p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>The specified resource doesn't exist.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>The request was throttled. Try again in a few minutes.</p>
78
+ *
79
+ * @throws {@link ValidationException} (client fault)
80
+ * <p>You have provided an invalid command. Supported values are <code>ADD</code>,
81
+ * <code>REMOVE</code>, or <code>REPLACE</code> a domain.</p>
82
+ *
83
+ * @throws {@link Route53ResolverServiceException}
84
+ * <p>Base exception class for all service exceptions from Route53Resolver service.</p>
85
+ *
86
+ */
87
+ export declare class ListOutpostResolversCommand extends $Command<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput, Route53ResolverClientResolvedConfig> {
88
+ readonly input: ListOutpostResolversCommandInput;
89
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
93
+ constructor(input: ListOutpostResolversCommandInput);
94
+ /**
95
+ * @internal
96
+ */
97
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53ResolverClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
101
+ private serialize;
102
+ /**
103
+ * @internal
104
+ */
105
+ private deserialize;
106
+ }
@@ -46,7 +46,7 @@ export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolv
46
46
  * // SubnetId: "STRING_VALUE",
47
47
  * // Ip: "STRING_VALUE",
48
48
  * // Ipv6: "STRING_VALUE",
49
- * // Status: "CREATING" || "FAILED_CREATION" || "ATTACHING" || "ATTACHED" || "REMAP_DETACHING" || "REMAP_ATTACHING" || "DETACHING" || "FAILED_RESOURCE_GONE" || "DELETING" || "DELETE_FAILED_FAS_EXPIRED" || "UPDATING",
49
+ * // Status: "CREATING" || "FAILED_CREATION" || "ATTACHING" || "ATTACHED" || "REMAP_DETACHING" || "REMAP_ATTACHING" || "DETACHING" || "FAILED_RESOURCE_GONE" || "DELETING" || "DELETE_FAILED_FAS_EXPIRED" || "UPDATING" || "UPDATE_FAILED",
50
50
  * // StatusMessage: "STRING_VALUE",
51
51
  * // CreationTime: "STRING_VALUE",
52
52
  * // ModificationTime: "STRING_VALUE",
@@ -64,6 +64,8 @@ export interface ListResolverEndpointsCommandOutput extends ListResolverEndpoint
64
64
  * // CreationTime: "STRING_VALUE",
65
65
  * // ModificationTime: "STRING_VALUE",
66
66
  * // ResolverEndpointType: "IPV6" || "IPV4" || "DUALSTACK",
67
+ * // OutpostArn: "STRING_VALUE",
68
+ * // PreferredInstanceType: "STRING_VALUE",
67
69
  * // },
68
70
  * // ],
69
71
  * // };