@aws-sdk/client-serverlessapplicationrepository 3.590.0 → 3.592.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-cjs/index.js +0 -14
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UnshareApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ServerlessApplicationRepositoryServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ServerlessApplicationRepositoryServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -203,7 +203,6 @@ var ServerlessApplicationRepositoryClient = _ServerlessApplicationRepositoryClie
|
|
|
203
203
|
|
|
204
204
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
205
205
|
|
|
206
|
-
var import_types = require("@smithy/types");
|
|
207
206
|
|
|
208
207
|
// src/protocols/Aws_restJson1.ts
|
|
209
208
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1121,7 +1120,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1121
1120
|
|
|
1122
1121
|
|
|
1123
1122
|
|
|
1124
|
-
|
|
1125
1123
|
var _CreateApplicationVersionCommand = class _CreateApplicationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1126
1124
|
...commonParams
|
|
1127
1125
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1138,7 +1136,6 @@ var CreateApplicationVersionCommand = _CreateApplicationVersionCommand;
|
|
|
1138
1136
|
|
|
1139
1137
|
|
|
1140
1138
|
|
|
1141
|
-
|
|
1142
1139
|
var _CreateCloudFormationChangeSetCommand = class _CreateCloudFormationChangeSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1143
1140
|
...commonParams
|
|
1144
1141
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1155,7 +1152,6 @@ var CreateCloudFormationChangeSetCommand = _CreateCloudFormationChangeSetCommand
|
|
|
1155
1152
|
|
|
1156
1153
|
|
|
1157
1154
|
|
|
1158
|
-
|
|
1159
1155
|
var _CreateCloudFormationTemplateCommand = class _CreateCloudFormationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1160
1156
|
...commonParams
|
|
1161
1157
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1172,7 +1168,6 @@ var CreateCloudFormationTemplateCommand = _CreateCloudFormationTemplateCommand;
|
|
|
1172
1168
|
|
|
1173
1169
|
|
|
1174
1170
|
|
|
1175
|
-
|
|
1176
1171
|
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1177
1172
|
...commonParams
|
|
1178
1173
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1189,7 +1184,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1189
1184
|
|
|
1190
1185
|
|
|
1191
1186
|
|
|
1192
|
-
|
|
1193
1187
|
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1194
1188
|
...commonParams
|
|
1195
1189
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1206,7 +1200,6 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
1206
1200
|
|
|
1207
1201
|
|
|
1208
1202
|
|
|
1209
|
-
|
|
1210
1203
|
var _GetApplicationPolicyCommand = class _GetApplicationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1211
1204
|
...commonParams
|
|
1212
1205
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1223,7 +1216,6 @@ var GetApplicationPolicyCommand = _GetApplicationPolicyCommand;
|
|
|
1223
1216
|
|
|
1224
1217
|
|
|
1225
1218
|
|
|
1226
|
-
|
|
1227
1219
|
var _GetCloudFormationTemplateCommand = class _GetCloudFormationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1228
1220
|
...commonParams
|
|
1229
1221
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1240,7 +1232,6 @@ var GetCloudFormationTemplateCommand = _GetCloudFormationTemplateCommand;
|
|
|
1240
1232
|
|
|
1241
1233
|
|
|
1242
1234
|
|
|
1243
|
-
|
|
1244
1235
|
var _ListApplicationDependenciesCommand = class _ListApplicationDependenciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1245
1236
|
...commonParams
|
|
1246
1237
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1257,7 +1248,6 @@ var ListApplicationDependenciesCommand = _ListApplicationDependenciesCommand;
|
|
|
1257
1248
|
|
|
1258
1249
|
|
|
1259
1250
|
|
|
1260
|
-
|
|
1261
1251
|
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1262
1252
|
...commonParams
|
|
1263
1253
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1274,7 +1264,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1274
1264
|
|
|
1275
1265
|
|
|
1276
1266
|
|
|
1277
|
-
|
|
1278
1267
|
var _ListApplicationVersionsCommand = class _ListApplicationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1279
1268
|
...commonParams
|
|
1280
1269
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1291,7 +1280,6 @@ var ListApplicationVersionsCommand = _ListApplicationVersionsCommand;
|
|
|
1291
1280
|
|
|
1292
1281
|
|
|
1293
1282
|
|
|
1294
|
-
|
|
1295
1283
|
var _PutApplicationPolicyCommand = class _PutApplicationPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1296
1284
|
...commonParams
|
|
1297
1285
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1308,7 +1296,6 @@ var PutApplicationPolicyCommand = _PutApplicationPolicyCommand;
|
|
|
1308
1296
|
|
|
1309
1297
|
|
|
1310
1298
|
|
|
1311
|
-
|
|
1312
1299
|
var _UnshareApplicationCommand = class _UnshareApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1313
1300
|
...commonParams
|
|
1314
1301
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1325,7 +1312,6 @@ var UnshareApplicationCommand = _UnshareApplicationCommand;
|
|
|
1325
1312
|
|
|
1326
1313
|
|
|
1327
1314
|
|
|
1328
|
-
|
|
1329
1315
|
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1330
1316
|
...commonParams
|
|
1331
1317
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
export * from "./ServerlessApplicationRepositoryClient";
|
|
26
26
|
export * from "./ServerlessApplicationRepository";
|
|
27
27
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
28
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
29
|
-
export { ServerlessApplicationRepositoryExtensionConfiguration } from "./extensionConfiguration";
|
|
28
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
29
|
+
export type { ServerlessApplicationRepositoryExtensionConfiguration } from "./extensionConfiguration";
|
|
30
30
|
export * from "./commands";
|
|
31
31
|
export * from "./pagination";
|
|
32
32
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationCommandInput
|
|
14
15
|
extends CreateApplicationRequest {}
|
|
15
16
|
export interface CreateApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationVersionCommandInput
|
|
14
15
|
extends CreateApplicationVersionRequest {}
|
|
15
16
|
export interface CreateApplicationVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCloudFormationChangeSetCommandInput
|
|
14
15
|
extends CreateCloudFormationChangeSetRequest {}
|
|
15
16
|
export interface CreateCloudFormationChangeSetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCloudFormationTemplateCommandInput
|
|
14
15
|
extends CreateCloudFormationTemplateRequest {}
|
|
15
16
|
export interface CreateCloudFormationTemplateCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServerlessApplicationRepositoryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteApplicationCommandInput
|
|
11
12
|
extends DeleteApplicationRequest {}
|
|
12
13
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
14
15
|
export interface GetApplicationCommandOutput
|
|
15
16
|
extends GetApplicationResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetApplicationPolicyCommandInput
|
|
14
15
|
extends GetApplicationPolicyRequest {}
|
|
15
16
|
export interface GetApplicationPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCloudFormationTemplateCommandInput
|
|
14
15
|
extends GetCloudFormationTemplateRequest {}
|
|
15
16
|
export interface GetCloudFormationTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationDependenciesCommandInput
|
|
14
15
|
extends ListApplicationDependenciesRequest {}
|
|
15
16
|
export interface ListApplicationDependenciesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationVersionsCommandInput
|
|
14
15
|
extends ListApplicationVersionsRequest {}
|
|
15
16
|
export interface ListApplicationVersionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
14
15
|
export interface ListApplicationsCommandOutput
|
|
15
16
|
extends ListApplicationsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutApplicationPolicyCommandInput
|
|
14
15
|
extends PutApplicationPolicyRequest {}
|
|
15
16
|
export interface PutApplicationPolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServerlessApplicationRepositoryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UnshareApplicationCommandInput
|
|
11
12
|
extends UnshareApplicationRequest {}
|
|
12
13
|
export interface UnshareApplicationCommandOutput extends __MetadataBearer {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServerlessApplicationRepositoryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationCommandInput
|
|
14
15
|
extends UpdateApplicationRequest {}
|
|
15
16
|
export interface UpdateApplicationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ServerlessApplicationRepositoryServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-serverlessapplicationrepository",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|