@aws-sdk/client-amplify 3.1077.0 → 3.1079.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/index.js +45 -373
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAppCommand.js +2 -14
  4. package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -14
  5. package/dist-es/commands/CreateBranchCommand.js +2 -14
  6. package/dist-es/commands/CreateDeploymentCommand.js +2 -14
  7. package/dist-es/commands/CreateDomainAssociationCommand.js +2 -14
  8. package/dist-es/commands/CreateWebhookCommand.js +2 -14
  9. package/dist-es/commands/DeleteAppCommand.js +2 -14
  10. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -14
  11. package/dist-es/commands/DeleteBranchCommand.js +2 -14
  12. package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -14
  13. package/dist-es/commands/DeleteJobCommand.js +2 -14
  14. package/dist-es/commands/DeleteWebhookCommand.js +2 -14
  15. package/dist-es/commands/GenerateAccessLogsCommand.js +2 -14
  16. package/dist-es/commands/GetAppCommand.js +2 -14
  17. package/dist-es/commands/GetArtifactUrlCommand.js +2 -14
  18. package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -14
  19. package/dist-es/commands/GetBranchCommand.js +2 -14
  20. package/dist-es/commands/GetDomainAssociationCommand.js +2 -14
  21. package/dist-es/commands/GetJobCommand.js +2 -14
  22. package/dist-es/commands/GetWebhookCommand.js +2 -14
  23. package/dist-es/commands/ListAppsCommand.js +2 -14
  24. package/dist-es/commands/ListArtifactsCommand.js +2 -14
  25. package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -14
  26. package/dist-es/commands/ListBranchesCommand.js +2 -14
  27. package/dist-es/commands/ListDomainAssociationsCommand.js +2 -14
  28. package/dist-es/commands/ListJobsCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/ListWebhooksCommand.js +2 -14
  31. package/dist-es/commands/StartDeploymentCommand.js +2 -14
  32. package/dist-es/commands/StartJobCommand.js +2 -14
  33. package/dist-es/commands/StopJobCommand.js +2 -14
  34. package/dist-es/commands/TagResourceCommand.js +2 -14
  35. package/dist-es/commands/UntagResourceCommand.js +2 -14
  36. package/dist-es/commands/UpdateAppCommand.js +2 -14
  37. package/dist-es/commands/UpdateBranchCommand.js +2 -14
  38. package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -14
  39. package/dist-es/commands/UpdateWebhookCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/CreateAppCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateBranchCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateWebhookCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteAppCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteBranchCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
  54. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +3 -8
  55. package/dist-types/commands/GetAppCommand.d.ts +3 -8
  56. package/dist-types/commands/GetArtifactUrlCommand.d.ts +3 -8
  57. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +3 -8
  58. package/dist-types/commands/GetBranchCommand.d.ts +3 -8
  59. package/dist-types/commands/GetDomainAssociationCommand.d.ts +3 -8
  60. package/dist-types/commands/GetJobCommand.d.ts +3 -8
  61. package/dist-types/commands/GetWebhookCommand.d.ts +3 -8
  62. package/dist-types/commands/ListAppsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListArtifactsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListBranchesCommand.d.ts +3 -8
  66. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  70. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
  71. package/dist-types/commands/StartJobCommand.d.ts +3 -8
  72. package/dist-types/commands/StopJobCommand.d.ts +3 -8
  73. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateAppCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateBranchCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -8
  79. package/dist-types/index.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/index.d.ts +1 -0
  119. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateAppRequest, CreateAppResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAppCommandInput extends CreateAppRequest {
22
19
  export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAppCommand_base: {
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
- };
22
+ new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvir
22
19
  export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBackendEnvironmentCommand_base: {
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
- };
22
+ new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new backend environment for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBranchCommandInput extends CreateBranchRequest {
22
19
  export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBranchCommand_base: {
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
- };
22
+ new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a new branch for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
22
19
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeploymentCommand_base: {
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
- };
22
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDomainAssociationCommandInput extends CreateDomainAssocia
22
19
  export interface CreateDomainAssociationCommandOutput extends CreateDomainAssociationResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDomainAssociationCommand_base: {
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
- };
22
+ new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new domain association for an Amplify app. This action associates a custom
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWebhookCommandInput extends CreateWebhookRequest {
22
19
  export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWebhookCommand_base: {
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
- };
22
+ new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new webhook on an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
22
19
  export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAppCommand_base: {
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
- };
22
+ new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an existing Amplify app specified by an app ID. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvir
22
19
  export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBackendEnvironmentCommand_base: {
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
- };
22
+ new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a backend environment for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBranchCommandInput extends DeleteBranchRequest {
22
19
  export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBranchCommand_base: {
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
- };
22
+ new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a branch for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssocia
22
19
  export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDomainAssociationCommand_base: {
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
- };
22
+ new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a domain association for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
22
19
  export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteJobCommand_base: {
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
- };
22
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a job for a branch of an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
22
19
  export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWebhookCommand_base: {
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
- };
22
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a webhook. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsReques
22
19
  export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
23
20
  }
24
21
  declare const GenerateAccessLogsCommand_base: {
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
- };
22
+ new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the website access logs for a specific time range using a presigned URL.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetAppRequest, GetAppResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAppCommandInput extends GetAppRequest {
22
19
  export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetAppCommand_base: {
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
- };
22
+ new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns an existing Amplify app specified by an app ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
22
19
  export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetArtifactUrlCommand_base: {
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
- };
22
+ new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the artifact info that corresponds to an artifact id. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironment
22
19
  export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetBackendEnvironmentCommand_base: {
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
- };
22
+ new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a backend environment for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetBranchRequest, GetBranchResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBranchCommandInput extends GetBranchRequest {
22
19
  export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetBranchCommand_base: {
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
- };
22
+ new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns a branch for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDomainAssociationCommandInput extends GetDomainAssociationRe
22
19
  export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainAssociationCommand_base: {
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
- };
22
+ new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the domain information for an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetJobRequest, GetJobResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobCommandInput extends GetJobRequest {
22
19
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobCommand_base: {
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
- };
22
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns a job for a branch of an Amplify app. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { GetWebhookRequest, GetWebhookResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWebhookCommandInput extends GetWebhookRequest {
22
19
  export interface GetWebhookCommandOutput extends GetWebhookResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetWebhookCommand_base: {
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
- };
22
+ new (input: GetWebhookCommandInput): import("@smithy/core/client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWebhookCommandInput): import("@smithy/core/client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the webhook information that corresponds to a specified webhook ID. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
2
  import type { ListAppsRequest, ListAppsResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAppsCommandInput extends ListAppsRequest {
22
19
  export interface ListAppsCommandOutput extends ListAppsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListAppsCommand_base: {
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
- };
22
+ new (input: ListAppsCommandInput): import("@smithy/core/client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAppsCommandInput]): import("@smithy/core/client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the existing Amplify apps. </p>