@aws-sdk/client-amplifyuibuilder 3.306.0 → 3.309.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/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateFormCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteFormCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +2 -2
- package/dist-cjs/commands/ExportComponentsCommand.js +2 -2
- package/dist-cjs/commands/ExportFormsCommand.js +2 -2
- package/dist-cjs/commands/ExportThemesCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetFormCommand.js +2 -2
- package/dist-cjs/commands/GetMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetThemeCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListFormsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/PutMetadataFlagCommand.js +2 -2
- package/dist-cjs/commands/RefreshTokenCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateFormCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +556 -608
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateFormCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteFormCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +3 -3
- package/dist-es/commands/ExportComponentsCommand.js +3 -3
- package/dist-es/commands/ExportFormsCommand.js +3 -3
- package/dist-es/commands/ExportThemesCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetFormCommand.js +3 -3
- package/dist-es/commands/GetMetadataCommand.js +3 -3
- package/dist-es/commands/GetThemeCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListFormsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/PutMetadataFlagCommand.js +3 -3
- package/dist-es/commands/RefreshTokenCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateFormCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +511 -563
- package/dist-types/protocols/Aws_restJson1.d.ts +176 -44
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +44 -44
- package/package.json +6 -6
|
@@ -22,47 +22,179 @@ import { RefreshTokenCommandInput, RefreshTokenCommandOutput } from "../commands
|
|
|
22
22
|
import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "../commands/UpdateComponentCommand";
|
|
23
23
|
import { UpdateFormCommandInput, UpdateFormCommandOutput } from "../commands/UpdateFormCommand";
|
|
24
24
|
import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "../commands/UpdateThemeCommand";
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export declare const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
25
|
+
/**
|
|
26
|
+
* serializeAws_restJson1CreateComponentCommand
|
|
27
|
+
*/
|
|
28
|
+
export declare const se_CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_restJson1CreateFormCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_CreateFormCommand: (input: CreateFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_restJson1CreateThemeCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_CreateThemeCommand: (input: CreateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_restJson1DeleteComponentCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1DeleteFormCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_DeleteFormCommand: (input: DeleteFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1DeleteThemeCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_DeleteThemeCommand: (input: DeleteThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_restJson1ExchangeCodeForTokenCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_ExchangeCodeForTokenCommand: (input: ExchangeCodeForTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1ExportComponentsCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_ExportComponentsCommand: (input: ExportComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1ExportFormsCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_ExportFormsCommand: (input: ExportFormsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_restJson1ExportThemesCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_ExportThemesCommand: (input: ExportThemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_restJson1GetComponentCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1GetFormCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_GetFormCommand: (input: GetFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1GetMetadataCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_GetMetadataCommand: (input: GetMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_restJson1GetThemeCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_GetThemeCommand: (input: GetThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1ListComponentsCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1ListFormsCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_ListFormsCommand: (input: ListFormsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1ListThemesCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_ListThemesCommand: (input: ListThemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_restJson1PutMetadataFlagCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_PutMetadataFlagCommand: (input: PutMetadataFlagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1RefreshTokenCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_RefreshTokenCommand: (input: RefreshTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1UpdateComponentCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_UpdateComponentCommand: (input: UpdateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1UpdateFormCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_UpdateFormCommand: (input: UpdateFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_restJson1UpdateThemeCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_UpdateThemeCommand: (input: UpdateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* deserializeAws_restJson1CreateComponentCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const de_CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* deserializeAws_restJson1CreateFormCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const de_CreateFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFormCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* deserializeAws_restJson1CreateThemeCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const de_CreateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeCommandOutput>;
|
|
125
|
+
/**
|
|
126
|
+
* deserializeAws_restJson1DeleteComponentCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
|
|
129
|
+
/**
|
|
130
|
+
* deserializeAws_restJson1DeleteFormCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const de_DeleteFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFormCommandOutput>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_restJson1DeleteThemeCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_DeleteThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_restJson1ExchangeCodeForTokenCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_ExchangeCodeForTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExchangeCodeForTokenCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_restJson1ExportComponentsCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_ExportComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportComponentsCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_restJson1ExportFormsCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_ExportFormsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportFormsCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_restJson1ExportThemesCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_ExportThemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportThemesCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_restJson1GetComponentCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_restJson1GetFormCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_GetFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFormCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_restJson1GetMetadataCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_GetMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetadataCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_restJson1GetThemeCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_GetThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThemeCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_restJson1ListComponentsCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_restJson1ListFormsCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_ListFormsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFormsCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_restJson1ListThemesCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_ListThemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemesCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_restJson1PutMetadataFlagCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_PutMetadataFlagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetadataFlagCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_restJson1RefreshTokenCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_RefreshTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshTokenCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_restJson1UpdateComponentCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_UpdateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_restJson1UpdateFormCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_UpdateFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFormCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_restJson1UpdateThemeCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_UpdateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeCommandOutput>;
|
|
@@ -91,179 +91,179 @@ import {
|
|
|
91
91
|
UpdateThemeCommandInput,
|
|
92
92
|
UpdateThemeCommandOutput,
|
|
93
93
|
} from "../commands/UpdateThemeCommand";
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_CreateComponentCommand: (
|
|
95
95
|
input: CreateComponentCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_CreateFormCommand: (
|
|
99
99
|
input: CreateFormCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_CreateThemeCommand: (
|
|
103
103
|
input: CreateThemeCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DeleteComponentCommand: (
|
|
107
107
|
input: DeleteComponentCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DeleteFormCommand: (
|
|
111
111
|
input: DeleteFormCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DeleteThemeCommand: (
|
|
115
115
|
input: DeleteThemeCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_ExchangeCodeForTokenCommand: (
|
|
119
119
|
input: ExchangeCodeForTokenCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_ExportComponentsCommand: (
|
|
123
123
|
input: ExportComponentsCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_ExportFormsCommand: (
|
|
127
127
|
input: ExportFormsCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_ExportThemesCommand: (
|
|
131
131
|
input: ExportThemesCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_GetComponentCommand: (
|
|
135
135
|
input: GetComponentCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_GetFormCommand: (
|
|
139
139
|
input: GetFormCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_GetMetadataCommand: (
|
|
143
143
|
input: GetMetadataCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetThemeCommand: (
|
|
147
147
|
input: GetThemeCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_ListComponentsCommand: (
|
|
151
151
|
input: ListComponentsCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListFormsCommand: (
|
|
155
155
|
input: ListFormsCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListThemesCommand: (
|
|
159
159
|
input: ListThemesCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_PutMetadataFlagCommand: (
|
|
163
163
|
input: PutMetadataFlagCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_RefreshTokenCommand: (
|
|
167
167
|
input: RefreshTokenCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_UpdateComponentCommand: (
|
|
171
171
|
input: UpdateComponentCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_UpdateFormCommand: (
|
|
175
175
|
input: UpdateFormCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_UpdateThemeCommand: (
|
|
179
179
|
input: UpdateThemeCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_CreateComponentCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<CreateComponentCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_CreateFormCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<CreateFormCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_CreateThemeCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<CreateThemeCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_DeleteComponentCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<DeleteComponentCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_DeleteFormCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<DeleteFormCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_DeleteThemeCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<DeleteThemeCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_ExchangeCodeForTokenCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<ExchangeCodeForTokenCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_ExportComponentsCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<ExportComponentsCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_ExportFormsCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<ExportFormsCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_ExportThemesCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<ExportThemesCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_GetComponentCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<GetComponentCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_GetFormCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<GetFormCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_GetMetadataCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<GetMetadataCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_GetThemeCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<GetThemeCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_ListComponentsCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<ListComponentsCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_ListFormsCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<ListFormsCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_ListThemesCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<ListThemesCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_PutMetadataFlagCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<PutMetadataFlagCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_RefreshTokenCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<RefreshTokenCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_UpdateComponentCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<UpdateComponentCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_UpdateFormCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<UpdateFormCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_UpdateThemeCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<UpdateThemeCommandOutput>;
|
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.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|