@aws-sdk/client-workspaces-web 3.651.1 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/AssociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalCommand.d.ts +11 -0
- package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +11 -0
- package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListTrustStoresCommand.d.ts +11 -0
- package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -77,4 +77,15 @@ declare const AssociateBrowserSettingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateBrowserSettingsRequest;
|
|
84
|
+
output: AssociateBrowserSettingsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateBrowserSettingsCommandInput;
|
|
88
|
+
output: AssociateBrowserSettingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const AssociateIpAccessSettingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateIpAccessSettingsRequest;
|
|
84
|
+
output: AssociateIpAccessSettingsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateIpAccessSettingsCommandInput;
|
|
88
|
+
output: AssociateIpAccessSettingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const AssociateNetworkSettingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateNetworkSettingsRequest;
|
|
84
|
+
output: AssociateNetworkSettingsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateNetworkSettingsCommandInput;
|
|
88
|
+
output: AssociateNetworkSettingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const AssociateTrustStoreCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateTrustStoreRequest;
|
|
84
|
+
output: AssociateTrustStoreResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateTrustStoreCommandInput;
|
|
88
|
+
output: AssociateTrustStoreCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateUserAccessLoggingSettingsRequest;
|
|
84
|
+
output: AssociateUserAccessLoggingSettingsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateUserAccessLoggingSettingsCommandInput;
|
|
88
|
+
output: AssociateUserAccessLoggingSettingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const AssociateUserSettingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: AssociateUserSettingsRequest;
|
|
84
|
+
output: AssociateUserSettingsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: AssociateUserSettingsCommandInput;
|
|
88
|
+
output: AssociateUserSettingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreateBrowserSettingsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateBrowserSettingsRequest;
|
|
98
|
+
output: CreateBrowserSettingsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateBrowserSettingsCommandInput;
|
|
102
|
+
output: CreateBrowserSettingsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateIdentityProviderCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateIdentityProviderRequest;
|
|
97
|
+
output: CreateIdentityProviderResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateIdentityProviderCommandInput;
|
|
101
|
+
output: CreateIdentityProviderCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateIpAccessSettingsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateIpAccessSettingsRequest;
|
|
100
|
+
output: CreateIpAccessSettingsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateIpAccessSettingsCommandInput;
|
|
104
|
+
output: CreateIpAccessSettingsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateNetworkSettingsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateNetworkSettingsRequest;
|
|
97
|
+
output: CreateNetworkSettingsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateNetworkSettingsCommandInput;
|
|
101
|
+
output: CreateNetworkSettingsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreatePortalCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreatePortalCommand extends CreatePortalCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreatePortalRequest;
|
|
100
|
+
output: CreatePortalResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreatePortalCommandInput;
|
|
104
|
+
output: CreatePortalCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateTrustStoreCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateTrustStoreRequest;
|
|
95
|
+
output: CreateTrustStoreResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateTrustStoreCommandInput;
|
|
99
|
+
output: CreateTrustStoreCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateUserAccessLoggingSettingsRequest;
|
|
89
|
+
output: CreateUserAccessLoggingSettingsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateUserAccessLoggingSettingsCommandInput;
|
|
93
|
+
output: CreateUserAccessLoggingSettingsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -111,4 +111,15 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: CreateUserSettingsRequest;
|
|
118
|
+
output: CreateUserSettingsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: CreateUserSettingsCommandInput;
|
|
122
|
+
output: CreateUserSettingsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteBrowserSettingsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteBrowserSettingsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteBrowserSettingsCommandInput;
|
|
81
|
+
output: DeleteBrowserSettingsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteIdentityProviderCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteIdentityProviderRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteIdentityProviderCommandInput;
|
|
81
|
+
output: DeleteIdentityProviderCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteIpAccessSettingsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteIpAccessSettingsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteIpAccessSettingsCommandInput;
|
|
81
|
+
output: DeleteIpAccessSettingsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteNetworkSettingsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteNetworkSettingsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteNetworkSettingsCommandInput;
|
|
81
|
+
output: DeleteNetworkSettingsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeletePortalCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeletePortalCommand extends DeletePortalCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeletePortalRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeletePortalCommandInput;
|
|
81
|
+
output: DeletePortalCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteTrustStoreCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteTrustStoreRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteTrustStoreCommandInput;
|
|
81
|
+
output: DeleteTrustStoreCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteUserAccessLoggingSettingsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteUserAccessLoggingSettingsCommandInput;
|
|
81
|
+
output: DeleteUserAccessLoggingSettingsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteUserSettingsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteUserSettingsCommand extends DeleteUserSettingsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteUserSettingsRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteUserSettingsCommandInput;
|
|
81
|
+
output: DeleteUserSettingsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateBrowserSettingsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateBrowserSettingsCommand extends DisassociateBrowserSettingsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateBrowserSettingsRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateBrowserSettingsCommandInput;
|
|
84
|
+
output: DisassociateBrowserSettingsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateIpAccessSettingsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateIpAccessSettingsCommand extends DisassociateIpAccessSettingsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateIpAccessSettingsRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateIpAccessSettingsCommandInput;
|
|
84
|
+
output: DisassociateIpAccessSettingsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateNetworkSettingsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateNetworkSettingsCommand extends DisassociateNetworkSettingsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateNetworkSettingsRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateNetworkSettingsCommandInput;
|
|
84
|
+
output: DisassociateNetworkSettingsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateTrustStoreCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateTrustStoreCommand extends DisassociateTrustStoreCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateTrustStoreRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateTrustStoreCommandInput;
|
|
84
|
+
output: DisassociateTrustStoreCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateUserAccessLoggingSettingsCommand extends DisassociateUserAccessLoggingSettingsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateUserAccessLoggingSettingsRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateUserAccessLoggingSettingsCommandInput;
|
|
84
|
+
output: DisassociateUserAccessLoggingSettingsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisassociateUserSettingsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisassociateUserSettingsCommand extends DisassociateUserSettingsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateUserSettingsRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateUserSettingsCommandInput;
|
|
84
|
+
output: DisassociateUserSettingsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetBrowserSettingsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetBrowserSettingsRequest;
|
|
89
|
+
output: GetBrowserSettingsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetBrowserSettingsCommandInput;
|
|
93
|
+
output: GetBrowserSettingsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetIdentityProviderCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetIdentityProviderRequest;
|
|
86
|
+
output: GetIdentityProviderResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetIdentityProviderCommandInput;
|
|
90
|
+
output: GetIdentityProviderCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -90,4 +90,15 @@ declare const GetIpAccessSettingsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetIpAccessSettingsRequest;
|
|
97
|
+
output: GetIpAccessSettingsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetIpAccessSettingsCommandInput;
|
|
101
|
+
output: GetIpAccessSettingsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetNetworkSettingsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetNetworkSettingsRequest;
|
|
91
|
+
output: GetNetworkSettingsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetNetworkSettingsCommandInput;
|
|
95
|
+
output: GetNetworkSettingsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetPortalCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetPortalCommand extends GetPortalCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetPortalRequest;
|
|
101
|
+
output: GetPortalResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetPortalCommandInput;
|
|
105
|
+
output: GetPortalCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetPortalServiceProviderMetadataCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetPortalServiceProviderMetadataRequest;
|
|
80
|
+
output: GetPortalServiceProviderMetadataResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetPortalServiceProviderMetadataCommandInput;
|
|
84
|
+
output: GetPortalServiceProviderMetadataCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetTrustStoreCertificateCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetTrustStoreCertificateRequest;
|
|
88
|
+
output: GetTrustStoreCertificateResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetTrustStoreCertificateCommandInput;
|
|
92
|
+
output: GetTrustStoreCertificateCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetTrustStoreCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetTrustStoreRequest;
|
|
84
|
+
output: GetTrustStoreResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetTrustStoreCommandInput;
|
|
88
|
+
output: GetTrustStoreCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -78,4 +78,15 @@ declare const GetUserAccessLoggingSettingsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: GetUserAccessLoggingSettingsRequest;
|
|
85
|
+
output: GetUserAccessLoggingSettingsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: GetUserAccessLoggingSettingsCommandInput;
|
|
89
|
+
output: GetUserAccessLoggingSettingsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -105,4 +105,15 @@ declare const GetUserSettingsCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: GetUserSettingsRequest;
|
|
112
|
+
output: GetUserSettingsResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: GetUserSettingsCommandInput;
|
|
116
|
+
output: GetUserSettingsCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListBrowserSettingsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListBrowserSettingsRequest;
|
|
82
|
+
output: ListBrowserSettingsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListBrowserSettingsCommandInput;
|
|
86
|
+
output: ListBrowserSettingsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|