@aws-sdk/client-ssm-sap 3.297.0 → 3.299.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/commands/DeleteResourcePermissionCommand.js +2 -3
- package/dist-cjs/commands/DeregisterApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetComponentCommand.js +2 -3
- package/dist-cjs/commands/GetDatabaseCommand.js +1 -1
- package/dist-cjs/commands/GetOperationCommand.js +2 -3
- package/dist-cjs/commands/GetResourcePermissionCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -3
- package/dist-cjs/commands/ListOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePermissionCommand.js +2 -3
- package/dist-cjs/commands/RegisterApplicationCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationSettingsCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -158
- package/dist-es/commands/DeleteResourcePermissionCommand.js +2 -3
- package/dist-es/commands/DeregisterApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetComponentCommand.js +2 -3
- package/dist-es/commands/GetDatabaseCommand.js +2 -2
- package/dist-es/commands/GetOperationCommand.js +2 -3
- package/dist-es/commands/GetResourcePermissionCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListComponentsCommand.js +2 -3
- package/dist-es/commands/ListDatabasesCommand.js +2 -3
- package/dist-es/commands/ListOperationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutResourcePermissionCommand.js +2 -3
- package/dist-es/commands/RegisterApplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -117
- package/dist-types/models/models_0.d.ts +0 -156
- package/dist-types/ts3.4/models/models_0.d.ts +0 -107
- package/package.json +11 -10
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetResourcePermissionInputFilterSensitiveLog, GetResourcePermissionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetResourcePermissionCommand, serializeAws_restJson1GetResourcePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetResourcePermissionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetResourcePermissionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListApplicationsInputFilterSensitiveLog, ListApplicationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListApplicationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListApplicationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListComponentsInputFilterSensitiveLog, ListComponentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListComponentsCommand, serializeAws_restJson1ListComponentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListComponentsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListComponentsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListDatabasesInputFilterSensitiveLog, ListDatabasesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListDatabasesCommand, serializeAws_restJson1ListDatabasesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListDatabasesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListDatabasesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListOperationsInputFilterSensitiveLog, ListOperationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListOperationsCommand, serializeAws_restJson1ListOperationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListOperationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListOperationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutResourcePermissionInputFilterSensitiveLog, PutResourcePermissionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1PutResourcePermissionCommand, serializeAws_restJson1PutResourcePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class PutResourcePermissionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutResourcePermissionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RegisterApplicationInputFilterSensitiveLog,
|
|
4
|
+
import { RegisterApplicationInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1RegisterApplicationCommand, serializeAws_restJson1RegisterApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class RegisterApplicationCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class RegisterApplicationCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: RegisterApplicationInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateApplicationSettingsInputFilterSensitiveLog,
|
|
4
|
+
import { UpdateApplicationSettingsInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateApplicationSettingsCommand, serializeAws_restJson1UpdateApplicationSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateApplicationSettingsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class UpdateApplicationSettingsCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: UpdateApplicationSettingsInputFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -115,136 +115,22 @@ export var OperationStatus;
|
|
|
115
115
|
OperationStatus["INPROGRESS"] = "INPROGRESS";
|
|
116
116
|
OperationStatus["SUCCESS"] = "SUCCESS";
|
|
117
117
|
})(OperationStatus || (OperationStatus = {}));
|
|
118
|
-
export const ApplicationFilterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
118
|
export const ApplicationCredentialFilterSensitiveLog = (obj) => ({
|
|
122
119
|
...obj,
|
|
123
120
|
...(obj.SecretId && { SecretId: SENSITIVE_STRING }),
|
|
124
121
|
});
|
|
125
|
-
export const ApplicationSummaryFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
export const HostFilterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
export const ComponentFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
export const ComponentSummaryFilterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
122
|
export const DatabaseFilterSensitiveLog = (obj) => ({
|
|
138
123
|
...obj,
|
|
139
124
|
...(obj.Credentials && { Credentials: obj.Credentials.map((item) => ApplicationCredentialFilterSensitiveLog(item)) }),
|
|
140
125
|
});
|
|
141
|
-
export const DatabaseSummaryFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
export const DeleteResourcePermissionInputFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
export const DeleteResourcePermissionOutputFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
export const DeregisterApplicationInputFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
export const DeregisterApplicationOutputFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
export const GetApplicationInputFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
export const GetApplicationOutputFilterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
export const GetComponentInputFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
export const GetComponentOutputFilterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
export const GetDatabaseInputFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
126
|
export const GetDatabaseOutputFilterSensitiveLog = (obj) => ({
|
|
175
127
|
...obj,
|
|
176
128
|
...(obj.Database && { Database: DatabaseFilterSensitiveLog(obj.Database) }),
|
|
177
129
|
});
|
|
178
|
-
export const GetOperationInputFilterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
export const OperationFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
export const GetOperationOutputFilterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
export const GetResourcePermissionInputFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
export const GetResourcePermissionOutputFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
export const ListApplicationsInputFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
export const ListApplicationsOutputFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const ListComponentsInputFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const ListComponentsOutputFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
export const ListDatabasesInputFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
export const ListDatabasesOutputFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const ListOperationsInputFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const ListOperationsOutputFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const PutResourcePermissionInputFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const PutResourcePermissionOutputFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
130
|
export const RegisterApplicationInputFilterSensitiveLog = (obj) => ({
|
|
230
131
|
...obj,
|
|
231
132
|
...(obj.Credentials && { Credentials: obj.Credentials.map((item) => ApplicationCredentialFilterSensitiveLog(item)) }),
|
|
232
133
|
});
|
|
233
|
-
export const RegisterApplicationOutputFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
134
|
export const UpdateApplicationSettingsInputFilterSensitiveLog = (obj) => ({
|
|
249
135
|
...obj,
|
|
250
136
|
...(obj.CredentialsToAddOrUpdate && {
|
|
@@ -254,6 +140,3 @@ export const UpdateApplicationSettingsInputFilterSensitiveLog = (obj) => ({
|
|
|
254
140
|
CredentialsToRemove: obj.CredentialsToRemove.map((item) => ApplicationCredentialFilterSensitiveLog(item)),
|
|
255
141
|
}),
|
|
256
142
|
});
|
|
257
|
-
export const UpdateApplicationSettingsOutputFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
@@ -912,179 +912,23 @@ export interface UpdateApplicationSettingsOutput {
|
|
|
912
912
|
*/
|
|
913
913
|
OperationIds?: string[];
|
|
914
914
|
}
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
919
915
|
/**
|
|
920
916
|
* @internal
|
|
921
917
|
*/
|
|
922
918
|
export declare const ApplicationCredentialFilterSensitiveLog: (obj: ApplicationCredential) => any;
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
|
-
export declare const HostFilterSensitiveLog: (obj: Host) => any;
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
|
-
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
|
-
export declare const ComponentSummaryFilterSensitiveLog: (obj: ComponentSummary) => any;
|
|
939
919
|
/**
|
|
940
920
|
* @internal
|
|
941
921
|
*/
|
|
942
922
|
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
943
|
-
/**
|
|
944
|
-
* @internal
|
|
945
|
-
*/
|
|
946
|
-
export declare const DatabaseSummaryFilterSensitiveLog: (obj: DatabaseSummary) => any;
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
export declare const DeleteResourcePermissionInputFilterSensitiveLog: (obj: DeleteResourcePermissionInput) => any;
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
|
-
export declare const DeleteResourcePermissionOutputFilterSensitiveLog: (obj: DeleteResourcePermissionOutput) => any;
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
|
-
export declare const DeregisterApplicationInputFilterSensitiveLog: (obj: DeregisterApplicationInput) => any;
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
export declare const DeregisterApplicationOutputFilterSensitiveLog: (obj: DeregisterApplicationOutput) => any;
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
export declare const GetApplicationInputFilterSensitiveLog: (obj: GetApplicationInput) => any;
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
|
-
export declare const GetApplicationOutputFilterSensitiveLog: (obj: GetApplicationOutput) => any;
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
|
-
export declare const GetComponentInputFilterSensitiveLog: (obj: GetComponentInput) => any;
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
export declare const GetComponentOutputFilterSensitiveLog: (obj: GetComponentOutput) => any;
|
|
983
|
-
/**
|
|
984
|
-
* @internal
|
|
985
|
-
*/
|
|
986
|
-
export declare const GetDatabaseInputFilterSensitiveLog: (obj: GetDatabaseInput) => any;
|
|
987
923
|
/**
|
|
988
924
|
* @internal
|
|
989
925
|
*/
|
|
990
926
|
export declare const GetDatabaseOutputFilterSensitiveLog: (obj: GetDatabaseOutput) => any;
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
export declare const GetOperationInputFilterSensitiveLog: (obj: GetOperationInput) => any;
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
|
-
export declare const OperationFilterSensitiveLog: (obj: Operation) => any;
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
export declare const GetOperationOutputFilterSensitiveLog: (obj: GetOperationOutput) => any;
|
|
1003
|
-
/**
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
1006
|
-
export declare const GetResourcePermissionInputFilterSensitiveLog: (obj: GetResourcePermissionInput) => any;
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
export declare const GetResourcePermissionOutputFilterSensitiveLog: (obj: GetResourcePermissionOutput) => any;
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
|
-
export declare const ListApplicationsInputFilterSensitiveLog: (obj: ListApplicationsInput) => any;
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
export declare const ListApplicationsOutputFilterSensitiveLog: (obj: ListApplicationsOutput) => any;
|
|
1019
|
-
/**
|
|
1020
|
-
* @internal
|
|
1021
|
-
*/
|
|
1022
|
-
export declare const ListComponentsInputFilterSensitiveLog: (obj: ListComponentsInput) => any;
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
export declare const ListComponentsOutputFilterSensitiveLog: (obj: ListComponentsOutput) => any;
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
|
-
export declare const ListDatabasesInputFilterSensitiveLog: (obj: ListDatabasesInput) => any;
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
export declare const ListDatabasesOutputFilterSensitiveLog: (obj: ListDatabasesOutput) => any;
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
export declare const ListOperationsInputFilterSensitiveLog: (obj: ListOperationsInput) => any;
|
|
1039
|
-
/**
|
|
1040
|
-
* @internal
|
|
1041
|
-
*/
|
|
1042
|
-
export declare const ListOperationsOutputFilterSensitiveLog: (obj: ListOperationsOutput) => any;
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
|
-
export declare const PutResourcePermissionInputFilterSensitiveLog: (obj: PutResourcePermissionInput) => any;
|
|
1055
|
-
/**
|
|
1056
|
-
* @internal
|
|
1057
|
-
*/
|
|
1058
|
-
export declare const PutResourcePermissionOutputFilterSensitiveLog: (obj: PutResourcePermissionOutput) => any;
|
|
1059
927
|
/**
|
|
1060
928
|
* @internal
|
|
1061
929
|
*/
|
|
1062
930
|
export declare const RegisterApplicationInputFilterSensitiveLog: (obj: RegisterApplicationInput) => any;
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
export declare const RegisterApplicationOutputFilterSensitiveLog: (obj: RegisterApplicationOutput) => any;
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1075
|
-
/**
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1083
931
|
/**
|
|
1084
932
|
* @internal
|
|
1085
933
|
*/
|
|
1086
934
|
export declare const UpdateApplicationSettingsInputFilterSensitiveLog: (obj: UpdateApplicationSettingsInput) => any;
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
export declare const UpdateApplicationSettingsOutputFilterSensitiveLog: (obj: UpdateApplicationSettingsOutput) => any;
|
|
@@ -298,123 +298,16 @@ export interface UpdateApplicationSettingsOutput {
|
|
|
298
298
|
Message?: string;
|
|
299
299
|
OperationIds?: string[];
|
|
300
300
|
}
|
|
301
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
302
301
|
export declare const ApplicationCredentialFilterSensitiveLog: (
|
|
303
302
|
obj: ApplicationCredential
|
|
304
303
|
) => any;
|
|
305
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
306
|
-
obj: ApplicationSummary
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const HostFilterSensitiveLog: (obj: Host) => any;
|
|
309
|
-
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
310
|
-
export declare const ComponentSummaryFilterSensitiveLog: (
|
|
311
|
-
obj: ComponentSummary
|
|
312
|
-
) => any;
|
|
313
304
|
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
314
|
-
export declare const DatabaseSummaryFilterSensitiveLog: (
|
|
315
|
-
obj: DatabaseSummary
|
|
316
|
-
) => any;
|
|
317
|
-
export declare const DeleteResourcePermissionInputFilterSensitiveLog: (
|
|
318
|
-
obj: DeleteResourcePermissionInput
|
|
319
|
-
) => any;
|
|
320
|
-
export declare const DeleteResourcePermissionOutputFilterSensitiveLog: (
|
|
321
|
-
obj: DeleteResourcePermissionOutput
|
|
322
|
-
) => any;
|
|
323
|
-
export declare const DeregisterApplicationInputFilterSensitiveLog: (
|
|
324
|
-
obj: DeregisterApplicationInput
|
|
325
|
-
) => any;
|
|
326
|
-
export declare const DeregisterApplicationOutputFilterSensitiveLog: (
|
|
327
|
-
obj: DeregisterApplicationOutput
|
|
328
|
-
) => any;
|
|
329
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
330
|
-
export declare const GetApplicationInputFilterSensitiveLog: (
|
|
331
|
-
obj: GetApplicationInput
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const GetApplicationOutputFilterSensitiveLog: (
|
|
334
|
-
obj: GetApplicationOutput
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const GetComponentInputFilterSensitiveLog: (
|
|
337
|
-
obj: GetComponentInput
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const GetComponentOutputFilterSensitiveLog: (
|
|
340
|
-
obj: GetComponentOutput
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const GetDatabaseInputFilterSensitiveLog: (
|
|
343
|
-
obj: GetDatabaseInput
|
|
344
|
-
) => any;
|
|
345
305
|
export declare const GetDatabaseOutputFilterSensitiveLog: (
|
|
346
306
|
obj: GetDatabaseOutput
|
|
347
307
|
) => any;
|
|
348
|
-
export declare const GetOperationInputFilterSensitiveLog: (
|
|
349
|
-
obj: GetOperationInput
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const OperationFilterSensitiveLog: (obj: Operation) => any;
|
|
352
|
-
export declare const GetOperationOutputFilterSensitiveLog: (
|
|
353
|
-
obj: GetOperationOutput
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const GetResourcePermissionInputFilterSensitiveLog: (
|
|
356
|
-
obj: GetResourcePermissionInput
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const GetResourcePermissionOutputFilterSensitiveLog: (
|
|
359
|
-
obj: GetResourcePermissionOutput
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const ListApplicationsInputFilterSensitiveLog: (
|
|
362
|
-
obj: ListApplicationsInput
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const ListApplicationsOutputFilterSensitiveLog: (
|
|
365
|
-
obj: ListApplicationsOutput
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const ListComponentsInputFilterSensitiveLog: (
|
|
368
|
-
obj: ListComponentsInput
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const ListComponentsOutputFilterSensitiveLog: (
|
|
371
|
-
obj: ListComponentsOutput
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const ListDatabasesInputFilterSensitiveLog: (
|
|
374
|
-
obj: ListDatabasesInput
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const ListDatabasesOutputFilterSensitiveLog: (
|
|
377
|
-
obj: ListDatabasesOutput
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const ListOperationsInputFilterSensitiveLog: (
|
|
380
|
-
obj: ListOperationsInput
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const ListOperationsOutputFilterSensitiveLog: (
|
|
383
|
-
obj: ListOperationsOutput
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
386
|
-
obj: ListTagsForResourceRequest
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
389
|
-
obj: ListTagsForResourceResponse
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const PutResourcePermissionInputFilterSensitiveLog: (
|
|
392
|
-
obj: PutResourcePermissionInput
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const PutResourcePermissionOutputFilterSensitiveLog: (
|
|
395
|
-
obj: PutResourcePermissionOutput
|
|
396
|
-
) => any;
|
|
397
308
|
export declare const RegisterApplicationInputFilterSensitiveLog: (
|
|
398
309
|
obj: RegisterApplicationInput
|
|
399
310
|
) => any;
|
|
400
|
-
export declare const RegisterApplicationOutputFilterSensitiveLog: (
|
|
401
|
-
obj: RegisterApplicationOutput
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
404
|
-
obj: TagResourceRequest
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
407
|
-
obj: TagResourceResponse
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
410
|
-
obj: UntagResourceRequest
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
413
|
-
obj: UntagResourceResponse
|
|
414
|
-
) => any;
|
|
415
311
|
export declare const UpdateApplicationSettingsInputFilterSensitiveLog: (
|
|
416
312
|
obj: UpdateApplicationSettingsInput
|
|
417
313
|
) => any;
|
|
418
|
-
export declare const UpdateApplicationSettingsOutputFilterSensitiveLog: (
|
|
419
|
-
obj: UpdateApplicationSettingsOutput
|
|
420
|
-
) => any;
|