@aws-sdk/client-amplifyuibuilder 3.489.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.
- package/dist-cjs/AmplifyUIBuilder.js +1 -61
- package/dist-cjs/AmplifyUIBuilderClient.js +1 -43
- package/dist-cjs/commands/CreateComponentCommand.js +1 -28
- package/dist-cjs/commands/CreateFormCommand.js +1 -28
- package/dist-cjs/commands/CreateThemeCommand.js +1 -28
- package/dist-cjs/commands/DeleteComponentCommand.js +1 -28
- package/dist-cjs/commands/DeleteFormCommand.js +1 -28
- package/dist-cjs/commands/DeleteThemeCommand.js +1 -28
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +1 -29
- package/dist-cjs/commands/ExportComponentsCommand.js +1 -28
- package/dist-cjs/commands/ExportFormsCommand.js +1 -28
- package/dist-cjs/commands/ExportThemesCommand.js +1 -28
- package/dist-cjs/commands/GetCodegenJobCommand.js +1 -28
- package/dist-cjs/commands/GetComponentCommand.js +1 -28
- package/dist-cjs/commands/GetFormCommand.js +1 -28
- package/dist-cjs/commands/GetMetadataCommand.js +1 -28
- package/dist-cjs/commands/GetThemeCommand.js +1 -28
- package/dist-cjs/commands/ListCodegenJobsCommand.js +1 -28
- package/dist-cjs/commands/ListComponentsCommand.js +1 -28
- package/dist-cjs/commands/ListFormsCommand.js +1 -28
- package/dist-cjs/commands/ListThemesCommand.js +1 -28
- package/dist-cjs/commands/PutMetadataFlagCommand.js +1 -28
- package/dist-cjs/commands/RefreshTokenCommand.js +1 -29
- package/dist-cjs/commands/StartCodegenJobCommand.js +1 -28
- package/dist-cjs/commands/UpdateComponentCommand.js +1 -28
- package/dist-cjs/commands/UpdateFormCommand.js +1 -28
- package/dist-cjs/commands/UpdateThemeCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -28
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3153 -11
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -245
- package/dist-cjs/pagination/ExportComponentsPaginator.js +1 -7
- package/dist-cjs/pagination/ExportFormsPaginator.js +1 -7
- package/dist-cjs/pagination/ExportThemesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCodegenJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListComponentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFormsPaginator.js +1 -7
- package/dist-cjs/pagination/ListThemesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -11
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2206
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AmplifyUIBuilderServiceException = 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 AmplifyUIBuilderServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, AmplifyUIBuilderServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.AmplifyUIBuilderServiceException = AmplifyUIBuilderServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,245 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RefreshTokenResponseFilterSensitiveLog = exports.RefreshTokenRequestFilterSensitiveLog = exports.RefreshTokenRequestBodyFilterSensitiveLog = exports.ExchangeCodeForTokenResponseFilterSensitiveLog = exports.ExchangeCodeForTokenRequestFilterSensitiveLog = exports.ExchangeCodeForTokenRequestBodyFilterSensitiveLog = exports.UnauthorizedException = exports.FormStyleConfig = exports.LabelDecorator = exports.FormActionType = exports.StorageAccessLevel = exports.FormDataSourceType = exports.FormButtonsPosition = exports.FieldPosition = exports.FixedPosition = exports.TokenProviders = exports.ServiceQuotaExceededException = exports.ResourceConflictException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidParameterException = exports.InternalServerException = exports.CodegenJobStatus = exports.CodegenJobRenderConfig = exports.JSTarget = exports.JSScript = exports.JSModule = exports.ApiConfiguration = exports.GenericDataRelationshipType = exports.CodegenGenericDataFieldDataType = exports.CodegenJobGenericDataSourceType = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AmplifyUIBuilderServiceException_1 = require("./AmplifyUIBuilderServiceException");
|
|
6
|
-
exports.CodegenJobGenericDataSourceType = {
|
|
7
|
-
DATA_STORE: "DataStore",
|
|
8
|
-
};
|
|
9
|
-
exports.CodegenGenericDataFieldDataType = {
|
|
10
|
-
AWS_DATE: "AWSDate",
|
|
11
|
-
AWS_DATE_TIME: "AWSDateTime",
|
|
12
|
-
AWS_EMAIL: "AWSEmail",
|
|
13
|
-
AWS_IP_ADDRESS: "AWSIPAddress",
|
|
14
|
-
AWS_JSON: "AWSJSON",
|
|
15
|
-
AWS_PHONE: "AWSPhone",
|
|
16
|
-
AWS_TIME: "AWSTime",
|
|
17
|
-
AWS_TIMESTAMP: "AWSTimestamp",
|
|
18
|
-
AWS_URL: "AWSURL",
|
|
19
|
-
BOOLEAN: "Boolean",
|
|
20
|
-
ENUM: "Enum",
|
|
21
|
-
FLOAT: "Float",
|
|
22
|
-
ID: "ID",
|
|
23
|
-
INT: "Int",
|
|
24
|
-
MODEL: "Model",
|
|
25
|
-
NON_MODEL: "NonModel",
|
|
26
|
-
STRING: "String",
|
|
27
|
-
};
|
|
28
|
-
exports.GenericDataRelationshipType = {
|
|
29
|
-
BELONGS_TO: "BELONGS_TO",
|
|
30
|
-
HAS_MANY: "HAS_MANY",
|
|
31
|
-
HAS_ONE: "HAS_ONE",
|
|
32
|
-
};
|
|
33
|
-
var ApiConfiguration;
|
|
34
|
-
(function (ApiConfiguration) {
|
|
35
|
-
ApiConfiguration.visit = (value, visitor) => {
|
|
36
|
-
if (value.graphQLConfig !== undefined)
|
|
37
|
-
return visitor.graphQLConfig(value.graphQLConfig);
|
|
38
|
-
if (value.dataStoreConfig !== undefined)
|
|
39
|
-
return visitor.dataStoreConfig(value.dataStoreConfig);
|
|
40
|
-
if (value.noApiConfig !== undefined)
|
|
41
|
-
return visitor.noApiConfig(value.noApiConfig);
|
|
42
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
43
|
-
};
|
|
44
|
-
})(ApiConfiguration = exports.ApiConfiguration || (exports.ApiConfiguration = {}));
|
|
45
|
-
exports.JSModule = {
|
|
46
|
-
ES2020: "es2020",
|
|
47
|
-
ESNEXT: "esnext",
|
|
48
|
-
};
|
|
49
|
-
exports.JSScript = {
|
|
50
|
-
JS: "js",
|
|
51
|
-
JSX: "jsx",
|
|
52
|
-
TSX: "tsx",
|
|
53
|
-
};
|
|
54
|
-
exports.JSTarget = {
|
|
55
|
-
ES2015: "es2015",
|
|
56
|
-
ES2020: "es2020",
|
|
57
|
-
};
|
|
58
|
-
var CodegenJobRenderConfig;
|
|
59
|
-
(function (CodegenJobRenderConfig) {
|
|
60
|
-
CodegenJobRenderConfig.visit = (value, visitor) => {
|
|
61
|
-
if (value.react !== undefined)
|
|
62
|
-
return visitor.react(value.react);
|
|
63
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
64
|
-
};
|
|
65
|
-
})(CodegenJobRenderConfig = exports.CodegenJobRenderConfig || (exports.CodegenJobRenderConfig = {}));
|
|
66
|
-
exports.CodegenJobStatus = {
|
|
67
|
-
FAILED: "failed",
|
|
68
|
-
IN_PROGRESS: "in_progress",
|
|
69
|
-
SUCCEEDED: "succeeded",
|
|
70
|
-
};
|
|
71
|
-
class InternalServerException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
72
|
-
constructor(opts) {
|
|
73
|
-
super({
|
|
74
|
-
name: "InternalServerException",
|
|
75
|
-
$fault: "server",
|
|
76
|
-
...opts,
|
|
77
|
-
});
|
|
78
|
-
this.name = "InternalServerException";
|
|
79
|
-
this.$fault = "server";
|
|
80
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
exports.InternalServerException = InternalServerException;
|
|
84
|
-
class InvalidParameterException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
85
|
-
constructor(opts) {
|
|
86
|
-
super({
|
|
87
|
-
name: "InvalidParameterException",
|
|
88
|
-
$fault: "client",
|
|
89
|
-
...opts,
|
|
90
|
-
});
|
|
91
|
-
this.name = "InvalidParameterException";
|
|
92
|
-
this.$fault = "client";
|
|
93
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
97
|
-
class ResourceNotFoundException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
98
|
-
constructor(opts) {
|
|
99
|
-
super({
|
|
100
|
-
name: "ResourceNotFoundException",
|
|
101
|
-
$fault: "client",
|
|
102
|
-
...opts,
|
|
103
|
-
});
|
|
104
|
-
this.name = "ResourceNotFoundException";
|
|
105
|
-
this.$fault = "client";
|
|
106
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
110
|
-
class ThrottlingException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
111
|
-
constructor(opts) {
|
|
112
|
-
super({
|
|
113
|
-
name: "ThrottlingException",
|
|
114
|
-
$fault: "client",
|
|
115
|
-
...opts,
|
|
116
|
-
});
|
|
117
|
-
this.name = "ThrottlingException";
|
|
118
|
-
this.$fault = "client";
|
|
119
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
exports.ThrottlingException = ThrottlingException;
|
|
123
|
-
class ResourceConflictException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "ResourceConflictException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
this.name = "ResourceConflictException";
|
|
131
|
-
this.$fault = "client";
|
|
132
|
-
Object.setPrototypeOf(this, ResourceConflictException.prototype);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
exports.ResourceConflictException = ResourceConflictException;
|
|
136
|
-
class ServiceQuotaExceededException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "ServiceQuotaExceededException",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
this.name = "ServiceQuotaExceededException";
|
|
144
|
-
this.$fault = "client";
|
|
145
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
149
|
-
exports.TokenProviders = {
|
|
150
|
-
FIGMA: "figma",
|
|
151
|
-
};
|
|
152
|
-
exports.FixedPosition = {
|
|
153
|
-
FIRST: "first",
|
|
154
|
-
};
|
|
155
|
-
var FieldPosition;
|
|
156
|
-
(function (FieldPosition) {
|
|
157
|
-
FieldPosition.visit = (value, visitor) => {
|
|
158
|
-
if (value.fixed !== undefined)
|
|
159
|
-
return visitor.fixed(value.fixed);
|
|
160
|
-
if (value.rightOf !== undefined)
|
|
161
|
-
return visitor.rightOf(value.rightOf);
|
|
162
|
-
if (value.below !== undefined)
|
|
163
|
-
return visitor.below(value.below);
|
|
164
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
165
|
-
};
|
|
166
|
-
})(FieldPosition = exports.FieldPosition || (exports.FieldPosition = {}));
|
|
167
|
-
exports.FormButtonsPosition = {
|
|
168
|
-
BOTTOM: "bottom",
|
|
169
|
-
TOP: "top",
|
|
170
|
-
TOP_AND_BOTTOM: "top_and_bottom",
|
|
171
|
-
};
|
|
172
|
-
exports.FormDataSourceType = {
|
|
173
|
-
CUSTOM: "Custom",
|
|
174
|
-
DATASTORE: "DataStore",
|
|
175
|
-
};
|
|
176
|
-
exports.StorageAccessLevel = {
|
|
177
|
-
PRIVATE: "private",
|
|
178
|
-
PROTECTED: "protected",
|
|
179
|
-
PUBLIC: "public",
|
|
180
|
-
};
|
|
181
|
-
exports.FormActionType = {
|
|
182
|
-
CREATE: "create",
|
|
183
|
-
UPDATE: "update",
|
|
184
|
-
};
|
|
185
|
-
exports.LabelDecorator = {
|
|
186
|
-
NONE: "none",
|
|
187
|
-
OPTIONAL: "optional",
|
|
188
|
-
REQUIRED: "required",
|
|
189
|
-
};
|
|
190
|
-
var FormStyleConfig;
|
|
191
|
-
(function (FormStyleConfig) {
|
|
192
|
-
FormStyleConfig.visit = (value, visitor) => {
|
|
193
|
-
if (value.tokenReference !== undefined)
|
|
194
|
-
return visitor.tokenReference(value.tokenReference);
|
|
195
|
-
if (value.value !== undefined)
|
|
196
|
-
return visitor.value(value.value);
|
|
197
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
198
|
-
};
|
|
199
|
-
})(FormStyleConfig = exports.FormStyleConfig || (exports.FormStyleConfig = {}));
|
|
200
|
-
class UnauthorizedException extends AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException {
|
|
201
|
-
constructor(opts) {
|
|
202
|
-
super({
|
|
203
|
-
name: "UnauthorizedException",
|
|
204
|
-
$fault: "client",
|
|
205
|
-
...opts,
|
|
206
|
-
});
|
|
207
|
-
this.name = "UnauthorizedException";
|
|
208
|
-
this.$fault = "client";
|
|
209
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
213
|
-
const ExchangeCodeForTokenRequestBodyFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
...(obj.code && { code: smithy_client_1.SENSITIVE_STRING }),
|
|
216
|
-
...(obj.clientId && { clientId: smithy_client_1.SENSITIVE_STRING }),
|
|
217
|
-
});
|
|
218
|
-
exports.ExchangeCodeForTokenRequestBodyFilterSensitiveLog = ExchangeCodeForTokenRequestBodyFilterSensitiveLog;
|
|
219
|
-
const ExchangeCodeForTokenRequestFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
...(obj.request && { request: (0, exports.ExchangeCodeForTokenRequestBodyFilterSensitiveLog)(obj.request) }),
|
|
222
|
-
});
|
|
223
|
-
exports.ExchangeCodeForTokenRequestFilterSensitiveLog = ExchangeCodeForTokenRequestFilterSensitiveLog;
|
|
224
|
-
const ExchangeCodeForTokenResponseFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
227
|
-
...(obj.refreshToken && { refreshToken: smithy_client_1.SENSITIVE_STRING }),
|
|
228
|
-
});
|
|
229
|
-
exports.ExchangeCodeForTokenResponseFilterSensitiveLog = ExchangeCodeForTokenResponseFilterSensitiveLog;
|
|
230
|
-
const RefreshTokenRequestBodyFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
...(obj.token && { token: smithy_client_1.SENSITIVE_STRING }),
|
|
233
|
-
...(obj.clientId && { clientId: smithy_client_1.SENSITIVE_STRING }),
|
|
234
|
-
});
|
|
235
|
-
exports.RefreshTokenRequestBodyFilterSensitiveLog = RefreshTokenRequestBodyFilterSensitiveLog;
|
|
236
|
-
const RefreshTokenRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
...(obj.refreshTokenBody && { refreshTokenBody: (0, exports.RefreshTokenRequestBodyFilterSensitiveLog)(obj.refreshTokenBody) }),
|
|
239
|
-
});
|
|
240
|
-
exports.RefreshTokenRequestFilterSensitiveLog = RefreshTokenRequestFilterSensitiveLog;
|
|
241
|
-
const RefreshTokenResponseFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
|
|
244
|
-
});
|
|
245
|
-
exports.RefreshTokenResponseFilterSensitiveLog = RefreshTokenResponseFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateExportComponents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ExportComponentsCommand_1 = require("../commands/ExportComponentsCommand");
|
|
7
|
-
exports.paginateExportComponents = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ExportComponentsCommand_1.ExportComponentsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateExportForms = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ExportFormsCommand_1 = require("../commands/ExportFormsCommand");
|
|
7
|
-
exports.paginateExportForms = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ExportFormsCommand_1.ExportFormsCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateExportThemes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ExportThemesCommand_1 = require("../commands/ExportThemesCommand");
|
|
7
|
-
exports.paginateExportThemes = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ExportThemesCommand_1.ExportThemesCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCodegenJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ListCodegenJobsCommand_1 = require("../commands/ListCodegenJobsCommand");
|
|
7
|
-
exports.paginateListCodegenJobs = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ListCodegenJobsCommand_1.ListCodegenJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListComponents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ListComponentsCommand_1 = require("../commands/ListComponentsCommand");
|
|
7
|
-
exports.paginateListComponents = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ListComponentsCommand_1.ListComponentsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListForms = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ListFormsCommand_1 = require("../commands/ListFormsCommand");
|
|
7
|
-
exports.paginateListForms = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ListFormsCommand_1.ListFormsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListThemes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const AmplifyUIBuilderClient_1 = require("../AmplifyUIBuilderClient");
|
|
6
|
-
const ListThemesCommand_1 = require("../commands/ListThemesCommand");
|
|
7
|
-
exports.paginateListThemes = (0, core_1.createPaginator)(AmplifyUIBuilderClient_1.AmplifyUIBuilderClient, ListThemesCommand_1.ListThemesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ExportComponentsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ExportFormsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ExportThemesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListCodegenJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListComponentsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListFormsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListThemesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|