@aws-sdk/client-amplify 3.651.1 → 3.654.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.
- package/dist-types/commands/CreateAppCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +11 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +11 -0
- package/dist-types/commands/GetAppCommand.d.ts +11 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +11 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetBranchCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +11 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +11 -0
- package/dist-types/commands/ListAppsCommand.d.ts +11 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +11 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +11 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/StartJobCommand.d.ts +11 -0
- package/dist-types/commands/StopJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -178,4 +178,15 @@ declare const CreateAppCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class CreateAppCommand extends CreateAppCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: CreateAppRequest;
|
|
185
|
+
output: CreateAppResult;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: CreateAppCommandInput;
|
|
189
|
+
output: CreateAppCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateBackendEnvironmentCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateBackendEnvironmentRequest;
|
|
95
|
+
output: CreateBackendEnvironmentResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateBackendEnvironmentCommandInput;
|
|
99
|
+
output: CreateBackendEnvironmentCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -138,4 +138,15 @@ declare const CreateBranchCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class CreateBranchCommand extends CreateBranchCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: CreateBranchRequest;
|
|
145
|
+
output: CreateBranchResult;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: CreateBranchCommandInput;
|
|
149
|
+
output: CreateBranchCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateDeploymentCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateDeploymentRequest;
|
|
89
|
+
output: CreateDeploymentResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateDeploymentCommandInput;
|
|
93
|
+
output: CreateDeploymentCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -119,4 +119,15 @@ declare const CreateDomainAssociationCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: CreateDomainAssociationRequest;
|
|
126
|
+
output: CreateDomainAssociationResult;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: CreateDomainAssociationCommandInput;
|
|
130
|
+
output: CreateDomainAssociationCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateWebhookCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateWebhookRequest;
|
|
92
|
+
output: CreateWebhookResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateWebhookCommandInput;
|
|
96
|
+
output: CreateWebhookCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -131,4 +131,15 @@ declare const DeleteAppCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class DeleteAppCommand extends DeleteAppCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: DeleteAppRequest;
|
|
138
|
+
output: DeleteAppResult;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: DeleteAppCommandInput;
|
|
142
|
+
output: DeleteAppCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteBackendEnvironmentCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteBackendEnvironmentRequest;
|
|
93
|
+
output: DeleteBackendEnvironmentResult;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteBackendEnvironmentCommandInput;
|
|
97
|
+
output: DeleteBackendEnvironmentCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -112,4 +112,15 @@ declare const DeleteBranchCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: DeleteBranchRequest;
|
|
119
|
+
output: DeleteBranchResult;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: DeleteBranchCommandInput;
|
|
123
|
+
output: DeleteBranchCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -100,4 +100,15 @@ declare const DeleteDomainAssociationCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DeleteDomainAssociationRequest;
|
|
107
|
+
output: DeleteDomainAssociationResult;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DeleteDomainAssociationCommandInput;
|
|
111
|
+
output: DeleteDomainAssociationCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteJobCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteJobRequest;
|
|
91
|
+
output: DeleteJobResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteJobCommandInput;
|
|
95
|
+
output: DeleteJobCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteWebhookCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteWebhookRequest;
|
|
87
|
+
output: DeleteWebhookResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteWebhookCommandInput;
|
|
91
|
+
output: DeleteWebhookCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -73,4 +73,15 @@ declare const GenerateAccessLogsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GenerateAccessLogsRequest;
|
|
80
|
+
output: GenerateAccessLogsResult;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GenerateAccessLogsCommandInput;
|
|
84
|
+
output: GenerateAccessLogsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -128,4 +128,15 @@ declare const GetAppCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class GetAppCommand extends GetAppCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: GetAppRequest;
|
|
135
|
+
output: GetAppResult;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: GetAppCommandInput;
|
|
139
|
+
output: GetAppCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetArtifactUrlCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetArtifactUrlRequest;
|
|
80
|
+
output: GetArtifactUrlResult;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetArtifactUrlCommandInput;
|
|
84
|
+
output: GetArtifactUrlCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetBackendEnvironmentCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetBackendEnvironmentRequest;
|
|
90
|
+
output: GetBackendEnvironmentResult;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetBackendEnvironmentCommandInput;
|
|
94
|
+
output: GetBackendEnvironmentCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetBranchCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetBranchCommand extends GetBranchCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetBranchRequest;
|
|
116
|
+
output: GetBranchResult;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetBranchCommandInput;
|
|
120
|
+
output: GetBranchCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -97,4 +97,15 @@ declare const GetDomainAssociationCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: GetDomainAssociationRequest;
|
|
104
|
+
output: GetDomainAssociationResult;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: GetDomainAssociationCommandInput;
|
|
108
|
+
output: GetDomainAssociationCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -103,4 +103,15 @@ declare const GetJobCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class GetJobCommand extends GetJobCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: GetJobRequest;
|
|
110
|
+
output: GetJobResult;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: GetJobCommandInput;
|
|
114
|
+
output: GetJobCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetWebhookCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetWebhookCommand extends GetWebhookCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetWebhookRequest;
|
|
87
|
+
output: GetWebhookResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetWebhookCommandInput;
|
|
91
|
+
output: GetWebhookCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -129,4 +129,15 @@ declare const ListAppsCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class ListAppsCommand extends ListAppsCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: ListAppsRequest;
|
|
136
|
+
output: ListAppsResult;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: ListAppsCommandInput;
|
|
140
|
+
output: ListAppsCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListArtifactsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListArtifactsCommand extends ListArtifactsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListArtifactsRequest;
|
|
86
|
+
output: ListArtifactsResult;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListArtifactsCommandInput;
|
|
90
|
+
output: ListArtifactsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListBackendEnvironmentsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListBackendEnvironmentsRequest;
|
|
92
|
+
output: ListBackendEnvironmentsResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListBackendEnvironmentsCommandInput;
|
|
96
|
+
output: ListBackendEnvironmentsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -110,4 +110,15 @@ declare const ListBranchesCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class ListBranchesCommand extends ListBranchesCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListBranchesRequest;
|
|
117
|
+
output: ListBranchesResult;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListBranchesCommandInput;
|
|
121
|
+
output: ListBranchesCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListDomainAssociationsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListDomainAssociationsRequest;
|
|
105
|
+
output: ListDomainAssociationsResult;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListDomainAssociationsCommandInput;
|
|
109
|
+
output: ListDomainAssociationsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListJobsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListJobsRequest;
|
|
92
|
+
output: ListJobsResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListJobsCommandInput;
|
|
96
|
+
output: ListJobsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListWebhooksCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListWebhooksRequest;
|
|
89
|
+
output: ListWebhooksResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListWebhooksCommandInput;
|
|
93
|
+
output: ListWebhooksCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -90,4 +90,15 @@ declare const StartDeploymentCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: StartDeploymentRequest;
|
|
97
|
+
output: StartDeploymentResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: StartDeploymentCommandInput;
|
|
101
|
+
output: StartDeploymentCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -89,4 +89,15 @@ declare const StartJobCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class StartJobCommand extends StartJobCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: StartJobRequest;
|
|
96
|
+
output: StartJobResult;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: StartJobCommandInput;
|
|
100
|
+
output: StartJobCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -84,4 +84,15 @@ declare const StopJobCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class StopJobCommand extends StopJobCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: StopJobRequest;
|
|
91
|
+
output: StopJobResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: StopJobCommandInput;
|
|
95
|
+
output: StopJobCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -173,4 +173,15 @@ declare const UpdateAppCommand_base: {
|
|
|
173
173
|
* @public
|
|
174
174
|
*/
|
|
175
175
|
export declare class UpdateAppCommand extends UpdateAppCommand_base {
|
|
176
|
+
/** @internal type navigation helper, not in runtime. */
|
|
177
|
+
protected static __types: {
|
|
178
|
+
api: {
|
|
179
|
+
input: UpdateAppRequest;
|
|
180
|
+
output: UpdateAppResult;
|
|
181
|
+
};
|
|
182
|
+
sdk: {
|
|
183
|
+
input: UpdateAppCommandInput;
|
|
184
|
+
output: UpdateAppCommandOutput;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
176
187
|
}
|
|
@@ -132,4 +132,15 @@ declare const UpdateBranchCommand_base: {
|
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class UpdateBranchCommand extends UpdateBranchCommand_base {
|
|
135
|
+
/** @internal type navigation helper, not in runtime. */
|
|
136
|
+
protected static __types: {
|
|
137
|
+
api: {
|
|
138
|
+
input: UpdateBranchRequest;
|
|
139
|
+
output: UpdateBranchResult;
|
|
140
|
+
};
|
|
141
|
+
sdk: {
|
|
142
|
+
input: UpdateBranchCommandInput;
|
|
143
|
+
output: UpdateBranchCommandOutput;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
135
146
|
}
|
|
@@ -115,4 +115,15 @@ declare const UpdateDomainAssociationCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: UpdateDomainAssociationRequest;
|
|
122
|
+
output: UpdateDomainAssociationResult;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: UpdateDomainAssociationCommandInput;
|
|
126
|
+
output: UpdateDomainAssociationCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateWebhookCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateWebhookRequest;
|
|
89
|
+
output: UpdateWebhookResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateWebhookCommandInput;
|
|
93
|
+
output: UpdateWebhookCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -33,4 +33,15 @@ declare const CreateAppCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateAppCommand extends CreateAppCommand_base {
|
|
36
|
+
export declare class CreateAppCommand extends CreateAppCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateAppRequest;
|
|
40
|
+
output: CreateAppResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateAppCommandInput;
|
|
44
|
+
output: CreateAppCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateBackendEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateBackendEnvironmentRequest;
|
|
44
|
+
output: CreateBackendEnvironmentResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateBackendEnvironmentCommandInput;
|
|
48
|
+
output: CreateBackendEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|