@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,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateBranchCommandInput extends CreateBranchRequest {}
12
5
  export interface CreateBranchCommandOutput
13
6
  extends CreateBranchResult,
@@ -18,22 +11,20 @@ declare const CreateBranchCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateBranchCommandInput,
20
13
  CreateBranchCommandOutput,
21
- AmplifyClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateBranchCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateBranchCommandInput,
29
22
  CreateBranchCommandOutput,
30
- AmplifyClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AmplifyClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateBranchCommand extends CreateBranchCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  CreateDeploymentRequest,
10
4
  CreateDeploymentResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
15
8
  export interface CreateDeploymentCommandOutput
16
9
  extends CreateDeploymentResult,
@@ -21,22 +14,20 @@ declare const CreateDeploymentCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDeploymentCommandInput,
23
16
  CreateDeploymentCommandOutput,
24
- AmplifyClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AmplifyClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDeploymentCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDeploymentCommandInput,
32
25
  CreateDeploymentCommandOutput,
33
- AmplifyClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AmplifyClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  CreateDomainAssociationRequest,
10
4
  CreateDomainAssociationResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDomainAssociationCommandInput
15
8
  extends CreateDomainAssociationRequest {}
16
9
  export interface CreateDomainAssociationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDomainAssociationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDomainAssociationCommandInput,
24
17
  CreateDomainAssociationCommandOutput,
25
- AmplifyClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDomainAssociationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDomainAssociationCommandInput,
33
26
  CreateDomainAssociationCommandOutput,
34
- AmplifyClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AmplifyClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateWebhookCommandInput extends CreateWebhookRequest {}
12
5
  export interface CreateWebhookCommandOutput
13
6
  extends CreateWebhookResult,
@@ -18,22 +11,20 @@ declare const CreateWebhookCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateWebhookCommandInput,
20
13
  CreateWebhookCommandOutput,
21
- AmplifyClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateWebhookCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateWebhookCommandInput,
29
22
  CreateWebhookCommandOutput,
30
- AmplifyClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AmplifyClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAppCommandInput extends DeleteAppRequest {}
12
5
  export interface DeleteAppCommandOutput
13
6
  extends DeleteAppResult,
@@ -16,20 +9,18 @@ declare const DeleteAppCommand_base: {
16
9
  new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  DeleteAppCommandInput,
18
11
  DeleteAppCommandOutput,
19
- AmplifyClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  DeleteAppCommandInput,
25
18
  DeleteAppCommandOutput,
26
- AmplifyClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").AmplifyClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  DeleteBackendEnvironmentRequest,
10
4
  DeleteBackendEnvironmentResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBackendEnvironmentCommandInput
15
8
  extends DeleteBackendEnvironmentRequest {}
16
9
  export interface DeleteBackendEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBackendEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBackendEnvironmentCommandInput,
24
17
  DeleteBackendEnvironmentCommandOutput,
25
- AmplifyClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBackendEnvironmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBackendEnvironmentCommandInput,
33
26
  DeleteBackendEnvironmentCommandOutput,
34
- AmplifyClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AmplifyClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteBranchCommandInput extends DeleteBranchRequest {}
12
5
  export interface DeleteBranchCommandOutput
13
6
  extends DeleteBranchResult,
@@ -18,22 +11,20 @@ declare const DeleteBranchCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteBranchCommandInput,
20
13
  DeleteBranchCommandOutput,
21
- AmplifyClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteBranchCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteBranchCommandInput,
29
22
  DeleteBranchCommandOutput,
30
- AmplifyClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AmplifyClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  DeleteDomainAssociationRequest,
10
4
  DeleteDomainAssociationResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDomainAssociationCommandInput
15
8
  extends DeleteDomainAssociationRequest {}
16
9
  export interface DeleteDomainAssociationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDomainAssociationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDomainAssociationCommandInput,
24
17
  DeleteDomainAssociationCommandOutput,
25
- AmplifyClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDomainAssociationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDomainAssociationCommandInput,
33
26
  DeleteDomainAssociationCommandOutput,
34
- AmplifyClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AmplifyClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteJobCommandInput extends DeleteJobRequest {}
12
5
  export interface DeleteJobCommandOutput
13
6
  extends DeleteJobResult,
@@ -16,20 +9,18 @@ declare const DeleteJobCommand_base: {
16
9
  new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  DeleteJobCommandInput,
18
11
  DeleteJobCommandOutput,
19
- AmplifyClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").AmplifyClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  DeleteJobCommandInput,
25
18
  DeleteJobCommandOutput,
26
- AmplifyClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").AmplifyClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
35
26
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {}
12
5
  export interface DeleteWebhookCommandOutput
13
6
  extends DeleteWebhookResult,
@@ -18,22 +11,20 @@ declare const DeleteWebhookCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteWebhookCommandInput,
20
13
  DeleteWebhookCommandOutput,
21
- AmplifyClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AmplifyClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteWebhookCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteWebhookCommandInput,
29
22
  DeleteWebhookCommandOutput,
30
- AmplifyClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AmplifyClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  GenerateAccessLogsRequest,
10
4
  GenerateAccessLogsResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GenerateAccessLogsCommandInput
15
8
  extends GenerateAccessLogsRequest {}
16
9
  export interface GenerateAccessLogsCommandOutput
@@ -22,22 +15,20 @@ declare const GenerateAccessLogsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GenerateAccessLogsCommandInput,
24
17
  GenerateAccessLogsCommandOutput,
25
- AmplifyClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GenerateAccessLogsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GenerateAccessLogsCommandInput,
33
26
  GenerateAccessLogsCommandOutput,
34
- AmplifyClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AmplifyClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
43
34
  protected static __types: {
@@ -1,33 +1,24 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import { GetAppRequest, GetAppResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetAppCommandInput extends GetAppRequest {}
12
5
  export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {}
13
6
  declare const GetAppCommand_base: {
14
7
  new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  GetAppCommandInput,
16
9
  GetAppCommandOutput,
17
- AmplifyClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").AmplifyClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  GetAppCommandInput,
23
16
  GetAppCommandOutput,
24
- AmplifyClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AmplifyClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class GetAppCommand extends GetAppCommand_base {
33
24
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  GetArtifactUrlRequest,
10
4
  GetArtifactUrlResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {}
15
8
  export interface GetArtifactUrlCommandOutput
16
9
  extends GetArtifactUrlResult,
@@ -21,22 +14,20 @@ declare const GetArtifactUrlCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetArtifactUrlCommandInput,
23
16
  GetArtifactUrlCommandOutput,
24
- AmplifyClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AmplifyClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetArtifactUrlCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetArtifactUrlCommandInput,
32
25
  GetArtifactUrlCommandOutput,
33
- AmplifyClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AmplifyClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AmplifyClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AmplifyClient";
8
2
  import {
9
3
  GetBackendEnvironmentRequest,
10
4
  GetBackendEnvironmentResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBackendEnvironmentCommandInput
15
8
  extends GetBackendEnvironmentRequest {}
16
9
  export interface GetBackendEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const GetBackendEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBackendEnvironmentCommandInput,
24
17
  GetBackendEnvironmentCommandOutput,
25
- AmplifyClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AmplifyClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBackendEnvironmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBackendEnvironmentCommandInput,
33
26
  GetBackendEnvironmentCommandOutput,
34
- AmplifyClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AmplifyClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
43
34
  protected static __types: {