@aws-sdk/client-fms 3.490.0 → 3.496.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 (64) hide show
  1. package/dist-cjs/FMS.js +1 -95
  2. package/dist-cjs/FMSClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAdminAccountCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +1 -28
  5. package/dist-cjs/commands/BatchAssociateResourceCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateResourceCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteAppsListCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteNotificationChannelCommand.js +1 -28
  9. package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteProtocolsListCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteResourceSetCommand.js +1 -28
  12. package/dist-cjs/commands/DisassociateAdminAccountCommand.js +1 -28
  13. package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +1 -28
  14. package/dist-cjs/commands/GetAdminAccountCommand.js +1 -28
  15. package/dist-cjs/commands/GetAdminScopeCommand.js +1 -28
  16. package/dist-cjs/commands/GetAppsListCommand.js +1 -28
  17. package/dist-cjs/commands/GetComplianceDetailCommand.js +1 -28
  18. package/dist-cjs/commands/GetNotificationChannelCommand.js +1 -28
  19. package/dist-cjs/commands/GetPolicyCommand.js +1 -28
  20. package/dist-cjs/commands/GetProtectionStatusCommand.js +1 -28
  21. package/dist-cjs/commands/GetProtocolsListCommand.js +1 -28
  22. package/dist-cjs/commands/GetResourceSetCommand.js +1 -28
  23. package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +1 -28
  24. package/dist-cjs/commands/GetViolationDetailsCommand.js +1 -28
  25. package/dist-cjs/commands/ListAdminAccountsForOrganizationCommand.js +1 -28
  26. package/dist-cjs/commands/ListAdminsManagingAccountCommand.js +1 -28
  27. package/dist-cjs/commands/ListAppsListsCommand.js +1 -28
  28. package/dist-cjs/commands/ListComplianceStatusCommand.js +1 -28
  29. package/dist-cjs/commands/ListDiscoveredResourcesCommand.js +1 -28
  30. package/dist-cjs/commands/ListMemberAccountsCommand.js +1 -28
  31. package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
  32. package/dist-cjs/commands/ListProtocolsListsCommand.js +1 -28
  33. package/dist-cjs/commands/ListResourceSetResourcesCommand.js +1 -28
  34. package/dist-cjs/commands/ListResourceSetsCommand.js +1 -28
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  36. package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +1 -28
  37. package/dist-cjs/commands/PutAdminAccountCommand.js +1 -28
  38. package/dist-cjs/commands/PutAppsListCommand.js +1 -28
  39. package/dist-cjs/commands/PutNotificationChannelCommand.js +1 -28
  40. package/dist-cjs/commands/PutPolicyCommand.js +1 -28
  41. package/dist-cjs/commands/PutProtocolsListCommand.js +1 -28
  42. package/dist-cjs/commands/PutResourceSetCommand.js +1 -28
  43. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  44. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  45. package/dist-cjs/commands/index.js +1 -45
  46. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  47. package/dist-cjs/extensionConfiguration.js +1 -2
  48. package/dist-cjs/index.js +3590 -11
  49. package/dist-cjs/models/FMSServiceException.js +1 -12
  50. package/dist-cjs/models/index.js +1 -4
  51. package/dist-cjs/models/models_0.js +1 -221
  52. package/dist-cjs/pagination/Interfaces.js +1 -2
  53. package/dist-cjs/pagination/ListAdminAccountsForOrganizationPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListAdminsManagingAccountPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListAppsListsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListComplianceStatusPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMemberAccountsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListProtocolsListsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +1 -7
  61. package/dist-cjs/pagination/index.js +1 -12
  62. package/dist-cjs/protocols/Aws_json1_1.js +1 -2345
  63. package/dist-cjs/runtimeExtensions.js +1 -22
  64. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FMSServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class FMSServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, FMSServiceException.prototype);
10
- }
11
- }
12
- exports.FMSServiceException = FMSServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,221 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PolicyComplianceStatusType = exports.NetworkFirewallOverrideAction = exports.RuleOrder = exports.TargetType = exports.DestinationType = exports.RemediationActionType = exports.MarketplaceSubscriptionOnboardingStatus = exports.ResourceSetStatus = exports.InvalidTypeException = exports.FirewallDeploymentModel = exports.CustomerPolicyStatus = exports.CustomerPolicyScopeIdType = exports.ViolationReason = exports.DependentServiceName = exports.FailedItemReason = exports.ThirdPartyFirewallAssociationStatus = exports.ThirdPartyFirewall = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidOperationException = exports.InvalidInputException = exports.InternalErrorException = exports.SecurityServiceType = exports.OrganizationStatus = exports.AccountRoleStatus = void 0;
4
- const FMSServiceException_1 = require("./FMSServiceException");
5
- exports.AccountRoleStatus = {
6
- Creating: "CREATING",
7
- Deleted: "DELETED",
8
- Deleting: "DELETING",
9
- PendingDeletion: "PENDING_DELETION",
10
- Ready: "READY",
11
- };
12
- exports.OrganizationStatus = {
13
- Offboarding: "OFFBOARDING",
14
- OffboardingComplete: "OFFBOARDING_COMPLETE",
15
- Onboarding: "ONBOARDING",
16
- OnboardingComplete: "ONBOARDING_COMPLETE",
17
- };
18
- exports.SecurityServiceType = {
19
- DNS_FIREWALL: "DNS_FIREWALL",
20
- IMPORT_NETWORK_FIREWALL: "IMPORT_NETWORK_FIREWALL",
21
- NETWORK_FIREWALL: "NETWORK_FIREWALL",
22
- SECURITY_GROUPS_COMMON: "SECURITY_GROUPS_COMMON",
23
- SECURITY_GROUPS_CONTENT_AUDIT: "SECURITY_GROUPS_CONTENT_AUDIT",
24
- SECURITY_GROUPS_USAGE_AUDIT: "SECURITY_GROUPS_USAGE_AUDIT",
25
- SHIELD_ADVANCED: "SHIELD_ADVANCED",
26
- THIRD_PARTY_FIREWALL: "THIRD_PARTY_FIREWALL",
27
- WAF: "WAF",
28
- WAFV2: "WAFV2",
29
- };
30
- class InternalErrorException extends FMSServiceException_1.FMSServiceException {
31
- constructor(opts) {
32
- super({
33
- name: "InternalErrorException",
34
- $fault: "client",
35
- ...opts,
36
- });
37
- this.name = "InternalErrorException";
38
- this.$fault = "client";
39
- Object.setPrototypeOf(this, InternalErrorException.prototype);
40
- this.Message = opts.Message;
41
- }
42
- }
43
- exports.InternalErrorException = InternalErrorException;
44
- class InvalidInputException extends FMSServiceException_1.FMSServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "InvalidInputException",
48
- $fault: "client",
49
- ...opts,
50
- });
51
- this.name = "InvalidInputException";
52
- this.$fault = "client";
53
- Object.setPrototypeOf(this, InvalidInputException.prototype);
54
- this.Message = opts.Message;
55
- }
56
- }
57
- exports.InvalidInputException = InvalidInputException;
58
- class InvalidOperationException extends FMSServiceException_1.FMSServiceException {
59
- constructor(opts) {
60
- super({
61
- name: "InvalidOperationException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- this.name = "InvalidOperationException";
66
- this.$fault = "client";
67
- Object.setPrototypeOf(this, InvalidOperationException.prototype);
68
- this.Message = opts.Message;
69
- }
70
- }
71
- exports.InvalidOperationException = InvalidOperationException;
72
- class LimitExceededException extends FMSServiceException_1.FMSServiceException {
73
- constructor(opts) {
74
- super({
75
- name: "LimitExceededException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- this.name = "LimitExceededException";
80
- this.$fault = "client";
81
- Object.setPrototypeOf(this, LimitExceededException.prototype);
82
- this.Message = opts.Message;
83
- }
84
- }
85
- exports.LimitExceededException = LimitExceededException;
86
- class ResourceNotFoundException extends FMSServiceException_1.FMSServiceException {
87
- constructor(opts) {
88
- super({
89
- name: "ResourceNotFoundException",
90
- $fault: "client",
91
- ...opts,
92
- });
93
- this.name = "ResourceNotFoundException";
94
- this.$fault = "client";
95
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
96
- this.Message = opts.Message;
97
- }
98
- }
99
- exports.ResourceNotFoundException = ResourceNotFoundException;
100
- exports.ThirdPartyFirewall = {
101
- FORTIGATE_CLOUD_NATIVE_FIREWALL: "FORTIGATE_CLOUD_NATIVE_FIREWALL",
102
- PALO_ALTO_NETWORKS_CLOUD_NGFW: "PALO_ALTO_NETWORKS_CLOUD_NGFW",
103
- };
104
- exports.ThirdPartyFirewallAssociationStatus = {
105
- NOT_EXIST: "NOT_EXIST",
106
- OFFBOARDING: "OFFBOARDING",
107
- OFFBOARD_COMPLETE: "OFFBOARD_COMPLETE",
108
- ONBOARDING: "ONBOARDING",
109
- ONBOARD_COMPLETE: "ONBOARD_COMPLETE",
110
- };
111
- exports.FailedItemReason = {
112
- NotValidAccountId: "NOT_VALID_ACCOUNT_ID",
113
- NotValidArn: "NOT_VALID_ARN",
114
- NotValidPartition: "NOT_VALID_PARTITION",
115
- NotValidRegion: "NOT_VALID_REGION",
116
- NotValidResourceType: "NOT_VALID_RESOURCE_TYPE",
117
- NotValidService: "NOT_VALID_SERVICE",
118
- };
119
- exports.DependentServiceName = {
120
- AWSConfig: "AWSCONFIG",
121
- AWSShieldAdvanced: "AWSSHIELD_ADVANCED",
122
- AWSVirtualPrivateCloud: "AWSVPC",
123
- AWSWAF: "AWSWAF",
124
- };
125
- exports.ViolationReason = {
126
- BlackHoleRouteDetected: "BLACK_HOLE_ROUTE_DETECTED",
127
- BlackHoleRouteDetectedInFirewallSubnet: "BLACK_HOLE_ROUTE_DETECTED_IN_FIREWALL_SUBNET",
128
- FMSCreatedSecurityGroupEdited: "FMS_CREATED_SECURITY_GROUP_EDITED",
129
- FirewallSubnetIsOutOfScope: "FIREWALL_SUBNET_IS_OUT_OF_SCOPE",
130
- FirewallSubnetMissingExpectedRoute: "FIREWALL_SUBNET_MISSING_EXPECTED_ROUTE",
131
- FirewallSubnetMissingVPCEndpoint: "FIREWALL_SUBNET_MISSING_VPCE_ENDPOINT",
132
- InternetGatewayMissingExpectedRoute: "INTERNET_GATEWAY_MISSING_EXPECTED_ROUTE",
133
- InternetTrafficNotInspected: "INTERNET_TRAFFIC_NOT_INSPECTED",
134
- InvalidRouteConfiguration: "INVALID_ROUTE_CONFIGURATION",
135
- MissingExpectedRouteTable: "MISSING_EXPECTED_ROUTE_TABLE",
136
- MissingFirewall: "MISSING_FIREWALL",
137
- MissingFirewallSubnetInAZ: "MISSING_FIREWALL_SUBNET_IN_AZ",
138
- MissingTargetGateway: "MISSING_TARGET_GATEWAY",
139
- NetworkFirewallPolicyModified: "NETWORK_FIREWALL_POLICY_MODIFIED",
140
- ResourceIncorrectWebAcl: "RESOURCE_INCORRECT_WEB_ACL",
141
- ResourceMissingDnsFirewall: "RESOURCE_MISSING_DNS_FIREWALL",
142
- ResourceMissingSecurityGroup: "RESOURCE_MISSING_SECURITY_GROUP",
143
- ResourceMissingShieldProtection: "RESOURCE_MISSING_SHIELD_PROTECTION",
144
- ResourceMissingWebAcl: "RESOURCE_MISSING_WEB_ACL",
145
- ResourceMissingWebaclOrShieldProtection: "RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION",
146
- ResourceViolatesAuditSecurityGroup: "RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP",
147
- RouteHasOutOfScopeEndpoint: "ROUTE_HAS_OUT_OF_SCOPE_ENDPOINT",
148
- SecurityGroupRedundant: "SECURITY_GROUP_REDUNDANT",
149
- SecurityGroupUnused: "SECURITY_GROUP_UNUSED",
150
- TrafficInspectionCrossesAZBoundary: "TRAFFIC_INSPECTION_CROSSES_AZ_BOUNDARY",
151
- UnexpectedFirewallRoutes: "UNEXPECTED_FIREWALL_ROUTES",
152
- UnexpectedTargetGatewayRoutes: "UNEXPECTED_TARGET_GATEWAY_ROUTES",
153
- WebAclMissingRuleGroup: "WEB_ACL_MISSING_RULE_GROUP",
154
- };
155
- exports.CustomerPolicyScopeIdType = {
156
- ACCOUNT: "ACCOUNT",
157
- ORG_UNIT: "ORG_UNIT",
158
- };
159
- exports.CustomerPolicyStatus = {
160
- ACTIVE: "ACTIVE",
161
- OUT_OF_ADMIN_SCOPE: "OUT_OF_ADMIN_SCOPE",
162
- };
163
- exports.FirewallDeploymentModel = {
164
- CENTRALIZED: "CENTRALIZED",
165
- DISTRIBUTED: "DISTRIBUTED",
166
- };
167
- class InvalidTypeException extends FMSServiceException_1.FMSServiceException {
168
- constructor(opts) {
169
- super({
170
- name: "InvalidTypeException",
171
- $fault: "client",
172
- ...opts,
173
- });
174
- this.name = "InvalidTypeException";
175
- this.$fault = "client";
176
- Object.setPrototypeOf(this, InvalidTypeException.prototype);
177
- this.Message = opts.Message;
178
- }
179
- }
180
- exports.InvalidTypeException = InvalidTypeException;
181
- exports.ResourceSetStatus = {
182
- ACTIVE: "ACTIVE",
183
- OUT_OF_ADMIN_SCOPE: "OUT_OF_ADMIN_SCOPE",
184
- };
185
- exports.MarketplaceSubscriptionOnboardingStatus = {
186
- COMPLETE: "COMPLETE",
187
- NOT_COMPLETE: "NOT_COMPLETE",
188
- NO_SUBSCRIPTION: "NO_SUBSCRIPTION",
189
- };
190
- exports.RemediationActionType = {
191
- Modify: "MODIFY",
192
- Remove: "REMOVE",
193
- };
194
- exports.DestinationType = {
195
- IPV4: "IPV4",
196
- IPV6: "IPV6",
197
- PrefixList: "PREFIX_LIST",
198
- };
199
- exports.TargetType = {
200
- CarrierGateway: "CARRIER_GATEWAY",
201
- EgressOnlyInternetGateway: "EGRESS_ONLY_INTERNET_GATEWAY",
202
- Gateway: "GATEWAY",
203
- Instance: "INSTANCE",
204
- LocalGateway: "LOCAL_GATEWAY",
205
- NatGateway: "NAT_GATEWAY",
206
- NetworkInterface: "NETWORK_INTERFACE",
207
- TransitGateway: "TRANSIT_GATEWAY",
208
- VPCEndpoint: "VPC_ENDPOINT",
209
- VPCPeeringConnection: "VPC_PEERING_CONNECTION",
210
- };
211
- exports.RuleOrder = {
212
- DEFAULT_ACTION_ORDER: "DEFAULT_ACTION_ORDER",
213
- STRICT_ORDER: "STRICT_ORDER",
214
- };
215
- exports.NetworkFirewallOverrideAction = {
216
- DROP_TO_ALERT: "DROP_TO_ALERT",
217
- };
218
- exports.PolicyComplianceStatusType = {
219
- Compliant: "COMPLIANT",
220
- NonCompliant: "NON_COMPLIANT",
221
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAdminAccountsForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAdminAccountsForOrganizationCommand_1 = require("../commands/ListAdminAccountsForOrganizationCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListAdminAccountsForOrganization = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListAdminAccountsForOrganizationCommand_1.ListAdminAccountsForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAdminsManagingAccount = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAdminsManagingAccountCommand_1 = require("../commands/ListAdminsManagingAccountCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListAdminsManagingAccount = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListAdminsManagingAccountCommand_1.ListAdminsManagingAccountCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAppsLists = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAppsListsCommand_1 = require("../commands/ListAppsListsCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListAppsLists = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListAppsListsCommand_1.ListAppsListsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListComplianceStatus = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListComplianceStatusCommand_1 = require("../commands/ListComplianceStatusCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListComplianceStatus = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListComplianceStatusCommand_1.ListComplianceStatusCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMemberAccounts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListMemberAccounts = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListMemberAccountsCommand_1.ListMemberAccountsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPolicies = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListPolicies = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListPoliciesCommand_1.ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProtocolsLists = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListProtocolsListsCommand_1 = require("../commands/ListProtocolsListsCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListProtocolsLists = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListProtocolsListsCommand_1.ListProtocolsListsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListThirdPartyFirewallFirewallPolicies = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListThirdPartyFirewallFirewallPoliciesCommand_1 = require("../commands/ListThirdPartyFirewallFirewallPoliciesCommand");
6
- const FMSClient_1 = require("../FMSClient");
7
- exports.paginateListThirdPartyFirewallFirewallPolicies = (0, core_1.createPaginator)(FMSClient_1.FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand_1.ListThirdPartyFirewallFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListAdminAccountsForOrganizationPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListAdminsManagingAccountPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListAppsListsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListComplianceStatusPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListMemberAccountsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListPoliciesPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListProtocolsListsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListThirdPartyFirewallFirewallPoliciesPaginator"), exports);
1
+ module.exports = require("../index.js");