@aws-sdk/client-workspaces-web 3.856.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 +11 -11
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateSessionLoggerRequest,
|
|
5
|
+
CreateSessionLoggerResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateSessionLoggerCommandInput
|
|
15
|
+
extends CreateSessionLoggerRequest {}
|
|
16
|
+
export interface CreateSessionLoggerCommandOutput
|
|
17
|
+
extends CreateSessionLoggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateSessionLoggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateSessionLoggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateSessionLoggerCommandInput,
|
|
24
|
+
CreateSessionLoggerCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateSessionLoggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateSessionLoggerCommandInput,
|
|
33
|
+
CreateSessionLoggerCommandOutput,
|
|
34
|
+
WorkSpacesWebClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateSessionLoggerCommand extends CreateSessionLoggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSessionLoggerRequest;
|
|
44
|
+
output: CreateSessionLoggerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSessionLoggerCommandInput;
|
|
48
|
+
output: CreateSessionLoggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteSessionLoggerRequest,
|
|
5
|
+
DeleteSessionLoggerResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteSessionLoggerCommandInput
|
|
15
|
+
extends DeleteSessionLoggerRequest {}
|
|
16
|
+
export interface DeleteSessionLoggerCommandOutput
|
|
17
|
+
extends DeleteSessionLoggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteSessionLoggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteSessionLoggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteSessionLoggerCommandInput,
|
|
24
|
+
DeleteSessionLoggerCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteSessionLoggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteSessionLoggerCommandInput,
|
|
33
|
+
DeleteSessionLoggerCommandOutput,
|
|
34
|
+
WorkSpacesWebClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteSessionLoggerCommand extends DeleteSessionLoggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSessionLoggerRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSessionLoggerCommandInput;
|
|
48
|
+
output: DeleteSessionLoggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DisassociateSessionLoggerRequest,
|
|
5
|
+
DisassociateSessionLoggerResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateSessionLoggerCommandInput
|
|
15
|
+
extends DisassociateSessionLoggerRequest {}
|
|
16
|
+
export interface DisassociateSessionLoggerCommandOutput
|
|
17
|
+
extends DisassociateSessionLoggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateSessionLoggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateSessionLoggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateSessionLoggerCommandInput,
|
|
24
|
+
DisassociateSessionLoggerCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DisassociateSessionLoggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateSessionLoggerCommandInput,
|
|
33
|
+
DisassociateSessionLoggerCommandOutput,
|
|
34
|
+
WorkSpacesWebClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateSessionLoggerCommand extends DisassociateSessionLoggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateSessionLoggerRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateSessionLoggerCommandInput;
|
|
48
|
+
output: DisassociateSessionLoggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetSessionLoggerRequest,
|
|
5
|
+
GetSessionLoggerResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetSessionLoggerCommandInput extends GetSessionLoggerRequest {}
|
|
15
|
+
export interface GetSessionLoggerCommandOutput
|
|
16
|
+
extends GetSessionLoggerResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetSessionLoggerCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSessionLoggerCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetSessionLoggerCommandInput,
|
|
23
|
+
GetSessionLoggerCommandOutput,
|
|
24
|
+
WorkSpacesWebClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetSessionLoggerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSessionLoggerCommandInput,
|
|
32
|
+
GetSessionLoggerCommandOutput,
|
|
33
|
+
WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetSessionLoggerCommand extends GetSessionLoggerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetSessionLoggerRequest;
|
|
43
|
+
output: GetSessionLoggerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetSessionLoggerCommandInput;
|
|
47
|
+
output: GetSessionLoggerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListSessionLoggersRequest,
|
|
5
|
+
ListSessionLoggersResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListSessionLoggersCommandInput
|
|
15
|
+
extends ListSessionLoggersRequest {}
|
|
16
|
+
export interface ListSessionLoggersCommandOutput
|
|
17
|
+
extends ListSessionLoggersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListSessionLoggersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListSessionLoggersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListSessionLoggersCommandInput,
|
|
24
|
+
ListSessionLoggersCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListSessionLoggersCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListSessionLoggersCommandInput,
|
|
33
|
+
ListSessionLoggersCommandOutput,
|
|
34
|
+
WorkSpacesWebClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListSessionLoggersCommand extends ListSessionLoggersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSessionLoggersRequest;
|
|
44
|
+
output: ListSessionLoggersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSessionLoggersCommandInput;
|
|
48
|
+
output: ListSessionLoggersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateSessionLoggerRequest,
|
|
5
|
+
UpdateSessionLoggerResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesWebClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesWebClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateSessionLoggerCommandInput
|
|
15
|
+
extends UpdateSessionLoggerRequest {}
|
|
16
|
+
export interface UpdateSessionLoggerCommandOutput
|
|
17
|
+
extends UpdateSessionLoggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateSessionLoggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateSessionLoggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateSessionLoggerCommandInput,
|
|
24
|
+
UpdateSessionLoggerCommandOutput,
|
|
25
|
+
WorkSpacesWebClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateSessionLoggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateSessionLoggerCommandInput,
|
|
33
|
+
UpdateSessionLoggerCommandOutput,
|
|
34
|
+
WorkSpacesWebClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateSessionLoggerCommand extends UpdateSessionLoggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateSessionLoggerRequest;
|
|
44
|
+
output: UpdateSessionLoggerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateSessionLoggerCommandInput;
|
|
48
|
+
output: UpdateSessionLoggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from "./AssociateBrowserSettingsCommand";
|
|
|
2
2
|
export * from "./AssociateDataProtectionSettingsCommand";
|
|
3
3
|
export * from "./AssociateIpAccessSettingsCommand";
|
|
4
4
|
export * from "./AssociateNetworkSettingsCommand";
|
|
5
|
+
export * from "./AssociateSessionLoggerCommand";
|
|
5
6
|
export * from "./AssociateTrustStoreCommand";
|
|
6
7
|
export * from "./AssociateUserAccessLoggingSettingsCommand";
|
|
7
8
|
export * from "./AssociateUserSettingsCommand";
|
|
@@ -11,6 +12,7 @@ export * from "./CreateIdentityProviderCommand";
|
|
|
11
12
|
export * from "./CreateIpAccessSettingsCommand";
|
|
12
13
|
export * from "./CreateNetworkSettingsCommand";
|
|
13
14
|
export * from "./CreatePortalCommand";
|
|
15
|
+
export * from "./CreateSessionLoggerCommand";
|
|
14
16
|
export * from "./CreateTrustStoreCommand";
|
|
15
17
|
export * from "./CreateUserAccessLoggingSettingsCommand";
|
|
16
18
|
export * from "./CreateUserSettingsCommand";
|
|
@@ -20,6 +22,7 @@ export * from "./DeleteIdentityProviderCommand";
|
|
|
20
22
|
export * from "./DeleteIpAccessSettingsCommand";
|
|
21
23
|
export * from "./DeleteNetworkSettingsCommand";
|
|
22
24
|
export * from "./DeletePortalCommand";
|
|
25
|
+
export * from "./DeleteSessionLoggerCommand";
|
|
23
26
|
export * from "./DeleteTrustStoreCommand";
|
|
24
27
|
export * from "./DeleteUserAccessLoggingSettingsCommand";
|
|
25
28
|
export * from "./DeleteUserSettingsCommand";
|
|
@@ -27,6 +30,7 @@ export * from "./DisassociateBrowserSettingsCommand";
|
|
|
27
30
|
export * from "./DisassociateDataProtectionSettingsCommand";
|
|
28
31
|
export * from "./DisassociateIpAccessSettingsCommand";
|
|
29
32
|
export * from "./DisassociateNetworkSettingsCommand";
|
|
33
|
+
export * from "./DisassociateSessionLoggerCommand";
|
|
30
34
|
export * from "./DisassociateTrustStoreCommand";
|
|
31
35
|
export * from "./DisassociateUserAccessLoggingSettingsCommand";
|
|
32
36
|
export * from "./DisassociateUserSettingsCommand";
|
|
@@ -39,6 +43,7 @@ export * from "./GetNetworkSettingsCommand";
|
|
|
39
43
|
export * from "./GetPortalCommand";
|
|
40
44
|
export * from "./GetPortalServiceProviderMetadataCommand";
|
|
41
45
|
export * from "./GetSessionCommand";
|
|
46
|
+
export * from "./GetSessionLoggerCommand";
|
|
42
47
|
export * from "./GetTrustStoreCertificateCommand";
|
|
43
48
|
export * from "./GetTrustStoreCommand";
|
|
44
49
|
export * from "./GetUserAccessLoggingSettingsCommand";
|
|
@@ -49,6 +54,7 @@ export * from "./ListIdentityProvidersCommand";
|
|
|
49
54
|
export * from "./ListIpAccessSettingsCommand";
|
|
50
55
|
export * from "./ListNetworkSettingsCommand";
|
|
51
56
|
export * from "./ListPortalsCommand";
|
|
57
|
+
export * from "./ListSessionLoggersCommand";
|
|
52
58
|
export * from "./ListSessionsCommand";
|
|
53
59
|
export * from "./ListTagsForResourceCommand";
|
|
54
60
|
export * from "./ListTrustStoreCertificatesCommand";
|
|
@@ -63,6 +69,7 @@ export * from "./UpdateIdentityProviderCommand";
|
|
|
63
69
|
export * from "./UpdateIpAccessSettingsCommand";
|
|
64
70
|
export * from "./UpdateNetworkSettingsCommand";
|
|
65
71
|
export * from "./UpdatePortalCommand";
|
|
72
|
+
export * from "./UpdateSessionLoggerCommand";
|
|
66
73
|
export * from "./UpdateTrustStoreCommand";
|
|
67
74
|
export * from "./UpdateUserAccessLoggingSettingsCommand";
|
|
68
75
|
export * from "./UpdateUserSettingsCommand";
|
|
@@ -94,6 +94,14 @@ export interface AssociateNetworkSettingsResponse {
|
|
|
94
94
|
portalArn: string | undefined;
|
|
95
95
|
networkSettingsArn: string | undefined;
|
|
96
96
|
}
|
|
97
|
+
export interface AssociateSessionLoggerRequest {
|
|
98
|
+
portalArn: string | undefined;
|
|
99
|
+
sessionLoggerArn: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface AssociateSessionLoggerResponse {
|
|
102
|
+
portalArn: string | undefined;
|
|
103
|
+
sessionLoggerArn: string | undefined;
|
|
104
|
+
}
|
|
97
105
|
export interface AssociateTrustStoreRequest {
|
|
98
106
|
portalArn: string | undefined;
|
|
99
107
|
trustStoreArn: string | undefined;
|
|
@@ -542,6 +550,10 @@ export interface DisassociateNetworkSettingsRequest {
|
|
|
542
550
|
portalArn: string | undefined;
|
|
543
551
|
}
|
|
544
552
|
export interface DisassociateNetworkSettingsResponse {}
|
|
553
|
+
export interface DisassociateSessionLoggerRequest {
|
|
554
|
+
portalArn: string | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface DisassociateSessionLoggerResponse {}
|
|
545
557
|
export interface DisassociateTrustStoreRequest {
|
|
546
558
|
portalArn: string | undefined;
|
|
547
559
|
}
|
|
@@ -579,6 +591,7 @@ export interface Portal {
|
|
|
579
591
|
dataProtectionSettingsArn?: string | undefined;
|
|
580
592
|
userSettingsArn?: string | undefined;
|
|
581
593
|
networkSettingsArn?: string | undefined;
|
|
594
|
+
sessionLoggerArn?: string | undefined;
|
|
582
595
|
trustStoreArn?: string | undefined;
|
|
583
596
|
statusReason?: string | undefined;
|
|
584
597
|
userAccessLoggingSettingsArn?: string | undefined;
|
|
@@ -615,6 +628,7 @@ export interface PortalSummary {
|
|
|
615
628
|
dataProtectionSettingsArn?: string | undefined;
|
|
616
629
|
userSettingsArn?: string | undefined;
|
|
617
630
|
networkSettingsArn?: string | undefined;
|
|
631
|
+
sessionLoggerArn?: string | undefined;
|
|
618
632
|
trustStoreArn?: string | undefined;
|
|
619
633
|
userAccessLoggingSettingsArn?: string | undefined;
|
|
620
634
|
authenticationType?: AuthenticationType | undefined;
|
|
@@ -636,6 +650,129 @@ export interface UpdatePortalRequest {
|
|
|
636
650
|
export interface UpdatePortalResponse {
|
|
637
651
|
portal?: Portal | undefined;
|
|
638
652
|
}
|
|
653
|
+
export interface Unit {}
|
|
654
|
+
export declare const Event: {
|
|
655
|
+
readonly CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite";
|
|
656
|
+
readonly CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite";
|
|
657
|
+
readonly CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard";
|
|
658
|
+
readonly FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk";
|
|
659
|
+
readonly FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk";
|
|
660
|
+
readonly FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk";
|
|
661
|
+
readonly FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser";
|
|
662
|
+
readonly PRINT_JOB_SUBMIT: "PrintJobSubmit";
|
|
663
|
+
readonly SESSION_CONNECT: "SessionConnect";
|
|
664
|
+
readonly SESSION_DISCONNECT: "SessionDisconnect";
|
|
665
|
+
readonly SESSION_END: "SessionEnd";
|
|
666
|
+
readonly SESSION_START: "SessionStart";
|
|
667
|
+
readonly TAB_CLOSE: "TabClose";
|
|
668
|
+
readonly TAB_OPEN: "TabOpen";
|
|
669
|
+
readonly URL_LOAD: "UrlLoad";
|
|
670
|
+
readonly WEBSITE_INTERACT: "WebsiteInteract";
|
|
671
|
+
};
|
|
672
|
+
export type Event = (typeof Event)[keyof typeof Event];
|
|
673
|
+
export type EventFilter =
|
|
674
|
+
| EventFilter.AllMember
|
|
675
|
+
| EventFilter.IncludeMember
|
|
676
|
+
| EventFilter.$UnknownMember;
|
|
677
|
+
export declare namespace EventFilter {
|
|
678
|
+
interface AllMember {
|
|
679
|
+
all: Unit;
|
|
680
|
+
include?: never;
|
|
681
|
+
$unknown?: never;
|
|
682
|
+
}
|
|
683
|
+
interface IncludeMember {
|
|
684
|
+
all?: never;
|
|
685
|
+
include: Event[];
|
|
686
|
+
$unknown?: never;
|
|
687
|
+
}
|
|
688
|
+
interface $UnknownMember {
|
|
689
|
+
all?: never;
|
|
690
|
+
include?: never;
|
|
691
|
+
$unknown: [string, any];
|
|
692
|
+
}
|
|
693
|
+
interface Visitor<T> {
|
|
694
|
+
all: (value: Unit) => T;
|
|
695
|
+
include: (value: Event[]) => T;
|
|
696
|
+
_: (name: string, value: any) => T;
|
|
697
|
+
}
|
|
698
|
+
const visit: <T>(value: EventFilter, visitor: Visitor<T>) => T;
|
|
699
|
+
}
|
|
700
|
+
export declare const FolderStructure: {
|
|
701
|
+
readonly FLAT: "Flat";
|
|
702
|
+
readonly NESTED_BY_DATE: "NestedByDate";
|
|
703
|
+
};
|
|
704
|
+
export type FolderStructure =
|
|
705
|
+
(typeof FolderStructure)[keyof typeof FolderStructure];
|
|
706
|
+
export declare const LogFileFormat: {
|
|
707
|
+
readonly JSON: "Json";
|
|
708
|
+
readonly JSON_LINES: "JSONLines";
|
|
709
|
+
};
|
|
710
|
+
export type LogFileFormat = (typeof LogFileFormat)[keyof typeof LogFileFormat];
|
|
711
|
+
export interface S3LogConfiguration {
|
|
712
|
+
bucket: string | undefined;
|
|
713
|
+
keyPrefix?: string | undefined;
|
|
714
|
+
bucketOwner?: string | undefined;
|
|
715
|
+
logFileFormat: LogFileFormat | undefined;
|
|
716
|
+
folderStructure: FolderStructure | undefined;
|
|
717
|
+
}
|
|
718
|
+
export interface LogConfiguration {
|
|
719
|
+
s3?: S3LogConfiguration | undefined;
|
|
720
|
+
}
|
|
721
|
+
export interface CreateSessionLoggerRequest {
|
|
722
|
+
eventFilter: EventFilter | undefined;
|
|
723
|
+
logConfiguration: LogConfiguration | undefined;
|
|
724
|
+
displayName?: string | undefined;
|
|
725
|
+
customerManagedKey?: string | undefined;
|
|
726
|
+
additionalEncryptionContext?: Record<string, string> | undefined;
|
|
727
|
+
tags?: Tag[] | undefined;
|
|
728
|
+
clientToken?: string | undefined;
|
|
729
|
+
}
|
|
730
|
+
export interface CreateSessionLoggerResponse {
|
|
731
|
+
sessionLoggerArn: string | undefined;
|
|
732
|
+
}
|
|
733
|
+
export interface DeleteSessionLoggerRequest {
|
|
734
|
+
sessionLoggerArn: string | undefined;
|
|
735
|
+
}
|
|
736
|
+
export interface DeleteSessionLoggerResponse {}
|
|
737
|
+
export interface GetSessionLoggerRequest {
|
|
738
|
+
sessionLoggerArn: string | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface SessionLogger {
|
|
741
|
+
sessionLoggerArn: string | undefined;
|
|
742
|
+
eventFilter?: EventFilter | undefined;
|
|
743
|
+
logConfiguration?: LogConfiguration | undefined;
|
|
744
|
+
customerManagedKey?: string | undefined;
|
|
745
|
+
additionalEncryptionContext?: Record<string, string> | undefined;
|
|
746
|
+
associatedPortalArns?: string[] | undefined;
|
|
747
|
+
displayName?: string | undefined;
|
|
748
|
+
creationDate?: Date | undefined;
|
|
749
|
+
}
|
|
750
|
+
export interface GetSessionLoggerResponse {
|
|
751
|
+
sessionLogger?: SessionLogger | undefined;
|
|
752
|
+
}
|
|
753
|
+
export interface ListSessionLoggersRequest {
|
|
754
|
+
nextToken?: string | undefined;
|
|
755
|
+
maxResults?: number | undefined;
|
|
756
|
+
}
|
|
757
|
+
export interface SessionLoggerSummary {
|
|
758
|
+
sessionLoggerArn: string | undefined;
|
|
759
|
+
logConfiguration?: LogConfiguration | undefined;
|
|
760
|
+
displayName?: string | undefined;
|
|
761
|
+
creationDate?: Date | undefined;
|
|
762
|
+
}
|
|
763
|
+
export interface ListSessionLoggersResponse {
|
|
764
|
+
sessionLoggers?: SessionLoggerSummary[] | undefined;
|
|
765
|
+
nextToken?: string | undefined;
|
|
766
|
+
}
|
|
767
|
+
export interface UpdateSessionLoggerRequest {
|
|
768
|
+
sessionLoggerArn: string | undefined;
|
|
769
|
+
eventFilter?: EventFilter | undefined;
|
|
770
|
+
logConfiguration?: LogConfiguration | undefined;
|
|
771
|
+
displayName?: string | undefined;
|
|
772
|
+
}
|
|
773
|
+
export interface UpdateSessionLoggerResponse {
|
|
774
|
+
sessionLogger: SessionLogger | undefined;
|
|
775
|
+
}
|
|
639
776
|
export interface TagResourceRequest {
|
|
640
777
|
resourceArn: string | undefined;
|
|
641
778
|
tags: Tag[] | undefined;
|
|
@@ -1044,6 +1181,33 @@ export declare const UpdatePortalRequestFilterSensitiveLog: (
|
|
|
1044
1181
|
export declare const UpdatePortalResponseFilterSensitiveLog: (
|
|
1045
1182
|
obj: UpdatePortalResponse
|
|
1046
1183
|
) => any;
|
|
1184
|
+
export declare const S3LogConfigurationFilterSensitiveLog: (
|
|
1185
|
+
obj: S3LogConfiguration
|
|
1186
|
+
) => any;
|
|
1187
|
+
export declare const LogConfigurationFilterSensitiveLog: (
|
|
1188
|
+
obj: LogConfiguration
|
|
1189
|
+
) => any;
|
|
1190
|
+
export declare const CreateSessionLoggerRequestFilterSensitiveLog: (
|
|
1191
|
+
obj: CreateSessionLoggerRequest
|
|
1192
|
+
) => any;
|
|
1193
|
+
export declare const SessionLoggerFilterSensitiveLog: (
|
|
1194
|
+
obj: SessionLogger
|
|
1195
|
+
) => any;
|
|
1196
|
+
export declare const GetSessionLoggerResponseFilterSensitiveLog: (
|
|
1197
|
+
obj: GetSessionLoggerResponse
|
|
1198
|
+
) => any;
|
|
1199
|
+
export declare const SessionLoggerSummaryFilterSensitiveLog: (
|
|
1200
|
+
obj: SessionLoggerSummary
|
|
1201
|
+
) => any;
|
|
1202
|
+
export declare const ListSessionLoggersResponseFilterSensitiveLog: (
|
|
1203
|
+
obj: ListSessionLoggersResponse
|
|
1204
|
+
) => any;
|
|
1205
|
+
export declare const UpdateSessionLoggerRequestFilterSensitiveLog: (
|
|
1206
|
+
obj: UpdateSessionLoggerRequest
|
|
1207
|
+
) => any;
|
|
1208
|
+
export declare const UpdateSessionLoggerResponseFilterSensitiveLog: (
|
|
1209
|
+
obj: UpdateSessionLoggerResponse
|
|
1210
|
+
) => any;
|
|
1047
1211
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1048
1212
|
obj: TagResourceRequest
|
|
1049
1213
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSessionLoggersCommandInput,
|
|
4
|
+
ListSessionLoggersCommandOutput,
|
|
5
|
+
} from "../commands/ListSessionLoggersCommand";
|
|
6
|
+
import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSessionLoggers: (
|
|
8
|
+
config: WorkSpacesWebPaginationConfiguration,
|
|
9
|
+
input: ListSessionLoggersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSessionLoggersCommandOutput>;
|
|
@@ -5,6 +5,7 @@ export * from "./ListIdentityProvidersPaginator";
|
|
|
5
5
|
export * from "./ListIpAccessSettingsPaginator";
|
|
6
6
|
export * from "./ListNetworkSettingsPaginator";
|
|
7
7
|
export * from "./ListPortalsPaginator";
|
|
8
|
+
export * from "./ListSessionLoggersPaginator";
|
|
8
9
|
export * from "./ListSessionsPaginator";
|
|
9
10
|
export * from "./ListTrustStoreCertificatesPaginator";
|
|
10
11
|
export * from "./ListTrustStoresPaginator";
|