@aws-sdk/client-amplifyuibuilder 3.1045.0 → 3.1046.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +72 -73
  5. package/dist-cjs/models/AmplifyUIBuilderServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/AmplifyUIBuilder.js +1 -1
  10. package/dist-es/AmplifyUIBuilderClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateComponentCommand.js +2 -2
  13. package/dist-es/commands/CreateFormCommand.js +2 -2
  14. package/dist-es/commands/CreateThemeCommand.js +2 -2
  15. package/dist-es/commands/DeleteComponentCommand.js +2 -2
  16. package/dist-es/commands/DeleteFormCommand.js +2 -2
  17. package/dist-es/commands/DeleteThemeCommand.js +2 -2
  18. package/dist-es/commands/ExchangeCodeForTokenCommand.js +2 -2
  19. package/dist-es/commands/ExportComponentsCommand.js +2 -2
  20. package/dist-es/commands/ExportFormsCommand.js +2 -2
  21. package/dist-es/commands/ExportThemesCommand.js +2 -2
  22. package/dist-es/commands/GetCodegenJobCommand.js +2 -2
  23. package/dist-es/commands/GetComponentCommand.js +2 -2
  24. package/dist-es/commands/GetFormCommand.js +2 -2
  25. package/dist-es/commands/GetMetadataCommand.js +2 -2
  26. package/dist-es/commands/GetThemeCommand.js +2 -2
  27. package/dist-es/commands/ListCodegenJobsCommand.js +2 -2
  28. package/dist-es/commands/ListComponentsCommand.js +2 -2
  29. package/dist-es/commands/ListFormsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListThemesCommand.js +2 -2
  32. package/dist-es/commands/PutMetadataFlagCommand.js +2 -2
  33. package/dist-es/commands/RefreshTokenCommand.js +2 -2
  34. package/dist-es/commands/StartCodegenJobCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagResourceCommand.js +2 -2
  37. package/dist-es/commands/UpdateComponentCommand.js +2 -2
  38. package/dist-es/commands/UpdateFormCommand.js +2 -2
  39. package/dist-es/commands/UpdateThemeCommand.js +2 -2
  40. package/dist-es/endpoint/bdd.js +1 -1
  41. package/dist-es/endpoint/endpointResolver.js +1 -1
  42. package/dist-es/models/AmplifyUIBuilderServiceException.js +1 -1
  43. package/dist-es/runtimeConfig.browser.js +4 -6
  44. package/dist-es/runtimeConfig.js +4 -8
  45. package/dist-es/runtimeConfig.shared.js +3 -4
  46. package/dist-es/runtimeExtensions.js +2 -2
  47. package/dist-types/AmplifyUIBuilderClient.d.ts +5 -5
  48. package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
  49. package/dist-types/commands/CreateFormCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateThemeCommand.d.ts +6 -4
  51. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
  52. package/dist-types/commands/DeleteFormCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteThemeCommand.d.ts +6 -4
  54. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -4
  55. package/dist-types/commands/ExportComponentsCommand.d.ts +6 -4
  56. package/dist-types/commands/ExportFormsCommand.d.ts +6 -4
  57. package/dist-types/commands/ExportThemesCommand.d.ts +6 -4
  58. package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -4
  59. package/dist-types/commands/GetComponentCommand.d.ts +6 -4
  60. package/dist-types/commands/GetFormCommand.d.ts +6 -4
  61. package/dist-types/commands/GetMetadataCommand.d.ts +6 -4
  62. package/dist-types/commands/GetThemeCommand.d.ts +6 -4
  63. package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
  65. package/dist-types/commands/ListFormsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  67. package/dist-types/commands/ListThemesCommand.d.ts +6 -4
  68. package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -4
  69. package/dist-types/commands/RefreshTokenCommand.d.ts +6 -4
  70. package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -4
  71. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  72. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -4
  74. package/dist-types/commands/UpdateFormCommand.d.ts +6 -4
  75. package/dist-types/commands/UpdateThemeCommand.d.ts +6 -4
  76. package/dist-types/endpoint/bdd.d.ts +1 -1
  77. package/dist-types/extensionConfiguration.d.ts +1 -1
  78. package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +1 -1
  79. package/dist-types/models/errors.d.ts +1 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  81. package/dist-types/runtimeConfig.d.ts +2 -2
  82. package/dist-types/runtimeConfig.native.d.ts +2 -2
  83. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +8 -14
  84. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +6 -8
  99. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +6 -8
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  113. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  114. package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +1 -1
  115. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  119. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { DeleteComponentRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
22
22
  export interface DeleteComponentCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteComponentCommand_base: {
25
- new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a component from an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { DeleteFormRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFormCommandInput extends DeleteFormRequest {
22
22
  export interface DeleteFormCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFormCommand_base: {
25
- new (input: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFormCommandInput): import("@smithy/core/client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a form from an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { DeleteThemeRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteThemeCommandInput extends DeleteThemeRequest {
22
22
  export interface DeleteThemeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteThemeCommand_base: {
25
- new (input: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteThemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a theme from an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRe
22
22
  export interface ExchangeCodeForTokenCommandOutput extends ExchangeCodeForTokenResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExchangeCodeForTokenCommand_base: {
25
- new (input: ExchangeCodeForTokenCommandInput): import("@smithy/smithy-client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExchangeCodeForTokenCommandInput): import("@smithy/smithy-client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExchangeCodeForTokenCommandInput): import("@smithy/core/client").CommandImpl<ExchangeCodeForTokenCommandInput, ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportComponentsCommandInput extends ExportComponentsRequest {
22
22
  export interface ExportComponentsCommandOutput extends ExportComponentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportComponentsCommand_base: {
25
- new (input: ExportComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportComponentsCommandInput): import("@smithy/core/client").CommandImpl<ExportComponentsCommandInput, ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportFormsCommandInput extends ExportFormsRequest {
22
22
  export interface ExportFormsCommandOutput extends ExportFormsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportFormsCommand_base: {
25
- new (input: ExportFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportFormsCommandInput): import("@smithy/core/client").CommandImpl<ExportFormsCommandInput, ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportThemesCommandInput extends ExportThemesRequest {
22
22
  export interface ExportThemesCommandOutput extends ExportThemesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportThemesCommand_base: {
25
- new (input: ExportThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportThemesCommandInput): import("@smithy/core/client").CommandImpl<ExportThemesCommandInput, ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { GetCodegenJobRequest, GetCodegenJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCodegenJobCommandInput extends GetCodegenJobRequest {
22
22
  export interface GetCodegenJobCommandOutput extends GetCodegenJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCodegenJobCommand_base: {
25
- new (input: GetCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCodegenJobCommandInput): import("@smithy/core/client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCodegenJobCommandInput): import("@smithy/core/client").CommandImpl<GetCodegenJobCommandInput, GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an existing code generation job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { GetComponentRequest, GetComponentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetComponentCommandInput extends GetComponentRequest {
22
22
  export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetComponentCommand_base: {
25
- new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetComponentCommandInput): import("@smithy/core/client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetComponentCommandInput): import("@smithy/core/client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an existing component for an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { GetFormRequest, GetFormResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetFormCommandInput extends GetFormRequest {
22
22
  export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetFormCommand_base: {
25
- new (input: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an existing form for an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMetadataCommandInput extends GetMetadataRequest {
22
22
  export interface GetMetadataCommandOutput extends GetMetadataResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMetadataCommand_base: {
25
- new (input: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns existing metadata for an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { GetThemeRequest, GetThemeResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetThemeCommandInput extends GetThemeRequest {
22
22
  export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetThemeCommand_base: {
25
- new (input: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an existing theme for an Amplify app.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ListCodegenJobsRequest, ListCodegenJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCodegenJobsCommandInput extends ListCodegenJobsRequest {
22
22
  export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCodegenJobsCommand_base: {
25
- new (input: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCodegenJobsCommandInput): import("@smithy/core/client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCodegenJobsCommandInput): import("@smithy/core/client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
22
22
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListComponentsCommand_base: {
25
- new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of components for a specified Amplify app and backend
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ListFormsRequest, ListFormsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListFormsCommandInput extends ListFormsRequest {
22
22
  export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListFormsCommand_base: {
25
- new (input: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFormsCommandInput): import("@smithy/core/client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFormsCommandInput): import("@smithy/core/client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { ListThemesRequest, ListThemesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListThemesCommandInput extends ListThemesRequest {
22
22
  export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListThemesCommand_base: {
25
- new (input: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListThemesCommandInput): import("@smithy/core/client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListThemesCommandInput): import("@smithy/core/client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of themes for a specified Amplify app and backend
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { PutMetadataFlagRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {
22
22
  export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutMetadataFlagCommand_base: {
25
- new (input: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutMetadataFlagCommandInput): import("@smithy/core/client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutMetadataFlagCommandInput): import("@smithy/core/client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stores the metadata information about a feature on a form.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RefreshTokenCommandInput extends RefreshTokenRequest {
22
22
  export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RefreshTokenCommand_base: {
25
- new (input: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RefreshTokenCommandInput): import("@smithy/core/client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RefreshTokenCommandInput): import("@smithy/core/client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { StartCodegenJobRequest, StartCodegenJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartCodegenJobCommandInput extends StartCodegenJobRequest {
22
22
  export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartCodegenJobCommand_base: {
25
- new (input: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartCodegenJobCommandInput): import("@smithy/core/client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartCodegenJobCommandInput): import("@smithy/core/client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a code generation job for a specified Amplify app and backend environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Tags the resource with a tag key and value.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Untags a resource with a specified Amazon Resource Name (ARN).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {
22
22
  export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateComponentCommand_base: {
25
- new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateComponentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateComponentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing component.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateFormCommandInput extends UpdateFormRequest {
22
22
  export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateFormCommand_base: {
25
- new (input: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateFormCommandInput): import("@smithy/core/client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateFormCommandInput): import("@smithy/core/client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing form.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
4
4
  import type { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateThemeCommandInput extends UpdateThemeRequest {
22
22
  export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateThemeCommand_base: {
25
- new (input: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateThemeCommandInput): import("@smithy/core/client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateThemeCommandInput): import("@smithy/core/client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing theme.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { AmplifyUIBuilderServiceException as __BaseException } from "./AmplifyUIBuilderServiceException";
3
3
  /**
4
4
  * <p>An internal error has occurred. Please retry your request.</p>