@aws-sdk/client-amplifyuibuilder 3.335.0 → 3.338.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/AmplifyUIBuilderClient.js +2 -1
- package/dist-cjs/commands/CreateComponentCommand.js +2 -1
- package/dist-cjs/commands/CreateFormCommand.js +2 -1
- package/dist-cjs/commands/CreateThemeCommand.js +2 -1
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -1
- package/dist-cjs/commands/DeleteFormCommand.js +2 -1
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -1
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +2 -1
- package/dist-cjs/commands/ExportComponentsCommand.js +2 -1
- package/dist-cjs/commands/ExportFormsCommand.js +2 -1
- package/dist-cjs/commands/ExportThemesCommand.js +2 -1
- package/dist-cjs/commands/GetComponentCommand.js +2 -1
- package/dist-cjs/commands/GetFormCommand.js +2 -1
- package/dist-cjs/commands/GetMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetThemeCommand.js +2 -1
- package/dist-cjs/commands/ListComponentsCommand.js +2 -1
- package/dist-cjs/commands/ListFormsCommand.js +2 -1
- package/dist-cjs/commands/ListThemesCommand.js +2 -1
- package/dist-cjs/commands/PutMetadataFlagCommand.js +2 -1
- package/dist-cjs/commands/RefreshTokenCommand.js +2 -1
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -1
- package/dist-cjs/commands/UpdateFormCommand.js +2 -1
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +2 -1
- package/dist-es/AmplifyUIBuilderClient.js +1 -0
- package/dist-es/commands/CreateComponentCommand.js +1 -0
- package/dist-es/commands/CreateFormCommand.js +1 -0
- package/dist-es/commands/CreateThemeCommand.js +1 -0
- package/dist-es/commands/DeleteComponentCommand.js +1 -0
- package/dist-es/commands/DeleteFormCommand.js +1 -0
- package/dist-es/commands/DeleteThemeCommand.js +1 -0
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +1 -0
- package/dist-es/commands/ExportComponentsCommand.js +1 -0
- package/dist-es/commands/ExportFormsCommand.js +1 -0
- package/dist-es/commands/ExportThemesCommand.js +1 -0
- package/dist-es/commands/GetComponentCommand.js +1 -0
- package/dist-es/commands/GetFormCommand.js +1 -0
- package/dist-es/commands/GetMetadataCommand.js +1 -0
- package/dist-es/commands/GetThemeCommand.js +1 -0
- package/dist-es/commands/ListComponentsCommand.js +1 -0
- package/dist-es/commands/ListFormsCommand.js +1 -0
- package/dist-es/commands/ListThemesCommand.js +1 -0
- package/dist-es/commands/PutMetadataFlagCommand.js +1 -0
- package/dist-es/commands/RefreshTokenCommand.js +1 -0
- package/dist-es/commands/UpdateComponentCommand.js +1 -0
- package/dist-es/commands/UpdateFormCommand.js +1 -0
- package/dist-es/commands/UpdateThemeCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AmplifyUIBuilderServiceException.js +1 -0
- package/dist-types/AmplifyUIBuilderClient.d.ts +3 -3
- package/dist-types/commands/CreateComponentCommand.d.ts +4 -0
- package/dist-types/commands/CreateFormCommand.d.ts +4 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFormCommand.d.ts +4 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +4 -0
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +4 -0
- package/dist-types/commands/ExportComponentsCommand.d.ts +4 -0
- package/dist-types/commands/ExportFormsCommand.d.ts +4 -0
- package/dist-types/commands/ExportThemesCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentCommand.d.ts +4 -0
- package/dist-types/commands/GetFormCommand.d.ts +4 -0
- package/dist-types/commands/GetMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetThemeCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +4 -0
- package/dist-types/commands/ListFormsCommand.d.ts +4 -0
- package/dist-types/commands/ListThemesCommand.d.ts +4 -0
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +4 -0
- package/dist-types/commands/RefreshTokenCommand.d.ts +4 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFormCommand.d.ts +4 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +15 -2
- package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { DeleteComponentRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { DeleteFormRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { DeleteThemeRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { GetFormRequest, GetFormResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { PutMetadataFlagRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
5
5
|
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>The Amplify UI Builder API provides a programmatic interface for creating
|
|
3
|
+
* and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's
|
|
4
|
+
* backend Amazon Web Services resources.</p>
|
|
5
|
+
* <p>You can also use the Amplify Studio visual designer to create UI components
|
|
6
|
+
* and model data for an app. For more information, see <a href="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
|
|
7
|
+
* <i>Amplify Docs</i>.</p>
|
|
8
|
+
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
|
|
9
|
+
* documentation for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
|
|
10
|
+
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
|
|
11
|
+
*
|
|
12
|
+
* @packageDocumentation
|
|
13
|
+
*/
|
|
2
14
|
export * from "./AmplifyUIBuilderClient";
|
|
15
|
+
export * from "./AmplifyUIBuilder";
|
|
3
16
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
17
|
export * from "./pagination";
|
|
18
|
+
export * from "./models";
|
|
6
19
|
export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException";
|
|
@@ -139,6 +139,7 @@ import {
|
|
|
139
139
|
ClientResolvedEndpointParameters,
|
|
140
140
|
EndpointParameters,
|
|
141
141
|
} from "./endpoint/EndpointParameters";
|
|
142
|
+
export { __Client };
|
|
142
143
|
export type ServiceInputTypes =
|
|
143
144
|
| CreateComponentCommandInput
|
|
144
145
|
| CreateFormCommandInput
|
|
@@ -209,7 +210,7 @@ export interface ClientDefaults
|
|
|
209
210
|
logger?: __Logger;
|
|
210
211
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
211
212
|
}
|
|
212
|
-
type AmplifyUIBuilderClientConfigType = Partial<
|
|
213
|
+
export type AmplifyUIBuilderClientConfigType = Partial<
|
|
213
214
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
214
215
|
> &
|
|
215
216
|
ClientDefaults &
|
|
@@ -222,7 +223,7 @@ type AmplifyUIBuilderClientConfigType = Partial<
|
|
|
222
223
|
ClientInputEndpointParameters;
|
|
223
224
|
export interface AmplifyUIBuilderClientConfig
|
|
224
225
|
extends AmplifyUIBuilderClientConfigType {}
|
|
225
|
-
type AmplifyUIBuilderClientResolvedConfigType =
|
|
226
|
+
export type AmplifyUIBuilderClientResolvedConfigType =
|
|
226
227
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
227
228
|
Required<ClientDefaults> &
|
|
228
229
|
RegionResolvedConfig &
|
|
@@ -244,4 +245,3 @@ export declare class AmplifyUIBuilderClient extends __Client<
|
|
|
244
245
|
constructor(configuration: AmplifyUIBuilderClientConfig);
|
|
245
246
|
destroy(): void;
|
|
246
247
|
}
|
|
247
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateComponentRequest,
|
|
16
16
|
CreateComponentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
19
20
|
export interface CreateComponentCommandOutput
|
|
20
21
|
extends CreateComponentResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateFormCommandInput extends CreateFormRequest {}
|
|
16
17
|
export interface CreateFormCommandOutput
|
|
17
18
|
extends CreateFormResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateThemeCommandInput extends CreateThemeRequest {}
|
|
16
17
|
export interface CreateThemeCommandOutput
|
|
17
18
|
extends CreateThemeResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { DeleteComponentRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
16
17
|
export interface DeleteComponentCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteComponentCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { DeleteFormRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteFormCommandInput extends DeleteFormRequest {}
|
|
16
17
|
export interface DeleteFormCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteFormCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { DeleteThemeRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteThemeCommandInput extends DeleteThemeRequest {}
|
|
16
17
|
export interface DeleteThemeCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteThemeCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ExchangeCodeForTokenRequest,
|
|
16
16
|
ExchangeCodeForTokenResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ExchangeCodeForTokenCommandInput
|
|
19
20
|
extends ExchangeCodeForTokenRequest {}
|
|
20
21
|
export interface ExchangeCodeForTokenCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ExportComponentsRequest,
|
|
16
16
|
ExportComponentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ExportComponentsCommandInput extends ExportComponentsRequest {}
|
|
19
20
|
export interface ExportComponentsCommandOutput
|
|
20
21
|
extends ExportComponentsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ExportFormsCommandInput extends ExportFormsRequest {}
|
|
16
17
|
export interface ExportFormsCommandOutput
|
|
17
18
|
extends ExportFormsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ExportThemesCommandInput extends ExportThemesRequest {}
|
|
16
17
|
export interface ExportThemesCommandOutput
|
|
17
18
|
extends ExportThemesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetComponentCommandInput extends GetComponentRequest {}
|
|
16
17
|
export interface GetComponentCommandOutput
|
|
17
18
|
extends GetComponentResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { GetFormRequest, GetFormResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetFormCommandInput extends GetFormRequest {}
|
|
16
17
|
export interface GetFormCommandOutput
|
|
17
18
|
extends GetFormResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetMetadataCommandInput extends GetMetadataRequest {}
|
|
16
17
|
export interface GetMetadataCommandOutput
|
|
17
18
|
extends GetMetadataResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetThemeCommandInput extends GetThemeRequest {}
|
|
16
17
|
export interface GetThemeCommandOutput
|
|
17
18
|
extends GetThemeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListComponentsRequest,
|
|
16
16
|
ListComponentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
19
20
|
export interface ListComponentsCommandOutput
|
|
20
21
|
extends ListComponentsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListFormsCommandInput extends ListFormsRequest {}
|
|
16
17
|
export interface ListFormsCommandOutput
|
|
17
18
|
extends ListFormsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListThemesCommandInput extends ListThemesRequest {}
|
|
16
17
|
export interface ListThemesCommandOutput
|
|
17
18
|
extends ListThemesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { PutMetadataFlagRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {}
|
|
16
17
|
export interface PutMetadataFlagCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class PutMetadataFlagCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RefreshTokenCommandInput extends RefreshTokenRequest {}
|
|
16
17
|
export interface RefreshTokenCommandOutput
|
|
17
18
|
extends RefreshTokenResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateComponentRequest,
|
|
16
16
|
UpdateComponentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
|
|
19
20
|
export interface UpdateComponentCommandOutput
|
|
20
21
|
extends UpdateComponentResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateFormCommandInput extends UpdateFormRequest {}
|
|
16
17
|
export interface UpdateFormCommandOutput
|
|
17
18
|
extends UpdateFormResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyUIBuilderClient";
|
|
14
14
|
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateThemeCommandInput extends UpdateThemeRequest {}
|
|
16
17
|
export interface UpdateThemeCommandOutput
|
|
17
18
|
extends UpdateThemeResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AmplifyUIBuilder";
|
|
2
1
|
export * from "./AmplifyUIBuilderClient";
|
|
2
|
+
export * from "./AmplifyUIBuilder";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class AmplifyUIBuilderServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.338.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,36 +21,36 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|