You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-worklink/src/WorkLink.ts
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,8 @@ import { WorkLinkClient } from "./WorkLinkClient";
150
150
*/
151
151
exportclassWorkLinkextendsWorkLinkClient{
152
152
/**
153
+
* @deprecated
154
+
*
153
155
* <p>Specifies a domain to be associated to Amazon WorkLink.</p>
154
156
*/
155
157
publicassociateDomain(
@@ -182,6 +184,8 @@ export class WorkLink extends WorkLinkClient {
182
184
}
183
185
184
186
/**
187
+
* @deprecated
188
+
*
185
189
* <p>Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.</p>
186
190
*/
187
191
publicassociateWebsiteAuthorizationProvider(
@@ -216,6 +220,8 @@ export class WorkLink extends WorkLinkClient {
216
220
}
217
221
218
222
/**
223
+
* @deprecated
224
+
*
219
225
* <p>Imports the root certificate of a certificate authority (CA) used to obtain TLS
220
226
* certificates used by associated websites within the company network.</p>
221
227
*/
@@ -249,6 +255,8 @@ export class WorkLink extends WorkLinkClient {
249
255
}
250
256
251
257
/**
258
+
* @deprecated
259
+
*
252
260
* <p>Creates a fleet. A fleet consists of resources and the configuration that delivers
253
261
* associated websites to authorized users who download and set up the Amazon WorkLink app.</p>
254
262
*/
@@ -276,6 +284,8 @@ export class WorkLink extends WorkLinkClient {
276
284
}
277
285
278
286
/**
287
+
* @deprecated
288
+
*
279
289
* <p>Deletes a fleet. Prevents users from accessing previously associated websites. </p>
@@ -742,6 +780,8 @@ export class WorkLink extends WorkLinkClient {
742
780
}
743
781
744
782
/**
783
+
* @deprecated
784
+
*
745
785
* <p>Retrieves a list of tags for the specified resource.</p>
746
786
*/
747
787
publiclistTagsForResource(
@@ -774,6 +814,8 @@ export class WorkLink extends WorkLinkClient {
774
814
}
775
815
776
816
/**
817
+
* @deprecated
818
+
*
777
819
* <p>Retrieves a list of website authorization providers associated with a specified fleet.</p>
778
820
*/
779
821
publiclistWebsiteAuthorizationProviders(
@@ -806,6 +848,8 @@ export class WorkLink extends WorkLinkClient {
806
848
}
807
849
808
850
/**
851
+
* @deprecated
852
+
*
809
853
* <p>Retrieves a list of certificate authorities added for the current account and
810
854
* Region.</p>
811
855
*/
@@ -839,6 +883,8 @@ export class WorkLink extends WorkLinkClient {
839
883
}
840
884
841
885
/**
886
+
* @deprecated
887
+
*
842
888
* <p>Moves a domain to ACTIVE status if it was in the INACTIVE status.</p>
843
889
*/
844
890
publicrestoreDomainAccess(
@@ -871,6 +917,8 @@ export class WorkLink extends WorkLinkClient {
871
917
}
872
918
873
919
/**
920
+
* @deprecated
921
+
*
874
922
* <p>Moves a domain to INACTIVE status if it was in the ACTIVE status.</p>
875
923
*/
876
924
publicrevokeDomainAccess(
@@ -903,6 +951,8 @@ export class WorkLink extends WorkLinkClient {
903
951
}
904
952
905
953
/**
954
+
* @deprecated
955
+
*
906
956
* <p>Signs the user out from all of their devices. The user can sign in again if they have
907
957
* valid credentials.</p>
908
958
*/
@@ -930,6 +980,8 @@ export class WorkLink extends WorkLinkClient {
930
980
}
931
981
932
982
/**
983
+
* @deprecated
984
+
*
933
985
* <p>Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.</p>
* <p>Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.</p>
32
34
* @example
33
35
* Use a bare-bones client and the command you need to make an API call.
0 commit comments