@aws-sdk/client-grafana 3.490.0 → 3.495.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 (36) hide show
  1. package/dist-cjs/Grafana.js +1 -49
  2. package/dist-cjs/GrafanaClient.js +1 -43
  3. package/dist-cjs/commands/AssociateLicenseCommand.js +1 -29
  4. package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +1 -29
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +1 -29
  6. package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -29
  8. package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +1 -29
  9. package/dist-cjs/commands/DescribeWorkspaceCommand.js +1 -29
  10. package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/DisassociateLicenseCommand.js +1 -29
  12. package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/ListVersionsCommand.js +1 -28
  15. package/dist-cjs/commands/ListWorkspacesCommand.js +1 -29
  16. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  17. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  18. package/dist-cjs/commands/UpdatePermissionsCommand.js +1 -28
  19. package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +1 -29
  20. package/dist-cjs/commands/UpdateWorkspaceCommand.js +1 -29
  21. package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +1 -28
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +2415 -11
  26. package/dist-cjs/models/GrafanaServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -300
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListVersionsPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListWorkspacesPaginator.js +1 -7
  33. package/dist-cjs/pagination/index.js +1 -7
  34. package/dist-cjs/protocols/Aws_restJson1.js +1 -1393
  35. package/dist-cjs/runtimeExtensions.js +1 -22
  36. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GrafanaServiceException = 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 GrafanaServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, GrafanaServiceException.prototype);
10
- }
11
- }
12
- exports.GrafanaServiceException = GrafanaServiceException;
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,300 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkspaceResponseFilterSensitiveLog = exports.UpdateWorkspaceRequestFilterSensitiveLog = exports.ListWorkspacesResponseFilterSensitiveLog = exports.WorkspaceSummaryFilterSensitiveLog = exports.DescribeWorkspaceResponseFilterSensitiveLog = exports.DeleteWorkspaceResponseFilterSensitiveLog = exports.CreateWorkspaceResponseFilterSensitiveLog = exports.CreateWorkspaceRequestFilterSensitiveLog = exports.DisassociateLicenseResponseFilterSensitiveLog = exports.UpdateWorkspaceAuthenticationResponseFilterSensitiveLog = exports.UpdateWorkspaceAuthenticationRequestFilterSensitiveLog = exports.DescribeWorkspaceAuthenticationResponseFilterSensitiveLog = exports.AuthenticationDescriptionFilterSensitiveLog = exports.SamlAuthenticationFilterSensitiveLog = exports.SamlConfigurationFilterSensitiveLog = exports.RoleValuesFilterSensitiveLog = exports.AssociateLicenseResponseFilterSensitiveLog = exports.WorkspaceDescriptionFilterSensitiveLog = exports.CreateWorkspaceApiKeyResponseFilterSensitiveLog = exports.UpdateAction = exports.Role = exports.UserType = exports.IdpMetadata = exports.WorkspaceStatus = exports.PermissionType = exports.NotificationDestinationType = exports.DataSourceType = exports.SamlConfigurationStatus = exports.AuthenticationProviderTypes = exports.LicenseType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccountAccessType = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const GrafanaServiceException_1 = require("./GrafanaServiceException");
6
- class AccessDeniedException extends GrafanaServiceException_1.GrafanaServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- exports.AccountAccessType = {
20
- CURRENT_ACCOUNT: "CURRENT_ACCOUNT",
21
- ORGANIZATION: "ORGANIZATION",
22
- };
23
- class ConflictException extends GrafanaServiceException_1.GrafanaServiceException {
24
- constructor(opts) {
25
- super({
26
- name: "ConflictException",
27
- $fault: "client",
28
- ...opts,
29
- });
30
- this.name = "ConflictException";
31
- this.$fault = "client";
32
- Object.setPrototypeOf(this, ConflictException.prototype);
33
- this.resourceId = opts.resourceId;
34
- this.resourceType = opts.resourceType;
35
- }
36
- }
37
- exports.ConflictException = ConflictException;
38
- class InternalServerException extends GrafanaServiceException_1.GrafanaServiceException {
39
- constructor(opts) {
40
- super({
41
- name: "InternalServerException",
42
- $fault: "server",
43
- ...opts,
44
- });
45
- this.name = "InternalServerException";
46
- this.$fault = "server";
47
- this.$retryable = {};
48
- Object.setPrototypeOf(this, InternalServerException.prototype);
49
- this.retryAfterSeconds = opts.retryAfterSeconds;
50
- }
51
- }
52
- exports.InternalServerException = InternalServerException;
53
- class ResourceNotFoundException extends GrafanaServiceException_1.GrafanaServiceException {
54
- constructor(opts) {
55
- super({
56
- name: "ResourceNotFoundException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- this.name = "ResourceNotFoundException";
61
- this.$fault = "client";
62
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
63
- this.resourceId = opts.resourceId;
64
- this.resourceType = opts.resourceType;
65
- }
66
- }
67
- exports.ResourceNotFoundException = ResourceNotFoundException;
68
- class ServiceQuotaExceededException extends GrafanaServiceException_1.GrafanaServiceException {
69
- constructor(opts) {
70
- super({
71
- name: "ServiceQuotaExceededException",
72
- $fault: "client",
73
- ...opts,
74
- });
75
- this.name = "ServiceQuotaExceededException";
76
- this.$fault = "client";
77
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
78
- this.resourceId = opts.resourceId;
79
- this.resourceType = opts.resourceType;
80
- this.serviceCode = opts.serviceCode;
81
- this.quotaCode = opts.quotaCode;
82
- }
83
- }
84
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
85
- class ThrottlingException extends GrafanaServiceException_1.GrafanaServiceException {
86
- constructor(opts) {
87
- super({
88
- name: "ThrottlingException",
89
- $fault: "client",
90
- ...opts,
91
- });
92
- this.name = "ThrottlingException";
93
- this.$fault = "client";
94
- this.$retryable = {};
95
- Object.setPrototypeOf(this, ThrottlingException.prototype);
96
- this.serviceCode = opts.serviceCode;
97
- this.quotaCode = opts.quotaCode;
98
- this.retryAfterSeconds = opts.retryAfterSeconds;
99
- }
100
- }
101
- exports.ThrottlingException = ThrottlingException;
102
- exports.ValidationExceptionReason = {
103
- CANNOT_PARSE: "CANNOT_PARSE",
104
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
105
- OTHER: "OTHER",
106
- UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
107
- };
108
- class ValidationException extends GrafanaServiceException_1.GrafanaServiceException {
109
- constructor(opts) {
110
- super({
111
- name: "ValidationException",
112
- $fault: "client",
113
- ...opts,
114
- });
115
- this.name = "ValidationException";
116
- this.$fault = "client";
117
- Object.setPrototypeOf(this, ValidationException.prototype);
118
- this.reason = opts.reason;
119
- this.fieldList = opts.fieldList;
120
- }
121
- }
122
- exports.ValidationException = ValidationException;
123
- exports.LicenseType = {
124
- ENTERPRISE: "ENTERPRISE",
125
- ENTERPRISE_FREE_TRIAL: "ENTERPRISE_FREE_TRIAL",
126
- };
127
- exports.AuthenticationProviderTypes = {
128
- AWS_SSO: "AWS_SSO",
129
- SAML: "SAML",
130
- };
131
- exports.SamlConfigurationStatus = {
132
- CONFIGURED: "CONFIGURED",
133
- NOT_CONFIGURED: "NOT_CONFIGURED",
134
- };
135
- exports.DataSourceType = {
136
- AMAZON_OPENSEARCH_SERVICE: "AMAZON_OPENSEARCH_SERVICE",
137
- ATHENA: "ATHENA",
138
- CLOUDWATCH: "CLOUDWATCH",
139
- PROMETHEUS: "PROMETHEUS",
140
- REDSHIFT: "REDSHIFT",
141
- SITEWISE: "SITEWISE",
142
- TIMESTREAM: "TIMESTREAM",
143
- TWINMAKER: "TWINMAKER",
144
- XRAY: "XRAY",
145
- };
146
- exports.NotificationDestinationType = {
147
- SNS: "SNS",
148
- };
149
- exports.PermissionType = {
150
- CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
151
- SERVICE_MANAGED: "SERVICE_MANAGED",
152
- };
153
- exports.WorkspaceStatus = {
154
- ACTIVE: "ACTIVE",
155
- CREATING: "CREATING",
156
- CREATION_FAILED: "CREATION_FAILED",
157
- DELETING: "DELETING",
158
- DELETION_FAILED: "DELETION_FAILED",
159
- FAILED: "FAILED",
160
- LICENSE_REMOVAL_FAILED: "LICENSE_REMOVAL_FAILED",
161
- UPDATE_FAILED: "UPDATE_FAILED",
162
- UPDATING: "UPDATING",
163
- UPGRADE_FAILED: "UPGRADE_FAILED",
164
- UPGRADING: "UPGRADING",
165
- VERSION_UPDATE_FAILED: "VERSION_UPDATE_FAILED",
166
- VERSION_UPDATING: "VERSION_UPDATING",
167
- };
168
- var IdpMetadata;
169
- (function (IdpMetadata) {
170
- IdpMetadata.visit = (value, visitor) => {
171
- if (value.url !== undefined)
172
- return visitor.url(value.url);
173
- if (value.xml !== undefined)
174
- return visitor.xml(value.xml);
175
- return visitor._(value.$unknown[0], value.$unknown[1]);
176
- };
177
- })(IdpMetadata = exports.IdpMetadata || (exports.IdpMetadata = {}));
178
- exports.UserType = {
179
- SSO_GROUP: "SSO_GROUP",
180
- SSO_USER: "SSO_USER",
181
- };
182
- exports.Role = {
183
- ADMIN: "ADMIN",
184
- EDITOR: "EDITOR",
185
- VIEWER: "VIEWER",
186
- };
187
- exports.UpdateAction = {
188
- ADD: "ADD",
189
- REVOKE: "REVOKE",
190
- };
191
- const CreateWorkspaceApiKeyResponseFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- ...(obj.key && { key: smithy_client_1.SENSITIVE_STRING }),
194
- });
195
- exports.CreateWorkspaceApiKeyResponseFilterSensitiveLog = CreateWorkspaceApiKeyResponseFilterSensitiveLog;
196
- const WorkspaceDescriptionFilterSensitiveLog = (obj) => ({
197
- ...obj,
198
- ...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
199
- ...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
200
- ...(obj.organizationRoleName && { organizationRoleName: smithy_client_1.SENSITIVE_STRING }),
201
- ...(obj.organizationalUnits && { organizationalUnits: smithy_client_1.SENSITIVE_STRING }),
202
- ...(obj.workspaceRoleArn && { workspaceRoleArn: smithy_client_1.SENSITIVE_STRING }),
203
- });
204
- exports.WorkspaceDescriptionFilterSensitiveLog = WorkspaceDescriptionFilterSensitiveLog;
205
- const AssociateLicenseResponseFilterSensitiveLog = (obj) => ({
206
- ...obj,
207
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
208
- });
209
- exports.AssociateLicenseResponseFilterSensitiveLog = AssociateLicenseResponseFilterSensitiveLog;
210
- const RoleValuesFilterSensitiveLog = (obj) => ({
211
- ...obj,
212
- ...(obj.editor && { editor: smithy_client_1.SENSITIVE_STRING }),
213
- ...(obj.admin && { admin: smithy_client_1.SENSITIVE_STRING }),
214
- });
215
- exports.RoleValuesFilterSensitiveLog = RoleValuesFilterSensitiveLog;
216
- const SamlConfigurationFilterSensitiveLog = (obj) => ({
217
- ...obj,
218
- ...(obj.idpMetadata && { idpMetadata: obj.idpMetadata }),
219
- ...(obj.roleValues && { roleValues: (0, exports.RoleValuesFilterSensitiveLog)(obj.roleValues) }),
220
- });
221
- exports.SamlConfigurationFilterSensitiveLog = SamlConfigurationFilterSensitiveLog;
222
- const SamlAuthenticationFilterSensitiveLog = (obj) => ({
223
- ...obj,
224
- ...(obj.configuration && { configuration: (0, exports.SamlConfigurationFilterSensitiveLog)(obj.configuration) }),
225
- });
226
- exports.SamlAuthenticationFilterSensitiveLog = SamlAuthenticationFilterSensitiveLog;
227
- const AuthenticationDescriptionFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- ...(obj.saml && { saml: (0, exports.SamlAuthenticationFilterSensitiveLog)(obj.saml) }),
230
- });
231
- exports.AuthenticationDescriptionFilterSensitiveLog = AuthenticationDescriptionFilterSensitiveLog;
232
- const DescribeWorkspaceAuthenticationResponseFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- ...(obj.authentication && { authentication: (0, exports.AuthenticationDescriptionFilterSensitiveLog)(obj.authentication) }),
235
- });
236
- exports.DescribeWorkspaceAuthenticationResponseFilterSensitiveLog = DescribeWorkspaceAuthenticationResponseFilterSensitiveLog;
237
- const UpdateWorkspaceAuthenticationRequestFilterSensitiveLog = (obj) => ({
238
- ...obj,
239
- ...(obj.samlConfiguration && { samlConfiguration: (0, exports.SamlConfigurationFilterSensitiveLog)(obj.samlConfiguration) }),
240
- });
241
- exports.UpdateWorkspaceAuthenticationRequestFilterSensitiveLog = UpdateWorkspaceAuthenticationRequestFilterSensitiveLog;
242
- const UpdateWorkspaceAuthenticationResponseFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- ...(obj.authentication && { authentication: (0, exports.AuthenticationDescriptionFilterSensitiveLog)(obj.authentication) }),
245
- });
246
- exports.UpdateWorkspaceAuthenticationResponseFilterSensitiveLog = UpdateWorkspaceAuthenticationResponseFilterSensitiveLog;
247
- const DisassociateLicenseResponseFilterSensitiveLog = (obj) => ({
248
- ...obj,
249
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
250
- });
251
- exports.DisassociateLicenseResponseFilterSensitiveLog = DisassociateLicenseResponseFilterSensitiveLog;
252
- const CreateWorkspaceRequestFilterSensitiveLog = (obj) => ({
253
- ...obj,
254
- ...(obj.organizationRoleName && { organizationRoleName: smithy_client_1.SENSITIVE_STRING }),
255
- ...(obj.workspaceDescription && { workspaceDescription: smithy_client_1.SENSITIVE_STRING }),
256
- ...(obj.workspaceName && { workspaceName: smithy_client_1.SENSITIVE_STRING }),
257
- ...(obj.workspaceOrganizationalUnits && { workspaceOrganizationalUnits: smithy_client_1.SENSITIVE_STRING }),
258
- ...(obj.workspaceRoleArn && { workspaceRoleArn: smithy_client_1.SENSITIVE_STRING }),
259
- });
260
- exports.CreateWorkspaceRequestFilterSensitiveLog = CreateWorkspaceRequestFilterSensitiveLog;
261
- const CreateWorkspaceResponseFilterSensitiveLog = (obj) => ({
262
- ...obj,
263
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
264
- });
265
- exports.CreateWorkspaceResponseFilterSensitiveLog = CreateWorkspaceResponseFilterSensitiveLog;
266
- const DeleteWorkspaceResponseFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
269
- });
270
- exports.DeleteWorkspaceResponseFilterSensitiveLog = DeleteWorkspaceResponseFilterSensitiveLog;
271
- const DescribeWorkspaceResponseFilterSensitiveLog = (obj) => ({
272
- ...obj,
273
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
274
- });
275
- exports.DescribeWorkspaceResponseFilterSensitiveLog = DescribeWorkspaceResponseFilterSensitiveLog;
276
- const WorkspaceSummaryFilterSensitiveLog = (obj) => ({
277
- ...obj,
278
- ...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
279
- ...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
280
- });
281
- exports.WorkspaceSummaryFilterSensitiveLog = WorkspaceSummaryFilterSensitiveLog;
282
- const ListWorkspacesResponseFilterSensitiveLog = (obj) => ({
283
- ...obj,
284
- ...(obj.workspaces && { workspaces: obj.workspaces.map((item) => (0, exports.WorkspaceSummaryFilterSensitiveLog)(item)) }),
285
- });
286
- exports.ListWorkspacesResponseFilterSensitiveLog = ListWorkspacesResponseFilterSensitiveLog;
287
- const UpdateWorkspaceRequestFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- ...(obj.organizationRoleName && { organizationRoleName: smithy_client_1.SENSITIVE_STRING }),
290
- ...(obj.workspaceDescription && { workspaceDescription: smithy_client_1.SENSITIVE_STRING }),
291
- ...(obj.workspaceName && { workspaceName: smithy_client_1.SENSITIVE_STRING }),
292
- ...(obj.workspaceOrganizationalUnits && { workspaceOrganizationalUnits: smithy_client_1.SENSITIVE_STRING }),
293
- ...(obj.workspaceRoleArn && { workspaceRoleArn: smithy_client_1.SENSITIVE_STRING }),
294
- });
295
- exports.UpdateWorkspaceRequestFilterSensitiveLog = UpdateWorkspaceRequestFilterSensitiveLog;
296
- const UpdateWorkspaceResponseFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- ...(obj.workspace && { workspace: (0, exports.WorkspaceDescriptionFilterSensitiveLog)(obj.workspace) }),
299
- });
300
- exports.UpdateWorkspaceResponseFilterSensitiveLog = UpdateWorkspaceResponseFilterSensitiveLog;
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.paginateListPermissions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPermissionsCommand_1 = require("../commands/ListPermissionsCommand");
6
- const GrafanaClient_1 = require("../GrafanaClient");
7
- exports.paginateListPermissions = (0, core_1.createPaginator)(GrafanaClient_1.GrafanaClient, ListPermissionsCommand_1.ListPermissionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListVersionsCommand_1 = require("../commands/ListVersionsCommand");
6
- const GrafanaClient_1 = require("../GrafanaClient");
7
- exports.paginateListVersions = (0, core_1.createPaginator)(GrafanaClient_1.GrafanaClient, ListVersionsCommand_1.ListVersionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListWorkspaces = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListWorkspacesCommand_1 = require("../commands/ListWorkspacesCommand");
6
- const GrafanaClient_1 = require("../GrafanaClient");
7
- exports.paginateListWorkspaces = (0, core_1.createPaginator)(GrafanaClient_1.GrafanaClient, ListWorkspacesCommand_1.ListWorkspacesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +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("./ListPermissionsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListVersionsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListWorkspacesPaginator"), exports);
1
+ module.exports = require("../index.js");