@aws-sdk/client-workspaces-web 3.857.0 → 3.858.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/README.md +56 -0
- package/dist-cjs/index.js +450 -0
- package/dist-es/WorkSpacesWeb.js +14 -0
- package/dist-es/commands/AssociateSessionLoggerCommand.js +22 -0
- package/dist-es/commands/CreateSessionLoggerCommand.js +23 -0
- package/dist-es/commands/DeleteSessionLoggerCommand.js +22 -0
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +22 -0
- package/dist-es/commands/GetSessionLoggerCommand.js +23 -0
- package/dist-es/commands/ListSessionLoggersCommand.js +23 -0
- package/dist-es/commands/UpdateSessionLoggerCommand.js +23 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +83 -0
- package/dist-es/pagination/ListSessionLoggersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +210 -1
- package/dist-types/WorkSpacesWeb.d.ts +50 -0
- package/dist-types/WorkSpacesWebClient.d.ts +9 -2
- package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +109 -0
- package/dist-types/commands/CreateSessionLoggerCommand.d.ts +189 -0
- package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +98 -0
- package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +98 -0
- package/dist-types/commands/GetPortalCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionLoggerCommand.d.ts +187 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
- package/dist-types/commands/ListSessionLoggersCommand.d.ts +175 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +217 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +452 -0
- package/dist-types/pagination/ListSessionLoggersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +120 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +164 -0
- package/dist-types/ts3.4/pagination/ListSessionLoggersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -26,6 +26,7 @@ __export(index_exports, {
|
|
|
26
26
|
AssociateDataProtectionSettingsCommand: () => AssociateDataProtectionSettingsCommand,
|
|
27
27
|
AssociateIpAccessSettingsCommand: () => AssociateIpAccessSettingsCommand,
|
|
28
28
|
AssociateNetworkSettingsCommand: () => AssociateNetworkSettingsCommand,
|
|
29
|
+
AssociateSessionLoggerCommand: () => AssociateSessionLoggerCommand,
|
|
29
30
|
AssociateTrustStoreCommand: () => AssociateTrustStoreCommand,
|
|
30
31
|
AssociateUserAccessLoggingSettingsCommand: () => AssociateUserAccessLoggingSettingsCommand,
|
|
31
32
|
AssociateUserSettingsCommand: () => AssociateUserSettingsCommand,
|
|
@@ -47,6 +48,8 @@ __export(index_exports, {
|
|
|
47
48
|
CreateNetworkSettingsRequestFilterSensitiveLog: () => CreateNetworkSettingsRequestFilterSensitiveLog,
|
|
48
49
|
CreatePortalCommand: () => CreatePortalCommand,
|
|
49
50
|
CreatePortalRequestFilterSensitiveLog: () => CreatePortalRequestFilterSensitiveLog,
|
|
51
|
+
CreateSessionLoggerCommand: () => CreateSessionLoggerCommand,
|
|
52
|
+
CreateSessionLoggerRequestFilterSensitiveLog: () => CreateSessionLoggerRequestFilterSensitiveLog,
|
|
50
53
|
CreateTrustStoreCommand: () => CreateTrustStoreCommand,
|
|
51
54
|
CreateTrustStoreRequestFilterSensitiveLog: () => CreateTrustStoreRequestFilterSensitiveLog,
|
|
52
55
|
CreateUserAccessLoggingSettingsCommand: () => CreateUserAccessLoggingSettingsCommand,
|
|
@@ -62,6 +65,7 @@ __export(index_exports, {
|
|
|
62
65
|
DeleteIpAccessSettingsCommand: () => DeleteIpAccessSettingsCommand,
|
|
63
66
|
DeleteNetworkSettingsCommand: () => DeleteNetworkSettingsCommand,
|
|
64
67
|
DeletePortalCommand: () => DeletePortalCommand,
|
|
68
|
+
DeleteSessionLoggerCommand: () => DeleteSessionLoggerCommand,
|
|
65
69
|
DeleteTrustStoreCommand: () => DeleteTrustStoreCommand,
|
|
66
70
|
DeleteUserAccessLoggingSettingsCommand: () => DeleteUserAccessLoggingSettingsCommand,
|
|
67
71
|
DeleteUserSettingsCommand: () => DeleteUserSettingsCommand,
|
|
@@ -69,11 +73,15 @@ __export(index_exports, {
|
|
|
69
73
|
DisassociateDataProtectionSettingsCommand: () => DisassociateDataProtectionSettingsCommand,
|
|
70
74
|
DisassociateIpAccessSettingsCommand: () => DisassociateIpAccessSettingsCommand,
|
|
71
75
|
DisassociateNetworkSettingsCommand: () => DisassociateNetworkSettingsCommand,
|
|
76
|
+
DisassociateSessionLoggerCommand: () => DisassociateSessionLoggerCommand,
|
|
72
77
|
DisassociateTrustStoreCommand: () => DisassociateTrustStoreCommand,
|
|
73
78
|
DisassociateUserAccessLoggingSettingsCommand: () => DisassociateUserAccessLoggingSettingsCommand,
|
|
74
79
|
DisassociateUserSettingsCommand: () => DisassociateUserSettingsCommand,
|
|
75
80
|
EnabledType: () => EnabledType,
|
|
81
|
+
Event: () => Event,
|
|
82
|
+
EventFilter: () => EventFilter,
|
|
76
83
|
ExpireSessionCommand: () => ExpireSessionCommand,
|
|
84
|
+
FolderStructure: () => FolderStructure,
|
|
77
85
|
GetBrowserSettingsCommand: () => GetBrowserSettingsCommand,
|
|
78
86
|
GetBrowserSettingsResponseFilterSensitiveLog: () => GetBrowserSettingsResponseFilterSensitiveLog,
|
|
79
87
|
GetDataProtectionSettingsCommand: () => GetDataProtectionSettingsCommand,
|
|
@@ -87,6 +95,8 @@ __export(index_exports, {
|
|
|
87
95
|
GetPortalResponseFilterSensitiveLog: () => GetPortalResponseFilterSensitiveLog,
|
|
88
96
|
GetPortalServiceProviderMetadataCommand: () => GetPortalServiceProviderMetadataCommand,
|
|
89
97
|
GetSessionCommand: () => GetSessionCommand,
|
|
98
|
+
GetSessionLoggerCommand: () => GetSessionLoggerCommand,
|
|
99
|
+
GetSessionLoggerResponseFilterSensitiveLog: () => GetSessionLoggerResponseFilterSensitiveLog,
|
|
90
100
|
GetSessionResponseFilterSensitiveLog: () => GetSessionResponseFilterSensitiveLog,
|
|
91
101
|
GetTrustStoreCertificateCommand: () => GetTrustStoreCertificateCommand,
|
|
92
102
|
GetTrustStoreCommand: () => GetTrustStoreCommand,
|
|
@@ -112,6 +122,8 @@ __export(index_exports, {
|
|
|
112
122
|
ListNetworkSettingsCommand: () => ListNetworkSettingsCommand,
|
|
113
123
|
ListPortalsCommand: () => ListPortalsCommand,
|
|
114
124
|
ListPortalsResponseFilterSensitiveLog: () => ListPortalsResponseFilterSensitiveLog,
|
|
125
|
+
ListSessionLoggersCommand: () => ListSessionLoggersCommand,
|
|
126
|
+
ListSessionLoggersResponseFilterSensitiveLog: () => ListSessionLoggersResponseFilterSensitiveLog,
|
|
115
127
|
ListSessionsCommand: () => ListSessionsCommand,
|
|
116
128
|
ListSessionsRequestFilterSensitiveLog: () => ListSessionsRequestFilterSensitiveLog,
|
|
117
129
|
ListSessionsResponseFilterSensitiveLog: () => ListSessionsResponseFilterSensitiveLog,
|
|
@@ -122,6 +134,8 @@ __export(index_exports, {
|
|
|
122
134
|
ListUserAccessLoggingSettingsCommand: () => ListUserAccessLoggingSettingsCommand,
|
|
123
135
|
ListUserSettingsCommand: () => ListUserSettingsCommand,
|
|
124
136
|
ListUserSettingsResponseFilterSensitiveLog: () => ListUserSettingsResponseFilterSensitiveLog,
|
|
137
|
+
LogConfigurationFilterSensitiveLog: () => LogConfigurationFilterSensitiveLog,
|
|
138
|
+
LogFileFormat: () => LogFileFormat,
|
|
125
139
|
MaxDisplayResolution: () => MaxDisplayResolution,
|
|
126
140
|
PortalFilterSensitiveLog: () => PortalFilterSensitiveLog,
|
|
127
141
|
PortalStatus: () => PortalStatus,
|
|
@@ -130,8 +144,11 @@ __export(index_exports, {
|
|
|
130
144
|
RedactionPlaceHolderType: () => RedactionPlaceHolderType,
|
|
131
145
|
RendererType: () => RendererType,
|
|
132
146
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
147
|
+
S3LogConfigurationFilterSensitiveLog: () => S3LogConfigurationFilterSensitiveLog,
|
|
133
148
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
134
149
|
SessionFilterSensitiveLog: () => SessionFilterSensitiveLog,
|
|
150
|
+
SessionLoggerFilterSensitiveLog: () => SessionLoggerFilterSensitiveLog,
|
|
151
|
+
SessionLoggerSummaryFilterSensitiveLog: () => SessionLoggerSummaryFilterSensitiveLog,
|
|
135
152
|
SessionSortBy: () => SessionSortBy,
|
|
136
153
|
SessionStatus: () => SessionStatus,
|
|
137
154
|
SessionSummaryFilterSensitiveLog: () => SessionSummaryFilterSensitiveLog,
|
|
@@ -160,6 +177,9 @@ __export(index_exports, {
|
|
|
160
177
|
UpdatePortalCommand: () => UpdatePortalCommand,
|
|
161
178
|
UpdatePortalRequestFilterSensitiveLog: () => UpdatePortalRequestFilterSensitiveLog,
|
|
162
179
|
UpdatePortalResponseFilterSensitiveLog: () => UpdatePortalResponseFilterSensitiveLog,
|
|
180
|
+
UpdateSessionLoggerCommand: () => UpdateSessionLoggerCommand,
|
|
181
|
+
UpdateSessionLoggerRequestFilterSensitiveLog: () => UpdateSessionLoggerRequestFilterSensitiveLog,
|
|
182
|
+
UpdateSessionLoggerResponseFilterSensitiveLog: () => UpdateSessionLoggerResponseFilterSensitiveLog,
|
|
163
183
|
UpdateTrustStoreCommand: () => UpdateTrustStoreCommand,
|
|
164
184
|
UpdateUserAccessLoggingSettingsCommand: () => UpdateUserAccessLoggingSettingsCommand,
|
|
165
185
|
UpdateUserSettingsCommand: () => UpdateUserSettingsCommand,
|
|
@@ -181,6 +201,7 @@ __export(index_exports, {
|
|
|
181
201
|
paginateListIpAccessSettings: () => paginateListIpAccessSettings,
|
|
182
202
|
paginateListNetworkSettings: () => paginateListNetworkSettings,
|
|
183
203
|
paginateListPortals: () => paginateListPortals,
|
|
204
|
+
paginateListSessionLoggers: () => paginateListSessionLoggers,
|
|
184
205
|
paginateListSessions: () => paginateListSessions,
|
|
185
206
|
paginateListTrustStoreCertificates: () => paginateListTrustStoreCertificates,
|
|
186
207
|
paginateListTrustStores: () => paginateListTrustStores,
|
|
@@ -618,6 +639,40 @@ var PortalStatus = {
|
|
|
618
639
|
var RendererType = {
|
|
619
640
|
APPSTREAM: "AppStream"
|
|
620
641
|
};
|
|
642
|
+
var Event = {
|
|
643
|
+
CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite",
|
|
644
|
+
CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite",
|
|
645
|
+
CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard",
|
|
646
|
+
FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk",
|
|
647
|
+
FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk",
|
|
648
|
+
FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk",
|
|
649
|
+
FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser",
|
|
650
|
+
PRINT_JOB_SUBMIT: "PrintJobSubmit",
|
|
651
|
+
SESSION_CONNECT: "SessionConnect",
|
|
652
|
+
SESSION_DISCONNECT: "SessionDisconnect",
|
|
653
|
+
SESSION_END: "SessionEnd",
|
|
654
|
+
SESSION_START: "SessionStart",
|
|
655
|
+
TAB_CLOSE: "TabClose",
|
|
656
|
+
TAB_OPEN: "TabOpen",
|
|
657
|
+
URL_LOAD: "UrlLoad",
|
|
658
|
+
WEBSITE_INTERACT: "WebsiteInteract"
|
|
659
|
+
};
|
|
660
|
+
var EventFilter;
|
|
661
|
+
((EventFilter3) => {
|
|
662
|
+
EventFilter3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
663
|
+
if (value.all !== void 0) return visitor.all(value.all);
|
|
664
|
+
if (value.include !== void 0) return visitor.include(value.include);
|
|
665
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
666
|
+
}, "visit");
|
|
667
|
+
})(EventFilter || (EventFilter = {}));
|
|
668
|
+
var FolderStructure = {
|
|
669
|
+
FLAT: "Flat",
|
|
670
|
+
NESTED_BY_DATE: "NestedByDate"
|
|
671
|
+
};
|
|
672
|
+
var LogFileFormat = {
|
|
673
|
+
JSON: "Json",
|
|
674
|
+
JSON_LINES: "JSONLines"
|
|
675
|
+
};
|
|
621
676
|
var TooManyTagsException = class _TooManyTagsException extends WorkSpacesWebServiceException {
|
|
622
677
|
static {
|
|
623
678
|
__name(this, "TooManyTagsException");
|
|
@@ -911,6 +966,53 @@ var UpdatePortalResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
911
966
|
...obj,
|
|
912
967
|
...obj.portal && { portal: PortalFilterSensitiveLog(obj.portal) }
|
|
913
968
|
}), "UpdatePortalResponseFilterSensitiveLog");
|
|
969
|
+
var S3LogConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
...obj.bucket && { bucket: import_smithy_client.SENSITIVE_STRING },
|
|
972
|
+
...obj.keyPrefix && { keyPrefix: import_smithy_client.SENSITIVE_STRING }
|
|
973
|
+
}), "S3LogConfigurationFilterSensitiveLog");
|
|
974
|
+
var LogConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
...obj.s3 && { s3: S3LogConfigurationFilterSensitiveLog(obj.s3) }
|
|
977
|
+
}), "LogConfigurationFilterSensitiveLog");
|
|
978
|
+
var CreateSessionLoggerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
...obj.eventFilter && { eventFilter: obj.eventFilter },
|
|
981
|
+
...obj.logConfiguration && { logConfiguration: LogConfigurationFilterSensitiveLog(obj.logConfiguration) },
|
|
982
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
|
|
983
|
+
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
984
|
+
}), "CreateSessionLoggerRequestFilterSensitiveLog");
|
|
985
|
+
var SessionLoggerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
...obj.eventFilter && { eventFilter: obj.eventFilter },
|
|
988
|
+
...obj.logConfiguration && { logConfiguration: LogConfigurationFilterSensitiveLog(obj.logConfiguration) },
|
|
989
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
990
|
+
}), "SessionLoggerFilterSensitiveLog");
|
|
991
|
+
var GetSessionLoggerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
...obj.sessionLogger && { sessionLogger: SessionLoggerFilterSensitiveLog(obj.sessionLogger) }
|
|
994
|
+
}), "GetSessionLoggerResponseFilterSensitiveLog");
|
|
995
|
+
var SessionLoggerSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
996
|
+
...obj,
|
|
997
|
+
...obj.logConfiguration && { logConfiguration: LogConfigurationFilterSensitiveLog(obj.logConfiguration) },
|
|
998
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
999
|
+
}), "SessionLoggerSummaryFilterSensitiveLog");
|
|
1000
|
+
var ListSessionLoggersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
...obj.sessionLoggers && {
|
|
1003
|
+
sessionLoggers: obj.sessionLoggers.map((item) => SessionLoggerSummaryFilterSensitiveLog(item))
|
|
1004
|
+
}
|
|
1005
|
+
}), "ListSessionLoggersResponseFilterSensitiveLog");
|
|
1006
|
+
var UpdateSessionLoggerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
...obj.eventFilter && { eventFilter: obj.eventFilter },
|
|
1009
|
+
...obj.logConfiguration && { logConfiguration: LogConfigurationFilterSensitiveLog(obj.logConfiguration) },
|
|
1010
|
+
...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING }
|
|
1011
|
+
}), "UpdateSessionLoggerRequestFilterSensitiveLog");
|
|
1012
|
+
var UpdateSessionLoggerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1013
|
+
...obj,
|
|
1014
|
+
...obj.sessionLogger && { sessionLogger: SessionLoggerFilterSensitiveLog(obj.sessionLogger) }
|
|
1015
|
+
}), "UpdateSessionLoggerResponseFilterSensitiveLog");
|
|
914
1016
|
var TagResourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
915
1017
|
...obj,
|
|
916
1018
|
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1019,6 +1121,18 @@ var se_AssociateNetworkSettingsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1019
1121
|
b.m("PUT").h(headers).q(query).b(body);
|
|
1020
1122
|
return b.build();
|
|
1021
1123
|
}, "se_AssociateNetworkSettingsCommand");
|
|
1124
|
+
var se_AssociateSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1125
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1126
|
+
const headers = {};
|
|
1127
|
+
b.bp("/portals/{portalArn+}/sessionLogger");
|
|
1128
|
+
b.p("portalArn", () => input.portalArn, "{portalArn+}", true);
|
|
1129
|
+
const query = (0, import_smithy_client.map)({
|
|
1130
|
+
[_sLA]: [, (0, import_smithy_client.expectNonNull)(input[_sLA], `sessionLoggerArn`)]
|
|
1131
|
+
});
|
|
1132
|
+
let body;
|
|
1133
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
1134
|
+
return b.build();
|
|
1135
|
+
}, "se_AssociateSessionLoggerCommand");
|
|
1022
1136
|
var se_AssociateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1023
1137
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1024
1138
|
const headers = {};
|
|
@@ -1177,6 +1291,27 @@ var se_CreatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1177
1291
|
b.m("POST").h(headers).b(body);
|
|
1178
1292
|
return b.build();
|
|
1179
1293
|
}, "se_CreatePortalCommand");
|
|
1294
|
+
var se_CreateSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1295
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1296
|
+
const headers = {
|
|
1297
|
+
"content-type": "application/json"
|
|
1298
|
+
};
|
|
1299
|
+
b.bp("/sessionLoggers");
|
|
1300
|
+
let body;
|
|
1301
|
+
body = JSON.stringify(
|
|
1302
|
+
(0, import_smithy_client.take)(input, {
|
|
1303
|
+
additionalEncryptionContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalEncryptionContext"),
|
|
1304
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1305
|
+
customerManagedKey: [],
|
|
1306
|
+
displayName: [],
|
|
1307
|
+
eventFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventFilter"),
|
|
1308
|
+
logConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logConfiguration"),
|
|
1309
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1310
|
+
})
|
|
1311
|
+
);
|
|
1312
|
+
b.m("POST").h(headers).b(body);
|
|
1313
|
+
return b.build();
|
|
1314
|
+
}, "se_CreateSessionLoggerCommand");
|
|
1180
1315
|
var se_CreateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1181
1316
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1182
1317
|
const headers = {
|
|
@@ -1293,6 +1428,15 @@ var se_DeletePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1293
1428
|
b.m("DELETE").h(headers).b(body);
|
|
1294
1429
|
return b.build();
|
|
1295
1430
|
}, "se_DeletePortalCommand");
|
|
1431
|
+
var se_DeleteSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1432
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1433
|
+
const headers = {};
|
|
1434
|
+
b.bp("/sessionLoggers/{sessionLoggerArn+}");
|
|
1435
|
+
b.p("sessionLoggerArn", () => input.sessionLoggerArn, "{sessionLoggerArn+}", true);
|
|
1436
|
+
let body;
|
|
1437
|
+
b.m("DELETE").h(headers).b(body);
|
|
1438
|
+
return b.build();
|
|
1439
|
+
}, "se_DeleteSessionLoggerCommand");
|
|
1296
1440
|
var se_DeleteTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1297
1441
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1298
1442
|
const headers = {};
|
|
@@ -1361,6 +1505,15 @@ var se_DisassociateNetworkSettingsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1361
1505
|
b.m("DELETE").h(headers).b(body);
|
|
1362
1506
|
return b.build();
|
|
1363
1507
|
}, "se_DisassociateNetworkSettingsCommand");
|
|
1508
|
+
var se_DisassociateSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1509
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1510
|
+
const headers = {};
|
|
1511
|
+
b.bp("/portals/{portalArn+}/sessionLogger");
|
|
1512
|
+
b.p("portalArn", () => input.portalArn, "{portalArn+}", true);
|
|
1513
|
+
let body;
|
|
1514
|
+
b.m("DELETE").h(headers).b(body);
|
|
1515
|
+
return b.build();
|
|
1516
|
+
}, "se_DisassociateSessionLoggerCommand");
|
|
1364
1517
|
var se_DisassociateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1365
1518
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1366
1519
|
const headers = {};
|
|
@@ -1471,6 +1624,15 @@ var se_GetSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1471
1624
|
b.m("GET").h(headers).b(body);
|
|
1472
1625
|
return b.build();
|
|
1473
1626
|
}, "se_GetSessionCommand");
|
|
1627
|
+
var se_GetSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1628
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1629
|
+
const headers = {};
|
|
1630
|
+
b.bp("/sessionLoggers/{sessionLoggerArn+}");
|
|
1631
|
+
b.p("sessionLoggerArn", () => input.sessionLoggerArn, "{sessionLoggerArn+}", true);
|
|
1632
|
+
let body;
|
|
1633
|
+
b.m("GET").h(headers).b(body);
|
|
1634
|
+
return b.build();
|
|
1635
|
+
}, "se_GetSessionLoggerCommand");
|
|
1474
1636
|
var se_GetTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1475
1637
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1476
1638
|
const headers = {};
|
|
@@ -1588,6 +1750,18 @@ var se_ListPortalsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1588
1750
|
b.m("GET").h(headers).q(query).b(body);
|
|
1589
1751
|
return b.build();
|
|
1590
1752
|
}, "se_ListPortalsCommand");
|
|
1753
|
+
var se_ListSessionLoggersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1754
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1755
|
+
const headers = {};
|
|
1756
|
+
b.bp("/sessionLoggers");
|
|
1757
|
+
const query = (0, import_smithy_client.map)({
|
|
1758
|
+
[_nT]: [, input[_nT]],
|
|
1759
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1760
|
+
});
|
|
1761
|
+
let body;
|
|
1762
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1763
|
+
return b.build();
|
|
1764
|
+
}, "se_ListSessionLoggersCommand");
|
|
1591
1765
|
var se_ListSessionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1592
1766
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1593
1767
|
const headers = {};
|
|
@@ -1804,6 +1978,24 @@ var se_UpdatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1804
1978
|
b.m("PUT").h(headers).b(body);
|
|
1805
1979
|
return b.build();
|
|
1806
1980
|
}, "se_UpdatePortalCommand");
|
|
1981
|
+
var se_UpdateSessionLoggerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1982
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1983
|
+
const headers = {
|
|
1984
|
+
"content-type": "application/json"
|
|
1985
|
+
};
|
|
1986
|
+
b.bp("/sessionLoggers/{sessionLoggerArn+}");
|
|
1987
|
+
b.p("sessionLoggerArn", () => input.sessionLoggerArn, "{sessionLoggerArn+}", true);
|
|
1988
|
+
let body;
|
|
1989
|
+
body = JSON.stringify(
|
|
1990
|
+
(0, import_smithy_client.take)(input, {
|
|
1991
|
+
displayName: [],
|
|
1992
|
+
eventFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventFilter"),
|
|
1993
|
+
logConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logConfiguration")
|
|
1994
|
+
})
|
|
1995
|
+
);
|
|
1996
|
+
b.m("POST").h(headers).b(body);
|
|
1997
|
+
return b.build();
|
|
1998
|
+
}, "se_UpdateSessionLoggerCommand");
|
|
1807
1999
|
var se_UpdateTrustStoreCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1808
2000
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1809
2001
|
const headers = {
|
|
@@ -1930,6 +2122,21 @@ var de_AssociateNetworkSettingsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1930
2122
|
Object.assign(contents, doc);
|
|
1931
2123
|
return contents;
|
|
1932
2124
|
}, "de_AssociateNetworkSettingsCommand");
|
|
2125
|
+
var de_AssociateSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2126
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2127
|
+
return de_CommandError(output, context);
|
|
2128
|
+
}
|
|
2129
|
+
const contents = (0, import_smithy_client.map)({
|
|
2130
|
+
$metadata: deserializeMetadata(output)
|
|
2131
|
+
});
|
|
2132
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2133
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2134
|
+
portalArn: import_smithy_client.expectString,
|
|
2135
|
+
sessionLoggerArn: import_smithy_client.expectString
|
|
2136
|
+
});
|
|
2137
|
+
Object.assign(contents, doc);
|
|
2138
|
+
return contents;
|
|
2139
|
+
}, "de_AssociateSessionLoggerCommand");
|
|
1933
2140
|
var de_AssociateTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1934
2141
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1935
2142
|
return de_CommandError(output, context);
|
|
@@ -2060,6 +2267,20 @@ var de_CreatePortalCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2060
2267
|
Object.assign(contents, doc);
|
|
2061
2268
|
return contents;
|
|
2062
2269
|
}, "de_CreatePortalCommand");
|
|
2270
|
+
var de_CreateSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2271
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2272
|
+
return de_CommandError(output, context);
|
|
2273
|
+
}
|
|
2274
|
+
const contents = (0, import_smithy_client.map)({
|
|
2275
|
+
$metadata: deserializeMetadata(output)
|
|
2276
|
+
});
|
|
2277
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2278
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2279
|
+
sessionLoggerArn: import_smithy_client.expectString
|
|
2280
|
+
});
|
|
2281
|
+
Object.assign(contents, doc);
|
|
2282
|
+
return contents;
|
|
2283
|
+
}, "de_CreateSessionLoggerCommand");
|
|
2063
2284
|
var de_CreateTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2064
2285
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2065
2286
|
return de_CommandError(output, context);
|
|
@@ -2162,6 +2383,16 @@ var de_DeletePortalCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2162
2383
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2163
2384
|
return contents;
|
|
2164
2385
|
}, "de_DeletePortalCommand");
|
|
2386
|
+
var de_DeleteSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2387
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2388
|
+
return de_CommandError(output, context);
|
|
2389
|
+
}
|
|
2390
|
+
const contents = (0, import_smithy_client.map)({
|
|
2391
|
+
$metadata: deserializeMetadata(output)
|
|
2392
|
+
});
|
|
2393
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2394
|
+
return contents;
|
|
2395
|
+
}, "de_DeleteSessionLoggerCommand");
|
|
2165
2396
|
var de_DeleteTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2166
2397
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2167
2398
|
return de_CommandError(output, context);
|
|
@@ -2232,6 +2463,16 @@ var de_DisassociateNetworkSettingsCommand = /* @__PURE__ */ __name(async (output
|
|
|
2232
2463
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2233
2464
|
return contents;
|
|
2234
2465
|
}, "de_DisassociateNetworkSettingsCommand");
|
|
2466
|
+
var de_DisassociateSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2467
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2468
|
+
return de_CommandError(output, context);
|
|
2469
|
+
}
|
|
2470
|
+
const contents = (0, import_smithy_client.map)({
|
|
2471
|
+
$metadata: deserializeMetadata(output)
|
|
2472
|
+
});
|
|
2473
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2474
|
+
return contents;
|
|
2475
|
+
}, "de_DisassociateSessionLoggerCommand");
|
|
2235
2476
|
var de_DisassociateTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2236
2477
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2237
2478
|
return de_CommandError(output, context);
|
|
@@ -2385,6 +2626,20 @@ var de_GetSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2385
2626
|
Object.assign(contents, doc);
|
|
2386
2627
|
return contents;
|
|
2387
2628
|
}, "de_GetSessionCommand");
|
|
2629
|
+
var de_GetSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2630
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2631
|
+
return de_CommandError(output, context);
|
|
2632
|
+
}
|
|
2633
|
+
const contents = (0, import_smithy_client.map)({
|
|
2634
|
+
$metadata: deserializeMetadata(output)
|
|
2635
|
+
});
|
|
2636
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2637
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2638
|
+
sessionLogger: /* @__PURE__ */ __name((_) => de_SessionLogger(_, context), "sessionLogger")
|
|
2639
|
+
});
|
|
2640
|
+
Object.assign(contents, doc);
|
|
2641
|
+
return contents;
|
|
2642
|
+
}, "de_GetSessionLoggerCommand");
|
|
2388
2643
|
var de_GetTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2389
2644
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2390
2645
|
return de_CommandError(output, context);
|
|
@@ -2532,6 +2787,21 @@ var de_ListPortalsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2532
2787
|
Object.assign(contents, doc);
|
|
2533
2788
|
return contents;
|
|
2534
2789
|
}, "de_ListPortalsCommand");
|
|
2790
|
+
var de_ListSessionLoggersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2791
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2792
|
+
return de_CommandError(output, context);
|
|
2793
|
+
}
|
|
2794
|
+
const contents = (0, import_smithy_client.map)({
|
|
2795
|
+
$metadata: deserializeMetadata(output)
|
|
2796
|
+
});
|
|
2797
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2798
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2799
|
+
nextToken: import_smithy_client.expectString,
|
|
2800
|
+
sessionLoggers: /* @__PURE__ */ __name((_) => de_SessionLoggerList(_, context), "sessionLoggers")
|
|
2801
|
+
});
|
|
2802
|
+
Object.assign(contents, doc);
|
|
2803
|
+
return contents;
|
|
2804
|
+
}, "de_ListSessionLoggersCommand");
|
|
2535
2805
|
var de_ListSessionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2536
2806
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2537
2807
|
return de_CommandError(output, context);
|
|
@@ -2726,6 +2996,20 @@ var de_UpdatePortalCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2726
2996
|
Object.assign(contents, doc);
|
|
2727
2997
|
return contents;
|
|
2728
2998
|
}, "de_UpdatePortalCommand");
|
|
2999
|
+
var de_UpdateSessionLoggerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3000
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3001
|
+
return de_CommandError(output, context);
|
|
3002
|
+
}
|
|
3003
|
+
const contents = (0, import_smithy_client.map)({
|
|
3004
|
+
$metadata: deserializeMetadata(output)
|
|
3005
|
+
});
|
|
3006
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3007
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3008
|
+
sessionLogger: /* @__PURE__ */ __name((_) => de_SessionLogger(_, context), "sessionLogger")
|
|
3009
|
+
});
|
|
3010
|
+
Object.assign(contents, doc);
|
|
3011
|
+
return contents;
|
|
3012
|
+
}, "de_UpdateSessionLoggerCommand");
|
|
2729
3013
|
var de_UpdateTrustStoreCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2730
3014
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2731
3015
|
return de_CommandError(output, context);
|
|
@@ -3030,6 +3314,7 @@ var de_Portal = /* @__PURE__ */ __name((output, context) => {
|
|
|
3030
3314
|
portalEndpoint: import_smithy_client.expectString,
|
|
3031
3315
|
portalStatus: import_smithy_client.expectString,
|
|
3032
3316
|
rendererType: import_smithy_client.expectString,
|
|
3317
|
+
sessionLoggerArn: import_smithy_client.expectString,
|
|
3033
3318
|
statusReason: import_smithy_client.expectString,
|
|
3034
3319
|
trustStoreArn: import_smithy_client.expectString,
|
|
3035
3320
|
userAccessLoggingSettingsArn: import_smithy_client.expectString,
|
|
@@ -3058,6 +3343,7 @@ var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3058
3343
|
portalEndpoint: import_smithy_client.expectString,
|
|
3059
3344
|
portalStatus: import_smithy_client.expectString,
|
|
3060
3345
|
rendererType: import_smithy_client.expectString,
|
|
3346
|
+
sessionLoggerArn: import_smithy_client.expectString,
|
|
3061
3347
|
trustStoreArn: import_smithy_client.expectString,
|
|
3062
3348
|
userAccessLoggingSettingsArn: import_smithy_client.expectString,
|
|
3063
3349
|
userSettingsArn: import_smithy_client.expectString
|
|
@@ -3074,6 +3360,32 @@ var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
|
3074
3360
|
username: import_smithy_client.expectString
|
|
3075
3361
|
});
|
|
3076
3362
|
}, "de_Session");
|
|
3363
|
+
var de_SessionLogger = /* @__PURE__ */ __name((output, context) => {
|
|
3364
|
+
return (0, import_smithy_client.take)(output, {
|
|
3365
|
+
additionalEncryptionContext: import_smithy_client._json,
|
|
3366
|
+
associatedPortalArns: import_smithy_client._json,
|
|
3367
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3368
|
+
customerManagedKey: import_smithy_client.expectString,
|
|
3369
|
+
displayName: import_smithy_client.expectString,
|
|
3370
|
+
eventFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "eventFilter"),
|
|
3371
|
+
logConfiguration: import_smithy_client._json,
|
|
3372
|
+
sessionLoggerArn: import_smithy_client.expectString
|
|
3373
|
+
});
|
|
3374
|
+
}, "de_SessionLogger");
|
|
3375
|
+
var de_SessionLoggerList = /* @__PURE__ */ __name((output, context) => {
|
|
3376
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3377
|
+
return de_SessionLoggerSummary(entry, context);
|
|
3378
|
+
});
|
|
3379
|
+
return retVal;
|
|
3380
|
+
}, "de_SessionLoggerList");
|
|
3381
|
+
var de_SessionLoggerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3382
|
+
return (0, import_smithy_client.take)(output, {
|
|
3383
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3384
|
+
displayName: import_smithy_client.expectString,
|
|
3385
|
+
logConfiguration: import_smithy_client._json,
|
|
3386
|
+
sessionLoggerArn: import_smithy_client.expectString
|
|
3387
|
+
});
|
|
3388
|
+
}, "de_SessionLoggerSummary");
|
|
3077
3389
|
var de_SessionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3078
3390
|
return (0, import_smithy_client.take)(output, {
|
|
3079
3391
|
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
@@ -3107,6 +3419,7 @@ var _ra = "retry-after";
|
|
|
3107
3419
|
var _s = "status";
|
|
3108
3420
|
var _sB = "sortBy";
|
|
3109
3421
|
var _sI = "sessionId";
|
|
3422
|
+
var _sLA = "sessionLoggerArn";
|
|
3110
3423
|
var _t = "thumbprint";
|
|
3111
3424
|
var _tK = "tagKeys";
|
|
3112
3425
|
var _tSA = "trustStoreArn";
|
|
@@ -3171,6 +3484,21 @@ var AssociateNetworkSettingsCommand = class extends import_smithy_client.Command
|
|
|
3171
3484
|
}
|
|
3172
3485
|
};
|
|
3173
3486
|
|
|
3487
|
+
// src/commands/AssociateSessionLoggerCommand.ts
|
|
3488
|
+
|
|
3489
|
+
|
|
3490
|
+
|
|
3491
|
+
var AssociateSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3492
|
+
return [
|
|
3493
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3494
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3495
|
+
];
|
|
3496
|
+
}).s("AWSErmineControlPlaneService", "AssociateSessionLogger", {}).n("WorkSpacesWebClient", "AssociateSessionLoggerCommand").f(void 0, void 0).ser(se_AssociateSessionLoggerCommand).de(de_AssociateSessionLoggerCommand).build() {
|
|
3497
|
+
static {
|
|
3498
|
+
__name(this, "AssociateSessionLoggerCommand");
|
|
3499
|
+
}
|
|
3500
|
+
};
|
|
3501
|
+
|
|
3174
3502
|
// src/commands/AssociateTrustStoreCommand.ts
|
|
3175
3503
|
|
|
3176
3504
|
|
|
@@ -3306,6 +3634,21 @@ var CreatePortalCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
3306
3634
|
}
|
|
3307
3635
|
};
|
|
3308
3636
|
|
|
3637
|
+
// src/commands/CreateSessionLoggerCommand.ts
|
|
3638
|
+
|
|
3639
|
+
|
|
3640
|
+
|
|
3641
|
+
var CreateSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3642
|
+
return [
|
|
3643
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3644
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3645
|
+
];
|
|
3646
|
+
}).s("AWSErmineControlPlaneService", "CreateSessionLogger", {}).n("WorkSpacesWebClient", "CreateSessionLoggerCommand").f(CreateSessionLoggerRequestFilterSensitiveLog, void 0).ser(se_CreateSessionLoggerCommand).de(de_CreateSessionLoggerCommand).build() {
|
|
3647
|
+
static {
|
|
3648
|
+
__name(this, "CreateSessionLoggerCommand");
|
|
3649
|
+
}
|
|
3650
|
+
};
|
|
3651
|
+
|
|
3309
3652
|
// src/commands/CreateTrustStoreCommand.ts
|
|
3310
3653
|
|
|
3311
3654
|
|
|
@@ -3441,6 +3784,21 @@ var DeletePortalCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
3441
3784
|
}
|
|
3442
3785
|
};
|
|
3443
3786
|
|
|
3787
|
+
// src/commands/DeleteSessionLoggerCommand.ts
|
|
3788
|
+
|
|
3789
|
+
|
|
3790
|
+
|
|
3791
|
+
var DeleteSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3792
|
+
return [
|
|
3793
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3794
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3795
|
+
];
|
|
3796
|
+
}).s("AWSErmineControlPlaneService", "DeleteSessionLogger", {}).n("WorkSpacesWebClient", "DeleteSessionLoggerCommand").f(void 0, void 0).ser(se_DeleteSessionLoggerCommand).de(de_DeleteSessionLoggerCommand).build() {
|
|
3797
|
+
static {
|
|
3798
|
+
__name(this, "DeleteSessionLoggerCommand");
|
|
3799
|
+
}
|
|
3800
|
+
};
|
|
3801
|
+
|
|
3444
3802
|
// src/commands/DeleteTrustStoreCommand.ts
|
|
3445
3803
|
|
|
3446
3804
|
|
|
@@ -3546,6 +3904,21 @@ var DisassociateNetworkSettingsCommand = class extends import_smithy_client.Comm
|
|
|
3546
3904
|
}
|
|
3547
3905
|
};
|
|
3548
3906
|
|
|
3907
|
+
// src/commands/DisassociateSessionLoggerCommand.ts
|
|
3908
|
+
|
|
3909
|
+
|
|
3910
|
+
|
|
3911
|
+
var DisassociateSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3912
|
+
return [
|
|
3913
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3914
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3915
|
+
];
|
|
3916
|
+
}).s("AWSErmineControlPlaneService", "DisassociateSessionLogger", {}).n("WorkSpacesWebClient", "DisassociateSessionLoggerCommand").f(void 0, void 0).ser(se_DisassociateSessionLoggerCommand).de(de_DisassociateSessionLoggerCommand).build() {
|
|
3917
|
+
static {
|
|
3918
|
+
__name(this, "DisassociateSessionLoggerCommand");
|
|
3919
|
+
}
|
|
3920
|
+
};
|
|
3921
|
+
|
|
3549
3922
|
// src/commands/DisassociateTrustStoreCommand.ts
|
|
3550
3923
|
|
|
3551
3924
|
|
|
@@ -3726,6 +4099,21 @@ var GetSessionCommand = class extends import_smithy_client.Command.classBuilder(
|
|
|
3726
4099
|
}
|
|
3727
4100
|
};
|
|
3728
4101
|
|
|
4102
|
+
// src/commands/GetSessionLoggerCommand.ts
|
|
4103
|
+
|
|
4104
|
+
|
|
4105
|
+
|
|
4106
|
+
var GetSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4107
|
+
return [
|
|
4108
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4109
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4110
|
+
];
|
|
4111
|
+
}).s("AWSErmineControlPlaneService", "GetSessionLogger", {}).n("WorkSpacesWebClient", "GetSessionLoggerCommand").f(void 0, GetSessionLoggerResponseFilterSensitiveLog).ser(se_GetSessionLoggerCommand).de(de_GetSessionLoggerCommand).build() {
|
|
4112
|
+
static {
|
|
4113
|
+
__name(this, "GetSessionLoggerCommand");
|
|
4114
|
+
}
|
|
4115
|
+
};
|
|
4116
|
+
|
|
3729
4117
|
// src/commands/GetTrustStoreCertificateCommand.ts
|
|
3730
4118
|
|
|
3731
4119
|
|
|
@@ -3876,6 +4264,21 @@ var ListPortalsCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
3876
4264
|
}
|
|
3877
4265
|
};
|
|
3878
4266
|
|
|
4267
|
+
// src/commands/ListSessionLoggersCommand.ts
|
|
4268
|
+
|
|
4269
|
+
|
|
4270
|
+
|
|
4271
|
+
var ListSessionLoggersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4272
|
+
return [
|
|
4273
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4274
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4275
|
+
];
|
|
4276
|
+
}).s("AWSErmineControlPlaneService", "ListSessionLoggers", {}).n("WorkSpacesWebClient", "ListSessionLoggersCommand").f(void 0, ListSessionLoggersResponseFilterSensitiveLog).ser(se_ListSessionLoggersCommand).de(de_ListSessionLoggersCommand).build() {
|
|
4277
|
+
static {
|
|
4278
|
+
__name(this, "ListSessionLoggersCommand");
|
|
4279
|
+
}
|
|
4280
|
+
};
|
|
4281
|
+
|
|
3879
4282
|
// src/commands/ListSessionsCommand.ts
|
|
3880
4283
|
|
|
3881
4284
|
|
|
@@ -4086,6 +4489,21 @@ var UpdatePortalCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
4086
4489
|
}
|
|
4087
4490
|
};
|
|
4088
4491
|
|
|
4492
|
+
// src/commands/UpdateSessionLoggerCommand.ts
|
|
4493
|
+
|
|
4494
|
+
|
|
4495
|
+
|
|
4496
|
+
var UpdateSessionLoggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4497
|
+
return [
|
|
4498
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4499
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4500
|
+
];
|
|
4501
|
+
}).s("AWSErmineControlPlaneService", "UpdateSessionLogger", {}).n("WorkSpacesWebClient", "UpdateSessionLoggerCommand").f(UpdateSessionLoggerRequestFilterSensitiveLog, UpdateSessionLoggerResponseFilterSensitiveLog).ser(se_UpdateSessionLoggerCommand).de(de_UpdateSessionLoggerCommand).build() {
|
|
4502
|
+
static {
|
|
4503
|
+
__name(this, "UpdateSessionLoggerCommand");
|
|
4504
|
+
}
|
|
4505
|
+
};
|
|
4506
|
+
|
|
4089
4507
|
// src/commands/UpdateTrustStoreCommand.ts
|
|
4090
4508
|
|
|
4091
4509
|
|
|
@@ -4137,6 +4555,7 @@ var commands = {
|
|
|
4137
4555
|
AssociateDataProtectionSettingsCommand,
|
|
4138
4556
|
AssociateIpAccessSettingsCommand,
|
|
4139
4557
|
AssociateNetworkSettingsCommand,
|
|
4558
|
+
AssociateSessionLoggerCommand,
|
|
4140
4559
|
AssociateTrustStoreCommand,
|
|
4141
4560
|
AssociateUserAccessLoggingSettingsCommand,
|
|
4142
4561
|
AssociateUserSettingsCommand,
|
|
@@ -4146,6 +4565,7 @@ var commands = {
|
|
|
4146
4565
|
CreateIpAccessSettingsCommand,
|
|
4147
4566
|
CreateNetworkSettingsCommand,
|
|
4148
4567
|
CreatePortalCommand,
|
|
4568
|
+
CreateSessionLoggerCommand,
|
|
4149
4569
|
CreateTrustStoreCommand,
|
|
4150
4570
|
CreateUserAccessLoggingSettingsCommand,
|
|
4151
4571
|
CreateUserSettingsCommand,
|
|
@@ -4155,6 +4575,7 @@ var commands = {
|
|
|
4155
4575
|
DeleteIpAccessSettingsCommand,
|
|
4156
4576
|
DeleteNetworkSettingsCommand,
|
|
4157
4577
|
DeletePortalCommand,
|
|
4578
|
+
DeleteSessionLoggerCommand,
|
|
4158
4579
|
DeleteTrustStoreCommand,
|
|
4159
4580
|
DeleteUserAccessLoggingSettingsCommand,
|
|
4160
4581
|
DeleteUserSettingsCommand,
|
|
@@ -4162,6 +4583,7 @@ var commands = {
|
|
|
4162
4583
|
DisassociateDataProtectionSettingsCommand,
|
|
4163
4584
|
DisassociateIpAccessSettingsCommand,
|
|
4164
4585
|
DisassociateNetworkSettingsCommand,
|
|
4586
|
+
DisassociateSessionLoggerCommand,
|
|
4165
4587
|
DisassociateTrustStoreCommand,
|
|
4166
4588
|
DisassociateUserAccessLoggingSettingsCommand,
|
|
4167
4589
|
DisassociateUserSettingsCommand,
|
|
@@ -4174,6 +4596,7 @@ var commands = {
|
|
|
4174
4596
|
GetPortalCommand,
|
|
4175
4597
|
GetPortalServiceProviderMetadataCommand,
|
|
4176
4598
|
GetSessionCommand,
|
|
4599
|
+
GetSessionLoggerCommand,
|
|
4177
4600
|
GetTrustStoreCommand,
|
|
4178
4601
|
GetTrustStoreCertificateCommand,
|
|
4179
4602
|
GetUserAccessLoggingSettingsCommand,
|
|
@@ -4184,6 +4607,7 @@ var commands = {
|
|
|
4184
4607
|
ListIpAccessSettingsCommand,
|
|
4185
4608
|
ListNetworkSettingsCommand,
|
|
4186
4609
|
ListPortalsCommand,
|
|
4610
|
+
ListSessionLoggersCommand,
|
|
4187
4611
|
ListSessionsCommand,
|
|
4188
4612
|
ListTagsForResourceCommand,
|
|
4189
4613
|
ListTrustStoreCertificatesCommand,
|
|
@@ -4198,6 +4622,7 @@ var commands = {
|
|
|
4198
4622
|
UpdateIpAccessSettingsCommand,
|
|
4199
4623
|
UpdateNetworkSettingsCommand,
|
|
4200
4624
|
UpdatePortalCommand,
|
|
4625
|
+
UpdateSessionLoggerCommand,
|
|
4201
4626
|
UpdateTrustStoreCommand,
|
|
4202
4627
|
UpdateUserAccessLoggingSettingsCommand,
|
|
4203
4628
|
UpdateUserSettingsCommand
|
|
@@ -4233,6 +4658,10 @@ var paginateListNetworkSettings = (0, import_core.createPaginator)(WorkSpacesWeb
|
|
|
4233
4658
|
|
|
4234
4659
|
var paginateListPortals = (0, import_core.createPaginator)(WorkSpacesWebClient, ListPortalsCommand, "nextToken", "nextToken", "maxResults");
|
|
4235
4660
|
|
|
4661
|
+
// src/pagination/ListSessionLoggersPaginator.ts
|
|
4662
|
+
|
|
4663
|
+
var paginateListSessionLoggers = (0, import_core.createPaginator)(WorkSpacesWebClient, ListSessionLoggersCommand, "nextToken", "nextToken", "maxResults");
|
|
4664
|
+
|
|
4236
4665
|
// src/pagination/ListSessionsPaginator.ts
|
|
4237
4666
|
|
|
4238
4667
|
var paginateListSessions = (0, import_core.createPaginator)(WorkSpacesWebClient, ListSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4264,6 +4693,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4264
4693
|
AssociateDataProtectionSettingsCommand,
|
|
4265
4694
|
AssociateIpAccessSettingsCommand,
|
|
4266
4695
|
AssociateNetworkSettingsCommand,
|
|
4696
|
+
AssociateSessionLoggerCommand,
|
|
4267
4697
|
AssociateTrustStoreCommand,
|
|
4268
4698
|
AssociateUserAccessLoggingSettingsCommand,
|
|
4269
4699
|
AssociateUserSettingsCommand,
|
|
@@ -4273,6 +4703,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4273
4703
|
CreateIpAccessSettingsCommand,
|
|
4274
4704
|
CreateNetworkSettingsCommand,
|
|
4275
4705
|
CreatePortalCommand,
|
|
4706
|
+
CreateSessionLoggerCommand,
|
|
4276
4707
|
CreateTrustStoreCommand,
|
|
4277
4708
|
CreateUserAccessLoggingSettingsCommand,
|
|
4278
4709
|
CreateUserSettingsCommand,
|
|
@@ -4282,6 +4713,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4282
4713
|
DeleteIpAccessSettingsCommand,
|
|
4283
4714
|
DeleteNetworkSettingsCommand,
|
|
4284
4715
|
DeletePortalCommand,
|
|
4716
|
+
DeleteSessionLoggerCommand,
|
|
4285
4717
|
DeleteTrustStoreCommand,
|
|
4286
4718
|
DeleteUserAccessLoggingSettingsCommand,
|
|
4287
4719
|
DeleteUserSettingsCommand,
|
|
@@ -4289,6 +4721,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4289
4721
|
DisassociateDataProtectionSettingsCommand,
|
|
4290
4722
|
DisassociateIpAccessSettingsCommand,
|
|
4291
4723
|
DisassociateNetworkSettingsCommand,
|
|
4724
|
+
DisassociateSessionLoggerCommand,
|
|
4292
4725
|
DisassociateTrustStoreCommand,
|
|
4293
4726
|
DisassociateUserAccessLoggingSettingsCommand,
|
|
4294
4727
|
DisassociateUserSettingsCommand,
|
|
@@ -4301,6 +4734,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4301
4734
|
GetPortalCommand,
|
|
4302
4735
|
GetPortalServiceProviderMetadataCommand,
|
|
4303
4736
|
GetSessionCommand,
|
|
4737
|
+
GetSessionLoggerCommand,
|
|
4304
4738
|
GetTrustStoreCertificateCommand,
|
|
4305
4739
|
GetTrustStoreCommand,
|
|
4306
4740
|
GetUserAccessLoggingSettingsCommand,
|
|
@@ -4311,6 +4745,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4311
4745
|
ListIpAccessSettingsCommand,
|
|
4312
4746
|
ListNetworkSettingsCommand,
|
|
4313
4747
|
ListPortalsCommand,
|
|
4748
|
+
ListSessionLoggersCommand,
|
|
4314
4749
|
ListSessionsCommand,
|
|
4315
4750
|
ListTagsForResourceCommand,
|
|
4316
4751
|
ListTrustStoreCertificatesCommand,
|
|
@@ -4325,6 +4760,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4325
4760
|
UpdateIpAccessSettingsCommand,
|
|
4326
4761
|
UpdateNetworkSettingsCommand,
|
|
4327
4762
|
UpdatePortalCommand,
|
|
4763
|
+
UpdateSessionLoggerCommand,
|
|
4328
4764
|
UpdateTrustStoreCommand,
|
|
4329
4765
|
UpdateUserAccessLoggingSettingsCommand,
|
|
4330
4766
|
UpdateUserSettingsCommand,
|
|
@@ -4334,6 +4770,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4334
4770
|
paginateListIpAccessSettings,
|
|
4335
4771
|
paginateListNetworkSettings,
|
|
4336
4772
|
paginateListPortals,
|
|
4773
|
+
paginateListSessionLoggers,
|
|
4337
4774
|
paginateListSessions,
|
|
4338
4775
|
paginateListTrustStoreCertificates,
|
|
4339
4776
|
paginateListTrustStores,
|
|
@@ -4356,6 +4793,10 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4356
4793
|
_InstanceType,
|
|
4357
4794
|
PortalStatus,
|
|
4358
4795
|
RendererType,
|
|
4796
|
+
Event,
|
|
4797
|
+
EventFilter,
|
|
4798
|
+
FolderStructure,
|
|
4799
|
+
LogFileFormat,
|
|
4359
4800
|
TooManyTagsException,
|
|
4360
4801
|
EnabledType,
|
|
4361
4802
|
ToolbarItem,
|
|
@@ -4408,6 +4849,15 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4408
4849
|
ListPortalsResponseFilterSensitiveLog,
|
|
4409
4850
|
UpdatePortalRequestFilterSensitiveLog,
|
|
4410
4851
|
UpdatePortalResponseFilterSensitiveLog,
|
|
4852
|
+
S3LogConfigurationFilterSensitiveLog,
|
|
4853
|
+
LogConfigurationFilterSensitiveLog,
|
|
4854
|
+
CreateSessionLoggerRequestFilterSensitiveLog,
|
|
4855
|
+
SessionLoggerFilterSensitiveLog,
|
|
4856
|
+
GetSessionLoggerResponseFilterSensitiveLog,
|
|
4857
|
+
SessionLoggerSummaryFilterSensitiveLog,
|
|
4858
|
+
ListSessionLoggersResponseFilterSensitiveLog,
|
|
4859
|
+
UpdateSessionLoggerRequestFilterSensitiveLog,
|
|
4860
|
+
UpdateSessionLoggerResponseFilterSensitiveLog,
|
|
4411
4861
|
TagResourceRequestFilterSensitiveLog,
|
|
4412
4862
|
CreateTrustStoreRequestFilterSensitiveLog,
|
|
4413
4863
|
UntagResourceRequestFilterSensitiveLog,
|