@aws-sdk/client-amplify 3.1045.0 → 3.1047.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 (146) 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 +90 -91
  5. package/dist-cjs/models/AmplifyServiceException.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/Amplify.js +1 -1
  10. package/dist-es/AmplifyClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAppCommand.js +2 -2
  13. package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -2
  14. package/dist-es/commands/CreateBranchCommand.js +2 -2
  15. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  16. package/dist-es/commands/CreateDomainAssociationCommand.js +2 -2
  17. package/dist-es/commands/CreateWebhookCommand.js +2 -2
  18. package/dist-es/commands/DeleteAppCommand.js +2 -2
  19. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -2
  20. package/dist-es/commands/DeleteBranchCommand.js +2 -2
  21. package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -2
  22. package/dist-es/commands/DeleteJobCommand.js +2 -2
  23. package/dist-es/commands/DeleteWebhookCommand.js +2 -2
  24. package/dist-es/commands/GenerateAccessLogsCommand.js +2 -2
  25. package/dist-es/commands/GetAppCommand.js +2 -2
  26. package/dist-es/commands/GetArtifactUrlCommand.js +2 -2
  27. package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -2
  28. package/dist-es/commands/GetBranchCommand.js +2 -2
  29. package/dist-es/commands/GetDomainAssociationCommand.js +2 -2
  30. package/dist-es/commands/GetJobCommand.js +2 -2
  31. package/dist-es/commands/GetWebhookCommand.js +2 -2
  32. package/dist-es/commands/ListAppsCommand.js +2 -2
  33. package/dist-es/commands/ListArtifactsCommand.js +2 -2
  34. package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -2
  35. package/dist-es/commands/ListBranchesCommand.js +2 -2
  36. package/dist-es/commands/ListDomainAssociationsCommand.js +2 -2
  37. package/dist-es/commands/ListJobsCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/ListWebhooksCommand.js +2 -2
  40. package/dist-es/commands/StartDeploymentCommand.js +2 -2
  41. package/dist-es/commands/StartJobCommand.js +2 -2
  42. package/dist-es/commands/StopJobCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateAppCommand.js +2 -2
  46. package/dist-es/commands/UpdateBranchCommand.js +2 -2
  47. package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -2
  48. package/dist-es/commands/UpdateWebhookCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/AmplifyServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/AmplifyClient.d.ts +5 -5
  57. package/dist-types/commands/CreateAppCommand.d.ts +6 -4
  58. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateBranchCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateWebhookCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteAppCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteBranchCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteJobCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -4
  69. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +6 -4
  70. package/dist-types/commands/GetAppCommand.d.ts +6 -4
  71. package/dist-types/commands/GetArtifactUrlCommand.d.ts +6 -4
  72. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +6 -4
  73. package/dist-types/commands/GetBranchCommand.d.ts +6 -4
  74. package/dist-types/commands/GetDomainAssociationCommand.d.ts +6 -4
  75. package/dist-types/commands/GetJobCommand.d.ts +6 -4
  76. package/dist-types/commands/GetWebhookCommand.d.ts +6 -4
  77. package/dist-types/commands/ListAppsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListArtifactsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListBranchesCommand.d.ts +6 -4
  81. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  84. package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
  85. package/dist-types/commands/StartDeploymentCommand.d.ts +6 -4
  86. package/dist-types/commands/StartJobCommand.d.ts +6 -4
  87. package/dist-types/commands/StopJobCommand.d.ts +6 -4
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateAppCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateBranchCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/AmplifyServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/AmplifyClient.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +6 -8
  103. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +6 -8
  109. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +6 -8
  113. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +6 -8
  119. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +6 -6
  123. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +6 -8
  132. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +6 -8
  136. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultAmplifyHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
@@ -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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateAppRequest, CreateAppResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateAppCommandInput extends CreateAppRequest {
22
22
  export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateAppCommand_base: {
25
- new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvir
22
22
  export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateBackendEnvironmentCommand_base: {
25
- new (input: CreateBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new backend environment 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateBranchCommandInput extends CreateBranchRequest {
22
22
  export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateBranchCommand_base: {
25
- new (input: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a new branch 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
22
22
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDeploymentCommand_base: {
25
- new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
@@ -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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDomainAssociationCommandInput extends CreateDomainAssocia
22
22
  export interface CreateDomainAssociationCommandOutput extends CreateDomainAssociationResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDomainAssociationCommand_base: {
25
- new (input: CreateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new domain association for an Amplify app. This action associates a custom
@@ -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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateWebhookCommandInput extends CreateWebhookRequest {
22
22
  export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateWebhookCommand_base: {
25
- new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new webhook on 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
22
22
  export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAppCommand_base: {
25
- new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing Amplify app specified by an app ID. </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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvir
22
22
  export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteBackendEnvironmentCommand_base: {
25
- new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a backend environment 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteBranchCommandInput extends DeleteBranchRequest {
22
22
  export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteBranchCommand_base: {
25
- new (input: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes a branch 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssocia
22
22
  export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainAssociationCommand_base: {
25
- new (input: DeleteDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a domain association 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
22
22
  export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteJobCommand_base: {
25
- new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes a job for a branch of 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
22
22
  export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWebhookCommand_base: {
25
- new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a webhook. </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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsReques
22
22
  export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
23
23
  }
24
24
  declare const GenerateAccessLogsCommand_base: {
25
- new (input: GenerateAccessLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GenerateAccessLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the website access logs for a specific time range using a presigned URL.
@@ -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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetAppRequest, GetAppResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAppCommandInput extends GetAppRequest {
22
22
  export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetAppCommand_base: {
25
- new (input: GetAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an existing Amplify app specified by an app ID.</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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
22
22
  export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetArtifactUrlCommand_base: {
25
- new (input: GetArtifactUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetArtifactUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the artifact info that corresponds to an artifact id. </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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironment
22
22
  export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBackendEnvironmentCommand_base: {
25
- new (input: GetBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a backend environment 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetBranchRequest, GetBranchResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBranchCommandInput extends GetBranchRequest {
22
22
  export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetBranchCommand_base: {
25
- new (input: GetBranchCommandInput): import("@smithy/smithy-client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBranchCommandInput): import("@smithy/smithy-client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns a branch 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDomainAssociationCommandInput extends GetDomainAssociationRe
22
22
  export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainAssociationCommand_base: {
25
- new (input: GetDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the domain information 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetJobRequest, GetJobResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetJobCommandInput extends GetJobRequest {
22
22
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetJobCommand_base: {
25
- new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns a job for a branch of 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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { GetWebhookRequest, GetWebhookResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetWebhookCommandInput extends GetWebhookRequest {
22
22
  export interface GetWebhookCommandOutput extends GetWebhookResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetWebhookCommand_base: {
25
- new (input: GetWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetWebhookCommandInput): import("@smithy/core/client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWebhookCommandInput): import("@smithy/core/client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the webhook information that corresponds to a specified webhook ID. </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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { ListAppsRequest, ListAppsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAppsCommandInput extends ListAppsRequest {
22
22
  export interface ListAppsCommandOutput extends ListAppsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListAppsCommand_base: {
25
- new (input: ListAppsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAppsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAppsCommandInput): import("@smithy/core/client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAppsCommandInput]): import("@smithy/core/client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of the existing Amplify apps. </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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListArtifactsCommandInput extends ListArtifactsRequest {
22
22
  export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListArtifactsCommand_base: {
25
- new (input: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of end-to-end testing artifacts for a specified app, branch, and
@@ -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 { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
4
  import type { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListBackendEnvironmentsCommandInput extends ListBackendEnvironm
22
22
  export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnvironmentsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListBackendEnvironmentsCommand_base: {
25
- new (input: ListBackendEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBackendEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the backend environments for an Amplify app. </p>