@aws-sdk/client-amplifyuibuilder 3.337.0 → 3.341.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 (101) hide show
  1. package/dist-cjs/AmplifyUIBuilderClient.js +2 -1
  2. package/dist-cjs/commands/CreateComponentCommand.js +2 -1
  3. package/dist-cjs/commands/CreateFormCommand.js +2 -1
  4. package/dist-cjs/commands/CreateThemeCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteComponentCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteFormCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteThemeCommand.js +2 -1
  8. package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +2 -1
  9. package/dist-cjs/commands/ExportComponentsCommand.js +2 -1
  10. package/dist-cjs/commands/ExportFormsCommand.js +2 -1
  11. package/dist-cjs/commands/ExportThemesCommand.js +2 -1
  12. package/dist-cjs/commands/GetComponentCommand.js +2 -1
  13. package/dist-cjs/commands/GetFormCommand.js +2 -1
  14. package/dist-cjs/commands/GetMetadataCommand.js +2 -1
  15. package/dist-cjs/commands/GetThemeCommand.js +2 -1
  16. package/dist-cjs/commands/ListComponentsCommand.js +2 -1
  17. package/dist-cjs/commands/ListFormsCommand.js +2 -1
  18. package/dist-cjs/commands/ListThemesCommand.js +2 -1
  19. package/dist-cjs/commands/PutMetadataFlagCommand.js +2 -1
  20. package/dist-cjs/commands/RefreshTokenCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateComponentCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateFormCommand.js +2 -1
  23. package/dist-cjs/commands/UpdateThemeCommand.js +2 -1
  24. package/dist-cjs/index.js +2 -2
  25. package/dist-cjs/models/AmplifyUIBuilderServiceException.js +2 -1
  26. package/dist-es/AmplifyUIBuilderClient.js +1 -0
  27. package/dist-es/commands/CreateComponentCommand.js +1 -0
  28. package/dist-es/commands/CreateFormCommand.js +1 -0
  29. package/dist-es/commands/CreateThemeCommand.js +1 -0
  30. package/dist-es/commands/DeleteComponentCommand.js +1 -0
  31. package/dist-es/commands/DeleteFormCommand.js +1 -0
  32. package/dist-es/commands/DeleteThemeCommand.js +1 -0
  33. package/dist-es/commands/ExchangeCodeForTokenCommand.js +1 -0
  34. package/dist-es/commands/ExportComponentsCommand.js +1 -0
  35. package/dist-es/commands/ExportFormsCommand.js +1 -0
  36. package/dist-es/commands/ExportThemesCommand.js +1 -0
  37. package/dist-es/commands/GetComponentCommand.js +1 -0
  38. package/dist-es/commands/GetFormCommand.js +1 -0
  39. package/dist-es/commands/GetMetadataCommand.js +1 -0
  40. package/dist-es/commands/GetThemeCommand.js +1 -0
  41. package/dist-es/commands/ListComponentsCommand.js +1 -0
  42. package/dist-es/commands/ListFormsCommand.js +1 -0
  43. package/dist-es/commands/ListThemesCommand.js +1 -0
  44. package/dist-es/commands/PutMetadataFlagCommand.js +1 -0
  45. package/dist-es/commands/RefreshTokenCommand.js +1 -0
  46. package/dist-es/commands/UpdateComponentCommand.js +1 -0
  47. package/dist-es/commands/UpdateFormCommand.js +1 -0
  48. package/dist-es/commands/UpdateThemeCommand.js +1 -0
  49. package/dist-es/index.js +2 -2
  50. package/dist-es/models/AmplifyUIBuilderServiceException.js +1 -0
  51. package/dist-types/AmplifyUIBuilderClient.d.ts +3 -3
  52. package/dist-types/commands/CreateComponentCommand.d.ts +4 -0
  53. package/dist-types/commands/CreateFormCommand.d.ts +4 -0
  54. package/dist-types/commands/CreateThemeCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteFormCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteThemeCommand.d.ts +4 -0
  58. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +4 -0
  59. package/dist-types/commands/ExportComponentsCommand.d.ts +4 -0
  60. package/dist-types/commands/ExportFormsCommand.d.ts +4 -0
  61. package/dist-types/commands/ExportThemesCommand.d.ts +4 -0
  62. package/dist-types/commands/GetComponentCommand.d.ts +4 -0
  63. package/dist-types/commands/GetFormCommand.d.ts +4 -0
  64. package/dist-types/commands/GetMetadataCommand.d.ts +4 -0
  65. package/dist-types/commands/GetThemeCommand.d.ts +4 -0
  66. package/dist-types/commands/ListComponentsCommand.d.ts +4 -0
  67. package/dist-types/commands/ListFormsCommand.d.ts +4 -0
  68. package/dist-types/commands/ListThemesCommand.d.ts +4 -0
  69. package/dist-types/commands/PutMetadataFlagCommand.d.ts +4 -0
  70. package/dist-types/commands/RefreshTokenCommand.d.ts +4 -0
  71. package/dist-types/commands/UpdateComponentCommand.d.ts +4 -0
  72. package/dist-types/commands/UpdateFormCommand.d.ts +4 -0
  73. package/dist-types/commands/UpdateThemeCommand.d.ts +4 -0
  74. package/dist-types/index.d.ts +15 -2
  75. package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +1 -0
  76. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +3 -3
  77. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/index.d.ts +2 -2
  100. package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +1 -0
  101. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AmplifyUIBuilderClient = void 0;
3
+ exports.AmplifyUIBuilderClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class AmplifyUIBuilderClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateComponentCommand = void 0;
3
+ exports.CreateComponentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateComponentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFormCommand = void 0;
3
+ exports.CreateFormCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateFormCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateThemeCommand = void 0;
3
+ exports.CreateThemeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateThemeCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteComponentCommand = void 0;
3
+ exports.DeleteComponentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteComponentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFormCommand = void 0;
3
+ exports.DeleteFormCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteFormCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteThemeCommand = void 0;
3
+ exports.DeleteThemeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteThemeCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExchangeCodeForTokenCommand = void 0;
3
+ exports.ExchangeCodeForTokenCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ExchangeCodeForTokenCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportComponentsCommand = void 0;
3
+ exports.ExportComponentsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ExportComponentsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportFormsCommand = void 0;
3
+ exports.ExportFormsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ExportFormsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportThemesCommand = void 0;
3
+ exports.ExportThemesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ExportThemesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetComponentCommand = void 0;
3
+ exports.GetComponentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetComponentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFormCommand = void 0;
3
+ exports.GetFormCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetFormCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetadataCommand = void 0;
3
+ exports.GetMetadataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetMetadataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetThemeCommand = void 0;
3
+ exports.GetThemeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetThemeCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListComponentsCommand = void 0;
3
+ exports.ListComponentsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListComponentsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFormsCommand = void 0;
3
+ exports.ListFormsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListFormsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListThemesCommand = void 0;
3
+ exports.ListThemesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListThemesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetadataFlagCommand = void 0;
3
+ exports.PutMetadataFlagCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutMetadataFlagCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RefreshTokenCommand = void 0;
3
+ exports.RefreshTokenCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class RefreshTokenCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateComponentCommand = void 0;
3
+ exports.UpdateComponentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateComponentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFormCommand = void 0;
3
+ exports.UpdateFormCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateFormCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateThemeCommand = void 0;
3
+ exports.UpdateThemeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateThemeCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AmplifyUIBuilderServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./AmplifyUIBuilder"), exports);
6
5
  tslib_1.__exportStar(require("./AmplifyUIBuilderClient"), exports);
6
+ tslib_1.__exportStar(require("./AmplifyUIBuilder"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var AmplifyUIBuilderServiceException_1 = require("./models/AmplifyUIBuilderServiceException");
11
11
  Object.defineProperty(exports, "AmplifyUIBuilderServiceException", { enumerable: true, get: function () { return AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AmplifyUIBuilderServiceException = void 0;
3
+ exports.AmplifyUIBuilderServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class AmplifyUIBuilderServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class AmplifyUIBuilderClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateComponentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFormCommand, se_CreateFormCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateFormCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateThemeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteComponentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFormCommand, se_DeleteFormCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteFormCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteThemeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ExchangeCodeForTokenRequestFilterSensitiveLog, ExchangeCodeForTokenResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ExchangeCodeForTokenCommand, se_ExchangeCodeForTokenCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ExchangeCodeForTokenCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExportComponentsCommand, se_ExportComponentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ExportComponentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExportFormsCommand, se_ExportFormsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ExportFormsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExportThemesCommand, se_ExportThemesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ExportThemesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetComponentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetFormCommand, se_GetFormCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetFormCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetMetadataCommand, se_GetMetadataCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetMetadataCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetThemeCommand, se_GetThemeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetThemeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListComponentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFormsCommand, se_ListFormsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListFormsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListThemesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutMetadataFlagCommand, se_PutMetadataFlagCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutMetadataFlagCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class RefreshTokenCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateComponentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateFormCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateThemeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -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";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class AmplifyUIBuilderServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -31,6 +31,7 @@ import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./com
31
31
  import { UpdateFormCommandInput, UpdateFormCommandOutput } from "./commands/UpdateFormCommand";
32
32
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
33
33
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
34
+ export { __Client };
34
35
  /**
35
36
  * @public
36
37
  */
@@ -145,7 +146,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
145
146
  /**
146
147
  * @public
147
148
  */
148
- type AmplifyUIBuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
149
+ export type AmplifyUIBuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
149
150
  /**
150
151
  * @public
151
152
  *
@@ -156,7 +157,7 @@ export interface AmplifyUIBuilderClientConfig extends AmplifyUIBuilderClientConf
156
157
  /**
157
158
  * @public
158
159
  */
159
- type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
160
+ export type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
160
161
  /**
161
162
  * @public
162
163
  *
@@ -189,4 +190,3 @@ export declare class AmplifyUIBuilderClient extends __Client<__HttpHandlerOption
189
190
  */
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -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 { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *