@aws-sdk/client-amplify 3.168.0 → 3.170.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 (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Amplify.d.ts +670 -190
  3. package/dist-types/ts3.4/AmplifyClient.d.ts +351 -110
  4. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +5 -5
  44. package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1277 -1196
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +449 -113
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  52. package/package.json +34 -34
@@ -1,113 +1,449 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
4
- import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "../commands/CreateBackendEnvironmentCommand";
5
- import { CreateBranchCommandInput, CreateBranchCommandOutput } from "../commands/CreateBranchCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
7
- import { CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput } from "../commands/CreateDomainAssociationCommand";
8
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
9
- import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
10
- import { DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput } from "../commands/DeleteBackendEnvironmentCommand";
11
- import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "../commands/DeleteBranchCommand";
12
- import { DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput } from "../commands/DeleteDomainAssociationCommand";
13
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
14
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
15
- import { GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput } from "../commands/GenerateAccessLogsCommand";
16
- import { GetAppCommandInput, GetAppCommandOutput } from "../commands/GetAppCommand";
17
- import { GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput } from "../commands/GetArtifactUrlCommand";
18
- import { GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput } from "../commands/GetBackendEnvironmentCommand";
19
- import { GetBranchCommandInput, GetBranchCommandOutput } from "../commands/GetBranchCommand";
20
- import { GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput } from "../commands/GetDomainAssociationCommand";
21
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
22
- import { GetWebhookCommandInput, GetWebhookCommandOutput } from "../commands/GetWebhookCommand";
23
- import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
24
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
25
- import { ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput } from "../commands/ListBackendEnvironmentsCommand";
26
- import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
27
- import { ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput } from "../commands/ListDomainAssociationsCommand";
28
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "../commands/ListWebhooksCommand";
31
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
32
- import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
33
- import { StopJobCommandInput, StopJobCommandOutput } from "../commands/StopJobCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand";
37
- import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "../commands/UpdateBranchCommand";
38
- import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "../commands/UpdateDomainAssociationCommand";
39
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
40
- export declare const serializeAws_restJson1CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateBackendEnvironmentCommand: (input: CreateBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1CreateDomainAssociationCommand: (input: CreateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1CreateWebhookCommand: (input: CreateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteBackendEnvironmentCommand: (input: DeleteBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DeleteBranchCommand: (input: DeleteBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DeleteDomainAssociationCommand: (input: DeleteDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GenerateAccessLogsCommand: (input: GenerateAccessLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetAppCommand: (input: GetAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetArtifactUrlCommand: (input: GetArtifactUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1GetBackendEnvironmentCommand: (input: GetBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1GetBranchCommand: (input: GetBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1GetDomainAssociationCommand: (input: GetDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1GetWebhookCommand: (input: GetWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListBackendEnvironmentsCommand: (input: ListBackendEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListBranchesCommand: (input: ListBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1ListDomainAssociationsCommand: (input: ListDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1UpdateAppCommand: (input: UpdateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1UpdateBranchCommand: (input: UpdateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1UpdateDomainAssociationCommand: (input: UpdateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1UpdateWebhookCommand: (input: UpdateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_restJson1CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
78
- export declare const deserializeAws_restJson1CreateBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendEnvironmentCommandOutput>;
79
- export declare const deserializeAws_restJson1CreateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBranchCommandOutput>;
80
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
81
- export declare const deserializeAws_restJson1CreateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainAssociationCommandOutput>;
82
- export declare const deserializeAws_restJson1CreateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebhookCommandOutput>;
83
- export declare const deserializeAws_restJson1DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
84
- export declare const deserializeAws_restJson1DeleteBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendEnvironmentCommandOutput>;
85
- export declare const deserializeAws_restJson1DeleteBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBranchCommandOutput>;
86
- export declare const deserializeAws_restJson1DeleteDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainAssociationCommandOutput>;
87
- export declare const deserializeAws_restJson1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
88
- export declare const deserializeAws_restJson1DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
89
- export declare const deserializeAws_restJson1GenerateAccessLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateAccessLogsCommandOutput>;
90
- export declare const deserializeAws_restJson1GetAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppCommandOutput>;
91
- export declare const deserializeAws_restJson1GetArtifactUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArtifactUrlCommandOutput>;
92
- export declare const deserializeAws_restJson1GetBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendEnvironmentCommandOutput>;
93
- export declare const deserializeAws_restJson1GetBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBranchCommandOutput>;
94
- export declare const deserializeAws_restJson1GetDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainAssociationCommandOutput>;
95
- export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
96
- export declare const deserializeAws_restJson1GetWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebhookCommandOutput>;
97
- export declare const deserializeAws_restJson1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
98
- export declare const deserializeAws_restJson1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
99
- export declare const deserializeAws_restJson1ListBackendEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackendEnvironmentsCommandOutput>;
100
- export declare const deserializeAws_restJson1ListBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBranchesCommandOutput>;
101
- export declare const deserializeAws_restJson1ListDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainAssociationsCommandOutput>;
102
- export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
103
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
104
- export declare const deserializeAws_restJson1ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
105
- export declare const deserializeAws_restJson1StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
106
- export declare const deserializeAws_restJson1StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
107
- export declare const deserializeAws_restJson1StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
108
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
109
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
110
- export declare const deserializeAws_restJson1UpdateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppCommandOutput>;
111
- export declare const deserializeAws_restJson1UpdateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBranchCommandOutput>;
112
- export declare const deserializeAws_restJson1UpdateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainAssociationCommandOutput>;
113
- export declare const deserializeAws_restJson1UpdateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebhookCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAppCommandInput,
8
+ CreateAppCommandOutput,
9
+ } from "../commands/CreateAppCommand";
10
+ import {
11
+ CreateBackendEnvironmentCommandInput,
12
+ CreateBackendEnvironmentCommandOutput,
13
+ } from "../commands/CreateBackendEnvironmentCommand";
14
+ import {
15
+ CreateBranchCommandInput,
16
+ CreateBranchCommandOutput,
17
+ } from "../commands/CreateBranchCommand";
18
+ import {
19
+ CreateDeploymentCommandInput,
20
+ CreateDeploymentCommandOutput,
21
+ } from "../commands/CreateDeploymentCommand";
22
+ import {
23
+ CreateDomainAssociationCommandInput,
24
+ CreateDomainAssociationCommandOutput,
25
+ } from "../commands/CreateDomainAssociationCommand";
26
+ import {
27
+ CreateWebhookCommandInput,
28
+ CreateWebhookCommandOutput,
29
+ } from "../commands/CreateWebhookCommand";
30
+ import {
31
+ DeleteAppCommandInput,
32
+ DeleteAppCommandOutput,
33
+ } from "../commands/DeleteAppCommand";
34
+ import {
35
+ DeleteBackendEnvironmentCommandInput,
36
+ DeleteBackendEnvironmentCommandOutput,
37
+ } from "../commands/DeleteBackendEnvironmentCommand";
38
+ import {
39
+ DeleteBranchCommandInput,
40
+ DeleteBranchCommandOutput,
41
+ } from "../commands/DeleteBranchCommand";
42
+ import {
43
+ DeleteDomainAssociationCommandInput,
44
+ DeleteDomainAssociationCommandOutput,
45
+ } from "../commands/DeleteDomainAssociationCommand";
46
+ import {
47
+ DeleteJobCommandInput,
48
+ DeleteJobCommandOutput,
49
+ } from "../commands/DeleteJobCommand";
50
+ import {
51
+ DeleteWebhookCommandInput,
52
+ DeleteWebhookCommandOutput,
53
+ } from "../commands/DeleteWebhookCommand";
54
+ import {
55
+ GenerateAccessLogsCommandInput,
56
+ GenerateAccessLogsCommandOutput,
57
+ } from "../commands/GenerateAccessLogsCommand";
58
+ import {
59
+ GetAppCommandInput,
60
+ GetAppCommandOutput,
61
+ } from "../commands/GetAppCommand";
62
+ import {
63
+ GetArtifactUrlCommandInput,
64
+ GetArtifactUrlCommandOutput,
65
+ } from "../commands/GetArtifactUrlCommand";
66
+ import {
67
+ GetBackendEnvironmentCommandInput,
68
+ GetBackendEnvironmentCommandOutput,
69
+ } from "../commands/GetBackendEnvironmentCommand";
70
+ import {
71
+ GetBranchCommandInput,
72
+ GetBranchCommandOutput,
73
+ } from "../commands/GetBranchCommand";
74
+ import {
75
+ GetDomainAssociationCommandInput,
76
+ GetDomainAssociationCommandOutput,
77
+ } from "../commands/GetDomainAssociationCommand";
78
+ import {
79
+ GetJobCommandInput,
80
+ GetJobCommandOutput,
81
+ } from "../commands/GetJobCommand";
82
+ import {
83
+ GetWebhookCommandInput,
84
+ GetWebhookCommandOutput,
85
+ } from "../commands/GetWebhookCommand";
86
+ import {
87
+ ListAppsCommandInput,
88
+ ListAppsCommandOutput,
89
+ } from "../commands/ListAppsCommand";
90
+ import {
91
+ ListArtifactsCommandInput,
92
+ ListArtifactsCommandOutput,
93
+ } from "../commands/ListArtifactsCommand";
94
+ import {
95
+ ListBackendEnvironmentsCommandInput,
96
+ ListBackendEnvironmentsCommandOutput,
97
+ } from "../commands/ListBackendEnvironmentsCommand";
98
+ import {
99
+ ListBranchesCommandInput,
100
+ ListBranchesCommandOutput,
101
+ } from "../commands/ListBranchesCommand";
102
+ import {
103
+ ListDomainAssociationsCommandInput,
104
+ ListDomainAssociationsCommandOutput,
105
+ } from "../commands/ListDomainAssociationsCommand";
106
+ import {
107
+ ListJobsCommandInput,
108
+ ListJobsCommandOutput,
109
+ } from "../commands/ListJobsCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "../commands/ListTagsForResourceCommand";
114
+ import {
115
+ ListWebhooksCommandInput,
116
+ ListWebhooksCommandOutput,
117
+ } from "../commands/ListWebhooksCommand";
118
+ import {
119
+ StartDeploymentCommandInput,
120
+ StartDeploymentCommandOutput,
121
+ } from "../commands/StartDeploymentCommand";
122
+ import {
123
+ StartJobCommandInput,
124
+ StartJobCommandOutput,
125
+ } from "../commands/StartJobCommand";
126
+ import {
127
+ StopJobCommandInput,
128
+ StopJobCommandOutput,
129
+ } from "../commands/StopJobCommand";
130
+ import {
131
+ TagResourceCommandInput,
132
+ TagResourceCommandOutput,
133
+ } from "../commands/TagResourceCommand";
134
+ import {
135
+ UntagResourceCommandInput,
136
+ UntagResourceCommandOutput,
137
+ } from "../commands/UntagResourceCommand";
138
+ import {
139
+ UpdateAppCommandInput,
140
+ UpdateAppCommandOutput,
141
+ } from "../commands/UpdateAppCommand";
142
+ import {
143
+ UpdateBranchCommandInput,
144
+ UpdateBranchCommandOutput,
145
+ } from "../commands/UpdateBranchCommand";
146
+ import {
147
+ UpdateDomainAssociationCommandInput,
148
+ UpdateDomainAssociationCommandOutput,
149
+ } from "../commands/UpdateDomainAssociationCommand";
150
+ import {
151
+ UpdateWebhookCommandInput,
152
+ UpdateWebhookCommandOutput,
153
+ } from "../commands/UpdateWebhookCommand";
154
+ export declare const serializeAws_restJson1CreateAppCommand: (
155
+ input: CreateAppCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1CreateBackendEnvironmentCommand: (
159
+ input: CreateBackendEnvironmentCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1CreateBranchCommand: (
163
+ input: CreateBranchCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1CreateDeploymentCommand: (
167
+ input: CreateDeploymentCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1CreateDomainAssociationCommand: (
171
+ input: CreateDomainAssociationCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1CreateWebhookCommand: (
175
+ input: CreateWebhookCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DeleteAppCommand: (
179
+ input: DeleteAppCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1DeleteBackendEnvironmentCommand: (
183
+ input: DeleteBackendEnvironmentCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1DeleteBranchCommand: (
187
+ input: DeleteBranchCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1DeleteDomainAssociationCommand: (
191
+ input: DeleteDomainAssociationCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1DeleteJobCommand: (
195
+ input: DeleteJobCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1DeleteWebhookCommand: (
199
+ input: DeleteWebhookCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1GenerateAccessLogsCommand: (
203
+ input: GenerateAccessLogsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1GetAppCommand: (
207
+ input: GetAppCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1GetArtifactUrlCommand: (
211
+ input: GetArtifactUrlCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1GetBackendEnvironmentCommand: (
215
+ input: GetBackendEnvironmentCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1GetBranchCommand: (
219
+ input: GetBranchCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1GetDomainAssociationCommand: (
223
+ input: GetDomainAssociationCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1GetJobCommand: (
227
+ input: GetJobCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1GetWebhookCommand: (
231
+ input: GetWebhookCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1ListAppsCommand: (
235
+ input: ListAppsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1ListArtifactsCommand: (
239
+ input: ListArtifactsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1ListBackendEnvironmentsCommand: (
243
+ input: ListBackendEnvironmentsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1ListBranchesCommand: (
247
+ input: ListBranchesCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1ListDomainAssociationsCommand: (
251
+ input: ListDomainAssociationsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1ListJobsCommand: (
255
+ input: ListJobsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
259
+ input: ListTagsForResourceCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1ListWebhooksCommand: (
263
+ input: ListWebhooksCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1StartDeploymentCommand: (
267
+ input: StartDeploymentCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1StartJobCommand: (
271
+ input: StartJobCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1StopJobCommand: (
275
+ input: StopJobCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1TagResourceCommand: (
279
+ input: TagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1UntagResourceCommand: (
283
+ input: UntagResourceCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1UpdateAppCommand: (
287
+ input: UpdateAppCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1UpdateBranchCommand: (
291
+ input: UpdateBranchCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1UpdateDomainAssociationCommand: (
295
+ input: UpdateDomainAssociationCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1UpdateWebhookCommand: (
299
+ input: UpdateWebhookCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const deserializeAws_restJson1CreateAppCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<CreateAppCommandOutput>;
306
+ export declare const deserializeAws_restJson1CreateBackendEnvironmentCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<CreateBackendEnvironmentCommandOutput>;
310
+ export declare const deserializeAws_restJson1CreateBranchCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<CreateBranchCommandOutput>;
314
+ export declare const deserializeAws_restJson1CreateDeploymentCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CreateDeploymentCommandOutput>;
318
+ export declare const deserializeAws_restJson1CreateDomainAssociationCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateDomainAssociationCommandOutput>;
322
+ export declare const deserializeAws_restJson1CreateWebhookCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<CreateWebhookCommandOutput>;
326
+ export declare const deserializeAws_restJson1DeleteAppCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeleteAppCommandOutput>;
330
+ export declare const deserializeAws_restJson1DeleteBackendEnvironmentCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DeleteBackendEnvironmentCommandOutput>;
334
+ export declare const deserializeAws_restJson1DeleteBranchCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DeleteBranchCommandOutput>;
338
+ export declare const deserializeAws_restJson1DeleteDomainAssociationCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DeleteDomainAssociationCommandOutput>;
342
+ export declare const deserializeAws_restJson1DeleteJobCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DeleteJobCommandOutput>;
346
+ export declare const deserializeAws_restJson1DeleteWebhookCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DeleteWebhookCommandOutput>;
350
+ export declare const deserializeAws_restJson1GenerateAccessLogsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<GenerateAccessLogsCommandOutput>;
354
+ export declare const deserializeAws_restJson1GetAppCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<GetAppCommandOutput>;
358
+ export declare const deserializeAws_restJson1GetArtifactUrlCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetArtifactUrlCommandOutput>;
362
+ export declare const deserializeAws_restJson1GetBackendEnvironmentCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetBackendEnvironmentCommandOutput>;
366
+ export declare const deserializeAws_restJson1GetBranchCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetBranchCommandOutput>;
370
+ export declare const deserializeAws_restJson1GetDomainAssociationCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetDomainAssociationCommandOutput>;
374
+ export declare const deserializeAws_restJson1GetJobCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetJobCommandOutput>;
378
+ export declare const deserializeAws_restJson1GetWebhookCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetWebhookCommandOutput>;
382
+ export declare const deserializeAws_restJson1ListAppsCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<ListAppsCommandOutput>;
386
+ export declare const deserializeAws_restJson1ListArtifactsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<ListArtifactsCommandOutput>;
390
+ export declare const deserializeAws_restJson1ListBackendEnvironmentsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListBackendEnvironmentsCommandOutput>;
394
+ export declare const deserializeAws_restJson1ListBranchesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListBranchesCommandOutput>;
398
+ export declare const deserializeAws_restJson1ListDomainAssociationsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListDomainAssociationsCommandOutput>;
402
+ export declare const deserializeAws_restJson1ListJobsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListJobsCommandOutput>;
406
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListTagsForResourceCommandOutput>;
410
+ export declare const deserializeAws_restJson1ListWebhooksCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListWebhooksCommandOutput>;
414
+ export declare const deserializeAws_restJson1StartDeploymentCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<StartDeploymentCommandOutput>;
418
+ export declare const deserializeAws_restJson1StartJobCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<StartJobCommandOutput>;
422
+ export declare const deserializeAws_restJson1StopJobCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<StopJobCommandOutput>;
426
+ export declare const deserializeAws_restJson1TagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<TagResourceCommandOutput>;
430
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UntagResourceCommandOutput>;
434
+ export declare const deserializeAws_restJson1UpdateAppCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateAppCommandOutput>;
438
+ export declare const deserializeAws_restJson1UpdateBranchCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<UpdateBranchCommandOutput>;
442
+ export declare const deserializeAws_restJson1UpdateDomainAssociationCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<UpdateDomainAssociationCommandOutput>;
446
+ export declare const deserializeAws_restJson1UpdateWebhookCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<UpdateWebhookCommandOutput>;