@aws-sdk/client-serverlessapplicationrepository 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +2 -2
- package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationDependenciesCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/PutApplicationPolicyCommand.js +2 -2
- package/dist-cjs/commands/UnshareApplicationCommand.js +1 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +145 -217
- package/dist-cjs/protocols/Aws_restJson1.js +235 -491
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
- package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +3 -3
- package/dist-es/commands/CreateCloudFormationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetApplicationPolicyCommand.js +3 -3
- package/dist-es/commands/GetCloudFormationTemplateCommand.js +3 -3
- package/dist-es/commands/ListApplicationDependenciesCommand.js +3 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/PutApplicationPolicyCommand.js +3 -3
- package/dist-es/commands/UnshareApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/models/models_0.js +36 -144
- package/dist-es/protocols/Aws_restJson1.js +290 -492
- package/dist-types/models/models_0.d.ts +144 -216
- package/dist-types/ts3.4/models/models_0.d.ts +72 -144
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateApplicationRequestFilterSensitiveLog, CreateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateApplicationCommand, serializeAws_restJson1CreateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateApplicationVersionRequestFilterSensitiveLog, CreateApplicationVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateApplicationVersionCommand, serializeAws_restJson1CreateApplicationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateApplicationVersionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCloudFormationChangeSetRequestFilterSensitiveLog, CreateCloudFormationChangeSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateCloudFormationChangeSetCommand, serializeAws_restJson1CreateCloudFormationChangeSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateCloudFormationChangeSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCloudFormationChangeSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCloudFormationChangeSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCloudFormationChangeSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCloudFormationChangeSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCloudFormationTemplateRequestFilterSensitiveLog, CreateCloudFormationTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateCloudFormationTemplateCommand, serializeAws_restJson1CreateCloudFormationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateCloudFormationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCloudFormationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCloudFormationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCloudFormationTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCloudFormationTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteApplicationRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetApplicationRequestFilterSensitiveLog, GetApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetApplicationCommand, serializeAws_restJson1GetApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(GetApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetApplicationPolicyRequestFilterSensitiveLog, GetApplicationPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetApplicationPolicyCommand, serializeAws_restJson1GetApplicationPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetApplicationPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetApplicationPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetApplicationPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetApplicationPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetApplicationPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetCloudFormationTemplateRequestFilterSensitiveLog, GetCloudFormationTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetCloudFormationTemplateCommand, serializeAws_restJson1GetCloudFormationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetCloudFormationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(GetCloudFormationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCloudFormationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCloudFormationTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCloudFormationTemplateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListApplicationDependenciesRequestFilterSensitiveLog, ListApplicationDependenciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListApplicationDependenciesCommand, serializeAws_restJson1ListApplicationDependenciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListApplicationDependenciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListApplicationDependenciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListApplicationDependenciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListApplicationDependenciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListApplicationDependenciesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListApplicationVersionsRequestFilterSensitiveLog, ListApplicationVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListApplicationVersionsCommand, serializeAws_restJson1ListApplicationVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListApplicationVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListApplicationVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListApplicationVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListApplicationVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListApplicationVersionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListApplicationsRequestFilterSensitiveLog, ListApplicationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListApplicationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListApplicationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutApplicationPolicyRequestFilterSensitiveLog, PutApplicationPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutApplicationPolicyCommand, serializeAws_restJson1PutApplicationPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutApplicationPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutApplicationPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutApplicationPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutApplicationPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutApplicationPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UnshareApplicationRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UnshareApplicationCommand, serializeAws_restJson1UnshareApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UnshareApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(UnshareApplicationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var UnshareApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UnshareApplicationRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateApplicationRequestFilterSensitiveLog, UpdateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateApplicationCommand, serializeAws_restJson1UpdateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { ServerlessApplicationRepositoryServiceException as __BaseException } from "./ServerlessApplicationRepositoryServiceException";
|
|
3
|
-
export var ApplicationDependencySummary;
|
|
4
|
-
(function (ApplicationDependencySummary) {
|
|
5
|
-
ApplicationDependencySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(ApplicationDependencySummary || (ApplicationDependencySummary = {}));
|
|
7
|
-
export var ApplicationPolicyStatement;
|
|
8
|
-
(function (ApplicationPolicyStatement) {
|
|
9
|
-
ApplicationPolicyStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(ApplicationPolicyStatement || (ApplicationPolicyStatement = {}));
|
|
11
|
-
export var ApplicationSummary;
|
|
12
|
-
(function (ApplicationSummary) {
|
|
13
|
-
ApplicationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(ApplicationSummary || (ApplicationSummary = {}));
|
|
15
3
|
export var Capability;
|
|
16
4
|
(function (Capability) {
|
|
17
5
|
Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
|
|
@@ -19,26 +7,6 @@ export var Capability;
|
|
|
19
7
|
Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
|
|
20
8
|
Capability["CAPABILITY_RESOURCE_POLICY"] = "CAPABILITY_RESOURCE_POLICY";
|
|
21
9
|
})(Capability || (Capability = {}));
|
|
22
|
-
export var ParameterDefinition;
|
|
23
|
-
(function (ParameterDefinition) {
|
|
24
|
-
ParameterDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ParameterDefinition || (ParameterDefinition = {}));
|
|
26
|
-
export var ParameterValue;
|
|
27
|
-
(function (ParameterValue) {
|
|
28
|
-
ParameterValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(ParameterValue || (ParameterValue = {}));
|
|
30
|
-
export var RollbackTrigger;
|
|
31
|
-
(function (RollbackTrigger) {
|
|
32
|
-
RollbackTrigger.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(RollbackTrigger || (RollbackTrigger = {}));
|
|
34
|
-
export var Tag;
|
|
35
|
-
(function (Tag) {
|
|
36
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(Tag || (Tag = {}));
|
|
38
|
-
export var VersionSummary;
|
|
39
|
-
(function (VersionSummary) {
|
|
40
|
-
VersionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(VersionSummary || (VersionSummary = {}));
|
|
42
10
|
var BadRequestException = (function (_super) {
|
|
43
11
|
__extends(BadRequestException, _super);
|
|
44
12
|
function BadRequestException(opts) {
|
|
@@ -67,18 +35,6 @@ var ConflictException = (function (_super) {
|
|
|
67
35
|
return ConflictException;
|
|
68
36
|
}(__BaseException));
|
|
69
37
|
export { ConflictException };
|
|
70
|
-
export var CreateApplicationRequest;
|
|
71
|
-
(function (CreateApplicationRequest) {
|
|
72
|
-
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
74
|
-
export var Version;
|
|
75
|
-
(function (Version) {
|
|
76
|
-
Version.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
-
})(Version || (Version = {}));
|
|
78
|
-
export var CreateApplicationResponse;
|
|
79
|
-
(function (CreateApplicationResponse) {
|
|
80
|
-
CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
-
})(CreateApplicationResponse || (CreateApplicationResponse = {}));
|
|
82
38
|
var ForbiddenException = (function (_super) {
|
|
83
39
|
__extends(ForbiddenException, _super);
|
|
84
40
|
function ForbiddenException(opts) {
|
|
@@ -121,40 +77,12 @@ var TooManyRequestsException = (function (_super) {
|
|
|
121
77
|
return TooManyRequestsException;
|
|
122
78
|
}(__BaseException));
|
|
123
79
|
export { TooManyRequestsException };
|
|
124
|
-
export var CreateApplicationVersionRequest;
|
|
125
|
-
(function (CreateApplicationVersionRequest) {
|
|
126
|
-
CreateApplicationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(CreateApplicationVersionRequest || (CreateApplicationVersionRequest = {}));
|
|
128
|
-
export var CreateApplicationVersionResponse;
|
|
129
|
-
(function (CreateApplicationVersionResponse) {
|
|
130
|
-
CreateApplicationVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(CreateApplicationVersionResponse || (CreateApplicationVersionResponse = {}));
|
|
132
|
-
export var RollbackConfiguration;
|
|
133
|
-
(function (RollbackConfiguration) {
|
|
134
|
-
RollbackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(RollbackConfiguration || (RollbackConfiguration = {}));
|
|
136
|
-
export var CreateCloudFormationChangeSetRequest;
|
|
137
|
-
(function (CreateCloudFormationChangeSetRequest) {
|
|
138
|
-
CreateCloudFormationChangeSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(CreateCloudFormationChangeSetRequest || (CreateCloudFormationChangeSetRequest = {}));
|
|
140
|
-
export var CreateCloudFormationChangeSetResponse;
|
|
141
|
-
(function (CreateCloudFormationChangeSetResponse) {
|
|
142
|
-
CreateCloudFormationChangeSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(CreateCloudFormationChangeSetResponse || (CreateCloudFormationChangeSetResponse = {}));
|
|
144
|
-
export var CreateCloudFormationTemplateRequest;
|
|
145
|
-
(function (CreateCloudFormationTemplateRequest) {
|
|
146
|
-
CreateCloudFormationTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(CreateCloudFormationTemplateRequest || (CreateCloudFormationTemplateRequest = {}));
|
|
148
80
|
export var Status;
|
|
149
81
|
(function (Status) {
|
|
150
82
|
Status["ACTIVE"] = "ACTIVE";
|
|
151
83
|
Status["EXPIRED"] = "EXPIRED";
|
|
152
84
|
Status["PREPARING"] = "PREPARING";
|
|
153
85
|
})(Status || (Status = {}));
|
|
154
|
-
export var CreateCloudFormationTemplateResponse;
|
|
155
|
-
(function (CreateCloudFormationTemplateResponse) {
|
|
156
|
-
CreateCloudFormationTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(CreateCloudFormationTemplateResponse || (CreateCloudFormationTemplateResponse = {}));
|
|
158
86
|
var NotFoundException = (function (_super) {
|
|
159
87
|
__extends(NotFoundException, _super);
|
|
160
88
|
function NotFoundException(opts) {
|
|
@@ -169,75 +97,39 @@ var NotFoundException = (function (_super) {
|
|
|
169
97
|
return NotFoundException;
|
|
170
98
|
}(__BaseException));
|
|
171
99
|
export { NotFoundException };
|
|
172
|
-
export var
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
export var
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export var
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
export var
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
export var
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
export var
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export var
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
export var
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export var
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
export var ListApplicationsRequest;
|
|
209
|
-
(function (ListApplicationsRequest) {
|
|
210
|
-
ListApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(ListApplicationsRequest || (ListApplicationsRequest = {}));
|
|
212
|
-
export var ListApplicationsResponse;
|
|
213
|
-
(function (ListApplicationsResponse) {
|
|
214
|
-
ListApplicationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(ListApplicationsResponse || (ListApplicationsResponse = {}));
|
|
216
|
-
export var ListApplicationVersionsRequest;
|
|
217
|
-
(function (ListApplicationVersionsRequest) {
|
|
218
|
-
ListApplicationVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(ListApplicationVersionsRequest || (ListApplicationVersionsRequest = {}));
|
|
220
|
-
export var ListApplicationVersionsResponse;
|
|
221
|
-
(function (ListApplicationVersionsResponse) {
|
|
222
|
-
ListApplicationVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(ListApplicationVersionsResponse || (ListApplicationVersionsResponse = {}));
|
|
224
|
-
export var PutApplicationPolicyRequest;
|
|
225
|
-
(function (PutApplicationPolicyRequest) {
|
|
226
|
-
PutApplicationPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(PutApplicationPolicyRequest || (PutApplicationPolicyRequest = {}));
|
|
228
|
-
export var PutApplicationPolicyResponse;
|
|
229
|
-
(function (PutApplicationPolicyResponse) {
|
|
230
|
-
PutApplicationPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(PutApplicationPolicyResponse || (PutApplicationPolicyResponse = {}));
|
|
232
|
-
export var UnshareApplicationRequest;
|
|
233
|
-
(function (UnshareApplicationRequest) {
|
|
234
|
-
UnshareApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(UnshareApplicationRequest || (UnshareApplicationRequest = {}));
|
|
236
|
-
export var UpdateApplicationRequest;
|
|
237
|
-
(function (UpdateApplicationRequest) {
|
|
238
|
-
UpdateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
-
})(UpdateApplicationRequest || (UpdateApplicationRequest = {}));
|
|
240
|
-
export var UpdateApplicationResponse;
|
|
241
|
-
(function (UpdateApplicationResponse) {
|
|
242
|
-
UpdateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(UpdateApplicationResponse || (UpdateApplicationResponse = {}));
|
|
100
|
+
export var ApplicationDependencySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var ApplicationPolicyStatementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var ApplicationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var ParameterDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var ParameterValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var RollbackTriggerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var VersionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var CreateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var VersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var CreateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var CreateApplicationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var CreateApplicationVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var RollbackConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var CreateCloudFormationChangeSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var CreateCloudFormationChangeSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var CreateCloudFormationTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var CreateCloudFormationTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var DeleteApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var GetApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var GetApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var GetApplicationPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
export var GetApplicationPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
export var GetCloudFormationTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var GetCloudFormationTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var ListApplicationDependenciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var ListApplicationDependenciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var ListApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var ListApplicationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var ListApplicationVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var ListApplicationVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var PutApplicationPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var PutApplicationPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var UnshareApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var UpdateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var UpdateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|