@aws-sdk/client-serverlessapplicationrepository 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ServerlessApplicationRepository.d.ts +0 -14
- package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ServerlessApplicationRepositoryServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-serverlessapplicationrepository
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-serverlessapplicationrepository
|
|
@@ -56,7 +56,6 @@ import {
|
|
|
56
56
|
UpdateApplicationCommandOutput,
|
|
57
57
|
} from "./commands/UpdateApplicationCommand";
|
|
58
58
|
import { ServerlessApplicationRepositoryClient } from "./ServerlessApplicationRepositoryClient";
|
|
59
|
-
|
|
60
59
|
export declare class ServerlessApplicationRepository extends ServerlessApplicationRepositoryClient {
|
|
61
60
|
createApplication(
|
|
62
61
|
args: CreateApplicationCommandInput,
|
|
@@ -71,7 +70,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
71
70
|
options: __HttpHandlerOptions,
|
|
72
71
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
73
72
|
): void;
|
|
74
|
-
|
|
75
73
|
createApplicationVersion(
|
|
76
74
|
args: CreateApplicationVersionCommandInput,
|
|
77
75
|
options?: __HttpHandlerOptions
|
|
@@ -85,7 +83,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
85
83
|
options: __HttpHandlerOptions,
|
|
86
84
|
cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
|
|
87
85
|
): void;
|
|
88
|
-
|
|
89
86
|
createCloudFormationChangeSet(
|
|
90
87
|
args: CreateCloudFormationChangeSetCommandInput,
|
|
91
88
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +96,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
99
96
|
options: __HttpHandlerOptions,
|
|
100
97
|
cb: (err: any, data?: CreateCloudFormationChangeSetCommandOutput) => void
|
|
101
98
|
): void;
|
|
102
|
-
|
|
103
99
|
createCloudFormationTemplate(
|
|
104
100
|
args: CreateCloudFormationTemplateCommandInput,
|
|
105
101
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +109,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
113
109
|
options: __HttpHandlerOptions,
|
|
114
110
|
cb: (err: any, data?: CreateCloudFormationTemplateCommandOutput) => void
|
|
115
111
|
): void;
|
|
116
|
-
|
|
117
112
|
deleteApplication(
|
|
118
113
|
args: DeleteApplicationCommandInput,
|
|
119
114
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +122,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
127
122
|
options: __HttpHandlerOptions,
|
|
128
123
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
129
124
|
): void;
|
|
130
|
-
|
|
131
125
|
getApplication(
|
|
132
126
|
args: GetApplicationCommandInput,
|
|
133
127
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +135,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
141
135
|
options: __HttpHandlerOptions,
|
|
142
136
|
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
143
137
|
): void;
|
|
144
|
-
|
|
145
138
|
getApplicationPolicy(
|
|
146
139
|
args: GetApplicationPolicyCommandInput,
|
|
147
140
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +148,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
155
148
|
options: __HttpHandlerOptions,
|
|
156
149
|
cb: (err: any, data?: GetApplicationPolicyCommandOutput) => void
|
|
157
150
|
): void;
|
|
158
|
-
|
|
159
151
|
getCloudFormationTemplate(
|
|
160
152
|
args: GetCloudFormationTemplateCommandInput,
|
|
161
153
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +161,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
169
161
|
options: __HttpHandlerOptions,
|
|
170
162
|
cb: (err: any, data?: GetCloudFormationTemplateCommandOutput) => void
|
|
171
163
|
): void;
|
|
172
|
-
|
|
173
164
|
listApplicationDependencies(
|
|
174
165
|
args: ListApplicationDependenciesCommandInput,
|
|
175
166
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +174,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
183
174
|
options: __HttpHandlerOptions,
|
|
184
175
|
cb: (err: any, data?: ListApplicationDependenciesCommandOutput) => void
|
|
185
176
|
): void;
|
|
186
|
-
|
|
187
177
|
listApplications(
|
|
188
178
|
args: ListApplicationsCommandInput,
|
|
189
179
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +187,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
197
187
|
options: __HttpHandlerOptions,
|
|
198
188
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
199
189
|
): void;
|
|
200
|
-
|
|
201
190
|
listApplicationVersions(
|
|
202
191
|
args: ListApplicationVersionsCommandInput,
|
|
203
192
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +200,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
211
200
|
options: __HttpHandlerOptions,
|
|
212
201
|
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void
|
|
213
202
|
): void;
|
|
214
|
-
|
|
215
203
|
putApplicationPolicy(
|
|
216
204
|
args: PutApplicationPolicyCommandInput,
|
|
217
205
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +213,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
225
213
|
options: __HttpHandlerOptions,
|
|
226
214
|
cb: (err: any, data?: PutApplicationPolicyCommandOutput) => void
|
|
227
215
|
): void;
|
|
228
|
-
|
|
229
216
|
unshareApplication(
|
|
230
217
|
args: UnshareApplicationCommandInput,
|
|
231
218
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +226,6 @@ export declare class ServerlessApplicationRepository extends ServerlessApplicati
|
|
|
239
226
|
options: __HttpHandlerOptions,
|
|
240
227
|
cb: (err: any, data?: UnshareApplicationCommandOutput) => void
|
|
241
228
|
): void;
|
|
242
|
-
|
|
243
229
|
updateApplication(
|
|
244
230
|
args: UpdateApplicationCommandInput,
|
|
245
231
|
options?: __HttpHandlerOptions
|
|
@@ -131,47 +131,26 @@ export declare type ServiceOutputTypes =
|
|
|
131
131
|
export interface ClientDefaults
|
|
132
132
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
133
133
|
requestHandler?: __HttpHandler;
|
|
134
|
-
|
|
135
134
|
sha256?: __HashConstructor;
|
|
136
|
-
|
|
137
135
|
urlParser?: __UrlParser;
|
|
138
|
-
|
|
139
136
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
140
|
-
|
|
141
137
|
streamCollector?: __StreamCollector;
|
|
142
|
-
|
|
143
138
|
base64Decoder?: __Decoder;
|
|
144
|
-
|
|
145
139
|
base64Encoder?: __Encoder;
|
|
146
|
-
|
|
147
140
|
utf8Decoder?: __Decoder;
|
|
148
|
-
|
|
149
141
|
utf8Encoder?: __Encoder;
|
|
150
|
-
|
|
151
142
|
runtime?: string;
|
|
152
|
-
|
|
153
143
|
disableHostPrefix?: boolean;
|
|
154
|
-
|
|
155
144
|
maxAttempts?: number | __Provider<number>;
|
|
156
|
-
|
|
157
145
|
retryMode?: string | __Provider<string>;
|
|
158
|
-
|
|
159
146
|
logger?: __Logger;
|
|
160
|
-
|
|
161
147
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
-
|
|
163
148
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
-
|
|
165
149
|
serviceId?: string;
|
|
166
|
-
|
|
167
150
|
region?: string | __Provider<string>;
|
|
168
|
-
|
|
169
151
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
-
|
|
171
152
|
regionInfoProvider?: RegionInfoProvider;
|
|
172
|
-
|
|
173
153
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
174
|
-
|
|
175
154
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
176
155
|
}
|
|
177
156
|
declare type ServerlessApplicationRepositoryClientConfigType = Partial<
|
|
@@ -184,7 +163,6 @@ declare type ServerlessApplicationRepositoryClientConfigType = Partial<
|
|
|
184
163
|
HostHeaderInputConfig &
|
|
185
164
|
AwsAuthInputConfig &
|
|
186
165
|
UserAgentInputConfig;
|
|
187
|
-
|
|
188
166
|
export interface ServerlessApplicationRepositoryClientConfig
|
|
189
167
|
extends ServerlessApplicationRepositoryClientConfigType {}
|
|
190
168
|
declare type ServerlessApplicationRepositoryClientResolvedConfigType =
|
|
@@ -196,10 +174,8 @@ declare type ServerlessApplicationRepositoryClientResolvedConfigType =
|
|
|
196
174
|
HostHeaderResolvedConfig &
|
|
197
175
|
AwsAuthResolvedConfig &
|
|
198
176
|
UserAgentResolvedConfig;
|
|
199
|
-
|
|
200
177
|
export interface ServerlessApplicationRepositoryClientResolvedConfig
|
|
201
178
|
extends ServerlessApplicationRepositoryClientResolvedConfigType {}
|
|
202
|
-
|
|
203
179
|
export declare class ServerlessApplicationRepositoryClient extends __Client<
|
|
204
180
|
__HttpHandlerOptions,
|
|
205
181
|
ServiceInputTypes,
|
|
@@ -208,7 +184,6 @@ export declare class ServerlessApplicationRepositoryClient extends __Client<
|
|
|
208
184
|
> {
|
|
209
185
|
readonly config: ServerlessApplicationRepositoryClientResolvedConfig;
|
|
210
186
|
constructor(configuration: ServerlessApplicationRepositoryClientConfig);
|
|
211
|
-
|
|
212
187
|
destroy(): void;
|
|
213
188
|
}
|
|
214
189
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationVersionCommandInput
|
|
|
19
19
|
export interface CreateApplicationVersionCommandOutput
|
|
20
20
|
extends CreateApplicationVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationVersionCommand extends $Command<
|
|
24
23
|
CreateApplicationVersionCommandInput,
|
|
25
24
|
CreateApplicationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationVersionCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCloudFormationChangeSetCommandInput
|
|
|
19
19
|
export interface CreateCloudFormationChangeSetCommandOutput
|
|
20
20
|
extends CreateCloudFormationChangeSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCloudFormationChangeSetCommand extends $Command<
|
|
24
23
|
CreateCloudFormationChangeSetCommandInput,
|
|
25
24
|
CreateCloudFormationChangeSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCloudFormationChangeSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCloudFormationChangeSetCommandInput;
|
|
29
28
|
constructor(input: CreateCloudFormationChangeSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCloudFormationTemplateCommandInput
|
|
|
19
19
|
export interface CreateCloudFormationTemplateCommandOutput
|
|
20
20
|
extends CreateCloudFormationTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCloudFormationTemplateCommand extends $Command<
|
|
24
23
|
CreateCloudFormationTemplateCommandInput,
|
|
25
24
|
CreateCloudFormationTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCloudFormationTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCloudFormationTemplateCommandInput;
|
|
29
28
|
constructor(input: CreateCloudFormationTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteApplicationCommandInput
|
|
15
15
|
extends DeleteApplicationRequest {}
|
|
16
16
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteApplicationCommand extends $Command<
|
|
19
18
|
DeleteApplicationCommandInput,
|
|
20
19
|
DeleteApplicationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteApplicationCommandInput;
|
|
24
23
|
constructor(input: DeleteApplicationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
18
18
|
export interface GetApplicationCommandOutput
|
|
19
19
|
extends GetApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetApplicationCommand extends $Command<
|
|
23
22
|
GetApplicationCommandInput,
|
|
24
23
|
GetApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetApplicationCommandInput;
|
|
28
27
|
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetApplicationPolicyCommandInput
|
|
|
19
19
|
export interface GetApplicationPolicyCommandOutput
|
|
20
20
|
extends GetApplicationPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetApplicationPolicyCommand extends $Command<
|
|
24
23
|
GetApplicationPolicyCommandInput,
|
|
25
24
|
GetApplicationPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetApplicationPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetApplicationPolicyCommandInput;
|
|
29
28
|
constructor(input: GetApplicationPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCloudFormationTemplateCommandInput
|
|
|
19
19
|
export interface GetCloudFormationTemplateCommandOutput
|
|
20
20
|
extends GetCloudFormationTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCloudFormationTemplateCommand extends $Command<
|
|
24
23
|
GetCloudFormationTemplateCommandInput,
|
|
25
24
|
GetCloudFormationTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCloudFormationTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCloudFormationTemplateCommandInput;
|
|
29
28
|
constructor(input: GetCloudFormationTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApplicationDependenciesCommandInput
|
|
|
19
19
|
export interface ListApplicationDependenciesCommandOutput
|
|
20
20
|
extends ListApplicationDependenciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationDependenciesCommand extends $Command<
|
|
24
23
|
ListApplicationDependenciesCommandInput,
|
|
25
24
|
ListApplicationDependenciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationDependenciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationDependenciesCommandInput;
|
|
29
28
|
constructor(input: ListApplicationDependenciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApplicationVersionsCommandInput
|
|
|
19
19
|
export interface ListApplicationVersionsCommandOutput
|
|
20
20
|
extends ListApplicationVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationVersionsCommand extends $Command<
|
|
24
23
|
ListApplicationVersionsCommandInput,
|
|
25
24
|
ListApplicationVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationVersionsCommandInput;
|
|
29
28
|
constructor(input: ListApplicationVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutApplicationPolicyCommandInput
|
|
|
19
19
|
export interface PutApplicationPolicyCommandOutput
|
|
20
20
|
extends PutApplicationPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutApplicationPolicyCommand extends $Command<
|
|
24
23
|
PutApplicationPolicyCommandInput,
|
|
25
24
|
PutApplicationPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutApplicationPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutApplicationPolicyCommandInput;
|
|
29
28
|
constructor(input: PutApplicationPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface UnshareApplicationCommandInput
|
|
15
15
|
extends UnshareApplicationRequest {}
|
|
16
16
|
export interface UnshareApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UnshareApplicationCommand extends $Command<
|
|
19
18
|
UnshareApplicationCommandInput,
|
|
20
19
|
UnshareApplicationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UnshareApplicationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UnshareApplicationCommandInput;
|
|
24
23
|
constructor(input: UnshareApplicationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServerlessApplicationRepositoryClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ServerlessApplicationRepositoryServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,37 +1,23 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ServerlessApplicationRepositoryServiceException as __BaseException } from "./ServerlessApplicationRepositoryServiceException";
|
|
3
|
-
|
|
4
3
|
export interface ApplicationDependencySummary {
|
|
5
4
|
ApplicationId: string | undefined;
|
|
6
|
-
|
|
7
5
|
SemanticVersion: string | undefined;
|
|
8
6
|
}
|
|
9
|
-
|
|
10
7
|
export interface ApplicationPolicyStatement {
|
|
11
8
|
Actions: string[] | undefined;
|
|
12
|
-
|
|
13
9
|
PrincipalOrgIDs?: string[];
|
|
14
|
-
|
|
15
10
|
Principals: string[] | undefined;
|
|
16
|
-
|
|
17
11
|
StatementId?: string;
|
|
18
12
|
}
|
|
19
|
-
|
|
20
13
|
export interface ApplicationSummary {
|
|
21
14
|
ApplicationId: string | undefined;
|
|
22
|
-
|
|
23
15
|
Author: string | undefined;
|
|
24
|
-
|
|
25
16
|
CreationTime?: string;
|
|
26
|
-
|
|
27
17
|
Description: string | undefined;
|
|
28
|
-
|
|
29
18
|
HomePageUrl?: string;
|
|
30
|
-
|
|
31
19
|
Labels?: string[];
|
|
32
|
-
|
|
33
20
|
Name: string | undefined;
|
|
34
|
-
|
|
35
21
|
SpdxLicenseId?: string;
|
|
36
22
|
}
|
|
37
23
|
export declare enum Capability {
|
|
@@ -40,278 +26,169 @@ export declare enum Capability {
|
|
|
40
26
|
CAPABILITY_NAMED_IAM = "CAPABILITY_NAMED_IAM",
|
|
41
27
|
CAPABILITY_RESOURCE_POLICY = "CAPABILITY_RESOURCE_POLICY",
|
|
42
28
|
}
|
|
43
|
-
|
|
44
29
|
export interface ParameterDefinition {
|
|
45
30
|
AllowedPattern?: string;
|
|
46
|
-
|
|
47
31
|
AllowedValues?: string[];
|
|
48
|
-
|
|
49
32
|
ConstraintDescription?: string;
|
|
50
|
-
|
|
51
33
|
DefaultValue?: string;
|
|
52
|
-
|
|
53
34
|
Description?: string;
|
|
54
|
-
|
|
55
35
|
MaxLength?: number;
|
|
56
|
-
|
|
57
36
|
MaxValue?: number;
|
|
58
|
-
|
|
59
37
|
MinLength?: number;
|
|
60
|
-
|
|
61
38
|
MinValue?: number;
|
|
62
|
-
|
|
63
39
|
Name: string | undefined;
|
|
64
|
-
|
|
65
40
|
NoEcho?: boolean;
|
|
66
|
-
|
|
67
41
|
ReferencedByResources: string[] | undefined;
|
|
68
|
-
|
|
69
42
|
Type?: string;
|
|
70
43
|
}
|
|
71
|
-
|
|
72
44
|
export interface ParameterValue {
|
|
73
45
|
Name: string | undefined;
|
|
74
|
-
|
|
75
46
|
Value: string | undefined;
|
|
76
47
|
}
|
|
77
|
-
|
|
78
48
|
export interface RollbackTrigger {
|
|
79
49
|
Arn: string | undefined;
|
|
80
|
-
|
|
81
50
|
Type: string | undefined;
|
|
82
51
|
}
|
|
83
|
-
|
|
84
52
|
export interface Tag {
|
|
85
53
|
Key: string | undefined;
|
|
86
|
-
|
|
87
54
|
Value: string | undefined;
|
|
88
55
|
}
|
|
89
|
-
|
|
90
56
|
export interface VersionSummary {
|
|
91
57
|
ApplicationId: string | undefined;
|
|
92
|
-
|
|
93
58
|
CreationTime: string | undefined;
|
|
94
|
-
|
|
95
59
|
SemanticVersion: string | undefined;
|
|
96
|
-
|
|
97
60
|
SourceCodeUrl?: string;
|
|
98
61
|
}
|
|
99
|
-
|
|
100
62
|
export declare class BadRequestException extends __BaseException {
|
|
101
63
|
readonly name: "BadRequestException";
|
|
102
64
|
readonly $fault: "client";
|
|
103
|
-
|
|
104
65
|
ErrorCode?: string;
|
|
105
|
-
|
|
106
66
|
Message?: string;
|
|
107
|
-
|
|
108
67
|
constructor(
|
|
109
68
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
110
69
|
);
|
|
111
70
|
}
|
|
112
|
-
|
|
113
71
|
export declare class ConflictException extends __BaseException {
|
|
114
72
|
readonly name: "ConflictException";
|
|
115
73
|
readonly $fault: "client";
|
|
116
|
-
|
|
117
74
|
ErrorCode?: string;
|
|
118
|
-
|
|
119
75
|
Message?: string;
|
|
120
|
-
|
|
121
76
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
122
77
|
}
|
|
123
78
|
export interface CreateApplicationRequest {
|
|
124
79
|
Author: string | undefined;
|
|
125
|
-
|
|
126
80
|
Description: string | undefined;
|
|
127
|
-
|
|
128
81
|
HomePageUrl?: string;
|
|
129
|
-
|
|
130
82
|
Labels?: string[];
|
|
131
|
-
|
|
132
83
|
LicenseBody?: string;
|
|
133
|
-
|
|
134
84
|
LicenseUrl?: string;
|
|
135
|
-
|
|
136
85
|
Name: string | undefined;
|
|
137
|
-
|
|
138
86
|
ReadmeBody?: string;
|
|
139
|
-
|
|
140
87
|
ReadmeUrl?: string;
|
|
141
|
-
|
|
142
88
|
SemanticVersion?: string;
|
|
143
|
-
|
|
144
89
|
SourceCodeArchiveUrl?: string;
|
|
145
|
-
|
|
146
90
|
SourceCodeUrl?: string;
|
|
147
|
-
|
|
148
91
|
SpdxLicenseId?: string;
|
|
149
|
-
|
|
150
92
|
TemplateBody?: string;
|
|
151
|
-
|
|
152
93
|
TemplateUrl?: string;
|
|
153
94
|
}
|
|
154
|
-
|
|
155
95
|
export interface Version {
|
|
156
96
|
ApplicationId: string | undefined;
|
|
157
|
-
|
|
158
97
|
CreationTime: string | undefined;
|
|
159
|
-
|
|
160
98
|
ParameterDefinitions: ParameterDefinition[] | undefined;
|
|
161
|
-
|
|
162
99
|
RequiredCapabilities: (Capability | string)[] | undefined;
|
|
163
|
-
|
|
164
100
|
ResourcesSupported: boolean | undefined;
|
|
165
|
-
|
|
166
101
|
SemanticVersion: string | undefined;
|
|
167
|
-
|
|
168
102
|
SourceCodeArchiveUrl?: string;
|
|
169
|
-
|
|
170
103
|
SourceCodeUrl?: string;
|
|
171
|
-
|
|
172
104
|
TemplateUrl: string | undefined;
|
|
173
105
|
}
|
|
174
106
|
export interface CreateApplicationResponse {
|
|
175
107
|
ApplicationId?: string;
|
|
176
|
-
|
|
177
108
|
Author?: string;
|
|
178
|
-
|
|
179
109
|
CreationTime?: string;
|
|
180
|
-
|
|
181
110
|
Description?: string;
|
|
182
|
-
|
|
183
111
|
HomePageUrl?: string;
|
|
184
|
-
|
|
185
112
|
IsVerifiedAuthor?: boolean;
|
|
186
|
-
|
|
187
113
|
Labels?: string[];
|
|
188
|
-
|
|
189
114
|
LicenseUrl?: string;
|
|
190
|
-
|
|
191
115
|
Name?: string;
|
|
192
|
-
|
|
193
116
|
ReadmeUrl?: string;
|
|
194
|
-
|
|
195
117
|
SpdxLicenseId?: string;
|
|
196
|
-
|
|
197
118
|
VerifiedAuthorUrl?: string;
|
|
198
|
-
|
|
199
119
|
Version?: Version;
|
|
200
120
|
}
|
|
201
|
-
|
|
202
121
|
export declare class ForbiddenException extends __BaseException {
|
|
203
122
|
readonly name: "ForbiddenException";
|
|
204
123
|
readonly $fault: "client";
|
|
205
|
-
|
|
206
124
|
ErrorCode?: string;
|
|
207
|
-
|
|
208
125
|
Message?: string;
|
|
209
|
-
|
|
210
126
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
211
127
|
}
|
|
212
|
-
|
|
213
128
|
export declare class InternalServerErrorException extends __BaseException {
|
|
214
129
|
readonly name: "InternalServerErrorException";
|
|
215
130
|
readonly $fault: "server";
|
|
216
|
-
|
|
217
131
|
ErrorCode?: string;
|
|
218
|
-
|
|
219
132
|
Message?: string;
|
|
220
|
-
|
|
221
133
|
constructor(
|
|
222
134
|
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
223
135
|
);
|
|
224
136
|
}
|
|
225
|
-
|
|
226
137
|
export declare class TooManyRequestsException extends __BaseException {
|
|
227
138
|
readonly name: "TooManyRequestsException";
|
|
228
139
|
readonly $fault: "client";
|
|
229
|
-
|
|
230
140
|
ErrorCode?: string;
|
|
231
|
-
|
|
232
141
|
Message?: string;
|
|
233
|
-
|
|
234
142
|
constructor(
|
|
235
143
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
236
144
|
);
|
|
237
145
|
}
|
|
238
146
|
export interface CreateApplicationVersionRequest {
|
|
239
147
|
ApplicationId: string | undefined;
|
|
240
|
-
|
|
241
148
|
SemanticVersion: string | undefined;
|
|
242
|
-
|
|
243
149
|
SourceCodeArchiveUrl?: string;
|
|
244
|
-
|
|
245
150
|
SourceCodeUrl?: string;
|
|
246
|
-
|
|
247
151
|
TemplateBody?: string;
|
|
248
|
-
|
|
249
152
|
TemplateUrl?: string;
|
|
250
153
|
}
|
|
251
154
|
export interface CreateApplicationVersionResponse {
|
|
252
155
|
ApplicationId?: string;
|
|
253
|
-
|
|
254
156
|
CreationTime?: string;
|
|
255
|
-
|
|
256
157
|
ParameterDefinitions?: ParameterDefinition[];
|
|
257
|
-
|
|
258
158
|
RequiredCapabilities?: (Capability | string)[];
|
|
259
|
-
|
|
260
159
|
ResourcesSupported?: boolean;
|
|
261
|
-
|
|
262
160
|
SemanticVersion?: string;
|
|
263
|
-
|
|
264
161
|
SourceCodeArchiveUrl?: string;
|
|
265
|
-
|
|
266
162
|
SourceCodeUrl?: string;
|
|
267
|
-
|
|
268
163
|
TemplateUrl?: string;
|
|
269
164
|
}
|
|
270
|
-
|
|
271
165
|
export interface RollbackConfiguration {
|
|
272
166
|
MonitoringTimeInMinutes?: number;
|
|
273
|
-
|
|
274
167
|
RollbackTriggers?: RollbackTrigger[];
|
|
275
168
|
}
|
|
276
169
|
export interface CreateCloudFormationChangeSetRequest {
|
|
277
170
|
ApplicationId: string | undefined;
|
|
278
|
-
|
|
279
171
|
Capabilities?: string[];
|
|
280
|
-
|
|
281
172
|
ChangeSetName?: string;
|
|
282
|
-
|
|
283
173
|
ClientToken?: string;
|
|
284
|
-
|
|
285
174
|
Description?: string;
|
|
286
|
-
|
|
287
175
|
NotificationArns?: string[];
|
|
288
|
-
|
|
289
176
|
ParameterOverrides?: ParameterValue[];
|
|
290
|
-
|
|
291
177
|
ResourceTypes?: string[];
|
|
292
|
-
|
|
293
178
|
RollbackConfiguration?: RollbackConfiguration;
|
|
294
|
-
|
|
295
179
|
SemanticVersion?: string;
|
|
296
|
-
|
|
297
180
|
StackName: string | undefined;
|
|
298
|
-
|
|
299
181
|
Tags?: Tag[];
|
|
300
|
-
|
|
301
182
|
TemplateId?: string;
|
|
302
183
|
}
|
|
303
184
|
export interface CreateCloudFormationChangeSetResponse {
|
|
304
185
|
ApplicationId?: string;
|
|
305
|
-
|
|
306
186
|
ChangeSetId?: string;
|
|
307
|
-
|
|
308
187
|
SemanticVersion?: string;
|
|
309
|
-
|
|
310
188
|
StackId?: string;
|
|
311
189
|
}
|
|
312
190
|
export interface CreateCloudFormationTemplateRequest {
|
|
313
191
|
ApplicationId: string | undefined;
|
|
314
|
-
|
|
315
192
|
SemanticVersion?: string;
|
|
316
193
|
}
|
|
317
194
|
export declare enum Status {
|
|
@@ -321,28 +198,18 @@ export declare enum Status {
|
|
|
321
198
|
}
|
|
322
199
|
export interface CreateCloudFormationTemplateResponse {
|
|
323
200
|
ApplicationId?: string;
|
|
324
|
-
|
|
325
201
|
CreationTime?: string;
|
|
326
|
-
|
|
327
202
|
ExpirationTime?: string;
|
|
328
|
-
|
|
329
203
|
SemanticVersion?: string;
|
|
330
|
-
|
|
331
204
|
Status?: Status | string;
|
|
332
|
-
|
|
333
205
|
TemplateId?: string;
|
|
334
|
-
|
|
335
206
|
TemplateUrl?: string;
|
|
336
207
|
}
|
|
337
|
-
|
|
338
208
|
export declare class NotFoundException extends __BaseException {
|
|
339
209
|
readonly name: "NotFoundException";
|
|
340
210
|
readonly $fault: "client";
|
|
341
|
-
|
|
342
211
|
ErrorCode?: string;
|
|
343
|
-
|
|
344
212
|
Message?: string;
|
|
345
|
-
|
|
346
213
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
347
214
|
}
|
|
348
215
|
export interface DeleteApplicationRequest {
|
|
@@ -350,34 +217,21 @@ export interface DeleteApplicationRequest {
|
|
|
350
217
|
}
|
|
351
218
|
export interface GetApplicationRequest {
|
|
352
219
|
ApplicationId: string | undefined;
|
|
353
|
-
|
|
354
220
|
SemanticVersion?: string;
|
|
355
221
|
}
|
|
356
222
|
export interface GetApplicationResponse {
|
|
357
223
|
ApplicationId?: string;
|
|
358
|
-
|
|
359
224
|
Author?: string;
|
|
360
|
-
|
|
361
225
|
CreationTime?: string;
|
|
362
|
-
|
|
363
226
|
Description?: string;
|
|
364
|
-
|
|
365
227
|
HomePageUrl?: string;
|
|
366
|
-
|
|
367
228
|
IsVerifiedAuthor?: boolean;
|
|
368
|
-
|
|
369
229
|
Labels?: string[];
|
|
370
|
-
|
|
371
230
|
LicenseUrl?: string;
|
|
372
|
-
|
|
373
231
|
Name?: string;
|
|
374
|
-
|
|
375
232
|
ReadmeUrl?: string;
|
|
376
|
-
|
|
377
233
|
SpdxLicenseId?: string;
|
|
378
|
-
|
|
379
234
|
VerifiedAuthorUrl?: string;
|
|
380
|
-
|
|
381
235
|
Version?: Version;
|
|
382
236
|
}
|
|
383
237
|
export interface GetApplicationPolicyRequest {
|
|
@@ -388,63 +242,46 @@ export interface GetApplicationPolicyResponse {
|
|
|
388
242
|
}
|
|
389
243
|
export interface GetCloudFormationTemplateRequest {
|
|
390
244
|
ApplicationId: string | undefined;
|
|
391
|
-
|
|
392
245
|
TemplateId: string | undefined;
|
|
393
246
|
}
|
|
394
247
|
export interface GetCloudFormationTemplateResponse {
|
|
395
248
|
ApplicationId?: string;
|
|
396
|
-
|
|
397
249
|
CreationTime?: string;
|
|
398
|
-
|
|
399
250
|
ExpirationTime?: string;
|
|
400
|
-
|
|
401
251
|
SemanticVersion?: string;
|
|
402
|
-
|
|
403
252
|
Status?: Status | string;
|
|
404
|
-
|
|
405
253
|
TemplateId?: string;
|
|
406
|
-
|
|
407
254
|
TemplateUrl?: string;
|
|
408
255
|
}
|
|
409
256
|
export interface ListApplicationDependenciesRequest {
|
|
410
257
|
ApplicationId: string | undefined;
|
|
411
|
-
|
|
412
258
|
MaxItems?: number;
|
|
413
|
-
|
|
414
259
|
NextToken?: string;
|
|
415
|
-
|
|
416
260
|
SemanticVersion?: string;
|
|
417
261
|
}
|
|
418
262
|
export interface ListApplicationDependenciesResponse {
|
|
419
263
|
Dependencies?: ApplicationDependencySummary[];
|
|
420
|
-
|
|
421
264
|
NextToken?: string;
|
|
422
265
|
}
|
|
423
266
|
export interface ListApplicationsRequest {
|
|
424
267
|
MaxItems?: number;
|
|
425
|
-
|
|
426
268
|
NextToken?: string;
|
|
427
269
|
}
|
|
428
270
|
export interface ListApplicationsResponse {
|
|
429
271
|
Applications?: ApplicationSummary[];
|
|
430
|
-
|
|
431
272
|
NextToken?: string;
|
|
432
273
|
}
|
|
433
274
|
export interface ListApplicationVersionsRequest {
|
|
434
275
|
ApplicationId: string | undefined;
|
|
435
|
-
|
|
436
276
|
MaxItems?: number;
|
|
437
|
-
|
|
438
277
|
NextToken?: string;
|
|
439
278
|
}
|
|
440
279
|
export interface ListApplicationVersionsResponse {
|
|
441
280
|
NextToken?: string;
|
|
442
|
-
|
|
443
281
|
Versions?: VersionSummary[];
|
|
444
282
|
}
|
|
445
283
|
export interface PutApplicationPolicyRequest {
|
|
446
284
|
ApplicationId: string | undefined;
|
|
447
|
-
|
|
448
285
|
Statements: ApplicationPolicyStatement[] | undefined;
|
|
449
286
|
}
|
|
450
287
|
export interface PutApplicationPolicyResponse {
|
|
@@ -452,188 +289,133 @@ export interface PutApplicationPolicyResponse {
|
|
|
452
289
|
}
|
|
453
290
|
export interface UnshareApplicationRequest {
|
|
454
291
|
ApplicationId: string | undefined;
|
|
455
|
-
|
|
456
292
|
OrganizationId: string | undefined;
|
|
457
293
|
}
|
|
458
294
|
export interface UpdateApplicationRequest {
|
|
459
295
|
ApplicationId: string | undefined;
|
|
460
|
-
|
|
461
296
|
Author?: string;
|
|
462
|
-
|
|
463
297
|
Description?: string;
|
|
464
|
-
|
|
465
298
|
HomePageUrl?: string;
|
|
466
|
-
|
|
467
299
|
Labels?: string[];
|
|
468
|
-
|
|
469
300
|
ReadmeBody?: string;
|
|
470
|
-
|
|
471
301
|
ReadmeUrl?: string;
|
|
472
302
|
}
|
|
473
303
|
export interface UpdateApplicationResponse {
|
|
474
304
|
ApplicationId?: string;
|
|
475
|
-
|
|
476
305
|
Author?: string;
|
|
477
|
-
|
|
478
306
|
CreationTime?: string;
|
|
479
|
-
|
|
480
307
|
Description?: string;
|
|
481
|
-
|
|
482
308
|
HomePageUrl?: string;
|
|
483
|
-
|
|
484
309
|
IsVerifiedAuthor?: boolean;
|
|
485
|
-
|
|
486
310
|
Labels?: string[];
|
|
487
|
-
|
|
488
311
|
LicenseUrl?: string;
|
|
489
|
-
|
|
490
312
|
Name?: string;
|
|
491
|
-
|
|
492
313
|
ReadmeUrl?: string;
|
|
493
|
-
|
|
494
314
|
SpdxLicenseId?: string;
|
|
495
|
-
|
|
496
315
|
VerifiedAuthorUrl?: string;
|
|
497
|
-
|
|
498
316
|
Version?: Version;
|
|
499
317
|
}
|
|
500
|
-
|
|
501
318
|
export declare const ApplicationDependencySummaryFilterSensitiveLog: (
|
|
502
319
|
obj: ApplicationDependencySummary
|
|
503
320
|
) => any;
|
|
504
|
-
|
|
505
321
|
export declare const ApplicationPolicyStatementFilterSensitiveLog: (
|
|
506
322
|
obj: ApplicationPolicyStatement
|
|
507
323
|
) => any;
|
|
508
|
-
|
|
509
324
|
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
510
325
|
obj: ApplicationSummary
|
|
511
326
|
) => any;
|
|
512
|
-
|
|
513
327
|
export declare const ParameterDefinitionFilterSensitiveLog: (
|
|
514
328
|
obj: ParameterDefinition
|
|
515
329
|
) => any;
|
|
516
|
-
|
|
517
330
|
export declare const ParameterValueFilterSensitiveLog: (
|
|
518
331
|
obj: ParameterValue
|
|
519
332
|
) => any;
|
|
520
|
-
|
|
521
333
|
export declare const RollbackTriggerFilterSensitiveLog: (
|
|
522
334
|
obj: RollbackTrigger
|
|
523
335
|
) => any;
|
|
524
|
-
|
|
525
336
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
526
|
-
|
|
527
337
|
export declare const VersionSummaryFilterSensitiveLog: (
|
|
528
338
|
obj: VersionSummary
|
|
529
339
|
) => any;
|
|
530
|
-
|
|
531
340
|
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
532
341
|
obj: CreateApplicationRequest
|
|
533
342
|
) => any;
|
|
534
|
-
|
|
535
343
|
export declare const VersionFilterSensitiveLog: (obj: Version) => any;
|
|
536
|
-
|
|
537
344
|
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
538
345
|
obj: CreateApplicationResponse
|
|
539
346
|
) => any;
|
|
540
|
-
|
|
541
347
|
export declare const CreateApplicationVersionRequestFilterSensitiveLog: (
|
|
542
348
|
obj: CreateApplicationVersionRequest
|
|
543
349
|
) => any;
|
|
544
|
-
|
|
545
350
|
export declare const CreateApplicationVersionResponseFilterSensitiveLog: (
|
|
546
351
|
obj: CreateApplicationVersionResponse
|
|
547
352
|
) => any;
|
|
548
|
-
|
|
549
353
|
export declare const RollbackConfigurationFilterSensitiveLog: (
|
|
550
354
|
obj: RollbackConfiguration
|
|
551
355
|
) => any;
|
|
552
|
-
|
|
553
356
|
export declare const CreateCloudFormationChangeSetRequestFilterSensitiveLog: (
|
|
554
357
|
obj: CreateCloudFormationChangeSetRequest
|
|
555
358
|
) => any;
|
|
556
|
-
|
|
557
359
|
export declare const CreateCloudFormationChangeSetResponseFilterSensitiveLog: (
|
|
558
360
|
obj: CreateCloudFormationChangeSetResponse
|
|
559
361
|
) => any;
|
|
560
|
-
|
|
561
362
|
export declare const CreateCloudFormationTemplateRequestFilterSensitiveLog: (
|
|
562
363
|
obj: CreateCloudFormationTemplateRequest
|
|
563
364
|
) => any;
|
|
564
|
-
|
|
565
365
|
export declare const CreateCloudFormationTemplateResponseFilterSensitiveLog: (
|
|
566
366
|
obj: CreateCloudFormationTemplateResponse
|
|
567
367
|
) => any;
|
|
568
|
-
|
|
569
368
|
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
570
369
|
obj: DeleteApplicationRequest
|
|
571
370
|
) => any;
|
|
572
|
-
|
|
573
371
|
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
574
372
|
obj: GetApplicationRequest
|
|
575
373
|
) => any;
|
|
576
|
-
|
|
577
374
|
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
578
375
|
obj: GetApplicationResponse
|
|
579
376
|
) => any;
|
|
580
|
-
|
|
581
377
|
export declare const GetApplicationPolicyRequestFilterSensitiveLog: (
|
|
582
378
|
obj: GetApplicationPolicyRequest
|
|
583
379
|
) => any;
|
|
584
|
-
|
|
585
380
|
export declare const GetApplicationPolicyResponseFilterSensitiveLog: (
|
|
586
381
|
obj: GetApplicationPolicyResponse
|
|
587
382
|
) => any;
|
|
588
|
-
|
|
589
383
|
export declare const GetCloudFormationTemplateRequestFilterSensitiveLog: (
|
|
590
384
|
obj: GetCloudFormationTemplateRequest
|
|
591
385
|
) => any;
|
|
592
|
-
|
|
593
386
|
export declare const GetCloudFormationTemplateResponseFilterSensitiveLog: (
|
|
594
387
|
obj: GetCloudFormationTemplateResponse
|
|
595
388
|
) => any;
|
|
596
|
-
|
|
597
389
|
export declare const ListApplicationDependenciesRequestFilterSensitiveLog: (
|
|
598
390
|
obj: ListApplicationDependenciesRequest
|
|
599
391
|
) => any;
|
|
600
|
-
|
|
601
392
|
export declare const ListApplicationDependenciesResponseFilterSensitiveLog: (
|
|
602
393
|
obj: ListApplicationDependenciesResponse
|
|
603
394
|
) => any;
|
|
604
|
-
|
|
605
395
|
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
606
396
|
obj: ListApplicationsRequest
|
|
607
397
|
) => any;
|
|
608
|
-
|
|
609
398
|
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
610
399
|
obj: ListApplicationsResponse
|
|
611
400
|
) => any;
|
|
612
|
-
|
|
613
401
|
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
|
|
614
402
|
obj: ListApplicationVersionsRequest
|
|
615
403
|
) => any;
|
|
616
|
-
|
|
617
404
|
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
|
|
618
405
|
obj: ListApplicationVersionsResponse
|
|
619
406
|
) => any;
|
|
620
|
-
|
|
621
407
|
export declare const PutApplicationPolicyRequestFilterSensitiveLog: (
|
|
622
408
|
obj: PutApplicationPolicyRequest
|
|
623
409
|
) => any;
|
|
624
|
-
|
|
625
410
|
export declare const PutApplicationPolicyResponseFilterSensitiveLog: (
|
|
626
411
|
obj: PutApplicationPolicyResponse
|
|
627
412
|
) => any;
|
|
628
|
-
|
|
629
413
|
export declare const UnshareApplicationRequestFilterSensitiveLog: (
|
|
630
414
|
obj: UnshareApplicationRequest
|
|
631
415
|
) => any;
|
|
632
|
-
|
|
633
416
|
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
634
417
|
obj: UpdateApplicationRequest
|
|
635
418
|
) => any;
|
|
636
|
-
|
|
637
419
|
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
638
420
|
obj: UpdateApplicationResponse
|
|
639
421
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ServerlessApplicationRepositoryClientConfig
|
|
6
5
|
) => {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ServerlessApplicationRepositoryClientConfig
|
|
6
5
|
) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-serverlessapplicationrepository",
|
|
3
3
|
"description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|