@aws-sdk/client-workspaces-web 3.928.0 → 3.929.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-cjs/index.js +2743 -3261
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WorkSpacesWebClient.js +2 -0
- package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
- package/dist-es/commands/CreatePortalCommand.js +3 -10
- package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
- package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
- package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
- package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
- package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DeletePortalCommand.js +3 -9
- package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
- package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
- package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
- package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
- package/dist-es/commands/ExpireSessionCommand.js +3 -9
- package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
- package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/GetPortalCommand.js +3 -10
- package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
- package/dist-es/commands/GetSessionCommand.js +3 -10
- package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
- package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
- package/dist-es/commands/GetTrustStoreCommand.js +3 -9
- package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/GetUserSettingsCommand.js +3 -10
- package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
- package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/ListPortalsCommand.js +3 -10
- package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
- package/dist-es/commands/ListSessionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
- package/dist-es/commands/ListTrustStoresCommand.js +3 -9
- package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/ListUserSettingsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
- package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
- package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
- package/dist-es/commands/UpdatePortalCommand.js +3 -10
- package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
- package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
- package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -344
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2590 -0
- package/dist-types/WorkSpacesWebClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +324 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -194
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -2317
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
|
|
11
11
|
import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "./commands/AssociateDataProtectionSettingsCommand";
|
|
@@ -216,6 +216,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
216
216
|
* Optional extensions
|
|
217
217
|
*/
|
|
218
218
|
extensions?: RuntimeExtension[];
|
|
219
|
+
/**
|
|
220
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
221
|
+
* may be overridden. A default will always be set by the client.
|
|
222
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
223
|
+
* the client.
|
|
224
|
+
* @alpha
|
|
225
|
+
*
|
|
226
|
+
*/
|
|
227
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
219
228
|
/**
|
|
220
229
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
221
230
|
*/
|
|
@@ -4519,275 +4519,3 @@ export interface UpdateUserSettingsResponse {
|
|
|
4519
4519
|
*/
|
|
4520
4520
|
userSettings: UserSettings | undefined;
|
|
4521
4521
|
}
|
|
4522
|
-
/**
|
|
4523
|
-
* @internal
|
|
4524
|
-
*/
|
|
4525
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
4526
|
-
/**
|
|
4527
|
-
* @internal
|
|
4528
|
-
*/
|
|
4529
|
-
export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (obj: CreateBrowserSettingsRequest) => any;
|
|
4530
|
-
/**
|
|
4531
|
-
* @internal
|
|
4532
|
-
*/
|
|
4533
|
-
export declare const BrowserSettingsFilterSensitiveLog: (obj: BrowserSettings) => any;
|
|
4534
|
-
/**
|
|
4535
|
-
* @internal
|
|
4536
|
-
*/
|
|
4537
|
-
export declare const GetBrowserSettingsResponseFilterSensitiveLog: (obj: GetBrowserSettingsResponse) => any;
|
|
4538
|
-
/**
|
|
4539
|
-
* @internal
|
|
4540
|
-
*/
|
|
4541
|
-
export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (obj: UpdateBrowserSettingsRequest) => any;
|
|
4542
|
-
/**
|
|
4543
|
-
* @internal
|
|
4544
|
-
*/
|
|
4545
|
-
export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (obj: UpdateBrowserSettingsResponse) => any;
|
|
4546
|
-
/**
|
|
4547
|
-
* @internal
|
|
4548
|
-
*/
|
|
4549
|
-
export declare const CustomPatternFilterSensitiveLog: (obj: CustomPattern) => any;
|
|
4550
|
-
/**
|
|
4551
|
-
* @internal
|
|
4552
|
-
*/
|
|
4553
|
-
export declare const RedactionPlaceHolderFilterSensitiveLog: (obj: RedactionPlaceHolder) => any;
|
|
4554
|
-
/**
|
|
4555
|
-
* @internal
|
|
4556
|
-
*/
|
|
4557
|
-
export declare const InlineRedactionPatternFilterSensitiveLog: (obj: InlineRedactionPattern) => any;
|
|
4558
|
-
/**
|
|
4559
|
-
* @internal
|
|
4560
|
-
*/
|
|
4561
|
-
export declare const InlineRedactionConfigurationFilterSensitiveLog: (obj: InlineRedactionConfiguration) => any;
|
|
4562
|
-
/**
|
|
4563
|
-
* @internal
|
|
4564
|
-
*/
|
|
4565
|
-
export declare const CreateDataProtectionSettingsRequestFilterSensitiveLog: (obj: CreateDataProtectionSettingsRequest) => any;
|
|
4566
|
-
/**
|
|
4567
|
-
* @internal
|
|
4568
|
-
*/
|
|
4569
|
-
export declare const DataProtectionSettingsFilterSensitiveLog: (obj: DataProtectionSettings) => any;
|
|
4570
|
-
/**
|
|
4571
|
-
* @internal
|
|
4572
|
-
*/
|
|
4573
|
-
export declare const GetDataProtectionSettingsResponseFilterSensitiveLog: (obj: GetDataProtectionSettingsResponse) => any;
|
|
4574
|
-
/**
|
|
4575
|
-
* @internal
|
|
4576
|
-
*/
|
|
4577
|
-
export declare const DataProtectionSettingsSummaryFilterSensitiveLog: (obj: DataProtectionSettingsSummary) => any;
|
|
4578
|
-
/**
|
|
4579
|
-
* @internal
|
|
4580
|
-
*/
|
|
4581
|
-
export declare const ListDataProtectionSettingsResponseFilterSensitiveLog: (obj: ListDataProtectionSettingsResponse) => any;
|
|
4582
|
-
/**
|
|
4583
|
-
* @internal
|
|
4584
|
-
*/
|
|
4585
|
-
export declare const UpdateDataProtectionSettingsRequestFilterSensitiveLog: (obj: UpdateDataProtectionSettingsRequest) => any;
|
|
4586
|
-
/**
|
|
4587
|
-
* @internal
|
|
4588
|
-
*/
|
|
4589
|
-
export declare const UpdateDataProtectionSettingsResponseFilterSensitiveLog: (obj: UpdateDataProtectionSettingsResponse) => any;
|
|
4590
|
-
/**
|
|
4591
|
-
* @internal
|
|
4592
|
-
*/
|
|
4593
|
-
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
4594
|
-
/**
|
|
4595
|
-
* @internal
|
|
4596
|
-
*/
|
|
4597
|
-
export declare const GetSessionResponseFilterSensitiveLog: (obj: GetSessionResponse) => any;
|
|
4598
|
-
/**
|
|
4599
|
-
* @internal
|
|
4600
|
-
*/
|
|
4601
|
-
export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
|
|
4602
|
-
/**
|
|
4603
|
-
* @internal
|
|
4604
|
-
*/
|
|
4605
|
-
export declare const IdentityProviderFilterSensitiveLog: (obj: IdentityProvider) => any;
|
|
4606
|
-
/**
|
|
4607
|
-
* @internal
|
|
4608
|
-
*/
|
|
4609
|
-
export declare const GetIdentityProviderResponseFilterSensitiveLog: (obj: GetIdentityProviderResponse) => any;
|
|
4610
|
-
/**
|
|
4611
|
-
* @internal
|
|
4612
|
-
*/
|
|
4613
|
-
export declare const IdentityProviderSummaryFilterSensitiveLog: (obj: IdentityProviderSummary) => any;
|
|
4614
|
-
/**
|
|
4615
|
-
* @internal
|
|
4616
|
-
*/
|
|
4617
|
-
export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
|
|
4618
|
-
/**
|
|
4619
|
-
* @internal
|
|
4620
|
-
*/
|
|
4621
|
-
export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (obj: UpdateIdentityProviderRequest) => any;
|
|
4622
|
-
/**
|
|
4623
|
-
* @internal
|
|
4624
|
-
*/
|
|
4625
|
-
export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (obj: UpdateIdentityProviderResponse) => any;
|
|
4626
|
-
/**
|
|
4627
|
-
* @internal
|
|
4628
|
-
*/
|
|
4629
|
-
export declare const IpRuleFilterSensitiveLog: (obj: IpRule) => any;
|
|
4630
|
-
/**
|
|
4631
|
-
* @internal
|
|
4632
|
-
*/
|
|
4633
|
-
export declare const CreateIpAccessSettingsRequestFilterSensitiveLog: (obj: CreateIpAccessSettingsRequest) => any;
|
|
4634
|
-
/**
|
|
4635
|
-
* @internal
|
|
4636
|
-
*/
|
|
4637
|
-
export declare const IpAccessSettingsFilterSensitiveLog: (obj: IpAccessSettings) => any;
|
|
4638
|
-
/**
|
|
4639
|
-
* @internal
|
|
4640
|
-
*/
|
|
4641
|
-
export declare const GetIpAccessSettingsResponseFilterSensitiveLog: (obj: GetIpAccessSettingsResponse) => any;
|
|
4642
|
-
/**
|
|
4643
|
-
* @internal
|
|
4644
|
-
*/
|
|
4645
|
-
export declare const IpAccessSettingsSummaryFilterSensitiveLog: (obj: IpAccessSettingsSummary) => any;
|
|
4646
|
-
/**
|
|
4647
|
-
* @internal
|
|
4648
|
-
*/
|
|
4649
|
-
export declare const ListIpAccessSettingsResponseFilterSensitiveLog: (obj: ListIpAccessSettingsResponse) => any;
|
|
4650
|
-
/**
|
|
4651
|
-
* @internal
|
|
4652
|
-
*/
|
|
4653
|
-
export declare const UpdateIpAccessSettingsRequestFilterSensitiveLog: (obj: UpdateIpAccessSettingsRequest) => any;
|
|
4654
|
-
/**
|
|
4655
|
-
* @internal
|
|
4656
|
-
*/
|
|
4657
|
-
export declare const UpdateIpAccessSettingsResponseFilterSensitiveLog: (obj: UpdateIpAccessSettingsResponse) => any;
|
|
4658
|
-
/**
|
|
4659
|
-
* @internal
|
|
4660
|
-
*/
|
|
4661
|
-
export declare const ListSessionsRequestFilterSensitiveLog: (obj: ListSessionsRequest) => any;
|
|
4662
|
-
/**
|
|
4663
|
-
* @internal
|
|
4664
|
-
*/
|
|
4665
|
-
export declare const SessionSummaryFilterSensitiveLog: (obj: SessionSummary) => any;
|
|
4666
|
-
/**
|
|
4667
|
-
* @internal
|
|
4668
|
-
*/
|
|
4669
|
-
export declare const ListSessionsResponseFilterSensitiveLog: (obj: ListSessionsResponse) => any;
|
|
4670
|
-
/**
|
|
4671
|
-
* @internal
|
|
4672
|
-
*/
|
|
4673
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4674
|
-
/**
|
|
4675
|
-
* @internal
|
|
4676
|
-
*/
|
|
4677
|
-
export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (obj: CreateNetworkSettingsRequest) => any;
|
|
4678
|
-
/**
|
|
4679
|
-
* @internal
|
|
4680
|
-
*/
|
|
4681
|
-
export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
|
|
4682
|
-
/**
|
|
4683
|
-
* @internal
|
|
4684
|
-
*/
|
|
4685
|
-
export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
|
|
4686
|
-
/**
|
|
4687
|
-
* @internal
|
|
4688
|
-
*/
|
|
4689
|
-
export declare const GetPortalResponseFilterSensitiveLog: (obj: GetPortalResponse) => any;
|
|
4690
|
-
/**
|
|
4691
|
-
* @internal
|
|
4692
|
-
*/
|
|
4693
|
-
export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => any;
|
|
4694
|
-
/**
|
|
4695
|
-
* @internal
|
|
4696
|
-
*/
|
|
4697
|
-
export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
|
|
4698
|
-
/**
|
|
4699
|
-
* @internal
|
|
4700
|
-
*/
|
|
4701
|
-
export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRequest) => any;
|
|
4702
|
-
/**
|
|
4703
|
-
* @internal
|
|
4704
|
-
*/
|
|
4705
|
-
export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
|
|
4706
|
-
/**
|
|
4707
|
-
* @internal
|
|
4708
|
-
*/
|
|
4709
|
-
export declare const S3LogConfigurationFilterSensitiveLog: (obj: S3LogConfiguration) => any;
|
|
4710
|
-
/**
|
|
4711
|
-
* @internal
|
|
4712
|
-
*/
|
|
4713
|
-
export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
|
|
4714
|
-
/**
|
|
4715
|
-
* @internal
|
|
4716
|
-
*/
|
|
4717
|
-
export declare const CreateSessionLoggerRequestFilterSensitiveLog: (obj: CreateSessionLoggerRequest) => any;
|
|
4718
|
-
/**
|
|
4719
|
-
* @internal
|
|
4720
|
-
*/
|
|
4721
|
-
export declare const SessionLoggerFilterSensitiveLog: (obj: SessionLogger) => any;
|
|
4722
|
-
/**
|
|
4723
|
-
* @internal
|
|
4724
|
-
*/
|
|
4725
|
-
export declare const GetSessionLoggerResponseFilterSensitiveLog: (obj: GetSessionLoggerResponse) => any;
|
|
4726
|
-
/**
|
|
4727
|
-
* @internal
|
|
4728
|
-
*/
|
|
4729
|
-
export declare const SessionLoggerSummaryFilterSensitiveLog: (obj: SessionLoggerSummary) => any;
|
|
4730
|
-
/**
|
|
4731
|
-
* @internal
|
|
4732
|
-
*/
|
|
4733
|
-
export declare const ListSessionLoggersResponseFilterSensitiveLog: (obj: ListSessionLoggersResponse) => any;
|
|
4734
|
-
/**
|
|
4735
|
-
* @internal
|
|
4736
|
-
*/
|
|
4737
|
-
export declare const UpdateSessionLoggerRequestFilterSensitiveLog: (obj: UpdateSessionLoggerRequest) => any;
|
|
4738
|
-
/**
|
|
4739
|
-
* @internal
|
|
4740
|
-
*/
|
|
4741
|
-
export declare const UpdateSessionLoggerResponseFilterSensitiveLog: (obj: UpdateSessionLoggerResponse) => any;
|
|
4742
|
-
/**
|
|
4743
|
-
* @internal
|
|
4744
|
-
*/
|
|
4745
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4746
|
-
/**
|
|
4747
|
-
* @internal
|
|
4748
|
-
*/
|
|
4749
|
-
export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrustStoreRequest) => any;
|
|
4750
|
-
/**
|
|
4751
|
-
* @internal
|
|
4752
|
-
*/
|
|
4753
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4754
|
-
/**
|
|
4755
|
-
* @internal
|
|
4756
|
-
*/
|
|
4757
|
-
export declare const CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsRequest) => any;
|
|
4758
|
-
/**
|
|
4759
|
-
* @internal
|
|
4760
|
-
*/
|
|
4761
|
-
export declare const CookieSpecificationFilterSensitiveLog: (obj: CookieSpecification) => any;
|
|
4762
|
-
/**
|
|
4763
|
-
* @internal
|
|
4764
|
-
*/
|
|
4765
|
-
export declare const CookieSynchronizationConfigurationFilterSensitiveLog: (obj: CookieSynchronizationConfiguration) => any;
|
|
4766
|
-
/**
|
|
4767
|
-
* @internal
|
|
4768
|
-
*/
|
|
4769
|
-
export declare const CreateUserSettingsRequestFilterSensitiveLog: (obj: CreateUserSettingsRequest) => any;
|
|
4770
|
-
/**
|
|
4771
|
-
* @internal
|
|
4772
|
-
*/
|
|
4773
|
-
export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
|
|
4774
|
-
/**
|
|
4775
|
-
* @internal
|
|
4776
|
-
*/
|
|
4777
|
-
export declare const GetUserSettingsResponseFilterSensitiveLog: (obj: GetUserSettingsResponse) => any;
|
|
4778
|
-
/**
|
|
4779
|
-
* @internal
|
|
4780
|
-
*/
|
|
4781
|
-
export declare const UserSettingsSummaryFilterSensitiveLog: (obj: UserSettingsSummary) => any;
|
|
4782
|
-
/**
|
|
4783
|
-
* @internal
|
|
4784
|
-
*/
|
|
4785
|
-
export declare const ListUserSettingsResponseFilterSensitiveLog: (obj: ListUserSettingsResponse) => any;
|
|
4786
|
-
/**
|
|
4787
|
-
* @internal
|
|
4788
|
-
*/
|
|
4789
|
-
export declare const UpdateUserSettingsRequestFilterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
|
|
4790
|
-
/**
|
|
4791
|
-
* @internal
|
|
4792
|
-
*/
|
|
4793
|
-
export declare const UpdateUserSettingsResponseFilterSensitiveLog: (obj: UpdateUserSettingsResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkSpacesWebHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var BrowserPolicy: StaticSimpleSchema;
|
|
3
|
+
export declare var BuiltInPatternId: StaticSimpleSchema;
|
|
4
|
+
export declare var CookieDomain: StaticSimpleSchema;
|
|
5
|
+
export declare var CookieName: StaticSimpleSchema;
|
|
6
|
+
export declare var CookiePath: StaticSimpleSchema;
|
|
7
|
+
export declare var Description: StaticSimpleSchema;
|
|
8
|
+
export declare var DescriptionSafe: StaticSimpleSchema;
|
|
9
|
+
export declare var DisplayName: StaticSimpleSchema;
|
|
10
|
+
export declare var DisplayNameSafe: StaticSimpleSchema;
|
|
11
|
+
export declare var IdentityProviderName: StaticSimpleSchema;
|
|
12
|
+
export declare var InlineRedactionUrl: StaticSimpleSchema;
|
|
13
|
+
export declare var IpAddress: StaticSimpleSchema;
|
|
14
|
+
export declare var IpRange: StaticSimpleSchema;
|
|
15
|
+
export declare var PatternName: StaticSimpleSchema;
|
|
16
|
+
export declare var RedactionPlaceHolderText: StaticSimpleSchema;
|
|
17
|
+
export declare var Regex: StaticSimpleSchema;
|
|
18
|
+
export declare var S3Bucket: StaticSimpleSchema;
|
|
19
|
+
export declare var S3KeyPrefix: StaticSimpleSchema;
|
|
20
|
+
export declare var TagKey: StaticSimpleSchema;
|
|
21
|
+
export declare var TagValue: StaticSimpleSchema;
|
|
22
|
+
export declare var Username: StaticSimpleSchema;
|
|
23
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
24
|
+
export declare var AssociateBrowserSettingsRequest: StaticStructureSchema;
|
|
25
|
+
export declare var AssociateBrowserSettingsResponse: StaticStructureSchema;
|
|
26
|
+
export declare var AssociateDataProtectionSettingsRequest: StaticStructureSchema;
|
|
27
|
+
export declare var AssociateDataProtectionSettingsResponse: StaticStructureSchema;
|
|
28
|
+
export declare var AssociateIpAccessSettingsRequest: StaticStructureSchema;
|
|
29
|
+
export declare var AssociateIpAccessSettingsResponse: StaticStructureSchema;
|
|
30
|
+
export declare var AssociateNetworkSettingsRequest: StaticStructureSchema;
|
|
31
|
+
export declare var AssociateNetworkSettingsResponse: StaticStructureSchema;
|
|
32
|
+
export declare var AssociateSessionLoggerRequest: StaticStructureSchema;
|
|
33
|
+
export declare var AssociateSessionLoggerResponse: StaticStructureSchema;
|
|
34
|
+
export declare var AssociateTrustStoreRequest: StaticStructureSchema;
|
|
35
|
+
export declare var AssociateTrustStoreResponse: StaticStructureSchema;
|
|
36
|
+
export declare var AssociateUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
37
|
+
export declare var AssociateUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
38
|
+
export declare var AssociateUserSettingsRequest: StaticStructureSchema;
|
|
39
|
+
export declare var AssociateUserSettingsResponse: StaticStructureSchema;
|
|
40
|
+
export declare var BrowserSettings: StaticStructureSchema;
|
|
41
|
+
export declare var BrowserSettingsSummary: StaticStructureSchema;
|
|
42
|
+
export declare var Certificate: StaticStructureSchema;
|
|
43
|
+
export declare var CertificateSummary: StaticStructureSchema;
|
|
44
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
45
|
+
export declare var CookieSpecification: StaticStructureSchema;
|
|
46
|
+
export declare var CookieSynchronizationConfiguration: StaticStructureSchema;
|
|
47
|
+
export declare var CreateBrowserSettingsRequest: StaticStructureSchema;
|
|
48
|
+
export declare var CreateBrowserSettingsResponse: StaticStructureSchema;
|
|
49
|
+
export declare var CreateDataProtectionSettingsRequest: StaticStructureSchema;
|
|
50
|
+
export declare var CreateDataProtectionSettingsResponse: StaticStructureSchema;
|
|
51
|
+
export declare var CreateIdentityProviderRequest: StaticStructureSchema;
|
|
52
|
+
export declare var CreateIdentityProviderResponse: StaticStructureSchema;
|
|
53
|
+
export declare var CreateIpAccessSettingsRequest: StaticStructureSchema;
|
|
54
|
+
export declare var CreateIpAccessSettingsResponse: StaticStructureSchema;
|
|
55
|
+
export declare var CreateNetworkSettingsRequest: StaticStructureSchema;
|
|
56
|
+
export declare var CreateNetworkSettingsResponse: StaticStructureSchema;
|
|
57
|
+
export declare var CreatePortalRequest: StaticStructureSchema;
|
|
58
|
+
export declare var CreatePortalResponse: StaticStructureSchema;
|
|
59
|
+
export declare var CreateSessionLoggerRequest: StaticStructureSchema;
|
|
60
|
+
export declare var CreateSessionLoggerResponse: StaticStructureSchema;
|
|
61
|
+
export declare var CreateTrustStoreRequest: StaticStructureSchema;
|
|
62
|
+
export declare var CreateTrustStoreResponse: StaticStructureSchema;
|
|
63
|
+
export declare var CreateUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
64
|
+
export declare var CreateUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
65
|
+
export declare var CreateUserSettingsRequest: StaticStructureSchema;
|
|
66
|
+
export declare var CreateUserSettingsResponse: StaticStructureSchema;
|
|
67
|
+
export declare var CustomPattern: StaticStructureSchema;
|
|
68
|
+
export declare var DataProtectionSettings: StaticStructureSchema;
|
|
69
|
+
export declare var DataProtectionSettingsSummary: StaticStructureSchema;
|
|
70
|
+
export declare var DeleteBrowserSettingsRequest: StaticStructureSchema;
|
|
71
|
+
export declare var DeleteBrowserSettingsResponse: StaticStructureSchema;
|
|
72
|
+
export declare var DeleteDataProtectionSettingsRequest: StaticStructureSchema;
|
|
73
|
+
export declare var DeleteDataProtectionSettingsResponse: StaticStructureSchema;
|
|
74
|
+
export declare var DeleteIdentityProviderRequest: StaticStructureSchema;
|
|
75
|
+
export declare var DeleteIdentityProviderResponse: StaticStructureSchema;
|
|
76
|
+
export declare var DeleteIpAccessSettingsRequest: StaticStructureSchema;
|
|
77
|
+
export declare var DeleteIpAccessSettingsResponse: StaticStructureSchema;
|
|
78
|
+
export declare var DeleteNetworkSettingsRequest: StaticStructureSchema;
|
|
79
|
+
export declare var DeleteNetworkSettingsResponse: StaticStructureSchema;
|
|
80
|
+
export declare var DeletePortalRequest: StaticStructureSchema;
|
|
81
|
+
export declare var DeletePortalResponse: StaticStructureSchema;
|
|
82
|
+
export declare var DeleteSessionLoggerRequest: StaticStructureSchema;
|
|
83
|
+
export declare var DeleteSessionLoggerResponse: StaticStructureSchema;
|
|
84
|
+
export declare var DeleteTrustStoreRequest: StaticStructureSchema;
|
|
85
|
+
export declare var DeleteTrustStoreResponse: StaticStructureSchema;
|
|
86
|
+
export declare var DeleteUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
87
|
+
export declare var DeleteUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
88
|
+
export declare var DeleteUserSettingsRequest: StaticStructureSchema;
|
|
89
|
+
export declare var DeleteUserSettingsResponse: StaticStructureSchema;
|
|
90
|
+
export declare var DisassociateBrowserSettingsRequest: StaticStructureSchema;
|
|
91
|
+
export declare var DisassociateBrowserSettingsResponse: StaticStructureSchema;
|
|
92
|
+
export declare var DisassociateDataProtectionSettingsRequest: StaticStructureSchema;
|
|
93
|
+
export declare var DisassociateDataProtectionSettingsResponse: StaticStructureSchema;
|
|
94
|
+
export declare var DisassociateIpAccessSettingsRequest: StaticStructureSchema;
|
|
95
|
+
export declare var DisassociateIpAccessSettingsResponse: StaticStructureSchema;
|
|
96
|
+
export declare var DisassociateNetworkSettingsRequest: StaticStructureSchema;
|
|
97
|
+
export declare var DisassociateNetworkSettingsResponse: StaticStructureSchema;
|
|
98
|
+
export declare var DisassociateSessionLoggerRequest: StaticStructureSchema;
|
|
99
|
+
export declare var DisassociateSessionLoggerResponse: StaticStructureSchema;
|
|
100
|
+
export declare var DisassociateTrustStoreRequest: StaticStructureSchema;
|
|
101
|
+
export declare var DisassociateTrustStoreResponse: StaticStructureSchema;
|
|
102
|
+
export declare var DisassociateUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
103
|
+
export declare var DisassociateUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
104
|
+
export declare var DisassociateUserSettingsRequest: StaticStructureSchema;
|
|
105
|
+
export declare var DisassociateUserSettingsResponse: StaticStructureSchema;
|
|
106
|
+
export declare var ExpireSessionRequest: StaticStructureSchema;
|
|
107
|
+
export declare var ExpireSessionResponse: StaticStructureSchema;
|
|
108
|
+
export declare var GetBrowserSettingsRequest: StaticStructureSchema;
|
|
109
|
+
export declare var GetBrowserSettingsResponse: StaticStructureSchema;
|
|
110
|
+
export declare var GetDataProtectionSettingsRequest: StaticStructureSchema;
|
|
111
|
+
export declare var GetDataProtectionSettingsResponse: StaticStructureSchema;
|
|
112
|
+
export declare var GetIdentityProviderRequest: StaticStructureSchema;
|
|
113
|
+
export declare var GetIdentityProviderResponse: StaticStructureSchema;
|
|
114
|
+
export declare var GetIpAccessSettingsRequest: StaticStructureSchema;
|
|
115
|
+
export declare var GetIpAccessSettingsResponse: StaticStructureSchema;
|
|
116
|
+
export declare var GetNetworkSettingsRequest: StaticStructureSchema;
|
|
117
|
+
export declare var GetNetworkSettingsResponse: StaticStructureSchema;
|
|
118
|
+
export declare var GetPortalRequest: StaticStructureSchema;
|
|
119
|
+
export declare var GetPortalResponse: StaticStructureSchema;
|
|
120
|
+
export declare var GetPortalServiceProviderMetadataRequest: StaticStructureSchema;
|
|
121
|
+
export declare var GetPortalServiceProviderMetadataResponse: StaticStructureSchema;
|
|
122
|
+
export declare var GetSessionLoggerRequest: StaticStructureSchema;
|
|
123
|
+
export declare var GetSessionLoggerResponse: StaticStructureSchema;
|
|
124
|
+
export declare var GetSessionRequest: StaticStructureSchema;
|
|
125
|
+
export declare var GetSessionResponse: StaticStructureSchema;
|
|
126
|
+
export declare var GetTrustStoreCertificateRequest: StaticStructureSchema;
|
|
127
|
+
export declare var GetTrustStoreCertificateResponse: StaticStructureSchema;
|
|
128
|
+
export declare var GetTrustStoreRequest: StaticStructureSchema;
|
|
129
|
+
export declare var GetTrustStoreResponse: StaticStructureSchema;
|
|
130
|
+
export declare var GetUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
131
|
+
export declare var GetUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
132
|
+
export declare var GetUserSettingsRequest: StaticStructureSchema;
|
|
133
|
+
export declare var GetUserSettingsResponse: StaticStructureSchema;
|
|
134
|
+
export declare var IdentityProvider: StaticStructureSchema;
|
|
135
|
+
export declare var IdentityProviderSummary: StaticStructureSchema;
|
|
136
|
+
export declare var InlineRedactionConfiguration: StaticStructureSchema;
|
|
137
|
+
export declare var InlineRedactionPattern: StaticStructureSchema;
|
|
138
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
139
|
+
export declare var IpAccessSettings: StaticStructureSchema;
|
|
140
|
+
export declare var IpAccessSettingsSummary: StaticStructureSchema;
|
|
141
|
+
export declare var IpRule: StaticStructureSchema;
|
|
142
|
+
export declare var ListBrowserSettingsRequest: StaticStructureSchema;
|
|
143
|
+
export declare var ListBrowserSettingsResponse: StaticStructureSchema;
|
|
144
|
+
export declare var ListDataProtectionSettingsRequest: StaticStructureSchema;
|
|
145
|
+
export declare var ListDataProtectionSettingsResponse: StaticStructureSchema;
|
|
146
|
+
export declare var ListIdentityProvidersRequest: StaticStructureSchema;
|
|
147
|
+
export declare var ListIdentityProvidersResponse: StaticStructureSchema;
|
|
148
|
+
export declare var ListIpAccessSettingsRequest: StaticStructureSchema;
|
|
149
|
+
export declare var ListIpAccessSettingsResponse: StaticStructureSchema;
|
|
150
|
+
export declare var ListNetworkSettingsRequest: StaticStructureSchema;
|
|
151
|
+
export declare var ListNetworkSettingsResponse: StaticStructureSchema;
|
|
152
|
+
export declare var ListPortalsRequest: StaticStructureSchema;
|
|
153
|
+
export declare var ListPortalsResponse: StaticStructureSchema;
|
|
154
|
+
export declare var ListSessionLoggersRequest: StaticStructureSchema;
|
|
155
|
+
export declare var ListSessionLoggersResponse: StaticStructureSchema;
|
|
156
|
+
export declare var ListSessionsRequest: StaticStructureSchema;
|
|
157
|
+
export declare var ListSessionsResponse: StaticStructureSchema;
|
|
158
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
159
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
160
|
+
export declare var ListTrustStoreCertificatesRequest: StaticStructureSchema;
|
|
161
|
+
export declare var ListTrustStoreCertificatesResponse: StaticStructureSchema;
|
|
162
|
+
export declare var ListTrustStoresRequest: StaticStructureSchema;
|
|
163
|
+
export declare var ListTrustStoresResponse: StaticStructureSchema;
|
|
164
|
+
export declare var ListUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
165
|
+
export declare var ListUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
166
|
+
export declare var ListUserSettingsRequest: StaticStructureSchema;
|
|
167
|
+
export declare var ListUserSettingsResponse: StaticStructureSchema;
|
|
168
|
+
export declare var LogConfiguration: StaticStructureSchema;
|
|
169
|
+
export declare var NetworkSettings: StaticStructureSchema;
|
|
170
|
+
export declare var NetworkSettingsSummary: StaticStructureSchema;
|
|
171
|
+
export declare var Portal: StaticStructureSchema;
|
|
172
|
+
export declare var PortalSummary: StaticStructureSchema;
|
|
173
|
+
export declare var RedactionPlaceHolder: StaticStructureSchema;
|
|
174
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
175
|
+
export declare var S3LogConfiguration: StaticStructureSchema;
|
|
176
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
177
|
+
export declare var Session: StaticStructureSchema;
|
|
178
|
+
export declare var SessionLogger: StaticStructureSchema;
|
|
179
|
+
export declare var SessionLoggerSummary: StaticStructureSchema;
|
|
180
|
+
export declare var SessionSummary: StaticStructureSchema;
|
|
181
|
+
export declare var Tag: StaticStructureSchema;
|
|
182
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
183
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
184
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
185
|
+
export declare var ToolbarConfiguration: StaticStructureSchema;
|
|
186
|
+
export declare var TooManyTagsException: StaticErrorSchema;
|
|
187
|
+
export declare var TrustStore: StaticStructureSchema;
|
|
188
|
+
export declare var TrustStoreSummary: StaticStructureSchema;
|
|
189
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
190
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
191
|
+
export declare var UpdateBrowserSettingsRequest: StaticStructureSchema;
|
|
192
|
+
export declare var UpdateBrowserSettingsResponse: StaticStructureSchema;
|
|
193
|
+
export declare var UpdateDataProtectionSettingsRequest: StaticStructureSchema;
|
|
194
|
+
export declare var UpdateDataProtectionSettingsResponse: StaticStructureSchema;
|
|
195
|
+
export declare var UpdateIdentityProviderRequest: StaticStructureSchema;
|
|
196
|
+
export declare var UpdateIdentityProviderResponse: StaticStructureSchema;
|
|
197
|
+
export declare var UpdateIpAccessSettingsRequest: StaticStructureSchema;
|
|
198
|
+
export declare var UpdateIpAccessSettingsResponse: StaticStructureSchema;
|
|
199
|
+
export declare var UpdateNetworkSettingsRequest: StaticStructureSchema;
|
|
200
|
+
export declare var UpdateNetworkSettingsResponse: StaticStructureSchema;
|
|
201
|
+
export declare var UpdatePortalRequest: StaticStructureSchema;
|
|
202
|
+
export declare var UpdatePortalResponse: StaticStructureSchema;
|
|
203
|
+
export declare var UpdateSessionLoggerRequest: StaticStructureSchema;
|
|
204
|
+
export declare var UpdateSessionLoggerResponse: StaticStructureSchema;
|
|
205
|
+
export declare var UpdateTrustStoreRequest: StaticStructureSchema;
|
|
206
|
+
export declare var UpdateTrustStoreResponse: StaticStructureSchema;
|
|
207
|
+
export declare var UpdateUserAccessLoggingSettingsRequest: StaticStructureSchema;
|
|
208
|
+
export declare var UpdateUserAccessLoggingSettingsResponse: StaticStructureSchema;
|
|
209
|
+
export declare var UpdateUserSettingsRequest: StaticStructureSchema;
|
|
210
|
+
export declare var UpdateUserSettingsResponse: StaticStructureSchema;
|
|
211
|
+
export declare var UserAccessLoggingSettings: StaticStructureSchema;
|
|
212
|
+
export declare var UserAccessLoggingSettingsSummary: StaticStructureSchema;
|
|
213
|
+
export declare var UserSettings: StaticStructureSchema;
|
|
214
|
+
export declare var UserSettingsSummary: StaticStructureSchema;
|
|
215
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
216
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
217
|
+
export declare var __Unit: "unit";
|
|
218
|
+
export declare var WorkSpacesWebServiceException: StaticErrorSchema;
|
|
219
|
+
export declare var ArnList: number;
|
|
220
|
+
export declare var BrowserSettingsList: StaticListSchema;
|
|
221
|
+
export declare var CertificateList: number;
|
|
222
|
+
export declare var CertificateSummaryList: StaticListSchema;
|
|
223
|
+
export declare var CertificateThumbprintList: number;
|
|
224
|
+
export declare var CookieSpecifications: StaticListSchema;
|
|
225
|
+
export declare var DataProtectionSettingsList: StaticListSchema;
|
|
226
|
+
export declare var Events: number;
|
|
227
|
+
export declare var GlobalInlineRedactionUrls: StaticListSchema;
|
|
228
|
+
export declare var HiddenToolbarItemList: number;
|
|
229
|
+
export declare var IdentityProviderList: StaticListSchema;
|
|
230
|
+
export declare var InlineRedactionPatterns: StaticListSchema;
|
|
231
|
+
export declare var InlineRedactionUrls: StaticListSchema;
|
|
232
|
+
export declare var IpAccessSettingsList: StaticListSchema;
|
|
233
|
+
export declare var IpAddressList: StaticListSchema;
|
|
234
|
+
export declare var IpRuleList: StaticListSchema;
|
|
235
|
+
export declare var NetworkSettingsList: StaticListSchema;
|
|
236
|
+
export declare var PortalList: StaticListSchema;
|
|
237
|
+
export declare var SecurityGroupIdList: number;
|
|
238
|
+
export declare var SessionLoggerList: StaticListSchema;
|
|
239
|
+
export declare var SessionSummaryList: StaticListSchema;
|
|
240
|
+
export declare var SubnetIdList: number;
|
|
241
|
+
export declare var TagKeyList: StaticListSchema;
|
|
242
|
+
export declare var TagList: StaticListSchema;
|
|
243
|
+
export declare var TrustStoreSummaryList: StaticListSchema;
|
|
244
|
+
export declare var UserAccessLoggingSettingsList: StaticListSchema;
|
|
245
|
+
export declare var UserSettingsList: StaticListSchema;
|
|
246
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
247
|
+
export declare var EncryptionContextMap: number;
|
|
248
|
+
export declare var IdentityProviderDetails: StaticMapSchema;
|
|
249
|
+
export declare var EventFilter: StaticStructureSchema;
|
|
250
|
+
export declare var AssociateBrowserSettings: StaticOperationSchema;
|
|
251
|
+
export declare var AssociateDataProtectionSettings: StaticOperationSchema;
|
|
252
|
+
export declare var AssociateIpAccessSettings: StaticOperationSchema;
|
|
253
|
+
export declare var AssociateNetworkSettings: StaticOperationSchema;
|
|
254
|
+
export declare var AssociateSessionLogger: StaticOperationSchema;
|
|
255
|
+
export declare var AssociateTrustStore: StaticOperationSchema;
|
|
256
|
+
export declare var AssociateUserAccessLoggingSettings: StaticOperationSchema;
|
|
257
|
+
export declare var AssociateUserSettings: StaticOperationSchema;
|
|
258
|
+
export declare var CreateBrowserSettings: StaticOperationSchema;
|
|
259
|
+
export declare var CreateDataProtectionSettings: StaticOperationSchema;
|
|
260
|
+
export declare var CreateIdentityProvider: StaticOperationSchema;
|
|
261
|
+
export declare var CreateIpAccessSettings: StaticOperationSchema;
|
|
262
|
+
export declare var CreateNetworkSettings: StaticOperationSchema;
|
|
263
|
+
export declare var CreatePortal: StaticOperationSchema;
|
|
264
|
+
export declare var CreateSessionLogger: StaticOperationSchema;
|
|
265
|
+
export declare var CreateTrustStore: StaticOperationSchema;
|
|
266
|
+
export declare var CreateUserAccessLoggingSettings: StaticOperationSchema;
|
|
267
|
+
export declare var CreateUserSettings: StaticOperationSchema;
|
|
268
|
+
export declare var DeleteBrowserSettings: StaticOperationSchema;
|
|
269
|
+
export declare var DeleteDataProtectionSettings: StaticOperationSchema;
|
|
270
|
+
export declare var DeleteIdentityProvider: StaticOperationSchema;
|
|
271
|
+
export declare var DeleteIpAccessSettings: StaticOperationSchema;
|
|
272
|
+
export declare var DeleteNetworkSettings: StaticOperationSchema;
|
|
273
|
+
export declare var DeletePortal: StaticOperationSchema;
|
|
274
|
+
export declare var DeleteSessionLogger: StaticOperationSchema;
|
|
275
|
+
export declare var DeleteTrustStore: StaticOperationSchema;
|
|
276
|
+
export declare var DeleteUserAccessLoggingSettings: StaticOperationSchema;
|
|
277
|
+
export declare var DeleteUserSettings: StaticOperationSchema;
|
|
278
|
+
export declare var DisassociateBrowserSettings: StaticOperationSchema;
|
|
279
|
+
export declare var DisassociateDataProtectionSettings: StaticOperationSchema;
|
|
280
|
+
export declare var DisassociateIpAccessSettings: StaticOperationSchema;
|
|
281
|
+
export declare var DisassociateNetworkSettings: StaticOperationSchema;
|
|
282
|
+
export declare var DisassociateSessionLogger: StaticOperationSchema;
|
|
283
|
+
export declare var DisassociateTrustStore: StaticOperationSchema;
|
|
284
|
+
export declare var DisassociateUserAccessLoggingSettings: StaticOperationSchema;
|
|
285
|
+
export declare var DisassociateUserSettings: StaticOperationSchema;
|
|
286
|
+
export declare var ExpireSession: StaticOperationSchema;
|
|
287
|
+
export declare var GetBrowserSettings: StaticOperationSchema;
|
|
288
|
+
export declare var GetDataProtectionSettings: StaticOperationSchema;
|
|
289
|
+
export declare var GetIdentityProvider: StaticOperationSchema;
|
|
290
|
+
export declare var GetIpAccessSettings: StaticOperationSchema;
|
|
291
|
+
export declare var GetNetworkSettings: StaticOperationSchema;
|
|
292
|
+
export declare var GetPortal: StaticOperationSchema;
|
|
293
|
+
export declare var GetPortalServiceProviderMetadata: StaticOperationSchema;
|
|
294
|
+
export declare var GetSession: StaticOperationSchema;
|
|
295
|
+
export declare var GetSessionLogger: StaticOperationSchema;
|
|
296
|
+
export declare var GetTrustStore: StaticOperationSchema;
|
|
297
|
+
export declare var GetTrustStoreCertificate: StaticOperationSchema;
|
|
298
|
+
export declare var GetUserAccessLoggingSettings: StaticOperationSchema;
|
|
299
|
+
export declare var GetUserSettings: StaticOperationSchema;
|
|
300
|
+
export declare var ListBrowserSettings: StaticOperationSchema;
|
|
301
|
+
export declare var ListDataProtectionSettings: StaticOperationSchema;
|
|
302
|
+
export declare var ListIdentityProviders: StaticOperationSchema;
|
|
303
|
+
export declare var ListIpAccessSettings: StaticOperationSchema;
|
|
304
|
+
export declare var ListNetworkSettings: StaticOperationSchema;
|
|
305
|
+
export declare var ListPortals: StaticOperationSchema;
|
|
306
|
+
export declare var ListSessionLoggers: StaticOperationSchema;
|
|
307
|
+
export declare var ListSessions: StaticOperationSchema;
|
|
308
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
309
|
+
export declare var ListTrustStoreCertificates: StaticOperationSchema;
|
|
310
|
+
export declare var ListTrustStores: StaticOperationSchema;
|
|
311
|
+
export declare var ListUserAccessLoggingSettings: StaticOperationSchema;
|
|
312
|
+
export declare var ListUserSettings: StaticOperationSchema;
|
|
313
|
+
export declare var TagResource: StaticOperationSchema;
|
|
314
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
315
|
+
export declare var UpdateBrowserSettings: StaticOperationSchema;
|
|
316
|
+
export declare var UpdateDataProtectionSettings: StaticOperationSchema;
|
|
317
|
+
export declare var UpdateIdentityProvider: StaticOperationSchema;
|
|
318
|
+
export declare var UpdateIpAccessSettings: StaticOperationSchema;
|
|
319
|
+
export declare var UpdateNetworkSettings: StaticOperationSchema;
|
|
320
|
+
export declare var UpdatePortal: StaticOperationSchema;
|
|
321
|
+
export declare var UpdateSessionLogger: StaticOperationSchema;
|
|
322
|
+
export declare var UpdateTrustStore: StaticOperationSchema;
|
|
323
|
+
export declare var UpdateUserAccessLoggingSettings: StaticOperationSchema;
|
|
324
|
+
export declare var UpdateUserSettings: StaticOperationSchema;
|