@aws-sdk/client-amplifyuibuilder 3.495.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +38 -35
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3083,15 +3083,13 @@ var paginateListThemes = (0, import_core9.createPaginator)(AmplifyUIBuilderClien
|
|
|
3083
3083
|
// src/index.ts
|
|
3084
3084
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3085
3085
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3086
|
+
|
|
3086
3087
|
0 && (module.exports = {
|
|
3087
|
-
AmplifyUIBuilder,
|
|
3088
|
-
AmplifyUIBuilderClient,
|
|
3089
3088
|
AmplifyUIBuilderServiceException,
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
CodegenJobStatus,
|
|
3089
|
+
__Client,
|
|
3090
|
+
AmplifyUIBuilderClient,
|
|
3091
|
+
AmplifyUIBuilder,
|
|
3092
|
+
$Command,
|
|
3095
3093
|
CreateComponentCommand,
|
|
3096
3094
|
CreateFormCommand,
|
|
3097
3095
|
CreateThemeCommand,
|
|
@@ -3099,56 +3097,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3099
3097
|
DeleteFormCommand,
|
|
3100
3098
|
DeleteThemeCommand,
|
|
3101
3099
|
ExchangeCodeForTokenCommand,
|
|
3102
|
-
ExchangeCodeForTokenRequestBodyFilterSensitiveLog,
|
|
3103
|
-
ExchangeCodeForTokenRequestFilterSensitiveLog,
|
|
3104
|
-
ExchangeCodeForTokenResponseFilterSensitiveLog,
|
|
3105
3100
|
ExportComponentsCommand,
|
|
3106
3101
|
ExportFormsCommand,
|
|
3107
3102
|
ExportThemesCommand,
|
|
3108
|
-
FieldPosition,
|
|
3109
|
-
FixedPosition,
|
|
3110
|
-
FormActionType,
|
|
3111
|
-
FormButtonsPosition,
|
|
3112
|
-
FormDataSourceType,
|
|
3113
|
-
FormStyleConfig,
|
|
3114
|
-
GenericDataRelationshipType,
|
|
3115
3103
|
GetCodegenJobCommand,
|
|
3116
3104
|
GetComponentCommand,
|
|
3117
3105
|
GetFormCommand,
|
|
3118
3106
|
GetMetadataCommand,
|
|
3119
3107
|
GetThemeCommand,
|
|
3120
|
-
InternalServerException,
|
|
3121
|
-
InvalidParameterException,
|
|
3122
|
-
JSModule,
|
|
3123
|
-
JSScript,
|
|
3124
|
-
JSTarget,
|
|
3125
|
-
LabelDecorator,
|
|
3126
3108
|
ListCodegenJobsCommand,
|
|
3127
3109
|
ListComponentsCommand,
|
|
3128
3110
|
ListFormsCommand,
|
|
3129
3111
|
ListThemesCommand,
|
|
3130
3112
|
PutMetadataFlagCommand,
|
|
3131
3113
|
RefreshTokenCommand,
|
|
3132
|
-
RefreshTokenRequestBodyFilterSensitiveLog,
|
|
3133
|
-
RefreshTokenRequestFilterSensitiveLog,
|
|
3134
|
-
RefreshTokenResponseFilterSensitiveLog,
|
|
3135
|
-
ResourceConflictException,
|
|
3136
|
-
ResourceNotFoundException,
|
|
3137
|
-
ServiceQuotaExceededException,
|
|
3138
3114
|
StartCodegenJobCommand,
|
|
3139
|
-
StorageAccessLevel,
|
|
3140
|
-
ThrottlingException,
|
|
3141
|
-
TokenProviders,
|
|
3142
|
-
UnauthorizedException,
|
|
3143
3115
|
UpdateComponentCommand,
|
|
3144
3116
|
UpdateFormCommand,
|
|
3145
3117
|
UpdateThemeCommand,
|
|
3146
|
-
__Client,
|
|
3147
3118
|
paginateExportComponents,
|
|
3148
3119
|
paginateExportForms,
|
|
3149
3120
|
paginateExportThemes,
|
|
3150
3121
|
paginateListCodegenJobs,
|
|
3151
3122
|
paginateListComponents,
|
|
3152
3123
|
paginateListForms,
|
|
3153
|
-
paginateListThemes
|
|
3124
|
+
paginateListThemes,
|
|
3125
|
+
CodegenJobGenericDataSourceType,
|
|
3126
|
+
CodegenGenericDataFieldDataType,
|
|
3127
|
+
GenericDataRelationshipType,
|
|
3128
|
+
ApiConfiguration,
|
|
3129
|
+
JSModule,
|
|
3130
|
+
JSScript,
|
|
3131
|
+
JSTarget,
|
|
3132
|
+
CodegenJobRenderConfig,
|
|
3133
|
+
CodegenJobStatus,
|
|
3134
|
+
InternalServerException,
|
|
3135
|
+
InvalidParameterException,
|
|
3136
|
+
ResourceNotFoundException,
|
|
3137
|
+
ThrottlingException,
|
|
3138
|
+
ResourceConflictException,
|
|
3139
|
+
ServiceQuotaExceededException,
|
|
3140
|
+
TokenProviders,
|
|
3141
|
+
FixedPosition,
|
|
3142
|
+
FieldPosition,
|
|
3143
|
+
FormButtonsPosition,
|
|
3144
|
+
FormDataSourceType,
|
|
3145
|
+
StorageAccessLevel,
|
|
3146
|
+
FormActionType,
|
|
3147
|
+
LabelDecorator,
|
|
3148
|
+
FormStyleConfig,
|
|
3149
|
+
UnauthorizedException,
|
|
3150
|
+
ExchangeCodeForTokenRequestBodyFilterSensitiveLog,
|
|
3151
|
+
ExchangeCodeForTokenRequestFilterSensitiveLog,
|
|
3152
|
+
ExchangeCodeForTokenResponseFilterSensitiveLog,
|
|
3153
|
+
RefreshTokenRequestBodyFilterSensitiveLog,
|
|
3154
|
+
RefreshTokenRequestFilterSensitiveLog,
|
|
3155
|
+
RefreshTokenResponseFilterSensitiveLog
|
|
3154
3156
|
});
|
|
3157
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifyuibuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|