@alicloud/csas20230120 1.0.0 → 1.0.1
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/client.d.ts +17 -228
- package/dist/client.js +42 -415
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +50 -508
package/dist/client.d.ts
CHANGED
|
@@ -252,20 +252,6 @@ export declare class CreateUserGroupRequest extends $tea.Model {
|
|
|
252
252
|
[key: string]: any;
|
|
253
253
|
});
|
|
254
254
|
}
|
|
255
|
-
export declare class CreateUserGroupShrinkRequest extends $tea.Model {
|
|
256
|
-
attributesShrink?: string;
|
|
257
|
-
description?: string;
|
|
258
|
-
name?: string;
|
|
259
|
-
static names(): {
|
|
260
|
-
[key: string]: string;
|
|
261
|
-
};
|
|
262
|
-
static types(): {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
265
|
-
constructor(map?: {
|
|
266
|
-
[key: string]: any;
|
|
267
|
-
});
|
|
268
|
-
}
|
|
269
255
|
export declare class CreateUserGroupResponseBody extends $tea.Model {
|
|
270
256
|
requestId?: string;
|
|
271
257
|
userGroupId?: string;
|
|
@@ -644,18 +630,6 @@ export declare class ListApplicationsForPrivateAccessPolicyRequest extends $tea.
|
|
|
644
630
|
[key: string]: any;
|
|
645
631
|
});
|
|
646
632
|
}
|
|
647
|
-
export declare class ListApplicationsForPrivateAccessPolicyShrinkRequest extends $tea.Model {
|
|
648
|
-
policyIdsShrink?: string;
|
|
649
|
-
static names(): {
|
|
650
|
-
[key: string]: string;
|
|
651
|
-
};
|
|
652
|
-
static types(): {
|
|
653
|
-
[key: string]: any;
|
|
654
|
-
};
|
|
655
|
-
constructor(map?: {
|
|
656
|
-
[key: string]: any;
|
|
657
|
-
});
|
|
658
|
-
}
|
|
659
633
|
export declare class ListApplicationsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
660
634
|
polices?: ListApplicationsForPrivateAccessPolicyResponseBodyPolices[];
|
|
661
635
|
requestId?: string;
|
|
@@ -697,18 +671,6 @@ export declare class ListApplicationsForPrivateAccessTagRequest extends $tea.Mod
|
|
|
697
671
|
[key: string]: any;
|
|
698
672
|
});
|
|
699
673
|
}
|
|
700
|
-
export declare class ListApplicationsForPrivateAccessTagShrinkRequest extends $tea.Model {
|
|
701
|
-
tagIdsShrink?: string;
|
|
702
|
-
static names(): {
|
|
703
|
-
[key: string]: string;
|
|
704
|
-
};
|
|
705
|
-
static types(): {
|
|
706
|
-
[key: string]: any;
|
|
707
|
-
};
|
|
708
|
-
constructor(map?: {
|
|
709
|
-
[key: string]: any;
|
|
710
|
-
});
|
|
711
|
-
}
|
|
712
674
|
export declare class ListApplicationsForPrivateAccessTagResponseBody extends $tea.Model {
|
|
713
675
|
requestId?: string;
|
|
714
676
|
tags?: ListApplicationsForPrivateAccessTagResponseBodyTags[];
|
|
@@ -743,21 +705,8 @@ export declare class ListConnectorsRequest extends $tea.Model {
|
|
|
743
705
|
currentPage?: number;
|
|
744
706
|
name?: string;
|
|
745
707
|
pageSize?: number;
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
};
|
|
749
|
-
static types(): {
|
|
750
|
-
[key: string]: any;
|
|
751
|
-
};
|
|
752
|
-
constructor(map?: {
|
|
753
|
-
[key: string]: any;
|
|
754
|
-
});
|
|
755
|
-
}
|
|
756
|
-
export declare class ListConnectorsShrinkRequest extends $tea.Model {
|
|
757
|
-
connectorIdsShrink?: string;
|
|
758
|
-
currentPage?: number;
|
|
759
|
-
name?: string;
|
|
760
|
-
pageSize?: number;
|
|
708
|
+
status?: string;
|
|
709
|
+
switchStatus?: string;
|
|
761
710
|
static names(): {
|
|
762
711
|
[key: string]: string;
|
|
763
712
|
};
|
|
@@ -810,18 +759,6 @@ export declare class ListPolicesForPrivateAccessApplicationRequest extends $tea.
|
|
|
810
759
|
[key: string]: any;
|
|
811
760
|
});
|
|
812
761
|
}
|
|
813
|
-
export declare class ListPolicesForPrivateAccessApplicationShrinkRequest extends $tea.Model {
|
|
814
|
-
applicationIdsShrink?: string;
|
|
815
|
-
static names(): {
|
|
816
|
-
[key: string]: string;
|
|
817
|
-
};
|
|
818
|
-
static types(): {
|
|
819
|
-
[key: string]: any;
|
|
820
|
-
};
|
|
821
|
-
constructor(map?: {
|
|
822
|
-
[key: string]: any;
|
|
823
|
-
});
|
|
824
|
-
}
|
|
825
762
|
export declare class ListPolicesForPrivateAccessApplicationResponseBody extends $tea.Model {
|
|
826
763
|
applications?: ListPolicesForPrivateAccessApplicationResponseBodyApplications[];
|
|
827
764
|
requestId?: string;
|
|
@@ -863,18 +800,6 @@ export declare class ListPolicesForPrivateAccessTagRequest extends $tea.Model {
|
|
|
863
800
|
[key: string]: any;
|
|
864
801
|
});
|
|
865
802
|
}
|
|
866
|
-
export declare class ListPolicesForPrivateAccessTagShrinkRequest extends $tea.Model {
|
|
867
|
-
tagIdsShrink?: string;
|
|
868
|
-
static names(): {
|
|
869
|
-
[key: string]: string;
|
|
870
|
-
};
|
|
871
|
-
static types(): {
|
|
872
|
-
[key: string]: any;
|
|
873
|
-
};
|
|
874
|
-
constructor(map?: {
|
|
875
|
-
[key: string]: any;
|
|
876
|
-
});
|
|
877
|
-
}
|
|
878
803
|
export declare class ListPolicesForPrivateAccessTagResponseBody extends $tea.Model {
|
|
879
804
|
requestId?: string;
|
|
880
805
|
tags?: ListPolicesForPrivateAccessTagResponseBodyTags[];
|
|
@@ -916,18 +841,6 @@ export declare class ListPolicesForUserGroupRequest extends $tea.Model {
|
|
|
916
841
|
[key: string]: any;
|
|
917
842
|
});
|
|
918
843
|
}
|
|
919
|
-
export declare class ListPolicesForUserGroupShrinkRequest extends $tea.Model {
|
|
920
|
-
userGroupIdsShrink?: string;
|
|
921
|
-
static names(): {
|
|
922
|
-
[key: string]: string;
|
|
923
|
-
};
|
|
924
|
-
static types(): {
|
|
925
|
-
[key: string]: any;
|
|
926
|
-
};
|
|
927
|
-
constructor(map?: {
|
|
928
|
-
[key: string]: any;
|
|
929
|
-
});
|
|
930
|
-
}
|
|
931
844
|
export declare class ListPolicesForUserGroupResponseBody extends $tea.Model {
|
|
932
845
|
requestId?: string;
|
|
933
846
|
userGroups?: ListPolicesForUserGroupResponseBodyUserGroups[];
|
|
@@ -976,25 +889,6 @@ export declare class ListPrivateAccessApplicationsRequest extends $tea.Model {
|
|
|
976
889
|
[key: string]: any;
|
|
977
890
|
});
|
|
978
891
|
}
|
|
979
|
-
export declare class ListPrivateAccessApplicationsShrinkRequest extends $tea.Model {
|
|
980
|
-
address?: string;
|
|
981
|
-
applicationIdsShrink?: string;
|
|
982
|
-
currentPage?: number;
|
|
983
|
-
name?: string;
|
|
984
|
-
pageSize?: number;
|
|
985
|
-
policyId?: string;
|
|
986
|
-
status?: string;
|
|
987
|
-
tagId?: string;
|
|
988
|
-
static names(): {
|
|
989
|
-
[key: string]: string;
|
|
990
|
-
};
|
|
991
|
-
static types(): {
|
|
992
|
-
[key: string]: any;
|
|
993
|
-
};
|
|
994
|
-
constructor(map?: {
|
|
995
|
-
[key: string]: any;
|
|
996
|
-
});
|
|
997
|
-
}
|
|
998
892
|
export declare class ListPrivateAccessApplicationsResponseBody extends $tea.Model {
|
|
999
893
|
applications?: ListPrivateAccessApplicationsResponseBodyApplications[];
|
|
1000
894
|
requestId?: string;
|
|
@@ -1045,26 +939,6 @@ export declare class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
1045
939
|
[key: string]: any;
|
|
1046
940
|
});
|
|
1047
941
|
}
|
|
1048
|
-
export declare class ListPrivateAccessPolicesShrinkRequest extends $tea.Model {
|
|
1049
|
-
applicationId?: string;
|
|
1050
|
-
currentPage?: number;
|
|
1051
|
-
name?: string;
|
|
1052
|
-
pageSize?: number;
|
|
1053
|
-
policyAction?: string;
|
|
1054
|
-
policyIdsShrink?: string;
|
|
1055
|
-
status?: string;
|
|
1056
|
-
tagId?: string;
|
|
1057
|
-
userGroupId?: string;
|
|
1058
|
-
static names(): {
|
|
1059
|
-
[key: string]: string;
|
|
1060
|
-
};
|
|
1061
|
-
static types(): {
|
|
1062
|
-
[key: string]: any;
|
|
1063
|
-
};
|
|
1064
|
-
constructor(map?: {
|
|
1065
|
-
[key: string]: any;
|
|
1066
|
-
});
|
|
1067
|
-
}
|
|
1068
942
|
export declare class ListPrivateAccessPolicesResponseBody extends $tea.Model {
|
|
1069
943
|
polices?: ListPrivateAccessPolicesResponseBodyPolices[];
|
|
1070
944
|
requestId?: string;
|
|
@@ -1112,23 +986,6 @@ export declare class ListPrivateAccessTagsRequest extends $tea.Model {
|
|
|
1112
986
|
[key: string]: any;
|
|
1113
987
|
});
|
|
1114
988
|
}
|
|
1115
|
-
export declare class ListPrivateAccessTagsShrinkRequest extends $tea.Model {
|
|
1116
|
-
applicationId?: string;
|
|
1117
|
-
currentPage?: number;
|
|
1118
|
-
name?: string;
|
|
1119
|
-
pageSize?: number;
|
|
1120
|
-
policyId?: string;
|
|
1121
|
-
tagIdsShrink?: string;
|
|
1122
|
-
static names(): {
|
|
1123
|
-
[key: string]: string;
|
|
1124
|
-
};
|
|
1125
|
-
static types(): {
|
|
1126
|
-
[key: string]: any;
|
|
1127
|
-
};
|
|
1128
|
-
constructor(map?: {
|
|
1129
|
-
[key: string]: any;
|
|
1130
|
-
});
|
|
1131
|
-
}
|
|
1132
989
|
export declare class ListPrivateAccessTagsResponseBody extends $tea.Model {
|
|
1133
990
|
requestId?: string;
|
|
1134
991
|
tags?: ListPrivateAccessTagsResponseBodyTags[];
|
|
@@ -1171,18 +1028,6 @@ export declare class ListTagsForPrivateAccessApplicationRequest extends $tea.Mod
|
|
|
1171
1028
|
[key: string]: any;
|
|
1172
1029
|
});
|
|
1173
1030
|
}
|
|
1174
|
-
export declare class ListTagsForPrivateAccessApplicationShrinkRequest extends $tea.Model {
|
|
1175
|
-
applicationIdsShrink?: string;
|
|
1176
|
-
static names(): {
|
|
1177
|
-
[key: string]: string;
|
|
1178
|
-
};
|
|
1179
|
-
static types(): {
|
|
1180
|
-
[key: string]: any;
|
|
1181
|
-
};
|
|
1182
|
-
constructor(map?: {
|
|
1183
|
-
[key: string]: any;
|
|
1184
|
-
});
|
|
1185
|
-
}
|
|
1186
1031
|
export declare class ListTagsForPrivateAccessApplicationResponseBody extends $tea.Model {
|
|
1187
1032
|
applications?: ListTagsForPrivateAccessApplicationResponseBodyApplications[];
|
|
1188
1033
|
requestId?: string;
|
|
@@ -1224,18 +1069,6 @@ export declare class ListTagsForPrivateAccessPolicyRequest extends $tea.Model {
|
|
|
1224
1069
|
[key: string]: any;
|
|
1225
1070
|
});
|
|
1226
1071
|
}
|
|
1227
|
-
export declare class ListTagsForPrivateAccessPolicyShrinkRequest extends $tea.Model {
|
|
1228
|
-
policyIdsShrink?: string;
|
|
1229
|
-
static names(): {
|
|
1230
|
-
[key: string]: string;
|
|
1231
|
-
};
|
|
1232
|
-
static types(): {
|
|
1233
|
-
[key: string]: any;
|
|
1234
|
-
};
|
|
1235
|
-
constructor(map?: {
|
|
1236
|
-
[key: string]: any;
|
|
1237
|
-
});
|
|
1238
|
-
}
|
|
1239
1072
|
export declare class ListTagsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
1240
1073
|
polices?: ListTagsForPrivateAccessPolicyResponseBodyPolices[];
|
|
1241
1074
|
requestId?: string;
|
|
@@ -1282,23 +1115,6 @@ export declare class ListUserGroupsRequest extends $tea.Model {
|
|
|
1282
1115
|
[key: string]: any;
|
|
1283
1116
|
});
|
|
1284
1117
|
}
|
|
1285
|
-
export declare class ListUserGroupsShrinkRequest extends $tea.Model {
|
|
1286
|
-
attributeValue?: string;
|
|
1287
|
-
currentPage?: number;
|
|
1288
|
-
name?: string;
|
|
1289
|
-
PAPolicyId?: string;
|
|
1290
|
-
pageSize?: number;
|
|
1291
|
-
userGroupIdsShrink?: string;
|
|
1292
|
-
static names(): {
|
|
1293
|
-
[key: string]: string;
|
|
1294
|
-
};
|
|
1295
|
-
static types(): {
|
|
1296
|
-
[key: string]: any;
|
|
1297
|
-
};
|
|
1298
|
-
constructor(map?: {
|
|
1299
|
-
[key: string]: any;
|
|
1300
|
-
});
|
|
1301
|
-
}
|
|
1302
1118
|
export declare class ListUserGroupsResponseBody extends $tea.Model {
|
|
1303
1119
|
requestId?: string;
|
|
1304
1120
|
totalNum?: number;
|
|
@@ -1341,18 +1157,6 @@ export declare class ListUserGroupsForPrivateAccessPolicyRequest extends $tea.Mo
|
|
|
1341
1157
|
[key: string]: any;
|
|
1342
1158
|
});
|
|
1343
1159
|
}
|
|
1344
|
-
export declare class ListUserGroupsForPrivateAccessPolicyShrinkRequest extends $tea.Model {
|
|
1345
|
-
policyIdsShrink?: string;
|
|
1346
|
-
static names(): {
|
|
1347
|
-
[key: string]: string;
|
|
1348
|
-
};
|
|
1349
|
-
static types(): {
|
|
1350
|
-
[key: string]: any;
|
|
1351
|
-
};
|
|
1352
|
-
constructor(map?: {
|
|
1353
|
-
[key: string]: any;
|
|
1354
|
-
});
|
|
1355
|
-
}
|
|
1356
1160
|
export declare class ListUserGroupsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
1357
1161
|
polices?: ListUserGroupsForPrivateAccessPolicyResponseBodyPolices[];
|
|
1358
1162
|
requestId?: string;
|
|
@@ -1537,21 +1341,6 @@ export declare class UpdateUserGroupRequest extends $tea.Model {
|
|
|
1537
1341
|
[key: string]: any;
|
|
1538
1342
|
});
|
|
1539
1343
|
}
|
|
1540
|
-
export declare class UpdateUserGroupShrinkRequest extends $tea.Model {
|
|
1541
|
-
attributesShrink?: string;
|
|
1542
|
-
description?: string;
|
|
1543
|
-
modifyType?: string;
|
|
1544
|
-
userGroupId?: string;
|
|
1545
|
-
static names(): {
|
|
1546
|
-
[key: string]: string;
|
|
1547
|
-
};
|
|
1548
|
-
static types(): {
|
|
1549
|
-
[key: string]: any;
|
|
1550
|
-
};
|
|
1551
|
-
constructor(map?: {
|
|
1552
|
-
[key: string]: any;
|
|
1553
|
-
});
|
|
1554
|
-
}
|
|
1555
1344
|
export declare class UpdateUserGroupResponseBody extends $tea.Model {
|
|
1556
1345
|
requestId?: string;
|
|
1557
1346
|
static names(): {
|
|
@@ -2267,7 +2056,7 @@ export default class Client extends OpenApi {
|
|
|
2267
2056
|
createPrivateAccessPolicy(request: CreatePrivateAccessPolicyRequest): Promise<CreatePrivateAccessPolicyResponse>;
|
|
2268
2057
|
createPrivateAccessTagWithOptions(request: CreatePrivateAccessTagRequest, runtime: $Util.RuntimeOptions): Promise<CreatePrivateAccessTagResponse>;
|
|
2269
2058
|
createPrivateAccessTag(request: CreatePrivateAccessTagRequest): Promise<CreatePrivateAccessTagResponse>;
|
|
2270
|
-
createUserGroupWithOptions(
|
|
2059
|
+
createUserGroupWithOptions(request: CreateUserGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateUserGroupResponse>;
|
|
2271
2060
|
createUserGroup(request: CreateUserGroupRequest): Promise<CreateUserGroupResponse>;
|
|
2272
2061
|
deletePrivateAccessApplicationWithOptions(request: DeletePrivateAccessApplicationRequest, runtime: $Util.RuntimeOptions): Promise<DeletePrivateAccessApplicationResponse>;
|
|
2273
2062
|
deletePrivateAccessApplication(request: DeletePrivateAccessApplicationRequest): Promise<DeletePrivateAccessApplicationResponse>;
|
|
@@ -2285,36 +2074,36 @@ export default class Client extends OpenApi {
|
|
|
2285
2074
|
getPrivateAccessPolicy(request: GetPrivateAccessPolicyRequest): Promise<GetPrivateAccessPolicyResponse>;
|
|
2286
2075
|
getUserGroupWithOptions(request: GetUserGroupRequest, runtime: $Util.RuntimeOptions): Promise<GetUserGroupResponse>;
|
|
2287
2076
|
getUserGroup(request: GetUserGroupRequest): Promise<GetUserGroupResponse>;
|
|
2288
|
-
listApplicationsForPrivateAccessPolicyWithOptions(
|
|
2077
|
+
listApplicationsForPrivateAccessPolicyWithOptions(request: ListApplicationsForPrivateAccessPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationsForPrivateAccessPolicyResponse>;
|
|
2289
2078
|
listApplicationsForPrivateAccessPolicy(request: ListApplicationsForPrivateAccessPolicyRequest): Promise<ListApplicationsForPrivateAccessPolicyResponse>;
|
|
2290
|
-
listApplicationsForPrivateAccessTagWithOptions(
|
|
2079
|
+
listApplicationsForPrivateAccessTagWithOptions(request: ListApplicationsForPrivateAccessTagRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationsForPrivateAccessTagResponse>;
|
|
2291
2080
|
listApplicationsForPrivateAccessTag(request: ListApplicationsForPrivateAccessTagRequest): Promise<ListApplicationsForPrivateAccessTagResponse>;
|
|
2292
|
-
listConnectorsWithOptions(
|
|
2081
|
+
listConnectorsWithOptions(request: ListConnectorsRequest, runtime: $Util.RuntimeOptions): Promise<ListConnectorsResponse>;
|
|
2293
2082
|
listConnectors(request: ListConnectorsRequest): Promise<ListConnectorsResponse>;
|
|
2294
|
-
listPolicesForPrivateAccessApplicationWithOptions(
|
|
2083
|
+
listPolicesForPrivateAccessApplicationWithOptions(request: ListPolicesForPrivateAccessApplicationRequest, runtime: $Util.RuntimeOptions): Promise<ListPolicesForPrivateAccessApplicationResponse>;
|
|
2295
2084
|
listPolicesForPrivateAccessApplication(request: ListPolicesForPrivateAccessApplicationRequest): Promise<ListPolicesForPrivateAccessApplicationResponse>;
|
|
2296
|
-
listPolicesForPrivateAccessTagWithOptions(
|
|
2085
|
+
listPolicesForPrivateAccessTagWithOptions(request: ListPolicesForPrivateAccessTagRequest, runtime: $Util.RuntimeOptions): Promise<ListPolicesForPrivateAccessTagResponse>;
|
|
2297
2086
|
listPolicesForPrivateAccessTag(request: ListPolicesForPrivateAccessTagRequest): Promise<ListPolicesForPrivateAccessTagResponse>;
|
|
2298
|
-
listPolicesForUserGroupWithOptions(
|
|
2087
|
+
listPolicesForUserGroupWithOptions(request: ListPolicesForUserGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListPolicesForUserGroupResponse>;
|
|
2299
2088
|
listPolicesForUserGroup(request: ListPolicesForUserGroupRequest): Promise<ListPolicesForUserGroupResponse>;
|
|
2300
|
-
listPrivateAccessApplicationsWithOptions(
|
|
2089
|
+
listPrivateAccessApplicationsWithOptions(request: ListPrivateAccessApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessApplicationsResponse>;
|
|
2301
2090
|
listPrivateAccessApplications(request: ListPrivateAccessApplicationsRequest): Promise<ListPrivateAccessApplicationsResponse>;
|
|
2302
|
-
listPrivateAccessPolicesWithOptions(
|
|
2091
|
+
listPrivateAccessPolicesWithOptions(request: ListPrivateAccessPolicesRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessPolicesResponse>;
|
|
2303
2092
|
listPrivateAccessPolices(request: ListPrivateAccessPolicesRequest): Promise<ListPrivateAccessPolicesResponse>;
|
|
2304
|
-
listPrivateAccessTagsWithOptions(
|
|
2093
|
+
listPrivateAccessTagsWithOptions(request: ListPrivateAccessTagsRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessTagsResponse>;
|
|
2305
2094
|
listPrivateAccessTags(request: ListPrivateAccessTagsRequest): Promise<ListPrivateAccessTagsResponse>;
|
|
2306
|
-
listTagsForPrivateAccessApplicationWithOptions(
|
|
2095
|
+
listTagsForPrivateAccessApplicationWithOptions(request: ListTagsForPrivateAccessApplicationRequest, runtime: $Util.RuntimeOptions): Promise<ListTagsForPrivateAccessApplicationResponse>;
|
|
2307
2096
|
listTagsForPrivateAccessApplication(request: ListTagsForPrivateAccessApplicationRequest): Promise<ListTagsForPrivateAccessApplicationResponse>;
|
|
2308
|
-
listTagsForPrivateAccessPolicyWithOptions(
|
|
2097
|
+
listTagsForPrivateAccessPolicyWithOptions(request: ListTagsForPrivateAccessPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ListTagsForPrivateAccessPolicyResponse>;
|
|
2309
2098
|
listTagsForPrivateAccessPolicy(request: ListTagsForPrivateAccessPolicyRequest): Promise<ListTagsForPrivateAccessPolicyResponse>;
|
|
2310
|
-
listUserGroupsWithOptions(
|
|
2099
|
+
listUserGroupsWithOptions(request: ListUserGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListUserGroupsResponse>;
|
|
2311
2100
|
listUserGroups(request: ListUserGroupsRequest): Promise<ListUserGroupsResponse>;
|
|
2312
|
-
listUserGroupsForPrivateAccessPolicyWithOptions(
|
|
2101
|
+
listUserGroupsForPrivateAccessPolicyWithOptions(request: ListUserGroupsForPrivateAccessPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ListUserGroupsForPrivateAccessPolicyResponse>;
|
|
2313
2102
|
listUserGroupsForPrivateAccessPolicy(request: ListUserGroupsForPrivateAccessPolicyRequest): Promise<ListUserGroupsForPrivateAccessPolicyResponse>;
|
|
2314
2103
|
updatePrivateAccessApplicationWithOptions(tmpReq: UpdatePrivateAccessApplicationRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePrivateAccessApplicationResponse>;
|
|
2315
2104
|
updatePrivateAccessApplication(request: UpdatePrivateAccessApplicationRequest): Promise<UpdatePrivateAccessApplicationResponse>;
|
|
2316
2105
|
updatePrivateAccessPolicyWithOptions(tmpReq: UpdatePrivateAccessPolicyRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePrivateAccessPolicyResponse>;
|
|
2317
2106
|
updatePrivateAccessPolicy(request: UpdatePrivateAccessPolicyRequest): Promise<UpdatePrivateAccessPolicyResponse>;
|
|
2318
|
-
updateUserGroupWithOptions(
|
|
2107
|
+
updateUserGroupWithOptions(request: UpdateUserGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateUserGroupResponse>;
|
|
2319
2108
|
updateUserGroup(request: UpdateUserGroupRequest): Promise<UpdateUserGroupResponse>;
|
|
2320
2109
|
}
|