@aws-sdk/client-workspaces-web 3.190.0 → 3.192.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/WorkSpacesWeb.js +105 -0
- package/dist-cjs/WorkSpacesWebClient.js +11 -8
- package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/AssociateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/AssociateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/CreatePortalCommand.js +10 -0
- package/dist-cjs/commands/CreateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/CreateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/DeletePortalCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/DeleteUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/DisassociateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetPortalCommand.js +10 -0
- package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
- package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +10 -0
- package/dist-cjs/commands/GetTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/GetUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +10 -0
- package/dist-cjs/commands/ListNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListPortalsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +10 -0
- package/dist-cjs/commands/ListTrustStoresCommand.js +10 -0
- package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/ListUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +10 -0
- package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdatePortalCommand.js +10 -0
- package/dist-cjs/commands/UpdateTrustStoreCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +46 -0
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +68 -3
- package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +502 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/WorkSpacesWeb.js +105 -0
- package/dist-es/WorkSpacesWebClient.js +12 -9
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/AssociateTrustStoreCommand.js +10 -0
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/AssociateUserSettingsCommand.js +10 -0
- package/dist-es/commands/CreateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/CreateIdentityProviderCommand.js +10 -0
- package/dist-es/commands/CreateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/CreatePortalCommand.js +10 -0
- package/dist-es/commands/CreateTrustStoreCommand.js +10 -0
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/CreateUserSettingsCommand.js +10 -0
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/DeleteIdentityProviderCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/DeletePortalCommand.js +10 -0
- package/dist-es/commands/DeleteTrustStoreCommand.js +10 -0
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/DeleteUserSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/DisassociateTrustStoreCommand.js +10 -0
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/DisassociateUserSettingsCommand.js +10 -0
- package/dist-es/commands/GetBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/GetIdentityProviderCommand.js +10 -0
- package/dist-es/commands/GetNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/GetPortalCommand.js +10 -0
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +10 -0
- package/dist-es/commands/GetTrustStoreCommand.js +10 -0
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/GetUserSettingsCommand.js +10 -0
- package/dist-es/commands/ListBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/ListIdentityProvidersCommand.js +10 -0
- package/dist-es/commands/ListNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/ListPortalsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +10 -0
- package/dist-es/commands/ListTrustStoresCommand.js +10 -0
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/ListUserSettingsCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateIdentityProviderCommand.js +10 -0
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +10 -0
- package/dist-es/commands/UpdatePortalCommand.js +10 -0
- package/dist-es/commands/UpdateTrustStoreCommand.js +10 -0
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +42 -0
- package/dist-es/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +49 -0
- package/dist-es/pagination/ListUserAccessLoggingSettingsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/WorkSpacesWeb.d.ts +49 -0
- package/dist-types/WorkSpacesWebClient.d.ts +15 -11
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalCommand.d.ts +2 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +221 -1
- package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +131 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +57 -8
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +105 -0
- package/dist-types/ts3.4/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -185,6 +185,26 @@ export interface AssociateTrustStoreResponse {
|
|
|
185
185
|
*/
|
|
186
186
|
trustStoreArn: string | undefined;
|
|
187
187
|
}
|
|
188
|
+
export interface AssociateUserAccessLoggingSettingsRequest {
|
|
189
|
+
/**
|
|
190
|
+
* <p>The ARN of the web portal.</p>
|
|
191
|
+
*/
|
|
192
|
+
portalArn: string | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
195
|
+
*/
|
|
196
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface AssociateUserAccessLoggingSettingsResponse {
|
|
199
|
+
/**
|
|
200
|
+
* <p>The ARN of the web portal.</p>
|
|
201
|
+
*/
|
|
202
|
+
portalArn: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
205
|
+
*/
|
|
206
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
207
|
+
}
|
|
188
208
|
export interface AssociateUserSettingsRequest {
|
|
189
209
|
/**
|
|
190
210
|
* <p>The ARN of the web portal.</p>
|
|
@@ -566,6 +586,31 @@ export interface CreateTrustStoreResponse {
|
|
|
566
586
|
*/
|
|
567
587
|
trustStoreArn: string | undefined;
|
|
568
588
|
}
|
|
589
|
+
export interface CreateUserAccessLoggingSettingsRequest {
|
|
590
|
+
/**
|
|
591
|
+
* <p>The ARN of the Kinesis stream.</p>
|
|
592
|
+
*/
|
|
593
|
+
kinesisStreamArn: string | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <p>The tags to add to the user settings resource. A tag is a key-value pair.</p>
|
|
596
|
+
*/
|
|
597
|
+
tags?: Tag[];
|
|
598
|
+
/**
|
|
599
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
600
|
+
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
601
|
+
* request, if the original request completes successfully, subsequent retries with the same
|
|
602
|
+
* client token returns the result from the original successful request. </p>
|
|
603
|
+
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
604
|
+
* SDK.</p>
|
|
605
|
+
*/
|
|
606
|
+
clientToken?: string;
|
|
607
|
+
}
|
|
608
|
+
export interface CreateUserAccessLoggingSettingsResponse {
|
|
609
|
+
/**
|
|
610
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
611
|
+
*/
|
|
612
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
613
|
+
}
|
|
569
614
|
export declare enum EnabledType {
|
|
570
615
|
DISABLED = "Disabled",
|
|
571
616
|
ENABLED = "Enabled"
|
|
@@ -663,6 +708,14 @@ export interface DeleteTrustStoreRequest {
|
|
|
663
708
|
}
|
|
664
709
|
export interface DeleteTrustStoreResponse {
|
|
665
710
|
}
|
|
711
|
+
export interface DeleteUserAccessLoggingSettingsRequest {
|
|
712
|
+
/**
|
|
713
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
714
|
+
*/
|
|
715
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
716
|
+
}
|
|
717
|
+
export interface DeleteUserAccessLoggingSettingsResponse {
|
|
718
|
+
}
|
|
666
719
|
export interface DeleteUserSettingsRequest {
|
|
667
720
|
/**
|
|
668
721
|
* <p>The ARN of the user settings.</p>
|
|
@@ -695,6 +748,14 @@ export interface DisassociateTrustStoreRequest {
|
|
|
695
748
|
}
|
|
696
749
|
export interface DisassociateTrustStoreResponse {
|
|
697
750
|
}
|
|
751
|
+
export interface DisassociateUserAccessLoggingSettingsRequest {
|
|
752
|
+
/**
|
|
753
|
+
* <p>The ARN of the web portal.</p>
|
|
754
|
+
*/
|
|
755
|
+
portalArn: string | undefined;
|
|
756
|
+
}
|
|
757
|
+
export interface DisassociateUserAccessLoggingSettingsResponse {
|
|
758
|
+
}
|
|
698
759
|
export interface DisassociateUserSettingsRequest {
|
|
699
760
|
/**
|
|
700
761
|
* <p>The ARN of the web portal.</p>
|
|
@@ -1014,7 +1075,7 @@ export interface Portal {
|
|
|
1014
1075
|
*/
|
|
1015
1076
|
browserSettingsArn?: string;
|
|
1016
1077
|
/**
|
|
1017
|
-
* <p>The ARN of the
|
|
1078
|
+
* <p>The ARN of the user settings that is associated with the web portal.</p>
|
|
1018
1079
|
*/
|
|
1019
1080
|
userSettingsArn?: string;
|
|
1020
1081
|
/**
|
|
@@ -1029,6 +1090,10 @@ export interface Portal {
|
|
|
1029
1090
|
* <p>A message that explains why the web portal is in its current status.</p>
|
|
1030
1091
|
*/
|
|
1031
1092
|
statusReason?: string;
|
|
1093
|
+
/**
|
|
1094
|
+
* <p>The ARN of the user access logging settings that is associated with the web portal.</p>
|
|
1095
|
+
*/
|
|
1096
|
+
userAccessLoggingSettingsArn?: string;
|
|
1032
1097
|
}
|
|
1033
1098
|
export interface GetPortalResponse {
|
|
1034
1099
|
/**
|
|
@@ -1130,6 +1195,35 @@ export interface GetTrustStoreCertificateResponse {
|
|
|
1130
1195
|
*/
|
|
1131
1196
|
certificate?: Certificate;
|
|
1132
1197
|
}
|
|
1198
|
+
export interface GetUserAccessLoggingSettingsRequest {
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
1201
|
+
*/
|
|
1202
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>A user access logging settings resource that can be associated with a web portal.</p>
|
|
1206
|
+
*/
|
|
1207
|
+
export interface UserAccessLoggingSettings {
|
|
1208
|
+
/**
|
|
1209
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
1210
|
+
*/
|
|
1211
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>A list of web portal ARNs that this user access logging settings is associated with.</p>
|
|
1214
|
+
*/
|
|
1215
|
+
associatedPortalArns?: string[];
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The ARN of the Kinesis stream.</p>
|
|
1218
|
+
*/
|
|
1219
|
+
kinesisStreamArn?: string;
|
|
1220
|
+
}
|
|
1221
|
+
export interface GetUserAccessLoggingSettingsResponse {
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>The user access logging settings.</p>
|
|
1224
|
+
*/
|
|
1225
|
+
userAccessLoggingSettings?: UserAccessLoggingSettings;
|
|
1226
|
+
}
|
|
1133
1227
|
export interface GetUserSettingsRequest {
|
|
1134
1228
|
/**
|
|
1135
1229
|
* <p>The ARN of the user settings.</p>
|
|
@@ -1351,6 +1445,10 @@ export interface PortalSummary {
|
|
|
1351
1445
|
* <p>The ARN of the trust that is associated with this web portal.</p>
|
|
1352
1446
|
*/
|
|
1353
1447
|
trustStoreArn?: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>The ARN of the user access logging settings that is associated with the web portal.</p>
|
|
1450
|
+
*/
|
|
1451
|
+
userAccessLoggingSettingsArn?: string;
|
|
1354
1452
|
}
|
|
1355
1453
|
export interface ListPortalsResponse {
|
|
1356
1454
|
/**
|
|
@@ -1456,6 +1554,39 @@ export interface ListTrustStoresResponse {
|
|
|
1456
1554
|
*/
|
|
1457
1555
|
nextToken?: string;
|
|
1458
1556
|
}
|
|
1557
|
+
export interface ListUserAccessLoggingSettingsRequest {
|
|
1558
|
+
/**
|
|
1559
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1560
|
+
*/
|
|
1561
|
+
nextToken?: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* <p>The maximum number of results to be included in the next page.</p>
|
|
1564
|
+
*/
|
|
1565
|
+
maxResults?: number;
|
|
1566
|
+
}
|
|
1567
|
+
/**
|
|
1568
|
+
* <p>The summary of user access logging settings.</p>
|
|
1569
|
+
*/
|
|
1570
|
+
export interface UserAccessLoggingSettingsSummary {
|
|
1571
|
+
/**
|
|
1572
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
1573
|
+
*/
|
|
1574
|
+
userAccessLoggingSettingsArn?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* <p>The ARN of the Kinesis stream.</p>
|
|
1577
|
+
*/
|
|
1578
|
+
kinesisStreamArn?: string;
|
|
1579
|
+
}
|
|
1580
|
+
export interface ListUserAccessLoggingSettingsResponse {
|
|
1581
|
+
/**
|
|
1582
|
+
* <p>The user access logging settings.</p>
|
|
1583
|
+
*/
|
|
1584
|
+
userAccessLoggingSettings?: UserAccessLoggingSettingsSummary[];
|
|
1585
|
+
/**
|
|
1586
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
1587
|
+
*/
|
|
1588
|
+
nextToken?: string;
|
|
1589
|
+
}
|
|
1459
1590
|
export interface ListUserSettingsRequest {
|
|
1460
1591
|
/**
|
|
1461
1592
|
* <p>The pagination token used to retrieve the next page of results for this operation. </p>
|
|
@@ -1854,6 +1985,31 @@ export interface UpdateTrustStoreResponse {
|
|
|
1854
1985
|
*/
|
|
1855
1986
|
trustStoreArn: string | undefined;
|
|
1856
1987
|
}
|
|
1988
|
+
export interface UpdateUserAccessLoggingSettingsRequest {
|
|
1989
|
+
/**
|
|
1990
|
+
* <p>The ARN of the user access logging settings.</p>
|
|
1991
|
+
*/
|
|
1992
|
+
userAccessLoggingSettingsArn: string | undefined;
|
|
1993
|
+
/**
|
|
1994
|
+
* <p>The ARN of the Kinesis stream.</p>
|
|
1995
|
+
*/
|
|
1996
|
+
kinesisStreamArn?: string;
|
|
1997
|
+
/**
|
|
1998
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1999
|
+
* request. Idempotency ensures that an API request completes only once. With an idempotent
|
|
2000
|
+
* request, if the original request completes successfully, subsequent retries with the same
|
|
2001
|
+
* client token return the result from the original successful request. </p>
|
|
2002
|
+
* <p>If you do not specify a client token, one is automatically generated by the AWS
|
|
2003
|
+
* SDK.</p>
|
|
2004
|
+
*/
|
|
2005
|
+
clientToken?: string;
|
|
2006
|
+
}
|
|
2007
|
+
export interface UpdateUserAccessLoggingSettingsResponse {
|
|
2008
|
+
/**
|
|
2009
|
+
* <p>The user access logging settings.</p>
|
|
2010
|
+
*/
|
|
2011
|
+
userAccessLoggingSettings: UserAccessLoggingSettings | undefined;
|
|
2012
|
+
}
|
|
1857
2013
|
export interface UpdateUserSettingsRequest {
|
|
1858
2014
|
/**
|
|
1859
2015
|
* <p>The ARN of the user settings.</p>
|
|
@@ -1935,6 +2091,14 @@ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (obj: Associa
|
|
|
1935
2091
|
* @internal
|
|
1936
2092
|
*/
|
|
1937
2093
|
export declare const AssociateTrustStoreResponseFilterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
|
|
2094
|
+
/**
|
|
2095
|
+
* @internal
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const AssociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsRequest) => any;
|
|
2098
|
+
/**
|
|
2099
|
+
* @internal
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const AssociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsResponse) => any;
|
|
1938
2102
|
/**
|
|
1939
2103
|
* @internal
|
|
1940
2104
|
*/
|
|
@@ -1987,6 +2151,14 @@ export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrus
|
|
|
1987
2151
|
* @internal
|
|
1988
2152
|
*/
|
|
1989
2153
|
export declare const CreateTrustStoreResponseFilterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
|
|
2154
|
+
/**
|
|
2155
|
+
* @internal
|
|
2156
|
+
*/
|
|
2157
|
+
export declare const CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsRequest) => any;
|
|
2158
|
+
/**
|
|
2159
|
+
* @internal
|
|
2160
|
+
*/
|
|
2161
|
+
export declare const CreateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsResponse) => any;
|
|
1990
2162
|
/**
|
|
1991
2163
|
* @internal
|
|
1992
2164
|
*/
|
|
@@ -2035,6 +2207,14 @@ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (obj: DeleteTrus
|
|
|
2035
2207
|
* @internal
|
|
2036
2208
|
*/
|
|
2037
2209
|
export declare const DeleteTrustStoreResponseFilterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
|
|
2210
|
+
/**
|
|
2211
|
+
* @internal
|
|
2212
|
+
*/
|
|
2213
|
+
export declare const DeleteUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsRequest) => any;
|
|
2214
|
+
/**
|
|
2215
|
+
* @internal
|
|
2216
|
+
*/
|
|
2217
|
+
export declare const DeleteUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsResponse) => any;
|
|
2038
2218
|
/**
|
|
2039
2219
|
* @internal
|
|
2040
2220
|
*/
|
|
@@ -2067,6 +2247,14 @@ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (obj: Disa
|
|
|
2067
2247
|
* @internal
|
|
2068
2248
|
*/
|
|
2069
2249
|
export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
|
|
2250
|
+
/**
|
|
2251
|
+
* @internal
|
|
2252
|
+
*/
|
|
2253
|
+
export declare const DisassociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsRequest) => any;
|
|
2254
|
+
/**
|
|
2255
|
+
* @internal
|
|
2256
|
+
*/
|
|
2257
|
+
export declare const DisassociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsResponse) => any;
|
|
2070
2258
|
/**
|
|
2071
2259
|
* @internal
|
|
2072
2260
|
*/
|
|
@@ -2155,6 +2343,18 @@ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
|
2155
2343
|
* @internal
|
|
2156
2344
|
*/
|
|
2157
2345
|
export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
|
|
2346
|
+
/**
|
|
2347
|
+
* @internal
|
|
2348
|
+
*/
|
|
2349
|
+
export declare const GetUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsRequest) => any;
|
|
2350
|
+
/**
|
|
2351
|
+
* @internal
|
|
2352
|
+
*/
|
|
2353
|
+
export declare const UserAccessLoggingSettingsFilterSensitiveLog: (obj: UserAccessLoggingSettings) => any;
|
|
2354
|
+
/**
|
|
2355
|
+
* @internal
|
|
2356
|
+
*/
|
|
2357
|
+
export declare const GetUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsResponse) => any;
|
|
2158
2358
|
/**
|
|
2159
2359
|
* @internal
|
|
2160
2360
|
*/
|
|
@@ -2247,6 +2447,18 @@ export declare const TrustStoreSummaryFilterSensitiveLog: (obj: TrustStoreSummar
|
|
|
2247
2447
|
* @internal
|
|
2248
2448
|
*/
|
|
2249
2449
|
export declare const ListTrustStoresResponseFilterSensitiveLog: (obj: ListTrustStoresResponse) => any;
|
|
2450
|
+
/**
|
|
2451
|
+
* @internal
|
|
2452
|
+
*/
|
|
2453
|
+
export declare const ListUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsRequest) => any;
|
|
2454
|
+
/**
|
|
2455
|
+
* @internal
|
|
2456
|
+
*/
|
|
2457
|
+
export declare const UserAccessLoggingSettingsSummaryFilterSensitiveLog: (obj: UserAccessLoggingSettingsSummary) => any;
|
|
2458
|
+
/**
|
|
2459
|
+
* @internal
|
|
2460
|
+
*/
|
|
2461
|
+
export declare const ListUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsResponse) => any;
|
|
2250
2462
|
/**
|
|
2251
2463
|
* @internal
|
|
2252
2464
|
*/
|
|
@@ -2315,6 +2527,14 @@ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (obj: UpdateTrus
|
|
|
2315
2527
|
* @internal
|
|
2316
2528
|
*/
|
|
2317
2529
|
export declare const UpdateTrustStoreResponseFilterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
|
|
2530
|
+
/**
|
|
2531
|
+
* @internal
|
|
2532
|
+
*/
|
|
2533
|
+
export declare const UpdateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsRequest) => any;
|
|
2534
|
+
/**
|
|
2535
|
+
* @internal
|
|
2536
|
+
*/
|
|
2537
|
+
export declare const UpdateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsResponse) => any;
|
|
2318
2538
|
/**
|
|
2319
2539
|
* @internal
|
|
2320
2540
|
*/
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
|
|
3
|
+
import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUserAccessLoggingSettings(config: WorkSpacesWebPaginationConfiguration, input: ListUserAccessLoggingSettingsCommandInput, ...additionalArguments: any): Paginator<ListUserAccessLoggingSettingsCommandOutput>;
|
|
@@ -5,4 +5,5 @@ export * from "./ListNetworkSettingsPaginator";
|
|
|
5
5
|
export * from "./ListPortalsPaginator";
|
|
6
6
|
export * from "./ListTrustStoreCertificatesPaginator";
|
|
7
7
|
export * from "./ListTrustStoresPaginator";
|
|
8
|
+
export * from "./ListUserAccessLoggingSettingsPaginator";
|
|
8
9
|
export * from "./ListUserSettingsPaginator";
|
|
@@ -3,22 +3,26 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
|
3
3
|
import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "../commands/AssociateBrowserSettingsCommand";
|
|
4
4
|
import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
|
|
5
5
|
import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
|
|
6
|
+
import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "../commands/AssociateUserAccessLoggingSettingsCommand";
|
|
6
7
|
import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
|
|
7
8
|
import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "../commands/CreateBrowserSettingsCommand";
|
|
8
9
|
import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
|
|
9
10
|
import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
|
|
10
11
|
import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
|
|
11
12
|
import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
|
|
13
|
+
import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "../commands/CreateUserAccessLoggingSettingsCommand";
|
|
12
14
|
import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
|
|
13
15
|
import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "../commands/DeleteBrowserSettingsCommand";
|
|
14
16
|
import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
|
|
15
17
|
import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
|
|
16
18
|
import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
|
|
17
19
|
import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
|
|
20
|
+
import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "../commands/DeleteUserAccessLoggingSettingsCommand";
|
|
18
21
|
import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
|
|
19
22
|
import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "../commands/DisassociateBrowserSettingsCommand";
|
|
20
23
|
import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
|
|
21
24
|
import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
|
|
25
|
+
import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
|
|
22
26
|
import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
|
|
23
27
|
import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
|
|
24
28
|
import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
|
|
@@ -27,6 +31,7 @@ import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPo
|
|
|
27
31
|
import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
|
|
28
32
|
import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
|
|
29
33
|
import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
|
|
34
|
+
import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
|
|
30
35
|
import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
|
|
31
36
|
import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
|
|
32
37
|
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
|
|
@@ -35,6 +40,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/L
|
|
|
35
40
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
36
41
|
import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
|
|
37
42
|
import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
|
|
43
|
+
import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
|
|
38
44
|
import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../commands/ListUserSettingsCommand";
|
|
39
45
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
40
46
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -43,26 +49,31 @@ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput
|
|
|
43
49
|
import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
|
|
44
50
|
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
|
|
45
51
|
import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
|
|
52
|
+
import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
|
|
46
53
|
import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
|
|
47
54
|
export declare const serializeAws_restJson1AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
55
|
export declare const serializeAws_restJson1AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
56
|
export declare const serializeAws_restJson1AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
58
|
export declare const serializeAws_restJson1AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
59
|
export declare const serializeAws_restJson1CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
60
|
export declare const serializeAws_restJson1CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
61
|
export declare const serializeAws_restJson1CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
62
|
export declare const serializeAws_restJson1CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
63
|
export declare const serializeAws_restJson1CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
65
|
export declare const serializeAws_restJson1CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
66
|
export declare const serializeAws_restJson1DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
67
|
export declare const serializeAws_restJson1DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
68
|
export declare const serializeAws_restJson1DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
69
|
export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
70
|
export declare const serializeAws_restJson1DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
72
|
export declare const serializeAws_restJson1DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
73
|
export declare const serializeAws_restJson1DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
74
|
export declare const serializeAws_restJson1DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
75
|
export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
77
|
export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
78
|
export declare const serializeAws_restJson1GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
79
|
export declare const serializeAws_restJson1GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -71,6 +82,7 @@ export declare const serializeAws_restJson1GetPortalCommand: (input: GetPortalCo
|
|
|
71
82
|
export declare const serializeAws_restJson1GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
83
|
export declare const serializeAws_restJson1GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
84
|
export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
86
|
export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
87
|
export declare const serializeAws_restJson1ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
88
|
export declare const serializeAws_restJson1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -79,6 +91,7 @@ export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPorta
|
|
|
79
91
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
92
|
export declare const serializeAws_restJson1ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
93
|
export declare const serializeAws_restJson1ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restJson1ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
95
|
export declare const serializeAws_restJson1ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
96
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
97
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -87,26 +100,31 @@ export declare const serializeAws_restJson1UpdateIdentityProviderCommand: (input
|
|
|
87
100
|
export declare const serializeAws_restJson1UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
101
|
export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
102
|
export declare const serializeAws_restJson1UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
104
|
export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
105
|
export declare const deserializeAws_restJson1AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
|
|
92
106
|
export declare const deserializeAws_restJson1AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
|
|
93
107
|
export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
|
|
94
109
|
export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
|
|
95
110
|
export declare const deserializeAws_restJson1CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
|
|
96
111
|
export declare const deserializeAws_restJson1CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
|
|
97
112
|
export declare const deserializeAws_restJson1CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
|
|
98
113
|
export declare const deserializeAws_restJson1CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
|
|
99
114
|
export declare const deserializeAws_restJson1CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
|
|
100
116
|
export declare const deserializeAws_restJson1CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
|
|
101
117
|
export declare const deserializeAws_restJson1DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
|
|
102
118
|
export declare const deserializeAws_restJson1DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
|
|
103
119
|
export declare const deserializeAws_restJson1DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
|
|
104
120
|
export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
|
|
105
121
|
export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
|
|
106
123
|
export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
|
|
107
124
|
export declare const deserializeAws_restJson1DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
|
|
108
125
|
export declare const deserializeAws_restJson1DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
|
|
109
126
|
export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
|
|
127
|
+
export declare const deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
|
|
110
128
|
export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
|
|
111
129
|
export declare const deserializeAws_restJson1GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
|
|
112
130
|
export declare const deserializeAws_restJson1GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
|
|
@@ -115,6 +133,7 @@ export declare const deserializeAws_restJson1GetPortalCommand: (output: __HttpRe
|
|
|
115
133
|
export declare const deserializeAws_restJson1GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
|
|
116
134
|
export declare const deserializeAws_restJson1GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
|
|
117
135
|
export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_restJson1GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
|
|
118
137
|
export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
|
|
119
138
|
export declare const deserializeAws_restJson1ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
|
|
120
139
|
export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
|
|
@@ -123,6 +142,7 @@ export declare const deserializeAws_restJson1ListPortalsCommand: (output: __Http
|
|
|
123
142
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
124
143
|
export declare const deserializeAws_restJson1ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
|
|
125
144
|
export declare const deserializeAws_restJson1ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_restJson1ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
|
|
126
146
|
export declare const deserializeAws_restJson1ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
|
|
127
147
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
128
148
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -131,4 +151,5 @@ export declare const deserializeAws_restJson1UpdateIdentityProviderCommand: (out
|
|
|
131
151
|
export declare const deserializeAws_restJson1UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
|
|
132
152
|
export declare const deserializeAws_restJson1UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
|
|
133
153
|
export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
|
|
134
155
|
export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { WorkSpacesWebClientConfig } from "./WorkSpacesWebClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|