@aws-sdk/client-amplify 3.651.1 → 3.658.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 (75) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateBranchCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateWebhookCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteAppCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteBranchCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteWebhookCommand.d.ts +11 -0
  13. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAppCommand.d.ts +11 -0
  15. package/dist-types/commands/GetArtifactUrlCommand.d.ts +11 -0
  16. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +11 -0
  17. package/dist-types/commands/GetBranchCommand.d.ts +11 -0
  18. package/dist-types/commands/GetDomainAssociationCommand.d.ts +11 -0
  19. package/dist-types/commands/GetJobCommand.d.ts +11 -0
  20. package/dist-types/commands/GetWebhookCommand.d.ts +11 -0
  21. package/dist-types/commands/ListAppsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListArtifactsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListBranchesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListJobsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/ListWebhooksCommand.d.ts +11 -0
  29. package/dist-types/commands/StartDeploymentCommand.d.ts +11 -0
  30. package/dist-types/commands/StartJobCommand.d.ts +11 -0
  31. package/dist-types/commands/StopJobCommand.d.ts +11 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateAppCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateBranchCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateWebhookCommand.d.ts +11 -0
  38. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +12 -1
  75. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const CreateBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateBranchCommand extends CreateBranchCommand_base {}
36
+ export declare class CreateBranchCommand extends CreateBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateBranchRequest;
40
+ output: CreateBranchResult;
41
+ };
42
+ sdk: {
43
+ input: CreateBranchCommandInput;
44
+ output: CreateBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateDeploymentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
39
+ export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDeploymentRequest;
43
+ output: CreateDeploymentResult;
44
+ };
45
+ sdk: {
46
+ input: CreateDeploymentCommandInput;
47
+ output: CreateDeploymentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDomainAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {}
40
+ export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDomainAssociationRequest;
44
+ output: CreateDomainAssociationResult;
45
+ };
46
+ sdk: {
47
+ input: CreateDomainAssociationCommandInput;
48
+ output: CreateDomainAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateWebhookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateWebhookCommand extends CreateWebhookCommand_base {}
36
+ export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateWebhookRequest;
40
+ output: CreateWebhookResult;
41
+ };
42
+ sdk: {
43
+ input: CreateWebhookCommandInput;
44
+ output: CreateWebhookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAppCommand extends DeleteAppCommand_base {}
36
+ export declare class DeleteAppCommand extends DeleteAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAppRequest;
40
+ output: DeleteAppResult;
41
+ };
42
+ sdk: {
43
+ input: DeleteAppCommandInput;
44
+ output: DeleteAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteBackendEnvironmentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {}
40
+ export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBackendEnvironmentRequest;
44
+ output: DeleteBackendEnvironmentResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteBackendEnvironmentCommandInput;
48
+ output: DeleteBackendEnvironmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBranchCommand extends DeleteBranchCommand_base {}
36
+ export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBranchRequest;
40
+ output: DeleteBranchResult;
41
+ };
42
+ sdk: {
43
+ input: DeleteBranchCommandInput;
44
+ output: DeleteBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteDomainAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {}
40
+ export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDomainAssociationRequest;
44
+ output: DeleteDomainAssociationResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteDomainAssociationCommandInput;
48
+ output: DeleteDomainAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteJobCommand extends DeleteJobCommand_base {}
36
+ export declare class DeleteJobCommand extends DeleteJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteJobRequest;
40
+ output: DeleteJobResult;
41
+ };
42
+ sdk: {
43
+ input: DeleteJobCommandInput;
44
+ output: DeleteJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteWebhookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
36
+ export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteWebhookRequest;
40
+ output: DeleteWebhookResult;
41
+ };
42
+ sdk: {
43
+ input: DeleteWebhookCommandInput;
44
+ output: DeleteWebhookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GenerateAccessLogsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {}
40
+ export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateAccessLogsRequest;
44
+ output: GenerateAccessLogsResult;
45
+ };
46
+ sdk: {
47
+ input: GenerateAccessLogsCommandInput;
48
+ output: GenerateAccessLogsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const GetAppCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetAppCommand extends GetAppCommand_base {}
30
+ export declare class GetAppCommand extends GetAppCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetAppRequest;
34
+ output: GetAppResult;
35
+ };
36
+ sdk: {
37
+ input: GetAppCommandInput;
38
+ output: GetAppCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -36,4 +36,15 @@ declare const GetArtifactUrlCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {}
39
+ export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetArtifactUrlRequest;
43
+ output: GetArtifactUrlResult;
44
+ };
45
+ sdk: {
46
+ input: GetArtifactUrlCommandInput;
47
+ output: GetArtifactUrlCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetBackendEnvironmentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {}
40
+ export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBackendEnvironmentRequest;
44
+ output: GetBackendEnvironmentResult;
45
+ };
46
+ sdk: {
47
+ input: GetBackendEnvironmentCommandInput;
48
+ output: GetBackendEnvironmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetBranchCommand extends GetBranchCommand_base {}
36
+ export declare class GetBranchCommand extends GetBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetBranchRequest;
40
+ output: GetBranchResult;
41
+ };
42
+ sdk: {
43
+ input: GetBranchCommandInput;
44
+ output: GetBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDomainAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {}
40
+ export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDomainAssociationRequest;
44
+ output: GetDomainAssociationResult;
45
+ };
46
+ sdk: {
47
+ input: GetDomainAssociationCommandInput;
48
+ output: GetDomainAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const GetJobCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetJobCommand extends GetJobCommand_base {}
30
+ export declare class GetJobCommand extends GetJobCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetJobRequest;
34
+ output: GetJobResult;
35
+ };
36
+ sdk: {
37
+ input: GetJobCommandInput;
38
+ output: GetJobCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const GetWebhookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetWebhookCommand extends GetWebhookCommand_base {}
36
+ export declare class GetWebhookCommand extends GetWebhookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetWebhookRequest;
40
+ output: GetWebhookResult;
41
+ };
42
+ sdk: {
43
+ input: GetWebhookCommandInput;
44
+ output: GetWebhookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListAppsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAppsCommand extends ListAppsCommand_base {}
36
+ export declare class ListAppsCommand extends ListAppsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAppsRequest;
40
+ output: ListAppsResult;
41
+ };
42
+ sdk: {
43
+ input: ListAppsCommandInput;
44
+ output: ListAppsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListArtifactsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListArtifactsCommand extends ListArtifactsCommand_base {}
36
+ export declare class ListArtifactsCommand extends ListArtifactsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListArtifactsRequest;
40
+ output: ListArtifactsResult;
41
+ };
42
+ sdk: {
43
+ input: ListArtifactsCommandInput;
44
+ output: ListArtifactsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListBackendEnvironmentsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {}
40
+ export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBackendEnvironmentsRequest;
44
+ output: ListBackendEnvironmentsResult;
45
+ };
46
+ sdk: {
47
+ input: ListBackendEnvironmentsCommandInput;
48
+ output: ListBackendEnvironmentsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListBranchesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListBranchesCommand extends ListBranchesCommand_base {}
36
+ export declare class ListBranchesCommand extends ListBranchesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListBranchesRequest;
40
+ output: ListBranchesResult;
41
+ };
42
+ sdk: {
43
+ input: ListBranchesCommandInput;
44
+ output: ListBranchesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListDomainAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {}
40
+ export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDomainAssociationsRequest;
44
+ output: ListDomainAssociationsResult;
45
+ };
46
+ sdk: {
47
+ input: ListDomainAssociationsCommandInput;
48
+ output: ListDomainAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListJobsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListJobsCommand extends ListJobsCommand_base {}
36
+ export declare class ListJobsCommand extends ListJobsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListJobsRequest;
40
+ output: ListJobsResult;
41
+ };
42
+ sdk: {
43
+ input: ListJobsCommandInput;
44
+ output: ListJobsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListWebhooksCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListWebhooksCommand extends ListWebhooksCommand_base {}
36
+ export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListWebhooksRequest;
40
+ output: ListWebhooksResult;
41
+ };
42
+ sdk: {
43
+ input: ListWebhooksCommandInput;
44
+ output: ListWebhooksCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const StartDeploymentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartDeploymentCommand extends StartDeploymentCommand_base {}
39
+ export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartDeploymentRequest;
43
+ output: StartDeploymentResult;
44
+ };
45
+ sdk: {
46
+ input: StartDeploymentCommandInput;
47
+ output: StartDeploymentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const StartJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartJobCommand extends StartJobCommand_base {}
36
+ export declare class StartJobCommand extends StartJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartJobRequest;
40
+ output: StartJobResult;
41
+ };
42
+ sdk: {
43
+ input: StartJobCommandInput;
44
+ output: StartJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const StopJobCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class StopJobCommand extends StopJobCommand_base {}
30
+ export declare class StopJobCommand extends StopJobCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: StopJobRequest;
34
+ output: StopJobResult;
35
+ };
36
+ sdk: {
37
+ input: StopJobCommandInput;
38
+ output: StopJobCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateAppCommand extends UpdateAppCommand_base {}
36
+ export declare class UpdateAppCommand extends UpdateAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateAppRequest;
40
+ output: UpdateAppResult;
41
+ };
42
+ sdk: {
43
+ input: UpdateAppCommandInput;
44
+ output: UpdateAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateBranchCommand extends UpdateBranchCommand_base {}
36
+ export declare class UpdateBranchCommand extends UpdateBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateBranchRequest;
40
+ output: UpdateBranchResult;
41
+ };
42
+ sdk: {
43
+ input: UpdateBranchCommandInput;
44
+ output: UpdateBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateDomainAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {}
40
+ export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDomainAssociationRequest;
44
+ output: UpdateDomainAssociationResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateDomainAssociationCommandInput;
48
+ output: UpdateDomainAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateWebhookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {}
36
+ export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateWebhookRequest;
40
+ output: UpdateWebhookResult;
41
+ };
42
+ sdk: {
43
+ input: UpdateWebhookCommandInput;
44
+ output: UpdateWebhookCommandOutput;
45
+ };
46
+ };
47
+ }