@aws-sdk/client-workspaces-web 3.803.0 → 3.806.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/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetPortalCommand.d.ts +1 -1
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +22 -22
|
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
|
-
const
|
|
26
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
27
27
|
return {
|
|
28
28
|
...clientSharedValues,
|
|
29
29
|
...config,
|
|
30
30
|
runtime: "node",
|
|
31
31
|
defaultsMode,
|
|
32
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
32
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
33
33
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
34
34
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
35
35
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
36
36
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
37
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
38
38
|
region: config?.region ??
|
|
39
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
39
|
+
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
40
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
41
41
|
retryMode: config?.retryMode ??
|
|
42
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
|
|
|
45
45
|
}, config),
|
|
46
46
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
47
47
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
48
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
49
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
50
|
-
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS,
|
|
48
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
49
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
50
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
exports.getRuntimeConfig = getRuntimeConfig;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
|
|
|
19
19
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
20
|
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
21
|
awsCheckVersion(process.version);
|
|
22
|
-
const
|
|
22
|
+
const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
|
|
23
23
|
return {
|
|
24
24
|
...clientSharedValues,
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
-
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
29
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
31
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
32
|
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
33
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
34
34
|
region: config?.region ??
|
|
35
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...
|
|
35
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
36
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
37
37
|
retryMode: config?.retryMode ??
|
|
38
38
|
loadNodeConfig({
|
|
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
|
|
|
41
41
|
}, config),
|
|
42
42
|
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
43
43
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
44
|
-
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
45
|
-
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
46
|
-
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS,
|
|
44
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
45
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
46
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
47
47
|
};
|
|
48
48
|
};
|
|
@@ -23,7 +23,7 @@ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserS
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateBrowserSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateDataProtectionSettingsCommandOutput extends AssociateD
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateDataProtectionSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateIpAccessSettingsCommandOutput extends AssociateIpAcces
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateIpAccessSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkS
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateNetworkSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateTrustStoreCommand_base: {
|
|
25
25
|
new (input: AssociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateUserAccessLoggingSettingsCommandOutput extends Associa
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface AssociateUserSettingsCommandOutput extends AssociateUserSetting
|
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateUserSettingsCommand_base: {
|
|
25
25
|
new (input: AssociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: AssociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSetting
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBrowserSettingsCommand_base: {
|
|
25
25
|
new (input: CreateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIdentityProviderCommand_base: {
|
|
25
25
|
new (input: CreateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateIpAccessSettingsCommandOutput extends CreateIpAccessSetti
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIpAccessSettingsCommand_base: {
|
|
25
25
|
new (input: CreateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSetting
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNetworkSettingsCommand_base: {
|
|
25
25
|
new (input: CreateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTrustStoreCommand_base: {
|
|
25
25
|
new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateUserAccessLoggingSettingsCommandOutput extends CreateUser
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
25
25
|
new (input: CreateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const CreateUserSettingsCommand_base: {
|
|
25
25
|
new (input: CreateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: CreateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSetting
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBrowserSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteDataProtectionSettingsCommandOutput extends DeleteDataPro
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataProtectionSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProvi
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIdentityProviderCommand_base: {
|
|
25
25
|
new (input: DeleteIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteIpAccessSettingsCommandOutput extends DeleteIpAccessSetti
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIpAccessSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSetting
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNetworkSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePortalCommand_base: {
|
|
25
25
|
new (input: DeletePortalCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeletePortalCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTrustStoreCommand_base: {
|
|
25
25
|
new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteUserSettingsCommand_base: {
|
|
25
25
|
new (input: DeleteUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateBrowserSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateDataProtectionSettingsCommandOutput extends Disasso
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateDataProtectionSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateIpAccessSettingsCommandOutput extends DisassociateI
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateIpAccessSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateNetworkSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateTrustStoreCommand_base: {
|
|
25
25
|
new (input: DisassociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateUserAccessLoggingSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
|
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateUserSettingsCommand_base: {
|
|
25
25
|
new (input: DisassociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DisassociateUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ExpireSessionCommandOutput extends ExpireSessionResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const ExpireSessionCommand_base: {
|
|
25
25
|
new (input: ExpireSessionCommandInput): import("@smithy/smithy-client").CommandImpl<ExpireSessionCommandInput, ExpireSessionCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ExpireSessionCommandInput): import("@smithy/smithy-client").CommandImpl<ExpireSessionCommandInput, ExpireSessionCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetBrowserSettingsCommand_base: {
|
|
25
25
|
new (input: GetBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetBrowserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetDataProtectionSettingsCommandOutput extends GetDataProtectio
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataProtectionSettingsCommand_base: {
|
|
25
25
|
new (input: GetDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetDataProtectionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityProviderCommand_base: {
|
|
25
25
|
new (input: GetIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetIpAccessSettingsCommandOutput extends GetIpAccessSettingsRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetIpAccessSettingsCommand_base: {
|
|
25
25
|
new (input: GetIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetIpAccessSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetNetworkSettingsCommand_base: {
|
|
25
25
|
new (input: GetNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetNetworkSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetPortalCommand_base: {
|
|
25
25
|
new (input: GetPortalCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetPortalCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortal
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetPortalServiceProviderMetadataCommand_base: {
|
|
25
25
|
new (input: GetPortalServiceProviderMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetPortalServiceProviderMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetSessionCommand_base: {
|
|
25
25
|
new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCert
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetTrustStoreCertificateCommand_base: {
|
|
25
25
|
new (input: GetTrustStoreCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetTrustStoreCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetTrustStoreCommand_base: {
|
|
25
25
|
new (input: GetTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetTrustStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrustStoreCommandInput, GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccess
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetUserAccessLoggingSettingsCommand_base: {
|
|
25
25
|
new (input: GetUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetUserAccessLoggingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetUserSettingsCommand_base: {
|
|
25
25
|
new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListIdentityProvidersCommand_base: {
|
|
25
25
|
new (input: ListIdentityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListIdentityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListSessionsCommand_base: {
|
|
25
25
|
new (input: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
25
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|