@aws-sdk/client-workspaces-web 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/WorkSpacesWeb.d.ts +9 -1
- package/dist-types/WorkSpacesWebClient.d.ts +1 -1
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +3 -2
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalCommand.d.ts +2 -1
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +3 -2
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -2
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +360 -360
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +8 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Access is denied.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -17,13 +17,13 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateBrowserSettingsRequest {
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* <p>The ARN of the web portal.</p>
|
|
21
|
+
* @public
|
|
22
22
|
*/
|
|
23
23
|
portalArn: string | undefined;
|
|
24
24
|
/**
|
|
25
|
-
* @public
|
|
26
25
|
* <p>The ARN of the browser settings.</p>
|
|
26
|
+
* @public
|
|
27
27
|
*/
|
|
28
28
|
browserSettingsArn: string | undefined;
|
|
29
29
|
}
|
|
@@ -32,31 +32,31 @@ export interface AssociateBrowserSettingsRequest {
|
|
|
32
32
|
*/
|
|
33
33
|
export interface AssociateBrowserSettingsResponse {
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>The ARN of the web portal.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
portalArn: string | undefined;
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>The ARN of the browser settings.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
browserSettingsArn: string | undefined;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>There is a conflict.</p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
export declare class ConflictException extends __BaseException {
|
|
50
50
|
readonly name: "ConflictException";
|
|
51
51
|
readonly $fault: "client";
|
|
52
52
|
/**
|
|
53
|
-
* @public
|
|
54
53
|
* <p>Identifier of the resource affected.</p>
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
resourceId?: string;
|
|
57
57
|
/**
|
|
58
|
-
* @public
|
|
59
58
|
* <p>Type of the resource affected.</p>
|
|
59
|
+
* @public
|
|
60
60
|
*/
|
|
61
61
|
resourceType?: string;
|
|
62
62
|
/**
|
|
@@ -65,15 +65,15 @@ export declare class ConflictException extends __BaseException {
|
|
|
65
65
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* @public
|
|
69
68
|
* <p>There is an internal server error.</p>
|
|
69
|
+
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class InternalServerException extends __BaseException {
|
|
72
72
|
readonly name: "InternalServerException";
|
|
73
73
|
readonly $fault: "server";
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>Advice to clients on when the call can be safely retried.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
retryAfterSeconds?: number;
|
|
79
79
|
/**
|
|
@@ -82,20 +82,20 @@ export declare class InternalServerException extends __BaseException {
|
|
|
82
82
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
* @public
|
|
86
85
|
* <p>The resource cannot be found.</p>
|
|
86
|
+
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
89
89
|
readonly name: "ResourceNotFoundException";
|
|
90
90
|
readonly $fault: "client";
|
|
91
91
|
/**
|
|
92
|
-
* @public
|
|
93
92
|
* <p>Hypothetical identifier of the resource affected.</p>
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
resourceId?: string;
|
|
96
96
|
/**
|
|
97
|
-
* @public
|
|
98
97
|
* <p>Hypothetical type of the resource affected.</p>
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
resourceType?: string;
|
|
101
101
|
/**
|
|
@@ -104,25 +104,25 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
104
104
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>There is a throttling error.</p>
|
|
108
|
+
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class ThrottlingException extends __BaseException {
|
|
111
111
|
readonly name: "ThrottlingException";
|
|
112
112
|
readonly $fault: "client";
|
|
113
113
|
/**
|
|
114
|
-
* @public
|
|
115
114
|
* <p>The originating service.</p>
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
serviceCode?: string;
|
|
118
118
|
/**
|
|
119
|
-
* @public
|
|
120
119
|
* <p>The originating quota.</p>
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
quotaCode?: string;
|
|
123
123
|
/**
|
|
124
|
-
* @public
|
|
125
124
|
* <p>Advice to clients on when the call can be safely retried.</p>
|
|
125
|
+
* @public
|
|
126
126
|
*/
|
|
127
127
|
retryAfterSeconds?: number;
|
|
128
128
|
/**
|
|
@@ -131,18 +131,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
131
131
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
|
-
* @public
|
|
135
134
|
* <p>Information about a field passed inside a request that resulted in an exception.</p>
|
|
135
|
+
* @public
|
|
136
136
|
*/
|
|
137
137
|
export interface ValidationExceptionField {
|
|
138
138
|
/**
|
|
139
|
-
* @public
|
|
140
139
|
* <p>The name of the field that failed validation.</p>
|
|
140
|
+
* @public
|
|
141
141
|
*/
|
|
142
142
|
name: string | undefined;
|
|
143
143
|
/**
|
|
144
|
-
* @public
|
|
145
144
|
* <p>The message describing why the field failed validation.</p>
|
|
145
|
+
* @public
|
|
146
146
|
*/
|
|
147
147
|
message: string | undefined;
|
|
148
148
|
}
|
|
@@ -161,20 +161,20 @@ export declare const ValidationExceptionReason: {
|
|
|
161
161
|
*/
|
|
162
162
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>There is a validation error.</p>
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class ValidationException extends __BaseException {
|
|
168
168
|
readonly name: "ValidationException";
|
|
169
169
|
readonly $fault: "client";
|
|
170
170
|
/**
|
|
171
|
-
* @public
|
|
172
171
|
* <p>Reason the request failed validation</p>
|
|
172
|
+
* @public
|
|
173
173
|
*/
|
|
174
174
|
reason?: ValidationExceptionReason;
|
|
175
175
|
/**
|
|
176
|
-
* @public
|
|
177
176
|
* <p>The field that caused the error.</p>
|
|
177
|
+
* @public
|
|
178
178
|
*/
|
|
179
179
|
fieldList?: ValidationExceptionField[];
|
|
180
180
|
/**
|
|
@@ -187,13 +187,13 @@ export declare class ValidationException extends __BaseException {
|
|
|
187
187
|
*/
|
|
188
188
|
export interface AssociateIpAccessSettingsRequest {
|
|
189
189
|
/**
|
|
190
|
-
* @public
|
|
191
190
|
* <p>The ARN of the web portal.</p>
|
|
191
|
+
* @public
|
|
192
192
|
*/
|
|
193
193
|
portalArn: string | undefined;
|
|
194
194
|
/**
|
|
195
|
-
* @public
|
|
196
195
|
* <p>The ARN of the IP access settings.</p>
|
|
196
|
+
* @public
|
|
197
197
|
*/
|
|
198
198
|
ipAccessSettingsArn: string | undefined;
|
|
199
199
|
}
|
|
@@ -202,13 +202,13 @@ export interface AssociateIpAccessSettingsRequest {
|
|
|
202
202
|
*/
|
|
203
203
|
export interface AssociateIpAccessSettingsResponse {
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* <p>The ARN of the web portal.</p>
|
|
206
|
+
* @public
|
|
207
207
|
*/
|
|
208
208
|
portalArn: string | undefined;
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>The ARN of the IP access settings resource.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
ipAccessSettingsArn: string | undefined;
|
|
214
214
|
}
|
|
@@ -217,13 +217,13 @@ export interface AssociateIpAccessSettingsResponse {
|
|
|
217
217
|
*/
|
|
218
218
|
export interface AssociateNetworkSettingsRequest {
|
|
219
219
|
/**
|
|
220
|
-
* @public
|
|
221
220
|
* <p>The ARN of the web portal.</p>
|
|
221
|
+
* @public
|
|
222
222
|
*/
|
|
223
223
|
portalArn: string | undefined;
|
|
224
224
|
/**
|
|
225
|
-
* @public
|
|
226
225
|
* <p>The ARN of the network settings.</p>
|
|
226
|
+
* @public
|
|
227
227
|
*/
|
|
228
228
|
networkSettingsArn: string | undefined;
|
|
229
229
|
}
|
|
@@ -232,13 +232,13 @@ export interface AssociateNetworkSettingsRequest {
|
|
|
232
232
|
*/
|
|
233
233
|
export interface AssociateNetworkSettingsResponse {
|
|
234
234
|
/**
|
|
235
|
-
* @public
|
|
236
235
|
* <p>The ARN of the web portal.</p>
|
|
236
|
+
* @public
|
|
237
237
|
*/
|
|
238
238
|
portalArn: string | undefined;
|
|
239
239
|
/**
|
|
240
|
-
* @public
|
|
241
240
|
* <p>The ARN of the network settings.</p>
|
|
241
|
+
* @public
|
|
242
242
|
*/
|
|
243
243
|
networkSettingsArn: string | undefined;
|
|
244
244
|
}
|
|
@@ -247,13 +247,13 @@ export interface AssociateNetworkSettingsResponse {
|
|
|
247
247
|
*/
|
|
248
248
|
export interface AssociateTrustStoreRequest {
|
|
249
249
|
/**
|
|
250
|
-
* @public
|
|
251
250
|
* <p>The ARN of the web portal.</p>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
portalArn: string | undefined;
|
|
254
254
|
/**
|
|
255
|
-
* @public
|
|
256
255
|
* <p>The ARN of the trust store.</p>
|
|
256
|
+
* @public
|
|
257
257
|
*/
|
|
258
258
|
trustStoreArn: string | undefined;
|
|
259
259
|
}
|
|
@@ -262,13 +262,13 @@ export interface AssociateTrustStoreRequest {
|
|
|
262
262
|
*/
|
|
263
263
|
export interface AssociateTrustStoreResponse {
|
|
264
264
|
/**
|
|
265
|
-
* @public
|
|
266
265
|
* <p>The ARN of the web portal.</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
portalArn: string | undefined;
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>The ARN of the trust store.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
trustStoreArn: string | undefined;
|
|
274
274
|
}
|
|
@@ -277,13 +277,13 @@ export interface AssociateTrustStoreResponse {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface AssociateUserAccessLoggingSettingsRequest {
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>The ARN of the web portal.</p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
portalArn: string | undefined;
|
|
284
284
|
/**
|
|
285
|
-
* @public
|
|
286
285
|
* <p>The ARN of the user access logging settings.</p>
|
|
286
|
+
* @public
|
|
287
287
|
*/
|
|
288
288
|
userAccessLoggingSettingsArn: string | undefined;
|
|
289
289
|
}
|
|
@@ -292,13 +292,13 @@ export interface AssociateUserAccessLoggingSettingsRequest {
|
|
|
292
292
|
*/
|
|
293
293
|
export interface AssociateUserAccessLoggingSettingsResponse {
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p>The ARN of the web portal.</p>
|
|
296
|
+
* @public
|
|
297
297
|
*/
|
|
298
298
|
portalArn: string | undefined;
|
|
299
299
|
/**
|
|
300
|
-
* @public
|
|
301
300
|
* <p>The ARN of the user access logging settings.</p>
|
|
301
|
+
* @public
|
|
302
302
|
*/
|
|
303
303
|
userAccessLoggingSettingsArn: string | undefined;
|
|
304
304
|
}
|
|
@@ -307,13 +307,13 @@ export interface AssociateUserAccessLoggingSettingsResponse {
|
|
|
307
307
|
*/
|
|
308
308
|
export interface AssociateUserSettingsRequest {
|
|
309
309
|
/**
|
|
310
|
-
* @public
|
|
311
310
|
* <p>The ARN of the web portal.</p>
|
|
311
|
+
* @public
|
|
312
312
|
*/
|
|
313
313
|
portalArn: string | undefined;
|
|
314
314
|
/**
|
|
315
|
-
* @public
|
|
316
315
|
* <p>The ARN of the user settings.</p>
|
|
316
|
+
* @public
|
|
317
317
|
*/
|
|
318
318
|
userSettingsArn: string | undefined;
|
|
319
319
|
}
|
|
@@ -322,13 +322,13 @@ export interface AssociateUserSettingsRequest {
|
|
|
322
322
|
*/
|
|
323
323
|
export interface AssociateUserSettingsResponse {
|
|
324
324
|
/**
|
|
325
|
-
* @public
|
|
326
325
|
* <p>The ARN of the web portal.</p>
|
|
326
|
+
* @public
|
|
327
327
|
*/
|
|
328
328
|
portalArn: string | undefined;
|
|
329
329
|
/**
|
|
330
|
-
* @public
|
|
331
330
|
* <p>The ARN of the user settings.</p>
|
|
331
|
+
* @public
|
|
332
332
|
*/
|
|
333
333
|
userSettingsArn: string | undefined;
|
|
334
334
|
}
|
|
@@ -345,18 +345,18 @@ export declare const AuthenticationType: {
|
|
|
345
345
|
*/
|
|
346
346
|
export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* <p>The tag.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
export interface Tag {
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The key of the tag.</p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
Key: string | undefined;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>The value of the tag</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
Value: string | undefined;
|
|
362
362
|
}
|
|
@@ -365,33 +365,33 @@ export interface Tag {
|
|
|
365
365
|
*/
|
|
366
366
|
export interface CreateBrowserSettingsRequest {
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
tags?: Tag[];
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>The custom managed key of the browser settings.</p>
|
|
374
|
+
* @public
|
|
375
375
|
*/
|
|
376
376
|
customerManagedKey?: string;
|
|
377
377
|
/**
|
|
378
|
-
* @public
|
|
379
378
|
* <p>Additional encryption context of the browser settings.</p>
|
|
379
|
+
* @public
|
|
380
380
|
*/
|
|
381
381
|
additionalEncryptionContext?: Record<string, string>;
|
|
382
382
|
/**
|
|
383
|
-
* @public
|
|
384
383
|
* <p>A JSON string containing Chrome Enterprise policies that will be applied to all
|
|
385
384
|
* streaming sessions.</p>
|
|
385
|
+
* @public
|
|
386
386
|
*/
|
|
387
387
|
browserPolicy: string | undefined;
|
|
388
388
|
/**
|
|
389
|
-
* @public
|
|
390
389
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
391
390
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
392
391
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
393
392
|
* client token returns the result from the original successful request.</p>
|
|
394
393
|
* <p>If you do not specify a client token, one is automatically generated by the AWS SDK. </p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
clientToken?: string;
|
|
397
397
|
}
|
|
@@ -400,36 +400,36 @@ export interface CreateBrowserSettingsRequest {
|
|
|
400
400
|
*/
|
|
401
401
|
export interface CreateBrowserSettingsResponse {
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The ARN of the browser settings.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
browserSettingsArn: string | undefined;
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
|
-
* @public
|
|
410
409
|
* <p>The service quota has been exceeded.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
413
413
|
readonly name: "ServiceQuotaExceededException";
|
|
414
414
|
readonly $fault: "client";
|
|
415
415
|
/**
|
|
416
|
-
* @public
|
|
417
416
|
* <p>Identifier of the resource affected.</p>
|
|
417
|
+
* @public
|
|
418
418
|
*/
|
|
419
419
|
resourceId?: string;
|
|
420
420
|
/**
|
|
421
|
-
* @public
|
|
422
421
|
* <p> Type of the resource affected.</p>
|
|
422
|
+
* @public
|
|
423
423
|
*/
|
|
424
424
|
resourceType?: string;
|
|
425
425
|
/**
|
|
426
|
-
* @public
|
|
427
426
|
* <p>The originating service.</p>
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
serviceCode?: string;
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* <p>The originating quota.</p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
quotaCode?: string;
|
|
435
435
|
/**
|
|
@@ -442,8 +442,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
442
442
|
*/
|
|
443
443
|
export interface DeleteBrowserSettingsRequest {
|
|
444
444
|
/**
|
|
445
|
-
* @public
|
|
446
445
|
* <p>The ARN of the browser settings.</p>
|
|
446
|
+
* @public
|
|
447
447
|
*/
|
|
448
448
|
browserSettingsArn: string | undefined;
|
|
449
449
|
}
|
|
@@ -457,32 +457,32 @@ export interface DeleteBrowserSettingsResponse {
|
|
|
457
457
|
*/
|
|
458
458
|
export interface GetBrowserSettingsRequest {
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* <p>The ARN of the browser settings.</p>
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
browserSettingsArn: string | undefined;
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
|
-
* @public
|
|
467
466
|
* <p>The browser settings resource that can be associated with a web portal. Once associated
|
|
468
467
|
* with a web portal, browser settings control how the browser will behave once a user starts
|
|
469
468
|
* a streaming session for the web portal. </p>
|
|
469
|
+
* @public
|
|
470
470
|
*/
|
|
471
471
|
export interface BrowserSettings {
|
|
472
472
|
/**
|
|
473
|
-
* @public
|
|
474
473
|
* <p>The ARN of the browser settings.</p>
|
|
474
|
+
* @public
|
|
475
475
|
*/
|
|
476
476
|
browserSettingsArn: string | undefined;
|
|
477
477
|
/**
|
|
478
|
-
* @public
|
|
479
478
|
* <p>A list of web portal ARNs that this browser settings is associated with.</p>
|
|
479
|
+
* @public
|
|
480
480
|
*/
|
|
481
481
|
associatedPortalArns?: string[];
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* <p>A JSON string containing Chrome Enterprise policies that will be applied to all
|
|
485
484
|
* streaming sessions.</p>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
browserPolicy?: string;
|
|
488
488
|
}
|
|
@@ -491,8 +491,8 @@ export interface BrowserSettings {
|
|
|
491
491
|
*/
|
|
492
492
|
export interface GetBrowserSettingsResponse {
|
|
493
493
|
/**
|
|
494
|
-
* @public
|
|
495
494
|
* <p>The browser settings.</p>
|
|
495
|
+
* @public
|
|
496
496
|
*/
|
|
497
497
|
browserSettings?: BrowserSettings;
|
|
498
498
|
}
|
|
@@ -501,24 +501,24 @@ export interface GetBrowserSettingsResponse {
|
|
|
501
501
|
*/
|
|
502
502
|
export interface ListBrowserSettingsRequest {
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
nextToken?: string;
|
|
508
508
|
/**
|
|
509
|
-
* @public
|
|
510
509
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
510
|
+
* @public
|
|
511
511
|
*/
|
|
512
512
|
maxResults?: number;
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* <p>The summary for browser settings.</p>
|
|
516
|
+
* @public
|
|
517
517
|
*/
|
|
518
518
|
export interface BrowserSettingsSummary {
|
|
519
519
|
/**
|
|
520
|
-
* @public
|
|
521
520
|
* <p>The ARN of the browser settings.</p>
|
|
521
|
+
* @public
|
|
522
522
|
*/
|
|
523
523
|
browserSettingsArn: string | undefined;
|
|
524
524
|
}
|
|
@@ -527,13 +527,13 @@ export interface BrowserSettingsSummary {
|
|
|
527
527
|
*/
|
|
528
528
|
export interface ListBrowserSettingsResponse {
|
|
529
529
|
/**
|
|
530
|
-
* @public
|
|
531
530
|
* <p>The browser settings.</p>
|
|
531
|
+
* @public
|
|
532
532
|
*/
|
|
533
533
|
browserSettings?: BrowserSettingsSummary[];
|
|
534
534
|
/**
|
|
535
|
-
* @public
|
|
536
535
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
nextToken?: string;
|
|
539
539
|
}
|
|
@@ -542,24 +542,24 @@ export interface ListBrowserSettingsResponse {
|
|
|
542
542
|
*/
|
|
543
543
|
export interface UpdateBrowserSettingsRequest {
|
|
544
544
|
/**
|
|
545
|
-
* @public
|
|
546
545
|
* <p>The ARN of the browser settings.</p>
|
|
546
|
+
* @public
|
|
547
547
|
*/
|
|
548
548
|
browserSettingsArn: string | undefined;
|
|
549
549
|
/**
|
|
550
|
-
* @public
|
|
551
550
|
* <p>A JSON string containing Chrome Enterprise policies that will be applied to all
|
|
552
551
|
* streaming sessions. </p>
|
|
552
|
+
* @public
|
|
553
553
|
*/
|
|
554
554
|
browserPolicy?: string;
|
|
555
555
|
/**
|
|
556
|
-
* @public
|
|
557
556
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
558
557
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
559
558
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
560
559
|
* client token return the result from the original successful request. </p>
|
|
561
560
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
562
561
|
* SDK.</p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
clientToken?: string;
|
|
565
565
|
}
|
|
@@ -568,8 +568,8 @@ export interface UpdateBrowserSettingsRequest {
|
|
|
568
568
|
*/
|
|
569
569
|
export interface UpdateBrowserSettingsResponse {
|
|
570
570
|
/**
|
|
571
|
-
* @public
|
|
572
571
|
* <p>The browser settings.</p>
|
|
572
|
+
* @public
|
|
573
573
|
*/
|
|
574
574
|
browserSettings: BrowserSettings | undefined;
|
|
575
575
|
}
|
|
@@ -594,22 +594,21 @@ export type IdentityProviderType = (typeof IdentityProviderType)[keyof typeof Id
|
|
|
594
594
|
*/
|
|
595
595
|
export interface CreateIdentityProviderRequest {
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>The ARN of the web portal.</p>
|
|
598
|
+
* @public
|
|
599
599
|
*/
|
|
600
600
|
portalArn: string | undefined;
|
|
601
601
|
/**
|
|
602
|
-
* @public
|
|
603
602
|
* <p>The identity provider name.</p>
|
|
603
|
+
* @public
|
|
604
604
|
*/
|
|
605
605
|
identityProviderName: string | undefined;
|
|
606
606
|
/**
|
|
607
|
-
* @public
|
|
608
607
|
* <p>The identity provider type.</p>
|
|
608
|
+
* @public
|
|
609
609
|
*/
|
|
610
610
|
identityProviderType: IdentityProviderType | undefined;
|
|
611
611
|
/**
|
|
612
|
-
* @public
|
|
613
612
|
* <p>The identity provider details. The following list describes the provider detail keys for
|
|
614
613
|
* each identity provider type. </p>
|
|
615
614
|
* <ul>
|
|
@@ -763,16 +762,17 @@ export interface CreateIdentityProviderRequest {
|
|
|
763
762
|
* </ul>
|
|
764
763
|
* </li>
|
|
765
764
|
* </ul>
|
|
765
|
+
* @public
|
|
766
766
|
*/
|
|
767
767
|
identityProviderDetails: Record<string, string> | undefined;
|
|
768
768
|
/**
|
|
769
|
-
* @public
|
|
770
769
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
771
770
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
772
771
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
773
772
|
* client token returns the result from the original successful request.</p>
|
|
774
773
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
775
774
|
* SDK.</p>
|
|
775
|
+
* @public
|
|
776
776
|
*/
|
|
777
777
|
clientToken?: string;
|
|
778
778
|
}
|
|
@@ -781,8 +781,8 @@ export interface CreateIdentityProviderRequest {
|
|
|
781
781
|
*/
|
|
782
782
|
export interface CreateIdentityProviderResponse {
|
|
783
783
|
/**
|
|
784
|
-
* @public
|
|
785
784
|
* <p>The ARN of the identity provider.</p>
|
|
785
|
+
* @public
|
|
786
786
|
*/
|
|
787
787
|
identityProviderArn: string | undefined;
|
|
788
788
|
}
|
|
@@ -791,8 +791,8 @@ export interface CreateIdentityProviderResponse {
|
|
|
791
791
|
*/
|
|
792
792
|
export interface DeleteIdentityProviderRequest {
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>The ARN of the identity provider.</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
identityProviderArn: string | undefined;
|
|
798
798
|
}
|
|
@@ -806,33 +806,32 @@ export interface DeleteIdentityProviderResponse {
|
|
|
806
806
|
*/
|
|
807
807
|
export interface GetIdentityProviderRequest {
|
|
808
808
|
/**
|
|
809
|
-
* @public
|
|
810
809
|
* <p>The ARN of the identity provider.</p>
|
|
810
|
+
* @public
|
|
811
811
|
*/
|
|
812
812
|
identityProviderArn: string | undefined;
|
|
813
813
|
}
|
|
814
814
|
/**
|
|
815
|
-
* @public
|
|
816
815
|
* <p>The identity provider.</p>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
export interface IdentityProvider {
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>The ARN of the identity provider.</p>
|
|
821
|
+
* @public
|
|
822
822
|
*/
|
|
823
823
|
identityProviderArn: string | undefined;
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>The identity provider name.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
identityProviderName?: string;
|
|
829
829
|
/**
|
|
830
|
-
* @public
|
|
831
830
|
* <p>The identity provider type.</p>
|
|
831
|
+
* @public
|
|
832
832
|
*/
|
|
833
833
|
identityProviderType?: IdentityProviderType;
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>The identity provider details. The following list describes the provider detail keys for
|
|
837
836
|
* each identity provider type. </p>
|
|
838
837
|
* <ul>
|
|
@@ -986,6 +985,7 @@ export interface IdentityProvider {
|
|
|
986
985
|
* </ul>
|
|
987
986
|
* </li>
|
|
988
987
|
* </ul>
|
|
988
|
+
* @public
|
|
989
989
|
*/
|
|
990
990
|
identityProviderDetails?: Record<string, string>;
|
|
991
991
|
}
|
|
@@ -994,8 +994,8 @@ export interface IdentityProvider {
|
|
|
994
994
|
*/
|
|
995
995
|
export interface GetIdentityProviderResponse {
|
|
996
996
|
/**
|
|
997
|
-
* @public
|
|
998
997
|
* <p>The identity provider.</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
identityProvider?: IdentityProvider;
|
|
1001
1001
|
}
|
|
@@ -1004,39 +1004,39 @@ export interface GetIdentityProviderResponse {
|
|
|
1004
1004
|
*/
|
|
1005
1005
|
export interface ListIdentityProvidersRequest {
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
nextToken?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
1013
|
+
* @public
|
|
1014
1014
|
*/
|
|
1015
1015
|
maxResults?: number;
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>The ARN of the web portal.</p>
|
|
1018
|
+
* @public
|
|
1019
1019
|
*/
|
|
1020
1020
|
portalArn: string | undefined;
|
|
1021
1021
|
}
|
|
1022
1022
|
/**
|
|
1023
|
-
* @public
|
|
1024
1023
|
* <p>The summary of the identity provider.</p>
|
|
1024
|
+
* @public
|
|
1025
1025
|
*/
|
|
1026
1026
|
export interface IdentityProviderSummary {
|
|
1027
1027
|
/**
|
|
1028
|
-
* @public
|
|
1029
1028
|
* <p>The ARN of the identity provider.</p>
|
|
1029
|
+
* @public
|
|
1030
1030
|
*/
|
|
1031
1031
|
identityProviderArn: string | undefined;
|
|
1032
1032
|
/**
|
|
1033
|
-
* @public
|
|
1034
1033
|
* <p>The identity provider name.</p>
|
|
1034
|
+
* @public
|
|
1035
1035
|
*/
|
|
1036
1036
|
identityProviderName?: string;
|
|
1037
1037
|
/**
|
|
1038
|
-
* @public
|
|
1039
1038
|
* <p>The identity provider type.</p>
|
|
1039
|
+
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
identityProviderType?: IdentityProviderType;
|
|
1042
1042
|
}
|
|
@@ -1045,13 +1045,13 @@ export interface IdentityProviderSummary {
|
|
|
1045
1045
|
*/
|
|
1046
1046
|
export interface ListIdentityProvidersResponse {
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
nextToken?: string;
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>The identity providers.</p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
identityProviders?: IdentityProviderSummary[];
|
|
1057
1057
|
}
|
|
@@ -1060,22 +1060,21 @@ export interface ListIdentityProvidersResponse {
|
|
|
1060
1060
|
*/
|
|
1061
1061
|
export interface UpdateIdentityProviderRequest {
|
|
1062
1062
|
/**
|
|
1063
|
-
* @public
|
|
1064
1063
|
* <p>The ARN of the identity provider.</p>
|
|
1064
|
+
* @public
|
|
1065
1065
|
*/
|
|
1066
1066
|
identityProviderArn: string | undefined;
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>The name of the identity provider.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
identityProviderName?: string;
|
|
1072
1072
|
/**
|
|
1073
|
-
* @public
|
|
1074
1073
|
* <p>The type of the identity provider.</p>
|
|
1074
|
+
* @public
|
|
1075
1075
|
*/
|
|
1076
1076
|
identityProviderType?: IdentityProviderType;
|
|
1077
1077
|
/**
|
|
1078
|
-
* @public
|
|
1079
1078
|
* <p>The details of the identity provider. The following list describes the provider detail keys for
|
|
1080
1079
|
* each identity provider type. </p>
|
|
1081
1080
|
* <ul>
|
|
@@ -1229,16 +1228,17 @@ export interface UpdateIdentityProviderRequest {
|
|
|
1229
1228
|
* </ul>
|
|
1230
1229
|
* </li>
|
|
1231
1230
|
* </ul>
|
|
1231
|
+
* @public
|
|
1232
1232
|
*/
|
|
1233
1233
|
identityProviderDetails?: Record<string, string>;
|
|
1234
1234
|
/**
|
|
1235
|
-
* @public
|
|
1236
1235
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1237
1236
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1238
1237
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1239
1238
|
* client token return the result from the original successful request. </p>
|
|
1240
1239
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1241
1240
|
* SDK.</p>
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
clientToken?: string;
|
|
1244
1244
|
}
|
|
@@ -1247,24 +1247,24 @@ export interface UpdateIdentityProviderRequest {
|
|
|
1247
1247
|
*/
|
|
1248
1248
|
export interface UpdateIdentityProviderResponse {
|
|
1249
1249
|
/**
|
|
1250
|
-
* @public
|
|
1251
1250
|
* <p>The identity provider.</p>
|
|
1251
|
+
* @public
|
|
1252
1252
|
*/
|
|
1253
1253
|
identityProvider: IdentityProvider | undefined;
|
|
1254
1254
|
}
|
|
1255
1255
|
/**
|
|
1256
|
-
* @public
|
|
1257
1256
|
* <p>The IP rules of the IP access settings.</p>
|
|
1257
|
+
* @public
|
|
1258
1258
|
*/
|
|
1259
1259
|
export interface IpRule {
|
|
1260
1260
|
/**
|
|
1261
|
-
* @public
|
|
1262
1261
|
* <p>The IP range of the IP rule.</p>
|
|
1262
|
+
* @public
|
|
1263
1263
|
*/
|
|
1264
1264
|
ipRange: string | undefined;
|
|
1265
1265
|
/**
|
|
1266
|
-
* @public
|
|
1267
1266
|
* <p>The description of the IP rule.</p>
|
|
1267
|
+
* @public
|
|
1268
1268
|
*/
|
|
1269
1269
|
description?: string;
|
|
1270
1270
|
}
|
|
@@ -1273,43 +1273,43 @@ export interface IpRule {
|
|
|
1273
1273
|
*/
|
|
1274
1274
|
export interface CreateIpAccessSettingsRequest {
|
|
1275
1275
|
/**
|
|
1276
|
-
* @public
|
|
1277
1276
|
* <p>The display name of the IP access settings.</p>
|
|
1277
|
+
* @public
|
|
1278
1278
|
*/
|
|
1279
1279
|
displayName?: string;
|
|
1280
1280
|
/**
|
|
1281
|
-
* @public
|
|
1282
1281
|
* <p>The description of the IP access settings.</p>
|
|
1282
|
+
* @public
|
|
1283
1283
|
*/
|
|
1284
1284
|
description?: string;
|
|
1285
1285
|
/**
|
|
1286
|
-
* @public
|
|
1287
1286
|
* <p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>
|
|
1287
|
+
* @public
|
|
1288
1288
|
*/
|
|
1289
1289
|
tags?: Tag[];
|
|
1290
1290
|
/**
|
|
1291
|
-
* @public
|
|
1292
1291
|
* <p>The custom managed key of the IP access settings.</p>
|
|
1292
|
+
* @public
|
|
1293
1293
|
*/
|
|
1294
1294
|
customerManagedKey?: string;
|
|
1295
1295
|
/**
|
|
1296
|
-
* @public
|
|
1297
1296
|
* <p>Additional encryption context of the IP access settings.</p>
|
|
1297
|
+
* @public
|
|
1298
1298
|
*/
|
|
1299
1299
|
additionalEncryptionContext?: Record<string, string>;
|
|
1300
1300
|
/**
|
|
1301
|
-
* @public
|
|
1302
1301
|
* <p>The IP rules of the IP access settings.</p>
|
|
1302
|
+
* @public
|
|
1303
1303
|
*/
|
|
1304
1304
|
ipRules: IpRule[] | undefined;
|
|
1305
1305
|
/**
|
|
1306
|
-
* @public
|
|
1307
1306
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1308
1307
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1309
1308
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1310
1309
|
* client token returns the result from the original successful request. </p>
|
|
1311
1310
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1312
1311
|
* SDK.</p>
|
|
1312
|
+
* @public
|
|
1313
1313
|
*/
|
|
1314
1314
|
clientToken?: string;
|
|
1315
1315
|
}
|
|
@@ -1318,8 +1318,8 @@ export interface CreateIpAccessSettingsRequest {
|
|
|
1318
1318
|
*/
|
|
1319
1319
|
export interface CreateIpAccessSettingsResponse {
|
|
1320
1320
|
/**
|
|
1321
|
-
* @public
|
|
1322
1321
|
* <p>The ARN of the IP access settings resource.</p>
|
|
1322
|
+
* @public
|
|
1323
1323
|
*/
|
|
1324
1324
|
ipAccessSettingsArn: string | undefined;
|
|
1325
1325
|
}
|
|
@@ -1328,8 +1328,8 @@ export interface CreateIpAccessSettingsResponse {
|
|
|
1328
1328
|
*/
|
|
1329
1329
|
export interface DeleteIpAccessSettingsRequest {
|
|
1330
1330
|
/**
|
|
1331
|
-
* @public
|
|
1332
1331
|
* <p>The ARN of the IP access settings.</p>
|
|
1332
|
+
* @public
|
|
1333
1333
|
*/
|
|
1334
1334
|
ipAccessSettingsArn: string | undefined;
|
|
1335
1335
|
}
|
|
@@ -1343,44 +1343,44 @@ export interface DeleteIpAccessSettingsResponse {
|
|
|
1343
1343
|
*/
|
|
1344
1344
|
export interface GetIpAccessSettingsRequest {
|
|
1345
1345
|
/**
|
|
1346
|
-
* @public
|
|
1347
1346
|
* <p>The ARN of the IP access settings.</p>
|
|
1347
|
+
* @public
|
|
1348
1348
|
*/
|
|
1349
1349
|
ipAccessSettingsArn: string | undefined;
|
|
1350
1350
|
}
|
|
1351
1351
|
/**
|
|
1352
|
-
* @public
|
|
1353
1352
|
* <p>The IP access settings resource that can be associated with a web portal. </p>
|
|
1353
|
+
* @public
|
|
1354
1354
|
*/
|
|
1355
1355
|
export interface IpAccessSettings {
|
|
1356
1356
|
/**
|
|
1357
|
-
* @public
|
|
1358
1357
|
* <p>The ARN of the IP access settings resource.</p>
|
|
1358
|
+
* @public
|
|
1359
1359
|
*/
|
|
1360
1360
|
ipAccessSettingsArn: string | undefined;
|
|
1361
1361
|
/**
|
|
1362
|
-
* @public
|
|
1363
1362
|
* <p>A list of web portal ARNs that this IP access settings resource is associated with.</p>
|
|
1363
|
+
* @public
|
|
1364
1364
|
*/
|
|
1365
1365
|
associatedPortalArns?: string[];
|
|
1366
1366
|
/**
|
|
1367
|
-
* @public
|
|
1368
1367
|
* <p>The IP rules of the IP access settings.</p>
|
|
1368
|
+
* @public
|
|
1369
1369
|
*/
|
|
1370
1370
|
ipRules?: IpRule[];
|
|
1371
1371
|
/**
|
|
1372
|
-
* @public
|
|
1373
1372
|
* <p> The display name of the IP access settings.</p>
|
|
1373
|
+
* @public
|
|
1374
1374
|
*/
|
|
1375
1375
|
displayName?: string;
|
|
1376
1376
|
/**
|
|
1377
|
-
* @public
|
|
1378
1377
|
* <p>The description of the IP access settings.</p>
|
|
1378
|
+
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
description?: string;
|
|
1381
1381
|
/**
|
|
1382
|
-
* @public
|
|
1383
1382
|
* <p>The creation date timestamp of the IP access settings.</p>
|
|
1383
|
+
* @public
|
|
1384
1384
|
*/
|
|
1385
1385
|
creationDate?: Date;
|
|
1386
1386
|
}
|
|
@@ -1389,8 +1389,8 @@ export interface IpAccessSettings {
|
|
|
1389
1389
|
*/
|
|
1390
1390
|
export interface GetIpAccessSettingsResponse {
|
|
1391
1391
|
/**
|
|
1392
|
-
* @public
|
|
1393
1392
|
* <p>The IP access settings.</p>
|
|
1393
|
+
* @public
|
|
1394
1394
|
*/
|
|
1395
1395
|
ipAccessSettings?: IpAccessSettings;
|
|
1396
1396
|
}
|
|
@@ -1399,39 +1399,39 @@ export interface GetIpAccessSettingsResponse {
|
|
|
1399
1399
|
*/
|
|
1400
1400
|
export interface ListIpAccessSettingsRequest {
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1403
|
+
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
nextToken?: string;
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
maxResults?: number;
|
|
1411
1411
|
}
|
|
1412
1412
|
/**
|
|
1413
|
-
* @public
|
|
1414
1413
|
* <p>The summary of IP access settings.</p>
|
|
1414
|
+
* @public
|
|
1415
1415
|
*/
|
|
1416
1416
|
export interface IpAccessSettingsSummary {
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>The ARN of IP access settings.</p>
|
|
1419
|
+
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
ipAccessSettingsArn: string | undefined;
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* <p>The display name of the IP access settings.</p>
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
displayName?: string;
|
|
1427
1427
|
/**
|
|
1428
|
-
* @public
|
|
1429
1428
|
* <p>The description of the IP access settings.</p>
|
|
1429
|
+
* @public
|
|
1430
1430
|
*/
|
|
1431
1431
|
description?: string;
|
|
1432
1432
|
/**
|
|
1433
|
-
* @public
|
|
1434
1433
|
* <p>The creation date timestamp of the IP access settings.</p>
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
creationDate?: Date;
|
|
1437
1437
|
}
|
|
@@ -1440,13 +1440,13 @@ export interface IpAccessSettingsSummary {
|
|
|
1440
1440
|
*/
|
|
1441
1441
|
export interface ListIpAccessSettingsResponse {
|
|
1442
1442
|
/**
|
|
1443
|
-
* @public
|
|
1444
1443
|
* <p>The IP access settings.</p>
|
|
1444
|
+
* @public
|
|
1445
1445
|
*/
|
|
1446
1446
|
ipAccessSettings?: IpAccessSettingsSummary[];
|
|
1447
1447
|
/**
|
|
1448
|
-
* @public
|
|
1449
1448
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1449
|
+
* @public
|
|
1450
1450
|
*/
|
|
1451
1451
|
nextToken?: string;
|
|
1452
1452
|
}
|
|
@@ -1455,33 +1455,33 @@ export interface ListIpAccessSettingsResponse {
|
|
|
1455
1455
|
*/
|
|
1456
1456
|
export interface UpdateIpAccessSettingsRequest {
|
|
1457
1457
|
/**
|
|
1458
|
-
* @public
|
|
1459
1458
|
* <p>The ARN of the IP access settings.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
ipAccessSettingsArn: string | undefined;
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p>The display name of the IP access settings.</p>
|
|
1464
|
+
* @public
|
|
1465
1465
|
*/
|
|
1466
1466
|
displayName?: string;
|
|
1467
1467
|
/**
|
|
1468
|
-
* @public
|
|
1469
1468
|
* <p>The description of the IP access settings.</p>
|
|
1469
|
+
* @public
|
|
1470
1470
|
*/
|
|
1471
1471
|
description?: string;
|
|
1472
1472
|
/**
|
|
1473
|
-
* @public
|
|
1474
1473
|
* <p>The updated IP rules of the IP access settings.</p>
|
|
1474
|
+
* @public
|
|
1475
1475
|
*/
|
|
1476
1476
|
ipRules?: IpRule[];
|
|
1477
1477
|
/**
|
|
1478
|
-
* @public
|
|
1479
1478
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1480
1479
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1481
1480
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1482
1481
|
* client token return the result from the original successful request. </p>
|
|
1483
1482
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1484
1483
|
* SDK.</p>
|
|
1484
|
+
* @public
|
|
1485
1485
|
*/
|
|
1486
1486
|
clientToken?: string;
|
|
1487
1487
|
}
|
|
@@ -1490,8 +1490,8 @@ export interface UpdateIpAccessSettingsRequest {
|
|
|
1490
1490
|
*/
|
|
1491
1491
|
export interface UpdateIpAccessSettingsResponse {
|
|
1492
1492
|
/**
|
|
1493
|
-
* @public
|
|
1494
1493
|
* <p>The IP access settings.</p>
|
|
1494
|
+
* @public
|
|
1495
1495
|
*/
|
|
1496
1496
|
ipAccessSettings: IpAccessSettings | undefined;
|
|
1497
1497
|
}
|
|
@@ -1500,8 +1500,8 @@ export interface UpdateIpAccessSettingsResponse {
|
|
|
1500
1500
|
*/
|
|
1501
1501
|
export interface ListTagsForResourceRequest {
|
|
1502
1502
|
/**
|
|
1503
|
-
* @public
|
|
1504
1503
|
* <p>The ARN of the resource.</p>
|
|
1504
|
+
* @public
|
|
1505
1505
|
*/
|
|
1506
1506
|
resourceArn: string | undefined;
|
|
1507
1507
|
}
|
|
@@ -1510,8 +1510,8 @@ export interface ListTagsForResourceRequest {
|
|
|
1510
1510
|
*/
|
|
1511
1511
|
export interface ListTagsForResourceResponse {
|
|
1512
1512
|
/**
|
|
1513
|
-
* @public
|
|
1514
1513
|
* <p>The tags of the resource.</p>
|
|
1514
|
+
* @public
|
|
1515
1515
|
*/
|
|
1516
1516
|
tags?: Tag[];
|
|
1517
1517
|
}
|
|
@@ -1520,33 +1520,33 @@ export interface ListTagsForResourceResponse {
|
|
|
1520
1520
|
*/
|
|
1521
1521
|
export interface CreateNetworkSettingsRequest {
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>The VPC that streaming instances will connect to.</p>
|
|
1524
|
+
* @public
|
|
1525
1525
|
*/
|
|
1526
1526
|
vpcId: string | undefined;
|
|
1527
1527
|
/**
|
|
1528
|
-
* @public
|
|
1529
1528
|
* <p>The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.</p>
|
|
1529
|
+
* @public
|
|
1530
1530
|
*/
|
|
1531
1531
|
subnetIds: string[] | undefined;
|
|
1532
1532
|
/**
|
|
1533
|
-
* @public
|
|
1534
1533
|
* <p>One or more security groups used to control access from streaming instances to your VPC.</p>
|
|
1534
|
+
* @public
|
|
1535
1535
|
*/
|
|
1536
1536
|
securityGroupIds: string[] | undefined;
|
|
1537
1537
|
/**
|
|
1538
|
-
* @public
|
|
1539
1538
|
* <p>The tags to add to the network settings resource. A tag is a key-value pair.</p>
|
|
1539
|
+
* @public
|
|
1540
1540
|
*/
|
|
1541
1541
|
tags?: Tag[];
|
|
1542
1542
|
/**
|
|
1543
|
-
* @public
|
|
1544
1543
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1545
1544
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1546
1545
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1547
1546
|
* client token returns the result from the original successful request. </p>
|
|
1548
1547
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1549
1548
|
* SDK.</p>
|
|
1549
|
+
* @public
|
|
1550
1550
|
*/
|
|
1551
1551
|
clientToken?: string;
|
|
1552
1552
|
}
|
|
@@ -1555,8 +1555,8 @@ export interface CreateNetworkSettingsRequest {
|
|
|
1555
1555
|
*/
|
|
1556
1556
|
export interface CreateNetworkSettingsResponse {
|
|
1557
1557
|
/**
|
|
1558
|
-
* @public
|
|
1559
1558
|
* <p>The ARN of the network settings.</p>
|
|
1559
|
+
* @public
|
|
1560
1560
|
*/
|
|
1561
1561
|
networkSettingsArn: string | undefined;
|
|
1562
1562
|
}
|
|
@@ -1565,8 +1565,8 @@ export interface CreateNetworkSettingsResponse {
|
|
|
1565
1565
|
*/
|
|
1566
1566
|
export interface DeleteNetworkSettingsRequest {
|
|
1567
1567
|
/**
|
|
1568
|
-
* @public
|
|
1569
1568
|
* <p>The ARN of the network settings.</p>
|
|
1569
|
+
* @public
|
|
1570
1570
|
*/
|
|
1571
1571
|
networkSettingsArn: string | undefined;
|
|
1572
1572
|
}
|
|
@@ -1580,41 +1580,41 @@ export interface DeleteNetworkSettingsResponse {
|
|
|
1580
1580
|
*/
|
|
1581
1581
|
export interface GetNetworkSettingsRequest {
|
|
1582
1582
|
/**
|
|
1583
|
-
* @public
|
|
1584
1583
|
* <p>The ARN of the network settings.</p>
|
|
1584
|
+
* @public
|
|
1585
1585
|
*/
|
|
1586
1586
|
networkSettingsArn: string | undefined;
|
|
1587
1587
|
}
|
|
1588
1588
|
/**
|
|
1589
|
-
* @public
|
|
1590
1589
|
* <p>A network settings resource that can be associated with a web portal. Once associated
|
|
1591
1590
|
* with a web portal, network settings define how streaming instances will connect with your
|
|
1592
1591
|
* specified VPC. </p>
|
|
1592
|
+
* @public
|
|
1593
1593
|
*/
|
|
1594
1594
|
export interface NetworkSettings {
|
|
1595
1595
|
/**
|
|
1596
|
-
* @public
|
|
1597
1596
|
* <p>The ARN of the network settings.</p>
|
|
1597
|
+
* @public
|
|
1598
1598
|
*/
|
|
1599
1599
|
networkSettingsArn: string | undefined;
|
|
1600
1600
|
/**
|
|
1601
|
-
* @public
|
|
1602
1601
|
* <p>A list of web portal ARNs that this network settings is associated with.</p>
|
|
1602
|
+
* @public
|
|
1603
1603
|
*/
|
|
1604
1604
|
associatedPortalArns?: string[];
|
|
1605
1605
|
/**
|
|
1606
|
-
* @public
|
|
1607
1606
|
* <p>The VPC that streaming instances will connect to.</p>
|
|
1607
|
+
* @public
|
|
1608
1608
|
*/
|
|
1609
1609
|
vpcId?: string;
|
|
1610
1610
|
/**
|
|
1611
|
-
* @public
|
|
1612
1611
|
* <p>The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.</p>
|
|
1612
|
+
* @public
|
|
1613
1613
|
*/
|
|
1614
1614
|
subnetIds?: string[];
|
|
1615
1615
|
/**
|
|
1616
|
-
* @public
|
|
1617
1616
|
* <p>One or more security groups used to control access from streaming instances to your VPC. </p>
|
|
1617
|
+
* @public
|
|
1618
1618
|
*/
|
|
1619
1619
|
securityGroupIds?: string[];
|
|
1620
1620
|
}
|
|
@@ -1623,8 +1623,8 @@ export interface NetworkSettings {
|
|
|
1623
1623
|
*/
|
|
1624
1624
|
export interface GetNetworkSettingsResponse {
|
|
1625
1625
|
/**
|
|
1626
|
-
* @public
|
|
1627
1626
|
* <p>The network settings.</p>
|
|
1627
|
+
* @public
|
|
1628
1628
|
*/
|
|
1629
1629
|
networkSettings?: NetworkSettings;
|
|
1630
1630
|
}
|
|
@@ -1633,29 +1633,29 @@ export interface GetNetworkSettingsResponse {
|
|
|
1633
1633
|
*/
|
|
1634
1634
|
export interface ListNetworkSettingsRequest {
|
|
1635
1635
|
/**
|
|
1636
|
-
* @public
|
|
1637
1636
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1637
|
+
* @public
|
|
1638
1638
|
*/
|
|
1639
1639
|
nextToken?: string;
|
|
1640
1640
|
/**
|
|
1641
|
-
* @public
|
|
1642
1641
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
1642
|
+
* @public
|
|
1643
1643
|
*/
|
|
1644
1644
|
maxResults?: number;
|
|
1645
1645
|
}
|
|
1646
1646
|
/**
|
|
1647
|
-
* @public
|
|
1648
1647
|
* <p>The summary of network settings.</p>
|
|
1648
|
+
* @public
|
|
1649
1649
|
*/
|
|
1650
1650
|
export interface NetworkSettingsSummary {
|
|
1651
1651
|
/**
|
|
1652
|
-
* @public
|
|
1653
1652
|
* <p>The ARN of the network settings.</p>
|
|
1653
|
+
* @public
|
|
1654
1654
|
*/
|
|
1655
1655
|
networkSettingsArn: string | undefined;
|
|
1656
1656
|
/**
|
|
1657
|
-
* @public
|
|
1658
1657
|
* <p>The VPC ID of the network settings.</p>
|
|
1658
|
+
* @public
|
|
1659
1659
|
*/
|
|
1660
1660
|
vpcId?: string;
|
|
1661
1661
|
}
|
|
@@ -1664,13 +1664,13 @@ export interface NetworkSettingsSummary {
|
|
|
1664
1664
|
*/
|
|
1665
1665
|
export interface ListNetworkSettingsResponse {
|
|
1666
1666
|
/**
|
|
1667
|
-
* @public
|
|
1668
1667
|
* <p>The network settings.</p>
|
|
1668
|
+
* @public
|
|
1669
1669
|
*/
|
|
1670
1670
|
networkSettings?: NetworkSettingsSummary[];
|
|
1671
1671
|
/**
|
|
1672
|
-
* @public
|
|
1673
1672
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1673
|
+
* @public
|
|
1674
1674
|
*/
|
|
1675
1675
|
nextToken?: string;
|
|
1676
1676
|
}
|
|
@@ -1679,33 +1679,33 @@ export interface ListNetworkSettingsResponse {
|
|
|
1679
1679
|
*/
|
|
1680
1680
|
export interface UpdateNetworkSettingsRequest {
|
|
1681
1681
|
/**
|
|
1682
|
-
* @public
|
|
1683
1682
|
* <p>The ARN of the network settings.</p>
|
|
1683
|
+
* @public
|
|
1684
1684
|
*/
|
|
1685
1685
|
networkSettingsArn: string | undefined;
|
|
1686
1686
|
/**
|
|
1687
|
-
* @public
|
|
1688
1687
|
* <p>The VPC that streaming instances will connect to.</p>
|
|
1688
|
+
* @public
|
|
1689
1689
|
*/
|
|
1690
1690
|
vpcId?: string;
|
|
1691
1691
|
/**
|
|
1692
|
-
* @public
|
|
1693
1692
|
* <p>The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.</p>
|
|
1693
|
+
* @public
|
|
1694
1694
|
*/
|
|
1695
1695
|
subnetIds?: string[];
|
|
1696
1696
|
/**
|
|
1697
|
-
* @public
|
|
1698
1697
|
* <p>One or more security groups used to control access from streaming instances to your VPC.</p>
|
|
1698
|
+
* @public
|
|
1699
1699
|
*/
|
|
1700
1700
|
securityGroupIds?: string[];
|
|
1701
1701
|
/**
|
|
1702
|
-
* @public
|
|
1703
1702
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1704
1703
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1705
1704
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1706
1705
|
* client token return the result from the original successful request. </p>
|
|
1707
1706
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1708
1707
|
* SDK.</p>
|
|
1708
|
+
* @public
|
|
1709
1709
|
*/
|
|
1710
1710
|
clientToken?: string;
|
|
1711
1711
|
}
|
|
@@ -1714,8 +1714,8 @@ export interface UpdateNetworkSettingsRequest {
|
|
|
1714
1714
|
*/
|
|
1715
1715
|
export interface UpdateNetworkSettingsResponse {
|
|
1716
1716
|
/**
|
|
1717
|
-
* @public
|
|
1718
1717
|
* <p>The network settings.</p>
|
|
1718
|
+
* @public
|
|
1719
1719
|
*/
|
|
1720
1720
|
networkSettings: NetworkSettings | undefined;
|
|
1721
1721
|
}
|
|
@@ -1735,37 +1735,36 @@ export type BrowserType = (typeof BrowserType)[keyof typeof BrowserType];
|
|
|
1735
1735
|
*/
|
|
1736
1736
|
export interface CreatePortalRequest {
|
|
1737
1737
|
/**
|
|
1738
|
-
* @public
|
|
1739
1738
|
* <p>The name of the web portal. This is not visible to users who log into the web portal.</p>
|
|
1739
|
+
* @public
|
|
1740
1740
|
*/
|
|
1741
1741
|
displayName?: string;
|
|
1742
1742
|
/**
|
|
1743
|
-
* @public
|
|
1744
1743
|
* <p>The tags to add to the web portal. A tag is a key-value pair.</p>
|
|
1744
|
+
* @public
|
|
1745
1745
|
*/
|
|
1746
1746
|
tags?: Tag[];
|
|
1747
1747
|
/**
|
|
1748
|
-
* @public
|
|
1749
1748
|
* <p>The customer managed key of the web portal.</p>
|
|
1749
|
+
* @public
|
|
1750
1750
|
*/
|
|
1751
1751
|
customerManagedKey?: string;
|
|
1752
1752
|
/**
|
|
1753
|
-
* @public
|
|
1754
1753
|
* <p>The additional encryption context of the portal.</p>
|
|
1754
|
+
* @public
|
|
1755
1755
|
*/
|
|
1756
1756
|
additionalEncryptionContext?: Record<string, string>;
|
|
1757
1757
|
/**
|
|
1758
|
-
* @public
|
|
1759
1758
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1760
1759
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
1761
1760
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
1762
1761
|
* client token returns the result from the original successful request. </p>
|
|
1763
1762
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
1764
1763
|
* SDK.</p>
|
|
1764
|
+
* @public
|
|
1765
1765
|
*/
|
|
1766
1766
|
clientToken?: string;
|
|
1767
1767
|
/**
|
|
1768
|
-
* @public
|
|
1769
1768
|
* <p>The type of authentication integration points used when signing into the web portal.
|
|
1770
1769
|
* Defaults to <code>Standard</code>.</p>
|
|
1771
1770
|
* <p>
|
|
@@ -1779,6 +1778,7 @@ export interface CreatePortalRequest {
|
|
|
1779
1778
|
* IdP-initiated authentication. Identity sources (including external identity provider
|
|
1780
1779
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
1781
1780
|
* Identity Center.</p>
|
|
1781
|
+
* @public
|
|
1782
1782
|
*/
|
|
1783
1783
|
authenticationType?: AuthenticationType;
|
|
1784
1784
|
}
|
|
@@ -1787,13 +1787,13 @@ export interface CreatePortalRequest {
|
|
|
1787
1787
|
*/
|
|
1788
1788
|
export interface CreatePortalResponse {
|
|
1789
1789
|
/**
|
|
1790
|
-
* @public
|
|
1791
1790
|
* <p>The ARN of the web portal.</p>
|
|
1791
|
+
* @public
|
|
1792
1792
|
*/
|
|
1793
1793
|
portalArn: string | undefined;
|
|
1794
1794
|
/**
|
|
1795
|
-
* @public
|
|
1796
1795
|
* <p>The endpoint URL of the web portal that users access in order to start streaming sessions.</p>
|
|
1796
|
+
* @public
|
|
1797
1797
|
*/
|
|
1798
1798
|
portalEndpoint: string | undefined;
|
|
1799
1799
|
}
|
|
@@ -1802,8 +1802,8 @@ export interface CreatePortalResponse {
|
|
|
1802
1802
|
*/
|
|
1803
1803
|
export interface DeletePortalRequest {
|
|
1804
1804
|
/**
|
|
1805
|
-
* @public
|
|
1806
1805
|
* <p>The ARN of the web portal.</p>
|
|
1806
|
+
* @public
|
|
1807
1807
|
*/
|
|
1808
1808
|
portalArn: string | undefined;
|
|
1809
1809
|
}
|
|
@@ -1817,8 +1817,8 @@ export interface DeletePortalResponse {
|
|
|
1817
1817
|
*/
|
|
1818
1818
|
export interface DisassociateBrowserSettingsRequest {
|
|
1819
1819
|
/**
|
|
1820
|
-
* @public
|
|
1821
1820
|
* <p>The ARN of the web portal.</p>
|
|
1821
|
+
* @public
|
|
1822
1822
|
*/
|
|
1823
1823
|
portalArn: string | undefined;
|
|
1824
1824
|
}
|
|
@@ -1832,8 +1832,8 @@ export interface DisassociateBrowserSettingsResponse {
|
|
|
1832
1832
|
*/
|
|
1833
1833
|
export interface DisassociateIpAccessSettingsRequest {
|
|
1834
1834
|
/**
|
|
1835
|
-
* @public
|
|
1836
1835
|
* <p>The ARN of the web portal.</p>
|
|
1836
|
+
* @public
|
|
1837
1837
|
*/
|
|
1838
1838
|
portalArn: string | undefined;
|
|
1839
1839
|
}
|
|
@@ -1847,8 +1847,8 @@ export interface DisassociateIpAccessSettingsResponse {
|
|
|
1847
1847
|
*/
|
|
1848
1848
|
export interface DisassociateNetworkSettingsRequest {
|
|
1849
1849
|
/**
|
|
1850
|
-
* @public
|
|
1851
1850
|
* <p>The ARN of the web portal.</p>
|
|
1851
|
+
* @public
|
|
1852
1852
|
*/
|
|
1853
1853
|
portalArn: string | undefined;
|
|
1854
1854
|
}
|
|
@@ -1862,8 +1862,8 @@ export interface DisassociateNetworkSettingsResponse {
|
|
|
1862
1862
|
*/
|
|
1863
1863
|
export interface DisassociateTrustStoreRequest {
|
|
1864
1864
|
/**
|
|
1865
|
-
* @public
|
|
1866
1865
|
* <p>The ARN of the web portal.</p>
|
|
1866
|
+
* @public
|
|
1867
1867
|
*/
|
|
1868
1868
|
portalArn: string | undefined;
|
|
1869
1869
|
}
|
|
@@ -1877,8 +1877,8 @@ export interface DisassociateTrustStoreResponse {
|
|
|
1877
1877
|
*/
|
|
1878
1878
|
export interface DisassociateUserAccessLoggingSettingsRequest {
|
|
1879
1879
|
/**
|
|
1880
|
-
* @public
|
|
1881
1880
|
* <p>The ARN of the web portal.</p>
|
|
1881
|
+
* @public
|
|
1882
1882
|
*/
|
|
1883
1883
|
portalArn: string | undefined;
|
|
1884
1884
|
}
|
|
@@ -1892,8 +1892,8 @@ export interface DisassociateUserAccessLoggingSettingsResponse {
|
|
|
1892
1892
|
*/
|
|
1893
1893
|
export interface DisassociateUserSettingsRequest {
|
|
1894
1894
|
/**
|
|
1895
|
-
* @public
|
|
1896
1895
|
* <p>The ARN of the web portal.</p>
|
|
1896
|
+
* @public
|
|
1897
1897
|
*/
|
|
1898
1898
|
portalArn: string | undefined;
|
|
1899
1899
|
}
|
|
@@ -1907,8 +1907,8 @@ export interface DisassociateUserSettingsResponse {
|
|
|
1907
1907
|
*/
|
|
1908
1908
|
export interface GetPortalRequest {
|
|
1909
1909
|
/**
|
|
1910
|
-
* @public
|
|
1911
1910
|
* <p>The ARN of the web portal.</p>
|
|
1911
|
+
* @public
|
|
1912
1912
|
*/
|
|
1913
1913
|
portalArn: string | undefined;
|
|
1914
1914
|
}
|
|
@@ -1937,78 +1937,77 @@ export declare const RendererType: {
|
|
|
1937
1937
|
*/
|
|
1938
1938
|
export type RendererType = (typeof RendererType)[keyof typeof RendererType];
|
|
1939
1939
|
/**
|
|
1940
|
-
* @public
|
|
1941
1940
|
* <p>The web portal.</p>
|
|
1941
|
+
* @public
|
|
1942
1942
|
*/
|
|
1943
1943
|
export interface Portal {
|
|
1944
1944
|
/**
|
|
1945
|
-
* @public
|
|
1946
1945
|
* <p>The ARN of the web portal.</p>
|
|
1946
|
+
* @public
|
|
1947
1947
|
*/
|
|
1948
1948
|
portalArn: string | undefined;
|
|
1949
1949
|
/**
|
|
1950
|
-
* @public
|
|
1951
1950
|
* <p>The renderer that is used in streaming sessions.</p>
|
|
1951
|
+
* @public
|
|
1952
1952
|
*/
|
|
1953
1953
|
rendererType?: RendererType;
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>The browser that users see when using a streaming session.</p>
|
|
1956
|
+
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
browserType?: BrowserType;
|
|
1959
1959
|
/**
|
|
1960
|
-
* @public
|
|
1961
1960
|
* <p>The status of the web portal.</p>
|
|
1961
|
+
* @public
|
|
1962
1962
|
*/
|
|
1963
1963
|
portalStatus?: PortalStatus;
|
|
1964
1964
|
/**
|
|
1965
|
-
* @public
|
|
1966
1965
|
* <p>The endpoint URL of the web portal that users access in order to start streaming
|
|
1967
1966
|
* sessions.</p>
|
|
1967
|
+
* @public
|
|
1968
1968
|
*/
|
|
1969
1969
|
portalEndpoint?: string;
|
|
1970
1970
|
/**
|
|
1971
|
-
* @public
|
|
1972
1971
|
* <p>The name of the web portal.</p>
|
|
1972
|
+
* @public
|
|
1973
1973
|
*/
|
|
1974
1974
|
displayName?: string;
|
|
1975
1975
|
/**
|
|
1976
|
-
* @public
|
|
1977
1976
|
* <p>The creation date of the web portal.</p>
|
|
1977
|
+
* @public
|
|
1978
1978
|
*/
|
|
1979
1979
|
creationDate?: Date;
|
|
1980
1980
|
/**
|
|
1981
|
-
* @public
|
|
1982
1981
|
* <p>The ARN of the browser settings that is associated with this web portal.</p>
|
|
1982
|
+
* @public
|
|
1983
1983
|
*/
|
|
1984
1984
|
browserSettingsArn?: string;
|
|
1985
1985
|
/**
|
|
1986
|
-
* @public
|
|
1987
1986
|
* <p>The ARN of the user settings that is associated with the web portal.</p>
|
|
1987
|
+
* @public
|
|
1988
1988
|
*/
|
|
1989
1989
|
userSettingsArn?: string;
|
|
1990
1990
|
/**
|
|
1991
|
-
* @public
|
|
1992
1991
|
* <p>The ARN of the network settings that is associated with the web portal.</p>
|
|
1992
|
+
* @public
|
|
1993
1993
|
*/
|
|
1994
1994
|
networkSettingsArn?: string;
|
|
1995
1995
|
/**
|
|
1996
|
-
* @public
|
|
1997
1996
|
* <p>The ARN of the trust store that is associated with the web portal.</p>
|
|
1997
|
+
* @public
|
|
1998
1998
|
*/
|
|
1999
1999
|
trustStoreArn?: string;
|
|
2000
2000
|
/**
|
|
2001
|
-
* @public
|
|
2002
2001
|
* <p>A message that explains why the web portal is in its current status.</p>
|
|
2002
|
+
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
statusReason?: string;
|
|
2005
2005
|
/**
|
|
2006
|
-
* @public
|
|
2007
2006
|
* <p>The ARN of the user access logging settings that is associated with the web portal.</p>
|
|
2007
|
+
* @public
|
|
2008
2008
|
*/
|
|
2009
2009
|
userAccessLoggingSettingsArn?: string;
|
|
2010
2010
|
/**
|
|
2011
|
-
* @public
|
|
2012
2011
|
* <p>The type of authentication integration points used when signing into the web portal.
|
|
2013
2012
|
* Defaults to <code>Standard</code>.</p>
|
|
2014
2013
|
* <p>
|
|
@@ -2022,11 +2021,12 @@ export interface Portal {
|
|
|
2022
2021
|
* IdP-initiated authentication. Identity sources (including external identity provider
|
|
2023
2022
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2024
2023
|
* Identity Center.</p>
|
|
2024
|
+
* @public
|
|
2025
2025
|
*/
|
|
2026
2026
|
authenticationType?: AuthenticationType;
|
|
2027
2027
|
/**
|
|
2028
|
-
* @public
|
|
2029
2028
|
* <p>The ARN of the IP access settings.</p>
|
|
2029
|
+
* @public
|
|
2030
2030
|
*/
|
|
2031
2031
|
ipAccessSettingsArn?: string;
|
|
2032
2032
|
}
|
|
@@ -2035,8 +2035,8 @@ export interface Portal {
|
|
|
2035
2035
|
*/
|
|
2036
2036
|
export interface GetPortalResponse {
|
|
2037
2037
|
/**
|
|
2038
|
-
* @public
|
|
2039
2038
|
* <p>The web portal.</p>
|
|
2039
|
+
* @public
|
|
2040
2040
|
*/
|
|
2041
2041
|
portal?: Portal;
|
|
2042
2042
|
}
|
|
@@ -2045,8 +2045,8 @@ export interface GetPortalResponse {
|
|
|
2045
2045
|
*/
|
|
2046
2046
|
export interface GetPortalServiceProviderMetadataRequest {
|
|
2047
2047
|
/**
|
|
2048
|
-
* @public
|
|
2049
2048
|
* <p>The ARN of the web portal.</p>
|
|
2049
|
+
* @public
|
|
2050
2050
|
*/
|
|
2051
2051
|
portalArn: string | undefined;
|
|
2052
2052
|
}
|
|
@@ -2055,13 +2055,13 @@ export interface GetPortalServiceProviderMetadataRequest {
|
|
|
2055
2055
|
*/
|
|
2056
2056
|
export interface GetPortalServiceProviderMetadataResponse {
|
|
2057
2057
|
/**
|
|
2058
|
-
* @public
|
|
2059
2058
|
* <p>The ARN of the web portal.</p>
|
|
2059
|
+
* @public
|
|
2060
2060
|
*/
|
|
2061
2061
|
portalArn: string | undefined;
|
|
2062
2062
|
/**
|
|
2063
|
-
* @public
|
|
2064
2063
|
* <p>The service provider SAML metadata.</p>
|
|
2064
|
+
* @public
|
|
2065
2065
|
*/
|
|
2066
2066
|
serviceProviderSamlMetadata?: string;
|
|
2067
2067
|
}
|
|
@@ -2070,84 +2070,83 @@ export interface GetPortalServiceProviderMetadataResponse {
|
|
|
2070
2070
|
*/
|
|
2071
2071
|
export interface ListPortalsRequest {
|
|
2072
2072
|
/**
|
|
2073
|
-
* @public
|
|
2074
2073
|
* <p>The pagination token used to retrieve the next page of results for this operation. </p>
|
|
2074
|
+
* @public
|
|
2075
2075
|
*/
|
|
2076
2076
|
nextToken?: string;
|
|
2077
2077
|
/**
|
|
2078
|
-
* @public
|
|
2079
2078
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
2079
|
+
* @public
|
|
2080
2080
|
*/
|
|
2081
2081
|
maxResults?: number;
|
|
2082
2082
|
}
|
|
2083
2083
|
/**
|
|
2084
|
-
* @public
|
|
2085
2084
|
* <p>The summary of the portal.</p>
|
|
2085
|
+
* @public
|
|
2086
2086
|
*/
|
|
2087
2087
|
export interface PortalSummary {
|
|
2088
2088
|
/**
|
|
2089
|
-
* @public
|
|
2090
2089
|
* <p>The ARN of the web portal.</p>
|
|
2090
|
+
* @public
|
|
2091
2091
|
*/
|
|
2092
2092
|
portalArn: string | undefined;
|
|
2093
2093
|
/**
|
|
2094
|
-
* @public
|
|
2095
2094
|
* <p>The renderer that is used in streaming sessions.</p>
|
|
2095
|
+
* @public
|
|
2096
2096
|
*/
|
|
2097
2097
|
rendererType?: RendererType;
|
|
2098
2098
|
/**
|
|
2099
|
-
* @public
|
|
2100
2099
|
* <p>The browser type of the web portal.</p>
|
|
2100
|
+
* @public
|
|
2101
2101
|
*/
|
|
2102
2102
|
browserType?: BrowserType;
|
|
2103
2103
|
/**
|
|
2104
|
-
* @public
|
|
2105
2104
|
* <p>The status of the web portal.</p>
|
|
2105
|
+
* @public
|
|
2106
2106
|
*/
|
|
2107
2107
|
portalStatus?: PortalStatus;
|
|
2108
2108
|
/**
|
|
2109
|
-
* @public
|
|
2110
2109
|
* <p>The endpoint URL of the web portal that users access in order to start streaming
|
|
2111
2110
|
* sessions.</p>
|
|
2111
|
+
* @public
|
|
2112
2112
|
*/
|
|
2113
2113
|
portalEndpoint?: string;
|
|
2114
2114
|
/**
|
|
2115
|
-
* @public
|
|
2116
2115
|
* <p>The name of the web portal.</p>
|
|
2116
|
+
* @public
|
|
2117
2117
|
*/
|
|
2118
2118
|
displayName?: string;
|
|
2119
2119
|
/**
|
|
2120
|
-
* @public
|
|
2121
2120
|
* <p>The creation date of the web portal.</p>
|
|
2121
|
+
* @public
|
|
2122
2122
|
*/
|
|
2123
2123
|
creationDate?: Date;
|
|
2124
2124
|
/**
|
|
2125
|
-
* @public
|
|
2126
2125
|
* <p>The ARN of the browser settings that is associated with the web portal.</p>
|
|
2126
|
+
* @public
|
|
2127
2127
|
*/
|
|
2128
2128
|
browserSettingsArn?: string;
|
|
2129
2129
|
/**
|
|
2130
|
-
* @public
|
|
2131
2130
|
* <p>The ARN of the user settings that is associated with the web portal.</p>
|
|
2131
|
+
* @public
|
|
2132
2132
|
*/
|
|
2133
2133
|
userSettingsArn?: string;
|
|
2134
2134
|
/**
|
|
2135
|
-
* @public
|
|
2136
2135
|
* <p>The ARN of the network settings that is associated with the web portal.</p>
|
|
2136
|
+
* @public
|
|
2137
2137
|
*/
|
|
2138
2138
|
networkSettingsArn?: string;
|
|
2139
2139
|
/**
|
|
2140
|
-
* @public
|
|
2141
2140
|
* <p>The ARN of the trust that is associated with this web portal.</p>
|
|
2141
|
+
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
trustStoreArn?: string;
|
|
2144
2144
|
/**
|
|
2145
|
-
* @public
|
|
2146
2145
|
* <p>The ARN of the user access logging settings that is associated with the web portal.</p>
|
|
2146
|
+
* @public
|
|
2147
2147
|
*/
|
|
2148
2148
|
userAccessLoggingSettingsArn?: string;
|
|
2149
2149
|
/**
|
|
2150
|
-
* @public
|
|
2151
2150
|
* <p>The type of authentication integration points used when signing into the web portal.
|
|
2152
2151
|
* Defaults to <code>Standard</code>.</p>
|
|
2153
2152
|
* <p>
|
|
@@ -2161,11 +2160,12 @@ export interface PortalSummary {
|
|
|
2161
2160
|
* IdP-initiated authentication. Identity sources (including external identity provider
|
|
2162
2161
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2163
2162
|
* Identity Center.</p>
|
|
2163
|
+
* @public
|
|
2164
2164
|
*/
|
|
2165
2165
|
authenticationType?: AuthenticationType;
|
|
2166
2166
|
/**
|
|
2167
|
-
* @public
|
|
2168
2167
|
* <p>The ARN of the IP access settings.</p>
|
|
2168
|
+
* @public
|
|
2169
2169
|
*/
|
|
2170
2170
|
ipAccessSettingsArn?: string;
|
|
2171
2171
|
}
|
|
@@ -2174,13 +2174,13 @@ export interface PortalSummary {
|
|
|
2174
2174
|
*/
|
|
2175
2175
|
export interface ListPortalsResponse {
|
|
2176
2176
|
/**
|
|
2177
|
-
* @public
|
|
2178
2177
|
* <p>The portals in the list.</p>
|
|
2178
|
+
* @public
|
|
2179
2179
|
*/
|
|
2180
2180
|
portals?: PortalSummary[];
|
|
2181
2181
|
/**
|
|
2182
|
-
* @public
|
|
2183
2182
|
* <p>The pagination token used to retrieve the next page of results for this operation. </p>
|
|
2183
|
+
* @public
|
|
2184
2184
|
*/
|
|
2185
2185
|
nextToken?: string;
|
|
2186
2186
|
}
|
|
@@ -2189,17 +2189,16 @@ export interface ListPortalsResponse {
|
|
|
2189
2189
|
*/
|
|
2190
2190
|
export interface UpdatePortalRequest {
|
|
2191
2191
|
/**
|
|
2192
|
-
* @public
|
|
2193
2192
|
* <p>The ARN of the web portal.</p>
|
|
2193
|
+
* @public
|
|
2194
2194
|
*/
|
|
2195
2195
|
portalArn: string | undefined;
|
|
2196
2196
|
/**
|
|
2197
|
-
* @public
|
|
2198
2197
|
* <p>The name of the web portal. This is not visible to users who log into the web portal.</p>
|
|
2198
|
+
* @public
|
|
2199
2199
|
*/
|
|
2200
2200
|
displayName?: string;
|
|
2201
2201
|
/**
|
|
2202
|
-
* @public
|
|
2203
2202
|
* <p>The type of authentication integration points used when signing into the web portal.
|
|
2204
2203
|
* Defaults to <code>Standard</code>.</p>
|
|
2205
2204
|
* <p>
|
|
@@ -2213,6 +2212,7 @@ export interface UpdatePortalRequest {
|
|
|
2213
2212
|
* IdP-initiated authentication. Identity sources (including external identity provider
|
|
2214
2213
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2215
2214
|
* Identity Center.</p>
|
|
2215
|
+
* @public
|
|
2216
2216
|
*/
|
|
2217
2217
|
authenticationType?: AuthenticationType;
|
|
2218
2218
|
}
|
|
@@ -2221,8 +2221,8 @@ export interface UpdatePortalRequest {
|
|
|
2221
2221
|
*/
|
|
2222
2222
|
export interface UpdatePortalResponse {
|
|
2223
2223
|
/**
|
|
2224
|
-
* @public
|
|
2225
2224
|
* <p>The web portal.</p>
|
|
2225
|
+
* @public
|
|
2226
2226
|
*/
|
|
2227
2227
|
portal?: Portal;
|
|
2228
2228
|
}
|
|
@@ -2231,23 +2231,23 @@ export interface UpdatePortalResponse {
|
|
|
2231
2231
|
*/
|
|
2232
2232
|
export interface TagResourceRequest {
|
|
2233
2233
|
/**
|
|
2234
|
-
* @public
|
|
2235
2234
|
* <p>The ARN of the resource.</p>
|
|
2235
|
+
* @public
|
|
2236
2236
|
*/
|
|
2237
2237
|
resourceArn: string | undefined;
|
|
2238
2238
|
/**
|
|
2239
|
-
* @public
|
|
2240
2239
|
* <p>The tags of the resource.</p>
|
|
2240
|
+
* @public
|
|
2241
2241
|
*/
|
|
2242
2242
|
tags: Tag[] | undefined;
|
|
2243
2243
|
/**
|
|
2244
|
-
* @public
|
|
2245
2244
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2246
2245
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2247
2246
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2248
2247
|
* client token returns the result from the original successful request. </p>
|
|
2249
2248
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2250
2249
|
* SDK.</p>
|
|
2250
|
+
* @public
|
|
2251
2251
|
*/
|
|
2252
2252
|
clientToken?: string;
|
|
2253
2253
|
}
|
|
@@ -2257,15 +2257,15 @@ export interface TagResourceRequest {
|
|
|
2257
2257
|
export interface TagResourceResponse {
|
|
2258
2258
|
}
|
|
2259
2259
|
/**
|
|
2260
|
-
* @public
|
|
2261
2260
|
* <p>There are too many tags.</p>
|
|
2261
|
+
* @public
|
|
2262
2262
|
*/
|
|
2263
2263
|
export declare class TooManyTagsException extends __BaseException {
|
|
2264
2264
|
readonly name: "TooManyTagsException";
|
|
2265
2265
|
readonly $fault: "client";
|
|
2266
2266
|
/**
|
|
2267
|
-
* @public
|
|
2268
2267
|
* <p>Name of the resource affected.</p>
|
|
2268
|
+
* @public
|
|
2269
2269
|
*/
|
|
2270
2270
|
resourceName?: string;
|
|
2271
2271
|
/**
|
|
@@ -2274,33 +2274,33 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
2274
2274
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
2275
2275
|
}
|
|
2276
2276
|
/**
|
|
2277
|
-
* @public
|
|
2278
2277
|
* <p>The summary of the certificate.</p>
|
|
2278
|
+
* @public
|
|
2279
2279
|
*/
|
|
2280
2280
|
export interface CertificateSummary {
|
|
2281
2281
|
/**
|
|
2282
|
-
* @public
|
|
2283
2282
|
* <p>A hexadecimal identifier for the certificate.</p>
|
|
2283
|
+
* @public
|
|
2284
2284
|
*/
|
|
2285
2285
|
thumbprint?: string;
|
|
2286
2286
|
/**
|
|
2287
|
-
* @public
|
|
2288
2287
|
* <p>The entity the certificate belongs to.</p>
|
|
2288
|
+
* @public
|
|
2289
2289
|
*/
|
|
2290
2290
|
subject?: string;
|
|
2291
2291
|
/**
|
|
2292
|
-
* @public
|
|
2293
2292
|
* <p>The entity that issued the certificate.</p>
|
|
2293
|
+
* @public
|
|
2294
2294
|
*/
|
|
2295
2295
|
issuer?: string;
|
|
2296
2296
|
/**
|
|
2297
|
-
* @public
|
|
2298
2297
|
* <p>The certificate is not valid before this date.</p>
|
|
2298
|
+
* @public
|
|
2299
2299
|
*/
|
|
2300
2300
|
notValidBefore?: Date;
|
|
2301
2301
|
/**
|
|
2302
|
-
* @public
|
|
2303
2302
|
* <p>The certificate is not valid after this date.</p>
|
|
2303
|
+
* @public
|
|
2304
2304
|
*/
|
|
2305
2305
|
notValidAfter?: Date;
|
|
2306
2306
|
}
|
|
@@ -2309,23 +2309,23 @@ export interface CertificateSummary {
|
|
|
2309
2309
|
*/
|
|
2310
2310
|
export interface CreateTrustStoreRequest {
|
|
2311
2311
|
/**
|
|
2312
|
-
* @public
|
|
2313
2312
|
* <p>A list of CA certificates to be added to the trust store.</p>
|
|
2313
|
+
* @public
|
|
2314
2314
|
*/
|
|
2315
2315
|
certificateList: Uint8Array[] | undefined;
|
|
2316
2316
|
/**
|
|
2317
|
-
* @public
|
|
2318
2317
|
* <p>The tags to add to the trust store. A tag is a key-value pair.</p>
|
|
2318
|
+
* @public
|
|
2319
2319
|
*/
|
|
2320
2320
|
tags?: Tag[];
|
|
2321
2321
|
/**
|
|
2322
|
-
* @public
|
|
2323
2322
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2324
2323
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2325
2324
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2326
2325
|
* client token returns the result from the original successful request. </p>
|
|
2327
2326
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2328
2327
|
* SDK.</p>
|
|
2328
|
+
* @public
|
|
2329
2329
|
*/
|
|
2330
2330
|
clientToken?: string;
|
|
2331
2331
|
}
|
|
@@ -2334,8 +2334,8 @@ export interface CreateTrustStoreRequest {
|
|
|
2334
2334
|
*/
|
|
2335
2335
|
export interface CreateTrustStoreResponse {
|
|
2336
2336
|
/**
|
|
2337
|
-
* @public
|
|
2338
2337
|
* <p>The ARN of the trust store.</p>
|
|
2338
|
+
* @public
|
|
2339
2339
|
*/
|
|
2340
2340
|
trustStoreArn: string | undefined;
|
|
2341
2341
|
}
|
|
@@ -2344,8 +2344,8 @@ export interface CreateTrustStoreResponse {
|
|
|
2344
2344
|
*/
|
|
2345
2345
|
export interface DeleteTrustStoreRequest {
|
|
2346
2346
|
/**
|
|
2347
|
-
* @public
|
|
2348
2347
|
* <p>The ARN of the trust store.</p>
|
|
2348
|
+
* @public
|
|
2349
2349
|
*/
|
|
2350
2350
|
trustStoreArn: string | undefined;
|
|
2351
2351
|
}
|
|
@@ -2359,28 +2359,28 @@ export interface DeleteTrustStoreResponse {
|
|
|
2359
2359
|
*/
|
|
2360
2360
|
export interface GetTrustStoreRequest {
|
|
2361
2361
|
/**
|
|
2362
|
-
* @public
|
|
2363
2362
|
* <p>The ARN of the trust store.</p>
|
|
2363
|
+
* @public
|
|
2364
2364
|
*/
|
|
2365
2365
|
trustStoreArn: string | undefined;
|
|
2366
2366
|
}
|
|
2367
2367
|
/**
|
|
2368
|
-
* @public
|
|
2369
2368
|
* <p>A trust store that can be associated with a web portal. A trust store contains
|
|
2370
2369
|
* certificate authority (CA) certificates. Once associated with a web portal, the browser in
|
|
2371
2370
|
* a streaming session will recognize certificates that have been issued using any of the CAs
|
|
2372
2371
|
* in the trust store. If your organization has internal websites that use certificates issued
|
|
2373
2372
|
* by private CAs, you should add the private CA certificate to the trust store. </p>
|
|
2373
|
+
* @public
|
|
2374
2374
|
*/
|
|
2375
2375
|
export interface TrustStore {
|
|
2376
2376
|
/**
|
|
2377
|
-
* @public
|
|
2378
2377
|
* <p>A list of web portal ARNs that this trust store is associated with.</p>
|
|
2378
|
+
* @public
|
|
2379
2379
|
*/
|
|
2380
2380
|
associatedPortalArns?: string[];
|
|
2381
2381
|
/**
|
|
2382
|
-
* @public
|
|
2383
2382
|
* <p>The ARN of the trust store.</p>
|
|
2383
|
+
* @public
|
|
2384
2384
|
*/
|
|
2385
2385
|
trustStoreArn: string | undefined;
|
|
2386
2386
|
}
|
|
@@ -2389,8 +2389,8 @@ export interface TrustStore {
|
|
|
2389
2389
|
*/
|
|
2390
2390
|
export interface GetTrustStoreResponse {
|
|
2391
2391
|
/**
|
|
2392
|
-
* @public
|
|
2393
2392
|
* <p>The trust store.</p>
|
|
2393
|
+
* @public
|
|
2394
2394
|
*/
|
|
2395
2395
|
trustStore?: TrustStore;
|
|
2396
2396
|
}
|
|
@@ -2399,49 +2399,49 @@ export interface GetTrustStoreResponse {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
export interface GetTrustStoreCertificateRequest {
|
|
2401
2401
|
/**
|
|
2402
|
-
* @public
|
|
2403
2402
|
* <p>The ARN of the trust store certificate.</p>
|
|
2403
|
+
* @public
|
|
2404
2404
|
*/
|
|
2405
2405
|
trustStoreArn: string | undefined;
|
|
2406
2406
|
/**
|
|
2407
|
-
* @public
|
|
2408
2407
|
* <p>The thumbprint of the trust store certificate.</p>
|
|
2408
|
+
* @public
|
|
2409
2409
|
*/
|
|
2410
2410
|
thumbprint: string | undefined;
|
|
2411
2411
|
}
|
|
2412
2412
|
/**
|
|
2413
|
-
* @public
|
|
2414
2413
|
* <p>The certificate.</p>
|
|
2414
|
+
* @public
|
|
2415
2415
|
*/
|
|
2416
2416
|
export interface Certificate {
|
|
2417
2417
|
/**
|
|
2418
|
-
* @public
|
|
2419
2418
|
* <p>A hexadecimal identifier for the certificate.</p>
|
|
2419
|
+
* @public
|
|
2420
2420
|
*/
|
|
2421
2421
|
thumbprint?: string;
|
|
2422
2422
|
/**
|
|
2423
|
-
* @public
|
|
2424
2423
|
* <p>The entity the certificate belongs to.</p>
|
|
2424
|
+
* @public
|
|
2425
2425
|
*/
|
|
2426
2426
|
subject?: string;
|
|
2427
2427
|
/**
|
|
2428
|
-
* @public
|
|
2429
2428
|
* <p>The entity that issued the certificate.</p>
|
|
2429
|
+
* @public
|
|
2430
2430
|
*/
|
|
2431
2431
|
issuer?: string;
|
|
2432
2432
|
/**
|
|
2433
|
-
* @public
|
|
2434
2433
|
* <p>The certificate is not valid before this date.</p>
|
|
2434
|
+
* @public
|
|
2435
2435
|
*/
|
|
2436
2436
|
notValidBefore?: Date;
|
|
2437
2437
|
/**
|
|
2438
|
-
* @public
|
|
2439
2438
|
* <p>The certificate is not valid after this date.</p>
|
|
2439
|
+
* @public
|
|
2440
2440
|
*/
|
|
2441
2441
|
notValidAfter?: Date;
|
|
2442
2442
|
/**
|
|
2443
|
-
* @public
|
|
2444
2443
|
* <p>The body of the certificate.</p>
|
|
2444
|
+
* @public
|
|
2445
2445
|
*/
|
|
2446
2446
|
body?: Uint8Array;
|
|
2447
2447
|
}
|
|
@@ -2450,13 +2450,13 @@ export interface Certificate {
|
|
|
2450
2450
|
*/
|
|
2451
2451
|
export interface GetTrustStoreCertificateResponse {
|
|
2452
2452
|
/**
|
|
2453
|
-
* @public
|
|
2454
2453
|
* <p>The ARN of the trust store certificate.</p>
|
|
2454
|
+
* @public
|
|
2455
2455
|
*/
|
|
2456
2456
|
trustStoreArn: string | undefined;
|
|
2457
2457
|
/**
|
|
2458
|
-
* @public
|
|
2459
2458
|
* <p>The certificate of the trust store certificate.</p>
|
|
2459
|
+
* @public
|
|
2460
2460
|
*/
|
|
2461
2461
|
certificate?: Certificate;
|
|
2462
2462
|
}
|
|
@@ -2465,18 +2465,18 @@ export interface GetTrustStoreCertificateResponse {
|
|
|
2465
2465
|
*/
|
|
2466
2466
|
export interface ListTrustStoreCertificatesRequest {
|
|
2467
2467
|
/**
|
|
2468
|
-
* @public
|
|
2469
2468
|
* <p>The ARN of the trust store</p>
|
|
2469
|
+
* @public
|
|
2470
2470
|
*/
|
|
2471
2471
|
trustStoreArn: string | undefined;
|
|
2472
2472
|
/**
|
|
2473
|
-
* @public
|
|
2474
2473
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
2474
|
+
* @public
|
|
2475
2475
|
*/
|
|
2476
2476
|
nextToken?: string;
|
|
2477
2477
|
/**
|
|
2478
|
-
* @public
|
|
2479
2478
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
2479
|
+
* @public
|
|
2480
2480
|
*/
|
|
2481
2481
|
maxResults?: number;
|
|
2482
2482
|
}
|
|
@@ -2485,18 +2485,18 @@ export interface ListTrustStoreCertificatesRequest {
|
|
|
2485
2485
|
*/
|
|
2486
2486
|
export interface ListTrustStoreCertificatesResponse {
|
|
2487
2487
|
/**
|
|
2488
|
-
* @public
|
|
2489
2488
|
* <p>The certificate list.</p>
|
|
2489
|
+
* @public
|
|
2490
2490
|
*/
|
|
2491
2491
|
certificateList?: CertificateSummary[];
|
|
2492
2492
|
/**
|
|
2493
|
-
* @public
|
|
2494
2493
|
* <p>The ARN of the trust store.</p>
|
|
2494
|
+
* @public
|
|
2495
2495
|
*/
|
|
2496
2496
|
trustStoreArn: string | undefined;
|
|
2497
2497
|
/**
|
|
2498
|
-
* @public
|
|
2499
2498
|
* <p>The pagination token used to retrieve the next page of results for this operation.></p>
|
|
2499
|
+
* @public
|
|
2500
2500
|
*/
|
|
2501
2501
|
nextToken?: string;
|
|
2502
2502
|
}
|
|
@@ -2505,24 +2505,24 @@ export interface ListTrustStoreCertificatesResponse {
|
|
|
2505
2505
|
*/
|
|
2506
2506
|
export interface ListTrustStoresRequest {
|
|
2507
2507
|
/**
|
|
2508
|
-
* @public
|
|
2509
2508
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
2509
|
+
* @public
|
|
2510
2510
|
*/
|
|
2511
2511
|
nextToken?: string;
|
|
2512
2512
|
/**
|
|
2513
|
-
* @public
|
|
2514
2513
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
2514
|
+
* @public
|
|
2515
2515
|
*/
|
|
2516
2516
|
maxResults?: number;
|
|
2517
2517
|
}
|
|
2518
2518
|
/**
|
|
2519
|
-
* @public
|
|
2520
2519
|
* <p>The summary of the trust store.</p>
|
|
2520
|
+
* @public
|
|
2521
2521
|
*/
|
|
2522
2522
|
export interface TrustStoreSummary {
|
|
2523
2523
|
/**
|
|
2524
|
-
* @public
|
|
2525
2524
|
* <p>The ARN of the trust store.</p>
|
|
2525
|
+
* @public
|
|
2526
2526
|
*/
|
|
2527
2527
|
trustStoreArn?: string;
|
|
2528
2528
|
}
|
|
@@ -2531,13 +2531,13 @@ export interface TrustStoreSummary {
|
|
|
2531
2531
|
*/
|
|
2532
2532
|
export interface ListTrustStoresResponse {
|
|
2533
2533
|
/**
|
|
2534
|
-
* @public
|
|
2535
2534
|
* <p>The trust stores.</p>
|
|
2535
|
+
* @public
|
|
2536
2536
|
*/
|
|
2537
2537
|
trustStores?: TrustStoreSummary[];
|
|
2538
2538
|
/**
|
|
2539
|
-
* @public
|
|
2540
2539
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
2540
|
+
* @public
|
|
2541
2541
|
*/
|
|
2542
2542
|
nextToken?: string;
|
|
2543
2543
|
}
|
|
@@ -2546,28 +2546,28 @@ export interface ListTrustStoresResponse {
|
|
|
2546
2546
|
*/
|
|
2547
2547
|
export interface UpdateTrustStoreRequest {
|
|
2548
2548
|
/**
|
|
2549
|
-
* @public
|
|
2550
2549
|
* <p>The ARN of the trust store.</p>
|
|
2550
|
+
* @public
|
|
2551
2551
|
*/
|
|
2552
2552
|
trustStoreArn: string | undefined;
|
|
2553
2553
|
/**
|
|
2554
|
-
* @public
|
|
2555
2554
|
* <p>A list of CA certificates to add to the trust store.</p>
|
|
2555
|
+
* @public
|
|
2556
2556
|
*/
|
|
2557
2557
|
certificatesToAdd?: Uint8Array[];
|
|
2558
2558
|
/**
|
|
2559
|
-
* @public
|
|
2560
2559
|
* <p>A list of CA certificates to delete from a trust store.</p>
|
|
2560
|
+
* @public
|
|
2561
2561
|
*/
|
|
2562
2562
|
certificatesToDelete?: string[];
|
|
2563
2563
|
/**
|
|
2564
|
-
* @public
|
|
2565
2564
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2566
2565
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2567
2566
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2568
2567
|
* client token return the result from the original successful request. </p>
|
|
2569
2568
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2570
2569
|
* SDK.</p>
|
|
2570
|
+
* @public
|
|
2571
2571
|
*/
|
|
2572
2572
|
clientToken?: string;
|
|
2573
2573
|
}
|
|
@@ -2576,8 +2576,8 @@ export interface UpdateTrustStoreRequest {
|
|
|
2576
2576
|
*/
|
|
2577
2577
|
export interface UpdateTrustStoreResponse {
|
|
2578
2578
|
/**
|
|
2579
|
-
* @public
|
|
2580
2579
|
* <p>The ARN of the trust store.</p>
|
|
2580
|
+
* @public
|
|
2581
2581
|
*/
|
|
2582
2582
|
trustStoreArn: string | undefined;
|
|
2583
2583
|
}
|
|
@@ -2586,13 +2586,13 @@ export interface UpdateTrustStoreResponse {
|
|
|
2586
2586
|
*/
|
|
2587
2587
|
export interface UntagResourceRequest {
|
|
2588
2588
|
/**
|
|
2589
|
-
* @public
|
|
2590
2589
|
* <p>The ARN of the resource.</p>
|
|
2590
|
+
* @public
|
|
2591
2591
|
*/
|
|
2592
2592
|
resourceArn: string | undefined;
|
|
2593
2593
|
/**
|
|
2594
|
-
* @public
|
|
2595
2594
|
* <p>The list of tag keys to remove from the resource.</p>
|
|
2595
|
+
* @public
|
|
2596
2596
|
*/
|
|
2597
2597
|
tagKeys: string[] | undefined;
|
|
2598
2598
|
}
|
|
@@ -2606,23 +2606,23 @@ export interface UntagResourceResponse {
|
|
|
2606
2606
|
*/
|
|
2607
2607
|
export interface CreateUserAccessLoggingSettingsRequest {
|
|
2608
2608
|
/**
|
|
2609
|
-
* @public
|
|
2610
2609
|
* <p>The ARN of the Kinesis stream.</p>
|
|
2610
|
+
* @public
|
|
2611
2611
|
*/
|
|
2612
2612
|
kinesisStreamArn: string | undefined;
|
|
2613
2613
|
/**
|
|
2614
|
-
* @public
|
|
2615
2614
|
* <p>The tags to add to the user settings resource. A tag is a key-value pair.</p>
|
|
2615
|
+
* @public
|
|
2616
2616
|
*/
|
|
2617
2617
|
tags?: Tag[];
|
|
2618
2618
|
/**
|
|
2619
|
-
* @public
|
|
2620
2619
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2621
2620
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2622
2621
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2623
2622
|
* client token returns the result from the original successful request. </p>
|
|
2624
2623
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2625
2624
|
* SDK.</p>
|
|
2625
|
+
* @public
|
|
2626
2626
|
*/
|
|
2627
2627
|
clientToken?: string;
|
|
2628
2628
|
}
|
|
@@ -2631,8 +2631,8 @@ export interface CreateUserAccessLoggingSettingsRequest {
|
|
|
2631
2631
|
*/
|
|
2632
2632
|
export interface CreateUserAccessLoggingSettingsResponse {
|
|
2633
2633
|
/**
|
|
2634
|
-
* @public
|
|
2635
2634
|
* <p>The ARN of the user access logging settings.</p>
|
|
2635
|
+
* @public
|
|
2636
2636
|
*/
|
|
2637
2637
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2638
2638
|
}
|
|
@@ -2641,8 +2641,8 @@ export interface CreateUserAccessLoggingSettingsResponse {
|
|
|
2641
2641
|
*/
|
|
2642
2642
|
export interface DeleteUserAccessLoggingSettingsRequest {
|
|
2643
2643
|
/**
|
|
2644
|
-
* @public
|
|
2645
2644
|
* <p>The ARN of the user access logging settings.</p>
|
|
2645
|
+
* @public
|
|
2646
2646
|
*/
|
|
2647
2647
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2648
2648
|
}
|
|
@@ -2656,29 +2656,29 @@ export interface DeleteUserAccessLoggingSettingsResponse {
|
|
|
2656
2656
|
*/
|
|
2657
2657
|
export interface GetUserAccessLoggingSettingsRequest {
|
|
2658
2658
|
/**
|
|
2659
|
-
* @public
|
|
2660
2659
|
* <p>The ARN of the user access logging settings.</p>
|
|
2660
|
+
* @public
|
|
2661
2661
|
*/
|
|
2662
2662
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2663
2663
|
}
|
|
2664
2664
|
/**
|
|
2665
|
-
* @public
|
|
2666
2665
|
* <p>A user access logging settings resource that can be associated with a web portal.</p>
|
|
2666
|
+
* @public
|
|
2667
2667
|
*/
|
|
2668
2668
|
export interface UserAccessLoggingSettings {
|
|
2669
2669
|
/**
|
|
2670
|
-
* @public
|
|
2671
2670
|
* <p>The ARN of the user access logging settings.</p>
|
|
2671
|
+
* @public
|
|
2672
2672
|
*/
|
|
2673
2673
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2674
2674
|
/**
|
|
2675
|
-
* @public
|
|
2676
2675
|
* <p>A list of web portal ARNs that this user access logging settings is associated with.</p>
|
|
2676
|
+
* @public
|
|
2677
2677
|
*/
|
|
2678
2678
|
associatedPortalArns?: string[];
|
|
2679
2679
|
/**
|
|
2680
|
-
* @public
|
|
2681
2680
|
* <p>The ARN of the Kinesis stream.</p>
|
|
2681
|
+
* @public
|
|
2682
2682
|
*/
|
|
2683
2683
|
kinesisStreamArn?: string;
|
|
2684
2684
|
}
|
|
@@ -2687,8 +2687,8 @@ export interface UserAccessLoggingSettings {
|
|
|
2687
2687
|
*/
|
|
2688
2688
|
export interface GetUserAccessLoggingSettingsResponse {
|
|
2689
2689
|
/**
|
|
2690
|
-
* @public
|
|
2691
2690
|
* <p>The user access logging settings.</p>
|
|
2691
|
+
* @public
|
|
2692
2692
|
*/
|
|
2693
2693
|
userAccessLoggingSettings?: UserAccessLoggingSettings;
|
|
2694
2694
|
}
|
|
@@ -2697,29 +2697,29 @@ export interface GetUserAccessLoggingSettingsResponse {
|
|
|
2697
2697
|
*/
|
|
2698
2698
|
export interface ListUserAccessLoggingSettingsRequest {
|
|
2699
2699
|
/**
|
|
2700
|
-
* @public
|
|
2701
2700
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
2701
|
+
* @public
|
|
2702
2702
|
*/
|
|
2703
2703
|
nextToken?: string;
|
|
2704
2704
|
/**
|
|
2705
|
-
* @public
|
|
2706
2705
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
2706
|
+
* @public
|
|
2707
2707
|
*/
|
|
2708
2708
|
maxResults?: number;
|
|
2709
2709
|
}
|
|
2710
2710
|
/**
|
|
2711
|
-
* @public
|
|
2712
2711
|
* <p>The summary of user access logging settings.</p>
|
|
2712
|
+
* @public
|
|
2713
2713
|
*/
|
|
2714
2714
|
export interface UserAccessLoggingSettingsSummary {
|
|
2715
2715
|
/**
|
|
2716
|
-
* @public
|
|
2717
2716
|
* <p>The ARN of the user access logging settings.</p>
|
|
2717
|
+
* @public
|
|
2718
2718
|
*/
|
|
2719
2719
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2720
2720
|
/**
|
|
2721
|
-
* @public
|
|
2722
2721
|
* <p>The ARN of the Kinesis stream.</p>
|
|
2722
|
+
* @public
|
|
2723
2723
|
*/
|
|
2724
2724
|
kinesisStreamArn?: string;
|
|
2725
2725
|
}
|
|
@@ -2728,13 +2728,13 @@ export interface UserAccessLoggingSettingsSummary {
|
|
|
2728
2728
|
*/
|
|
2729
2729
|
export interface ListUserAccessLoggingSettingsResponse {
|
|
2730
2730
|
/**
|
|
2731
|
-
* @public
|
|
2732
2731
|
* <p>The user access logging settings.</p>
|
|
2732
|
+
* @public
|
|
2733
2733
|
*/
|
|
2734
2734
|
userAccessLoggingSettings?: UserAccessLoggingSettingsSummary[];
|
|
2735
2735
|
/**
|
|
2736
|
-
* @public
|
|
2737
2736
|
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
2737
|
+
* @public
|
|
2738
2738
|
*/
|
|
2739
2739
|
nextToken?: string;
|
|
2740
2740
|
}
|
|
@@ -2743,23 +2743,23 @@ export interface ListUserAccessLoggingSettingsResponse {
|
|
|
2743
2743
|
*/
|
|
2744
2744
|
export interface UpdateUserAccessLoggingSettingsRequest {
|
|
2745
2745
|
/**
|
|
2746
|
-
* @public
|
|
2747
2746
|
* <p>The ARN of the user access logging settings.</p>
|
|
2747
|
+
* @public
|
|
2748
2748
|
*/
|
|
2749
2749
|
userAccessLoggingSettingsArn: string | undefined;
|
|
2750
2750
|
/**
|
|
2751
|
-
* @public
|
|
2752
2751
|
* <p>The ARN of the Kinesis stream.</p>
|
|
2752
|
+
* @public
|
|
2753
2753
|
*/
|
|
2754
2754
|
kinesisStreamArn?: string;
|
|
2755
2755
|
/**
|
|
2756
|
-
* @public
|
|
2757
2756
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2758
2757
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2759
2758
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2760
2759
|
* client token return the result from the original successful request. </p>
|
|
2761
2760
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2762
2761
|
* SDK.</p>
|
|
2762
|
+
* @public
|
|
2763
2763
|
*/
|
|
2764
2764
|
clientToken?: string;
|
|
2765
2765
|
}
|
|
@@ -2768,45 +2768,45 @@ export interface UpdateUserAccessLoggingSettingsRequest {
|
|
|
2768
2768
|
*/
|
|
2769
2769
|
export interface UpdateUserAccessLoggingSettingsResponse {
|
|
2770
2770
|
/**
|
|
2771
|
-
* @public
|
|
2772
2771
|
* <p>The user access logging settings.</p>
|
|
2772
|
+
* @public
|
|
2773
2773
|
*/
|
|
2774
2774
|
userAccessLoggingSettings: UserAccessLoggingSettings | undefined;
|
|
2775
2775
|
}
|
|
2776
2776
|
/**
|
|
2777
|
-
* @public
|
|
2778
2777
|
* <p>Specifies a single cookie or set of cookies in an end user's browser.</p>
|
|
2778
|
+
* @public
|
|
2779
2779
|
*/
|
|
2780
2780
|
export interface CookieSpecification {
|
|
2781
2781
|
/**
|
|
2782
|
-
* @public
|
|
2783
2782
|
* <p>The domain of the cookie.</p>
|
|
2783
|
+
* @public
|
|
2784
2784
|
*/
|
|
2785
2785
|
domain: string | undefined;
|
|
2786
2786
|
/**
|
|
2787
|
-
* @public
|
|
2788
2787
|
* <p>The name of the cookie.</p>
|
|
2788
|
+
* @public
|
|
2789
2789
|
*/
|
|
2790
2790
|
name?: string;
|
|
2791
2791
|
/**
|
|
2792
|
-
* @public
|
|
2793
2792
|
* <p>The path of the cookie.</p>
|
|
2793
|
+
* @public
|
|
2794
2794
|
*/
|
|
2795
2795
|
path?: string;
|
|
2796
2796
|
}
|
|
2797
2797
|
/**
|
|
2798
|
-
* @public
|
|
2799
2798
|
* <p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>
|
|
2799
|
+
* @public
|
|
2800
2800
|
*/
|
|
2801
2801
|
export interface CookieSynchronizationConfiguration {
|
|
2802
2802
|
/**
|
|
2803
|
-
* @public
|
|
2804
2803
|
* <p>The list of cookie specifications that are allowed to be synchronized to the remote browser.</p>
|
|
2804
|
+
* @public
|
|
2805
2805
|
*/
|
|
2806
2806
|
allowlist: CookieSpecification[] | undefined;
|
|
2807
2807
|
/**
|
|
2808
|
-
* @public
|
|
2809
2808
|
* <p>The list of cookie specifications that are blocked from being synchronized to the remote browser.</p>
|
|
2809
|
+
* @public
|
|
2810
2810
|
*/
|
|
2811
2811
|
blocklist?: CookieSpecification[];
|
|
2812
2812
|
}
|
|
@@ -2827,72 +2827,72 @@ export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
|
|
|
2827
2827
|
*/
|
|
2828
2828
|
export interface CreateUserSettingsRequest {
|
|
2829
2829
|
/**
|
|
2830
|
-
* @public
|
|
2831
2830
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
2832
2831
|
* device.</p>
|
|
2832
|
+
* @public
|
|
2833
2833
|
*/
|
|
2834
2834
|
copyAllowed: EnabledType | undefined;
|
|
2835
2835
|
/**
|
|
2836
|
-
* @public
|
|
2837
2836
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
2838
2837
|
* session.</p>
|
|
2838
|
+
* @public
|
|
2839
2839
|
*/
|
|
2840
2840
|
pasteAllowed: EnabledType | undefined;
|
|
2841
2841
|
/**
|
|
2842
|
-
* @public
|
|
2843
2842
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
2844
2843
|
* device.</p>
|
|
2844
|
+
* @public
|
|
2845
2845
|
*/
|
|
2846
2846
|
downloadAllowed: EnabledType | undefined;
|
|
2847
2847
|
/**
|
|
2848
|
-
* @public
|
|
2849
2848
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
2850
2849
|
* session.</p>
|
|
2850
|
+
* @public
|
|
2851
2851
|
*/
|
|
2852
2852
|
uploadAllowed: EnabledType | undefined;
|
|
2853
2853
|
/**
|
|
2854
|
-
* @public
|
|
2855
2854
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
2855
|
+
* @public
|
|
2856
2856
|
*/
|
|
2857
2857
|
printAllowed: EnabledType | undefined;
|
|
2858
2858
|
/**
|
|
2859
|
-
* @public
|
|
2860
2859
|
* <p>The tags to add to the user settings resource. A tag is a key-value pair.</p>
|
|
2860
|
+
* @public
|
|
2861
2861
|
*/
|
|
2862
2862
|
tags?: Tag[];
|
|
2863
2863
|
/**
|
|
2864
|
-
* @public
|
|
2865
2864
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
2865
|
+
* @public
|
|
2866
2866
|
*/
|
|
2867
2867
|
disconnectTimeoutInMinutes?: number;
|
|
2868
2868
|
/**
|
|
2869
|
-
* @public
|
|
2870
2869
|
* <p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>
|
|
2870
|
+
* @public
|
|
2871
2871
|
*/
|
|
2872
2872
|
idleDisconnectTimeoutInMinutes?: number;
|
|
2873
2873
|
/**
|
|
2874
|
-
* @public
|
|
2875
2874
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2876
2875
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2877
2876
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
2878
2877
|
* client token returns the result from the original successful request. </p>
|
|
2879
2878
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2880
2879
|
* SDK.</p>
|
|
2880
|
+
* @public
|
|
2881
2881
|
*/
|
|
2882
2882
|
clientToken?: string;
|
|
2883
2883
|
/**
|
|
2884
|
-
* @public
|
|
2885
2884
|
* <p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>
|
|
2885
|
+
* @public
|
|
2886
2886
|
*/
|
|
2887
2887
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
2888
2888
|
/**
|
|
2889
|
-
* @public
|
|
2890
2889
|
* <p>The customer managed key used to encrypt sensitive information in the user settings.</p>
|
|
2890
|
+
* @public
|
|
2891
2891
|
*/
|
|
2892
2892
|
customerManagedKey?: string;
|
|
2893
2893
|
/**
|
|
2894
|
-
* @public
|
|
2895
2894
|
* <p>The additional encryption context of the user settings.</p>
|
|
2895
|
+
* @public
|
|
2896
2896
|
*/
|
|
2897
2897
|
additionalEncryptionContext?: Record<string, string>;
|
|
2898
2898
|
}
|
|
@@ -2901,8 +2901,8 @@ export interface CreateUserSettingsRequest {
|
|
|
2901
2901
|
*/
|
|
2902
2902
|
export interface CreateUserSettingsResponse {
|
|
2903
2903
|
/**
|
|
2904
|
-
* @public
|
|
2905
2904
|
* <p>The ARN of the user settings.</p>
|
|
2905
|
+
* @public
|
|
2906
2906
|
*/
|
|
2907
2907
|
userSettingsArn: string | undefined;
|
|
2908
2908
|
}
|
|
@@ -2911,8 +2911,8 @@ export interface CreateUserSettingsResponse {
|
|
|
2911
2911
|
*/
|
|
2912
2912
|
export interface DeleteUserSettingsRequest {
|
|
2913
2913
|
/**
|
|
2914
|
-
* @public
|
|
2915
2914
|
* <p>The ARN of the user settings.</p>
|
|
2915
|
+
* @public
|
|
2916
2916
|
*/
|
|
2917
2917
|
userSettingsArn: string | undefined;
|
|
2918
2918
|
}
|
|
@@ -2926,70 +2926,70 @@ export interface DeleteUserSettingsResponse {
|
|
|
2926
2926
|
*/
|
|
2927
2927
|
export interface GetUserSettingsRequest {
|
|
2928
2928
|
/**
|
|
2929
|
-
* @public
|
|
2930
2929
|
* <p>The ARN of the user settings.</p>
|
|
2930
|
+
* @public
|
|
2931
2931
|
*/
|
|
2932
2932
|
userSettingsArn: string | undefined;
|
|
2933
2933
|
}
|
|
2934
2934
|
/**
|
|
2935
|
-
* @public
|
|
2936
2935
|
* <p>A user settings resource that can be associated with a web portal. Once associated with
|
|
2937
2936
|
* a web portal, user settings control how users can transfer data between a streaming session
|
|
2938
2937
|
* and the their local devices. </p>
|
|
2938
|
+
* @public
|
|
2939
2939
|
*/
|
|
2940
2940
|
export interface UserSettings {
|
|
2941
2941
|
/**
|
|
2942
|
-
* @public
|
|
2943
2942
|
* <p>The ARN of the user settings.</p>
|
|
2943
|
+
* @public
|
|
2944
2944
|
*/
|
|
2945
2945
|
userSettingsArn: string | undefined;
|
|
2946
2946
|
/**
|
|
2947
|
-
* @public
|
|
2948
2947
|
* <p>A list of web portal ARNs that this user settings is associated with.</p>
|
|
2948
|
+
* @public
|
|
2949
2949
|
*/
|
|
2950
2950
|
associatedPortalArns?: string[];
|
|
2951
2951
|
/**
|
|
2952
|
-
* @public
|
|
2953
2952
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
2954
2953
|
* device.</p>
|
|
2954
|
+
* @public
|
|
2955
2955
|
*/
|
|
2956
2956
|
copyAllowed?: EnabledType;
|
|
2957
2957
|
/**
|
|
2958
|
-
* @public
|
|
2959
2958
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
2960
2959
|
* session.</p>
|
|
2960
|
+
* @public
|
|
2961
2961
|
*/
|
|
2962
2962
|
pasteAllowed?: EnabledType;
|
|
2963
2963
|
/**
|
|
2964
|
-
* @public
|
|
2965
2964
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
2966
2965
|
* device.</p>
|
|
2966
|
+
* @public
|
|
2967
2967
|
*/
|
|
2968
2968
|
downloadAllowed?: EnabledType;
|
|
2969
2969
|
/**
|
|
2970
|
-
* @public
|
|
2971
2970
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
2972
2971
|
* session.</p>
|
|
2972
|
+
* @public
|
|
2973
2973
|
*/
|
|
2974
2974
|
uploadAllowed?: EnabledType;
|
|
2975
2975
|
/**
|
|
2976
|
-
* @public
|
|
2977
2976
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
2977
|
+
* @public
|
|
2978
2978
|
*/
|
|
2979
2979
|
printAllowed?: EnabledType;
|
|
2980
2980
|
/**
|
|
2981
|
-
* @public
|
|
2982
2981
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
2982
|
+
* @public
|
|
2983
2983
|
*/
|
|
2984
2984
|
disconnectTimeoutInMinutes?: number;
|
|
2985
2985
|
/**
|
|
2986
|
-
* @public
|
|
2987
2986
|
* <p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>
|
|
2987
|
+
* @public
|
|
2988
2988
|
*/
|
|
2989
2989
|
idleDisconnectTimeoutInMinutes?: number;
|
|
2990
2990
|
/**
|
|
2991
|
-
* @public
|
|
2992
2991
|
* <p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>
|
|
2992
|
+
* @public
|
|
2993
2993
|
*/
|
|
2994
2994
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
2995
2995
|
}
|
|
@@ -2998,8 +2998,8 @@ export interface UserSettings {
|
|
|
2998
2998
|
*/
|
|
2999
2999
|
export interface GetUserSettingsResponse {
|
|
3000
3000
|
/**
|
|
3001
|
-
* @public
|
|
3002
3001
|
* <p>The user settings.</p>
|
|
3002
|
+
* @public
|
|
3003
3003
|
*/
|
|
3004
3004
|
userSettings?: UserSettings;
|
|
3005
3005
|
}
|
|
@@ -3008,68 +3008,68 @@ export interface GetUserSettingsResponse {
|
|
|
3008
3008
|
*/
|
|
3009
3009
|
export interface ListUserSettingsRequest {
|
|
3010
3010
|
/**
|
|
3011
|
-
* @public
|
|
3012
3011
|
* <p>The pagination token used to retrieve the next page of results for this operation. </p>
|
|
3012
|
+
* @public
|
|
3013
3013
|
*/
|
|
3014
3014
|
nextToken?: string;
|
|
3015
3015
|
/**
|
|
3016
|
-
* @public
|
|
3017
3016
|
* <p>The maximum number of results to be included in the next page.</p>
|
|
3017
|
+
* @public
|
|
3018
3018
|
*/
|
|
3019
3019
|
maxResults?: number;
|
|
3020
3020
|
}
|
|
3021
3021
|
/**
|
|
3022
|
-
* @public
|
|
3023
3022
|
* <p>The summary of user settings.</p>
|
|
3023
|
+
* @public
|
|
3024
3024
|
*/
|
|
3025
3025
|
export interface UserSettingsSummary {
|
|
3026
3026
|
/**
|
|
3027
|
-
* @public
|
|
3028
3027
|
* <p>The ARN of the user settings.</p>
|
|
3028
|
+
* @public
|
|
3029
3029
|
*/
|
|
3030
3030
|
userSettingsArn: string | undefined;
|
|
3031
3031
|
/**
|
|
3032
|
-
* @public
|
|
3033
3032
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
3034
3033
|
* device.</p>
|
|
3034
|
+
* @public
|
|
3035
3035
|
*/
|
|
3036
3036
|
copyAllowed?: EnabledType;
|
|
3037
3037
|
/**
|
|
3038
|
-
* @public
|
|
3039
3038
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
3040
3039
|
* session.</p>
|
|
3040
|
+
* @public
|
|
3041
3041
|
*/
|
|
3042
3042
|
pasteAllowed?: EnabledType;
|
|
3043
3043
|
/**
|
|
3044
|
-
* @public
|
|
3045
3044
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
3046
3045
|
* device.</p>
|
|
3046
|
+
* @public
|
|
3047
3047
|
*/
|
|
3048
3048
|
downloadAllowed?: EnabledType;
|
|
3049
3049
|
/**
|
|
3050
|
-
* @public
|
|
3051
3050
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
3052
3051
|
* session.</p>
|
|
3052
|
+
* @public
|
|
3053
3053
|
*/
|
|
3054
3054
|
uploadAllowed?: EnabledType;
|
|
3055
3055
|
/**
|
|
3056
|
-
* @public
|
|
3057
3056
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
3057
|
+
* @public
|
|
3058
3058
|
*/
|
|
3059
3059
|
printAllowed?: EnabledType;
|
|
3060
3060
|
/**
|
|
3061
|
-
* @public
|
|
3062
3061
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
3062
|
+
* @public
|
|
3063
3063
|
*/
|
|
3064
3064
|
disconnectTimeoutInMinutes?: number;
|
|
3065
3065
|
/**
|
|
3066
|
-
* @public
|
|
3067
3066
|
* <p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>
|
|
3067
|
+
* @public
|
|
3068
3068
|
*/
|
|
3069
3069
|
idleDisconnectTimeoutInMinutes?: number;
|
|
3070
3070
|
/**
|
|
3071
|
-
* @public
|
|
3072
3071
|
* <p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>
|
|
3072
|
+
* @public
|
|
3073
3073
|
*/
|
|
3074
3074
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
3075
3075
|
}
|
|
@@ -3078,13 +3078,13 @@ export interface UserSettingsSummary {
|
|
|
3078
3078
|
*/
|
|
3079
3079
|
export interface ListUserSettingsResponse {
|
|
3080
3080
|
/**
|
|
3081
|
-
* @public
|
|
3082
3081
|
* <p>The user settings.</p>
|
|
3082
|
+
* @public
|
|
3083
3083
|
*/
|
|
3084
3084
|
userSettings?: UserSettingsSummary[];
|
|
3085
3085
|
/**
|
|
3086
|
-
* @public
|
|
3087
3086
|
* <p>The pagination token used to retrieve the next page of results for this operation. </p>
|
|
3087
|
+
* @public
|
|
3088
3088
|
*/
|
|
3089
3089
|
nextToken?: string;
|
|
3090
3090
|
}
|
|
@@ -3093,63 +3093,63 @@ export interface ListUserSettingsResponse {
|
|
|
3093
3093
|
*/
|
|
3094
3094
|
export interface UpdateUserSettingsRequest {
|
|
3095
3095
|
/**
|
|
3096
|
-
* @public
|
|
3097
3096
|
* <p>The ARN of the user settings.</p>
|
|
3097
|
+
* @public
|
|
3098
3098
|
*/
|
|
3099
3099
|
userSettingsArn: string | undefined;
|
|
3100
3100
|
/**
|
|
3101
|
-
* @public
|
|
3102
3101
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
3103
3102
|
* device.</p>
|
|
3103
|
+
* @public
|
|
3104
3104
|
*/
|
|
3105
3105
|
copyAllowed?: EnabledType;
|
|
3106
3106
|
/**
|
|
3107
|
-
* @public
|
|
3108
3107
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
3109
3108
|
* session.</p>
|
|
3109
|
+
* @public
|
|
3110
3110
|
*/
|
|
3111
3111
|
pasteAllowed?: EnabledType;
|
|
3112
3112
|
/**
|
|
3113
|
-
* @public
|
|
3114
3113
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
3115
3114
|
* device.</p>
|
|
3115
|
+
* @public
|
|
3116
3116
|
*/
|
|
3117
3117
|
downloadAllowed?: EnabledType;
|
|
3118
3118
|
/**
|
|
3119
|
-
* @public
|
|
3120
3119
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
3121
3120
|
* session.</p>
|
|
3121
|
+
* @public
|
|
3122
3122
|
*/
|
|
3123
3123
|
uploadAllowed?: EnabledType;
|
|
3124
3124
|
/**
|
|
3125
|
-
* @public
|
|
3126
3125
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
3126
|
+
* @public
|
|
3127
3127
|
*/
|
|
3128
3128
|
printAllowed?: EnabledType;
|
|
3129
3129
|
/**
|
|
3130
|
-
* @public
|
|
3131
3130
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
3131
|
+
* @public
|
|
3132
3132
|
*/
|
|
3133
3133
|
disconnectTimeoutInMinutes?: number;
|
|
3134
3134
|
/**
|
|
3135
|
-
* @public
|
|
3136
3135
|
* <p>The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.</p>
|
|
3136
|
+
* @public
|
|
3137
3137
|
*/
|
|
3138
3138
|
idleDisconnectTimeoutInMinutes?: number;
|
|
3139
3139
|
/**
|
|
3140
|
-
* @public
|
|
3141
3140
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3142
3141
|
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
3143
3142
|
* request, if the original request completes successfully, subsequent retries with the same
|
|
3144
3143
|
* client token return the result from the original successful request. </p>
|
|
3145
3144
|
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
3146
3145
|
* SDK.</p>
|
|
3146
|
+
* @public
|
|
3147
3147
|
*/
|
|
3148
3148
|
clientToken?: string;
|
|
3149
3149
|
/**
|
|
3150
|
-
* @public
|
|
3151
3150
|
* <p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>
|
|
3152
3151
|
* <p>If the allowlist and blocklist are empty, the configuration becomes null.</p>
|
|
3152
|
+
* @public
|
|
3153
3153
|
*/
|
|
3154
3154
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
3155
3155
|
}
|
|
@@ -3158,8 +3158,8 @@ export interface UpdateUserSettingsRequest {
|
|
|
3158
3158
|
*/
|
|
3159
3159
|
export interface UpdateUserSettingsResponse {
|
|
3160
3160
|
/**
|
|
3161
|
-
* @public
|
|
3162
3161
|
* <p>The user settings.</p>
|
|
3162
|
+
* @public
|
|
3163
3163
|
*/
|
|
3164
3164
|
userSettings: UserSettings | undefined;
|
|
3165
3165
|
}
|