@aws-sdk/client-amplify 3.533.0 → 3.535.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 (79) hide show
  1. package/dist-types/Amplify.d.ts +2 -1
  2. package/dist-types/AmplifyClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAppCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +8 -1
  5. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +8 -1
  11. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  15. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAppCommand.d.ts +2 -1
  17. package/dist-types/commands/GetArtifactUrlCommand.d.ts +2 -1
  18. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +8 -1
  19. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  22. package/dist-types/commands/GetWebhookCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +8 -1
  26. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  31. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  32. package/dist-types/commands/StartJobCommand.d.ts +2 -1
  33. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateAppCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateBranchCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +440 -440
  41. package/dist-types/ts3.4/Amplify.d.ts +1 -0
  42. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +7 -0
  56. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  61. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  79. package/package.json +40 -40
@@ -409,6 +409,7 @@ export interface Amplify {
409
409
  options: __HttpHandlerOptions,
410
410
  cb: (err: any, data?: GetWebhookCommandOutput) => void
411
411
  ): void;
412
+ listApps(): Promise<ListAppsCommandOutput>;
412
413
  listApps(
413
414
  args: ListAppsCommandInput,
414
415
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const CreateAppCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateAppCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateAppCommandInput,
28
+ CreateAppCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateAppCommand extends CreateAppCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateBackendEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateBackendEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateBackendEnvironmentCommandInput,
32
+ CreateBackendEnvironmentCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateBranchCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateBranchCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateBranchCommandInput,
28
+ CreateBranchCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateBranchCommand extends CreateBranchCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDeploymentCommandInput,
31
+ CreateDeploymentCommandOutput,
32
+ AmplifyClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDomainAssociationCommandInput,
32
+ CreateDomainAssociationCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateWebhookCommandInput,
28
+ CreateWebhookCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteAppCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteAppCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteAppCommandInput,
28
+ DeleteAppCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteAppCommand extends DeleteAppCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteBackendEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteBackendEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteBackendEnvironmentCommandInput,
32
+ DeleteBackendEnvironmentCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteBranchCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteBranchCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteBranchCommandInput,
28
+ DeleteBranchCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteBranchCommand extends DeleteBranchCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDomainAssociationCommandInput,
32
+ DeleteDomainAssociationCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteJobCommandInput,
28
+ DeleteJobCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteJobCommand extends DeleteJobCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteWebhookCommandInput,
28
+ DeleteWebhookCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
@@ -25,6 +25,15 @@ declare const GenerateAccessLogsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GenerateAccessLogsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GenerateAccessLogsCommandInput,
32
+ GenerateAccessLogsCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {}
@@ -17,6 +17,13 @@ declare const GetAppCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: GetAppCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ GetAppCommandInput,
22
+ GetAppCommandOutput,
23
+ AmplifyClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class GetAppCommand extends GetAppCommand_base {}
@@ -24,6 +24,15 @@ declare const GetArtifactUrlCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetArtifactUrlCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetArtifactUrlCommandInput,
31
+ GetArtifactUrlCommandOutput,
32
+ AmplifyClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBackendEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBackendEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBackendEnvironmentCommandInput,
32
+ GetBackendEnvironmentCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const GetBranchCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetBranchCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetBranchCommandInput,
28
+ GetBranchCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetBranchCommand extends GetBranchCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDomainAssociationCommandInput,
32
+ GetDomainAssociationCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {}
@@ -17,6 +17,13 @@ declare const GetJobCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ GetJobCommandInput,
22
+ GetJobCommandOutput,
23
+ AmplifyClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class GetJobCommand extends GetJobCommand_base {}
@@ -21,6 +21,15 @@ declare const GetWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetWebhookCommandInput,
28
+ GetWebhookCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetWebhookCommand extends GetWebhookCommand_base {}
@@ -21,6 +21,15 @@ declare const ListAppsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListAppsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListAppsCommandInput,
28
+ ListAppsCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListAppsCommand extends ListAppsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListArtifactsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListArtifactsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListArtifactsCommandInput,
28
+ ListArtifactsCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListArtifactsCommand extends ListArtifactsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBackendEnvironmentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBackendEnvironmentsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBackendEnvironmentsCommandInput,
32
+ ListBackendEnvironmentsCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListBranchesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListBranchesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListBranchesCommandInput,
28
+ ListBranchesCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListBranchesCommand extends ListBranchesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDomainAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDomainAssociationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDomainAssociationsCommandInput,
32
+ ListDomainAssociationsCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListJobsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListJobsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListJobsCommandInput,
28
+ ListJobsCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListJobsCommand extends ListJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const ListWebhooksCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListWebhooksCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListWebhooksCommandInput,
28
+ ListWebhooksCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {}
@@ -24,6 +24,15 @@ declare const StartDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartDeploymentCommandInput,
31
+ StartDeploymentCommandOutput,
32
+ AmplifyClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {}
@@ -21,6 +21,15 @@ declare const StartJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartJobCommandInput,
28
+ StartJobCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartJobCommand extends StartJobCommand_base {}
@@ -17,6 +17,13 @@ declare const StopJobCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: StopJobCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ StopJobCommandInput,
22
+ StopJobCommandOutput,
23
+ AmplifyClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class StopJobCommand extends StopJobCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ AmplifyClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateAppCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateAppCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateAppCommandInput,
28
+ UpdateAppCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateAppCommand extends UpdateAppCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateBranchCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateBranchCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateBranchCommandInput,
28
+ UpdateBranchCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateBranchCommand extends UpdateBranchCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDomainAssociationCommandInput,
32
+ UpdateDomainAssociationCommandOutput,
33
+ AmplifyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateWebhookCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateWebhookCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateWebhookCommandInput,
28
+ UpdateWebhookCommandOutput,
29
+ AmplifyClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {}