@aws-sdk/client-amplifyuibuilder 3.169.0 → 3.171.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 (91) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/AmplifyUIBuilder.js +120 -0
  3. package/dist-cjs/commands/CreateFormCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteFormCommand.js +36 -0
  5. package/dist-cjs/commands/ExportFormsCommand.js +36 -0
  6. package/dist-cjs/commands/GetFormCommand.js +36 -0
  7. package/dist-cjs/commands/GetMetadataCommand.js +36 -0
  8. package/dist-cjs/commands/ListFormsCommand.js +36 -0
  9. package/dist-cjs/commands/PutMetadataFlagCommand.js +36 -0
  10. package/dist-cjs/commands/UpdateFormCommand.js +36 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/models/models_0.js +254 -2
  13. package/dist-cjs/pagination/ExportFormsPaginator.js +35 -0
  14. package/dist-cjs/pagination/ListFormsPaginator.js +36 -0
  15. package/dist-cjs/pagination/index.js +2 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +979 -11
  17. package/dist-es/AmplifyUIBuilder.js +120 -0
  18. package/dist-es/commands/CreateFormCommand.js +39 -0
  19. package/dist-es/commands/DeleteFormCommand.js +39 -0
  20. package/dist-es/commands/ExportFormsCommand.js +39 -0
  21. package/dist-es/commands/GetFormCommand.js +39 -0
  22. package/dist-es/commands/GetMetadataCommand.js +39 -0
  23. package/dist-es/commands/ListFormsCommand.js +39 -0
  24. package/dist-es/commands/PutMetadataFlagCommand.js +39 -0
  25. package/dist-es/commands/UpdateFormCommand.js +39 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/models/models_0.js +141 -1
  28. package/dist-es/pagination/ExportFormsPaginator.js +74 -0
  29. package/dist-es/pagination/ListFormsPaginator.js +75 -0
  30. package/dist-es/pagination/index.js +2 -0
  31. package/dist-es/protocols/Aws_restJson1.js +1142 -34
  32. package/dist-types/AmplifyUIBuilder.d.ts +56 -0
  33. package/dist-types/AmplifyUIBuilderClient.d.ts +10 -2
  34. package/dist-types/commands/CreateFormCommand.d.ts +35 -0
  35. package/dist-types/commands/DeleteFormCommand.d.ts +35 -0
  36. package/dist-types/commands/ExportFormsCommand.d.ts +35 -0
  37. package/dist-types/commands/GetFormCommand.d.ts +35 -0
  38. package/dist-types/commands/GetMetadataCommand.d.ts +35 -0
  39. package/dist-types/commands/ListFormsCommand.d.ts +35 -0
  40. package/dist-types/commands/PutMetadataFlagCommand.d.ts +35 -0
  41. package/dist-types/commands/UpdateFormCommand.d.ts +35 -0
  42. package/dist-types/commands/index.d.ts +8 -0
  43. package/dist-types/models/models_0.d.ts +854 -24
  44. package/dist-types/pagination/ExportFormsPaginator.d.ts +4 -0
  45. package/dist-types/pagination/ListFormsPaginator.d.ts +4 -0
  46. package/dist-types/pagination/index.d.ts +2 -0
  47. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  48. package/dist-types/ts3.4/AmplifyUIBuilder.d.ts +378 -75
  49. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +237 -87
  50. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +32 -0
  52. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +30 -17
  54. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +30 -0
  55. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +30 -17
  56. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +32 -0
  59. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +32 -0
  62. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +32 -0
  63. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +32 -0
  66. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +32 -0
  71. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/index.d.ts +22 -14
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  74. package/dist-types/ts3.4/index.d.ts +6 -6
  75. package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +7 -6
  76. package/dist-types/ts3.4/models/index.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +849 -698
  78. package/dist-types/ts3.4/pagination/ExportComponentsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ExportFormsPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ExportThemesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFormsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +7 -5
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -44
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  91. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
- import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
5
- export interface UpdateThemeCommandInput extends UpdateThemeRequest {
6
- }
7
- export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
11
- readonly input: UpdateThemeCommandInput;
12
- constructor(input: UpdateThemeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThemeCommandInput, UpdateThemeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AmplifyUIBuilderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AmplifyUIBuilderClient";
13
+ import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
14
+ export interface UpdateThemeCommandInput extends UpdateThemeRequest {}
15
+ export interface UpdateThemeCommandOutput
16
+ extends UpdateThemeResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateThemeCommand extends $Command<
19
+ UpdateThemeCommandInput,
20
+ UpdateThemeCommandOutput,
21
+ AmplifyUIBuilderClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateThemeCommandInput;
24
+ constructor(input: UpdateThemeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AmplifyUIBuilderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateThemeCommandInput, UpdateThemeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,14 +1,22 @@
1
- export * from "./CreateComponentCommand";
2
- export * from "./CreateThemeCommand";
3
- export * from "./DeleteComponentCommand";
4
- export * from "./DeleteThemeCommand";
5
- export * from "./ExchangeCodeForTokenCommand";
6
- export * from "./ExportComponentsCommand";
7
- export * from "./ExportThemesCommand";
8
- export * from "./GetComponentCommand";
9
- export * from "./GetThemeCommand";
10
- export * from "./ListComponentsCommand";
11
- export * from "./ListThemesCommand";
12
- export * from "./RefreshTokenCommand";
13
- export * from "./UpdateComponentCommand";
14
- export * from "./UpdateThemeCommand";
1
+ export * from "./CreateComponentCommand";
2
+ export * from "./CreateFormCommand";
3
+ export * from "./CreateThemeCommand";
4
+ export * from "./DeleteComponentCommand";
5
+ export * from "./DeleteFormCommand";
6
+ export * from "./DeleteThemeCommand";
7
+ export * from "./ExchangeCodeForTokenCommand";
8
+ export * from "./ExportComponentsCommand";
9
+ export * from "./ExportFormsCommand";
10
+ export * from "./ExportThemesCommand";
11
+ export * from "./GetComponentCommand";
12
+ export * from "./GetFormCommand";
13
+ export * from "./GetMetadataCommand";
14
+ export * from "./GetThemeCommand";
15
+ export * from "./ListComponentsCommand";
16
+ export * from "./ListFormsCommand";
17
+ export * from "./ListThemesCommand";
18
+ export * from "./PutMetadataFlagCommand";
19
+ export * from "./RefreshTokenCommand";
20
+ export * from "./UpdateComponentCommand";
21
+ export * from "./UpdateFormCommand";
22
+ export * from "./UpdateThemeCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./AmplifyUIBuilder";
2
- export * from "./AmplifyUIBuilderClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException";
1
+ export * from "./AmplifyUIBuilder";
2
+ export * from "./AmplifyUIBuilderClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AmplifyUIBuilderServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class AmplifyUIBuilderServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";