@aws-sdk/client-rolesanywhere 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateTrustAnchorCommand.js +2 -2
- package/dist-cjs/commands/DeleteCrlCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrustAnchorCommand.js +2 -2
- package/dist-cjs/commands/DisableCrlCommand.js +2 -2
- package/dist-cjs/commands/DisableProfileCommand.js +2 -2
- package/dist-cjs/commands/DisableTrustAnchorCommand.js +2 -2
- package/dist-cjs/commands/EnableCrlCommand.js +2 -2
- package/dist-cjs/commands/EnableProfileCommand.js +2 -2
- package/dist-cjs/commands/EnableTrustAnchorCommand.js +2 -2
- package/dist-cjs/commands/GetCrlCommand.js +2 -2
- package/dist-cjs/commands/GetProfileCommand.js +2 -2
- package/dist-cjs/commands/GetSubjectCommand.js +2 -2
- package/dist-cjs/commands/GetTrustAnchorCommand.js +2 -2
- package/dist-cjs/commands/ImportCrlCommand.js +2 -2
- package/dist-cjs/commands/ListCrlsCommand.js +2 -2
- package/dist-cjs/commands/ListProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListSubjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTrustAnchorsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCrlCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrustAnchorCommand.js +2 -2
- package/dist-cjs/models/models_0.js +160 -229
- package/dist-es/commands/CreateProfileCommand.js +3 -3
- package/dist-es/commands/CreateTrustAnchorCommand.js +3 -3
- package/dist-es/commands/DeleteCrlCommand.js +3 -3
- package/dist-es/commands/DeleteProfileCommand.js +3 -3
- package/dist-es/commands/DeleteTrustAnchorCommand.js +3 -3
- package/dist-es/commands/DisableCrlCommand.js +3 -3
- package/dist-es/commands/DisableProfileCommand.js +3 -3
- package/dist-es/commands/DisableTrustAnchorCommand.js +3 -3
- package/dist-es/commands/EnableCrlCommand.js +3 -3
- package/dist-es/commands/EnableProfileCommand.js +3 -3
- package/dist-es/commands/EnableTrustAnchorCommand.js +3 -3
- package/dist-es/commands/GetCrlCommand.js +3 -3
- package/dist-es/commands/GetProfileCommand.js +3 -3
- package/dist-es/commands/GetSubjectCommand.js +3 -3
- package/dist-es/commands/GetTrustAnchorCommand.js +3 -3
- package/dist-es/commands/ImportCrlCommand.js +3 -3
- package/dist-es/commands/ListCrlsCommand.js +3 -3
- package/dist-es/commands/ListProfilesCommand.js +3 -3
- package/dist-es/commands/ListSubjectsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTrustAnchorsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCrlCommand.js +3 -3
- package/dist-es/commands/UpdateProfileCommand.js +3 -3
- package/dist-es/commands/UpdateTrustAnchorCommand.js +3 -3
- package/dist-es/models/models_0.js +43 -147
- package/dist-types/models/models_0.d.ts +140 -208
- package/dist-types/ts3.4/models/models_0.d.ts +70 -138
- package/package.json +7 -7
|
@@ -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 { CrlDetailResponseFilterSensitiveLog, ScalarCrlRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetCrlCommand, serializeAws_restJson1GetCrlCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetCrlCommand = (function (_super) {
|
|
7
7
|
__extends(GetCrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ScalarCrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CrlDetailResponseFilterSensitiveLog,
|
|
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 { ProfileDetailResponseFilterSensitiveLog, ScalarProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetProfileCommand, serializeAws_restJson1GetProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetProfileCommand = (function (_super) {
|
|
7
7
|
__extends(GetProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ScalarProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ProfileDetailResponseFilterSensitiveLog,
|
|
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 { ScalarSubjectRequestFilterSensitiveLog, SubjectDetailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSubjectCommand, serializeAws_restJson1GetSubjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSubjectCommand = (function (_super) {
|
|
7
7
|
__extends(GetSubjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSubjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ScalarSubjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SubjectDetailResponseFilterSensitiveLog,
|
|
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 { ScalarTrustAnchorRequestFilterSensitiveLog, TrustAnchorDetailResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTrustAnchorCommand, serializeAws_restJson1GetTrustAnchorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTrustAnchorCommand = (function (_super) {
|
|
7
7
|
__extends(GetTrustAnchorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTrustAnchorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ScalarTrustAnchorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TrustAnchorDetailResponseFilterSensitiveLog,
|
|
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 { CrlDetailResponseFilterSensitiveLog, ImportCrlRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ImportCrlCommand, serializeAws_restJson1ImportCrlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ImportCrlCommand = (function (_super) {
|
|
7
7
|
__extends(ImportCrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ImportCrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ImportCrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CrlDetailResponseFilterSensitiveLog,
|
|
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 { ListCrlsResponseFilterSensitiveLog, ListRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListCrlsCommand, serializeAws_restJson1ListCrlsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListCrlsCommand = (function (_super) {
|
|
7
7
|
__extends(ListCrlsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListCrlsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListCrlsResponseFilterSensitiveLog,
|
|
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 { ListProfilesResponseFilterSensitiveLog, ListRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListProfilesCommand, serializeAws_restJson1ListProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListProfilesCommand = (function (_super) {
|
|
7
7
|
__extends(ListProfilesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListProfilesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListProfilesResponseFilterSensitiveLog,
|
|
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 { ListRequestFilterSensitiveLog, ListSubjectsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSubjectsCommand, serializeAws_restJson1ListSubjectsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSubjectsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSubjectsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSubjectsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSubjectsResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { ListRequestFilterSensitiveLog, ListTrustAnchorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTrustAnchorsCommand, serializeAws_restJson1ListTrustAnchorsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTrustAnchorsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTrustAnchorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTrustAnchorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTrustAnchorsResponseFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
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 { CrlDetailResponseFilterSensitiveLog, UpdateCrlRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateCrlCommand, serializeAws_restJson1UpdateCrlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateCrlCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateCrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateCrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateCrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CrlDetailResponseFilterSensitiveLog,
|
|
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 { ProfileDetailResponseFilterSensitiveLog, UpdateProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateProfileCommand, serializeAws_restJson1UpdateProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateProfileCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ProfileDetailResponseFilterSensitiveLog,
|
|
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 { TrustAnchorDetailResponseFilterSensitiveLog, UpdateTrustAnchorRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateTrustAnchorCommand, serializeAws_restJson1UpdateTrustAnchorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateTrustAnchorCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTrustAnchorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateTrustAnchorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateTrustAnchorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TrustAnchorDetailResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -13,22 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var Tag;
|
|
17
|
-
(function (Tag) {
|
|
18
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.key && { key: SENSITIVE_STRING })), (obj.value && { value: SENSITIVE_STRING }))); };
|
|
19
|
-
})(Tag || (Tag = {}));
|
|
20
|
-
export var CreateProfileRequest;
|
|
21
|
-
(function (CreateProfileRequest) {
|
|
22
|
-
CreateProfileRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
23
|
-
})(CreateProfileRequest || (CreateProfileRequest = {}));
|
|
24
|
-
export var ProfileDetail;
|
|
25
|
-
(function (ProfileDetail) {
|
|
26
|
-
ProfileDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(ProfileDetail || (ProfileDetail = {}));
|
|
28
|
-
export var ProfileDetailResponse;
|
|
29
|
-
(function (ProfileDetailResponse) {
|
|
30
|
-
ProfileDetailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
-
})(ProfileDetailResponse || (ProfileDetailResponse = {}));
|
|
32
16
|
var ValidationException = (function (_super) {
|
|
33
17
|
__extends(ValidationException, _super);
|
|
34
18
|
function ValidationException(opts) {
|
|
@@ -50,15 +34,6 @@ export var SourceData;
|
|
|
50
34
|
return visitor.acmPcaArn(value.acmPcaArn);
|
|
51
35
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
52
36
|
};
|
|
53
|
-
SourceData.filterSensitiveLog = function (obj) {
|
|
54
|
-
var _a;
|
|
55
|
-
if (obj.x509CertificateData !== undefined)
|
|
56
|
-
return { x509CertificateData: obj.x509CertificateData };
|
|
57
|
-
if (obj.acmPcaArn !== undefined)
|
|
58
|
-
return { acmPcaArn: obj.acmPcaArn };
|
|
59
|
-
if (obj.$unknown !== undefined)
|
|
60
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
61
|
-
};
|
|
62
37
|
})(SourceData || (SourceData = {}));
|
|
63
38
|
export var TrustAnchorType;
|
|
64
39
|
(function (TrustAnchorType) {
|
|
@@ -66,34 +41,6 @@ export var TrustAnchorType;
|
|
|
66
41
|
TrustAnchorType["CERTIFICATE_BUNDLE"] = "CERTIFICATE_BUNDLE";
|
|
67
42
|
TrustAnchorType["SELF_SIGNED_REPOSITORY"] = "SELF_SIGNED_REPOSITORY";
|
|
68
43
|
})(TrustAnchorType || (TrustAnchorType = {}));
|
|
69
|
-
export var Source;
|
|
70
|
-
(function (Source) {
|
|
71
|
-
Source.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceData && { sourceData: SourceData.filterSensitiveLog(obj.sourceData) }))); };
|
|
72
|
-
})(Source || (Source = {}));
|
|
73
|
-
export var CreateTrustAnchorRequest;
|
|
74
|
-
(function (CreateTrustAnchorRequest) {
|
|
75
|
-
CreateTrustAnchorRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.source && { source: Source.filterSensitiveLog(obj.source) })), (obj.tags && { tags: obj.tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
76
|
-
})(CreateTrustAnchorRequest || (CreateTrustAnchorRequest = {}));
|
|
77
|
-
export var TrustAnchorDetail;
|
|
78
|
-
(function (TrustAnchorDetail) {
|
|
79
|
-
TrustAnchorDetail.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.source && { source: Source.filterSensitiveLog(obj.source) }))); };
|
|
80
|
-
})(TrustAnchorDetail || (TrustAnchorDetail = {}));
|
|
81
|
-
export var TrustAnchorDetailResponse;
|
|
82
|
-
(function (TrustAnchorDetailResponse) {
|
|
83
|
-
TrustAnchorDetailResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trustAnchor && { trustAnchor: TrustAnchorDetail.filterSensitiveLog(obj.trustAnchor) }))); };
|
|
84
|
-
})(TrustAnchorDetailResponse || (TrustAnchorDetailResponse = {}));
|
|
85
|
-
export var CredentialSummary;
|
|
86
|
-
(function (CredentialSummary) {
|
|
87
|
-
CredentialSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(CredentialSummary || (CredentialSummary = {}));
|
|
89
|
-
export var CrlDetail;
|
|
90
|
-
(function (CrlDetail) {
|
|
91
|
-
CrlDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(CrlDetail || (CrlDetail = {}));
|
|
93
|
-
export var CrlDetailResponse;
|
|
94
|
-
(function (CrlDetailResponse) {
|
|
95
|
-
CrlDetailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(CrlDetailResponse || (CrlDetailResponse = {}));
|
|
97
44
|
var ResourceNotFoundException = (function (_super) {
|
|
98
45
|
__extends(ResourceNotFoundException, _super);
|
|
99
46
|
function ResourceNotFoundException(opts) {
|
|
@@ -106,88 +53,6 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
106
53
|
return ResourceNotFoundException;
|
|
107
54
|
}(__BaseException));
|
|
108
55
|
export { ResourceNotFoundException };
|
|
109
|
-
export var ScalarCrlRequest;
|
|
110
|
-
(function (ScalarCrlRequest) {
|
|
111
|
-
ScalarCrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
-
})(ScalarCrlRequest || (ScalarCrlRequest = {}));
|
|
113
|
-
export var ImportCrlRequest;
|
|
114
|
-
(function (ImportCrlRequest) {
|
|
115
|
-
ImportCrlRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
116
|
-
})(ImportCrlRequest || (ImportCrlRequest = {}));
|
|
117
|
-
export var ListCrlsResponse;
|
|
118
|
-
(function (ListCrlsResponse) {
|
|
119
|
-
ListCrlsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
-
})(ListCrlsResponse || (ListCrlsResponse = {}));
|
|
121
|
-
export var ListRequest;
|
|
122
|
-
(function (ListRequest) {
|
|
123
|
-
ListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(ListRequest || (ListRequest = {}));
|
|
125
|
-
export var UpdateCrlRequest;
|
|
126
|
-
(function (UpdateCrlRequest) {
|
|
127
|
-
UpdateCrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(UpdateCrlRequest || (UpdateCrlRequest = {}));
|
|
129
|
-
export var ScalarProfileRequest;
|
|
130
|
-
(function (ScalarProfileRequest) {
|
|
131
|
-
ScalarProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(ScalarProfileRequest || (ScalarProfileRequest = {}));
|
|
133
|
-
export var ScalarTrustAnchorRequest;
|
|
134
|
-
(function (ScalarTrustAnchorRequest) {
|
|
135
|
-
ScalarTrustAnchorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(ScalarTrustAnchorRequest || (ScalarTrustAnchorRequest = {}));
|
|
137
|
-
export var ScalarSubjectRequest;
|
|
138
|
-
(function (ScalarSubjectRequest) {
|
|
139
|
-
ScalarSubjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(ScalarSubjectRequest || (ScalarSubjectRequest = {}));
|
|
141
|
-
export var InstanceProperty;
|
|
142
|
-
(function (InstanceProperty) {
|
|
143
|
-
InstanceProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(InstanceProperty || (InstanceProperty = {}));
|
|
145
|
-
export var SubjectDetail;
|
|
146
|
-
(function (SubjectDetail) {
|
|
147
|
-
SubjectDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(SubjectDetail || (SubjectDetail = {}));
|
|
149
|
-
export var SubjectDetailResponse;
|
|
150
|
-
(function (SubjectDetailResponse) {
|
|
151
|
-
SubjectDetailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(SubjectDetailResponse || (SubjectDetailResponse = {}));
|
|
153
|
-
export var ListProfilesResponse;
|
|
154
|
-
(function (ListProfilesResponse) {
|
|
155
|
-
ListProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(ListProfilesResponse || (ListProfilesResponse = {}));
|
|
157
|
-
export var SubjectSummary;
|
|
158
|
-
(function (SubjectSummary) {
|
|
159
|
-
SubjectSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(SubjectSummary || (SubjectSummary = {}));
|
|
161
|
-
export var ListSubjectsResponse;
|
|
162
|
-
(function (ListSubjectsResponse) {
|
|
163
|
-
ListSubjectsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(ListSubjectsResponse || (ListSubjectsResponse = {}));
|
|
165
|
-
export var ListTagsForResourceRequest;
|
|
166
|
-
(function (ListTagsForResourceRequest) {
|
|
167
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
169
|
-
export var ListTagsForResourceResponse;
|
|
170
|
-
(function (ListTagsForResourceResponse) {
|
|
171
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
172
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
173
|
-
export var ListTrustAnchorsResponse;
|
|
174
|
-
(function (ListTrustAnchorsResponse) {
|
|
175
|
-
ListTrustAnchorsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trustAnchors && {
|
|
176
|
-
trustAnchors: obj.trustAnchors.map(function (item) { return TrustAnchorDetail.filterSensitiveLog(item); }),
|
|
177
|
-
}))); };
|
|
178
|
-
})(ListTrustAnchorsResponse || (ListTrustAnchorsResponse = {}));
|
|
179
|
-
export var UpdateProfileRequest;
|
|
180
|
-
(function (UpdateProfileRequest) {
|
|
181
|
-
UpdateProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(UpdateProfileRequest || (UpdateProfileRequest = {}));
|
|
183
|
-
export var TagResourceRequest;
|
|
184
|
-
(function (TagResourceRequest) {
|
|
185
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
186
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
187
|
-
export var TagResourceResponse;
|
|
188
|
-
(function (TagResourceResponse) {
|
|
189
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
191
56
|
var TooManyTagsException = (function (_super) {
|
|
192
57
|
__extends(TooManyTagsException, _super);
|
|
193
58
|
function TooManyTagsException(opts) {
|
|
@@ -200,15 +65,46 @@ var TooManyTagsException = (function (_super) {
|
|
|
200
65
|
return TooManyTagsException;
|
|
201
66
|
}(__BaseException));
|
|
202
67
|
export { TooManyTagsException };
|
|
203
|
-
export var
|
|
204
|
-
(function (
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
export var
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
68
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.key && { key: SENSITIVE_STRING })), (obj.value && { value: SENSITIVE_STRING }))); };
|
|
69
|
+
export var CreateProfileRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
70
|
+
export var ProfileDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
export var ProfileDetailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
export var SourceDataFilterSensitiveLog = function (obj) {
|
|
73
|
+
var _a;
|
|
74
|
+
if (obj.x509CertificateData !== undefined)
|
|
75
|
+
return { x509CertificateData: obj.x509CertificateData };
|
|
76
|
+
if (obj.acmPcaArn !== undefined)
|
|
77
|
+
return { acmPcaArn: obj.acmPcaArn };
|
|
78
|
+
if (obj.$unknown !== undefined)
|
|
79
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
80
|
+
};
|
|
81
|
+
export var SourceFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceData && { sourceData: SourceDataFilterSensitiveLog(obj.sourceData) }))); };
|
|
82
|
+
export var CreateTrustAnchorRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.source && { source: SourceFilterSensitiveLog(obj.source) })), (obj.tags && { tags: obj.tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
83
|
+
export var TrustAnchorDetailFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.source && { source: SourceFilterSensitiveLog(obj.source) }))); };
|
|
84
|
+
export var TrustAnchorDetailResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trustAnchor && { trustAnchor: TrustAnchorDetailFilterSensitiveLog(obj.trustAnchor) }))); };
|
|
85
|
+
export var CredentialSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
export var CrlDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
export var CrlDetailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
export var ScalarCrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
export var ImportCrlRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
90
|
+
export var ListCrlsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
export var ListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
export var UpdateCrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
export var ScalarProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
export var ScalarTrustAnchorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var ScalarSubjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var InstancePropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var SubjectDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var SubjectDetailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var ListProfilesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var SubjectSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var ListSubjectsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
104
|
+
export var ListTrustAnchorsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trustAnchors && { trustAnchors: obj.trustAnchors.map(function (item) { return TrustAnchorDetailFilterSensitiveLog(item); }) }))); };
|
|
105
|
+
export var UpdateProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tags && { tags: obj.tags.map(function (item) { return TagFilterSensitiveLog(item); }) }))); };
|
|
107
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var UpdateTrustAnchorRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.source && { source: SourceFilterSensitiveLog(obj.source) }))); };
|
|
109
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tagKeys && { tagKeys: SENSITIVE_STRING }))); };
|
|
110
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|