@aws-sdk/client-workspaces-web 3.928.0 → 3.930.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 -3271
- 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 -354
- 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 +4 -273
- 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 -195
- 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 +33 -34
- 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
|
*/
|
|
@@ -3124,12 +3124,15 @@ export declare namespace EventFilter {
|
|
|
3124
3124
|
include?: never;
|
|
3125
3125
|
$unknown: [string, any];
|
|
3126
3126
|
}
|
|
3127
|
+
/**
|
|
3128
|
+
* @deprecated unused in schema-serde mode.
|
|
3129
|
+
*
|
|
3130
|
+
*/
|
|
3127
3131
|
interface Visitor<T> {
|
|
3128
3132
|
all: (value: Unit) => T;
|
|
3129
3133
|
include: (value: Event[]) => T;
|
|
3130
3134
|
_: (name: string, value: any) => T;
|
|
3131
3135
|
}
|
|
3132
|
-
const visit: <T>(value: EventFilter, visitor: Visitor<T>) => T;
|
|
3133
3136
|
}
|
|
3134
3137
|
/**
|
|
3135
3138
|
* @public
|
|
@@ -4519,275 +4522,3 @@ export interface UpdateUserSettingsResponse {
|
|
|
4519
4522
|
*/
|
|
4520
4523
|
userSettings: UserSettings | undefined;
|
|
4521
4524
|
}
|
|
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;
|