@alicloud/appstream-center20210901 3.2.0 → 3.2.2

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 CHANGED
@@ -49,7 +49,26 @@ export declare class AskSessionPackagePriceResponseBodyData extends $dara.Model
49
49
  });
50
50
  }
51
51
  export declare class AuthorizeInstanceGroupRequestUserMeta extends $dara.Model {
52
+ /**
53
+ * @remarks
54
+ * The AD domain name.
55
+ *
56
+ * @example
57
+ * example.com
58
+ */
52
59
  adDomain?: string;
60
+ /**
61
+ * @remarks
62
+ * The user type.
63
+ *
64
+ * Valid values:
65
+ *
66
+ * * ad: Active Directory (AD) account
67
+ * * simple: convenience account
68
+ *
69
+ * @example
70
+ * simple
71
+ */
53
72
  type?: string;
54
73
  static names(): {
55
74
  [key: string]: string;
@@ -1328,6 +1347,20 @@ export declare class ListAccessPagesResponseBodyData extends $dara.Model {
1328
1347
  [key: string]: any;
1329
1348
  });
1330
1349
  }
1350
+ export declare class ListAppInstanceGroupRequestTag extends $dara.Model {
1351
+ key?: string;
1352
+ value?: string;
1353
+ static names(): {
1354
+ [key: string]: string;
1355
+ };
1356
+ static types(): {
1357
+ [key: string]: any;
1358
+ };
1359
+ validate(): void;
1360
+ constructor(map?: {
1361
+ [key: string]: any;
1362
+ });
1363
+ }
1331
1364
  export declare class ListAppInstanceGroupResponseBodyAppInstanceGroupModelsApps extends $dara.Model {
1332
1365
  /**
1333
1366
  * @remarks
@@ -1688,6 +1721,21 @@ export declare class ListAppInstanceGroupResponseBodyAppInstanceGroupModelsResou
1688
1721
  [key: string]: any;
1689
1722
  });
1690
1723
  }
1724
+ export declare class ListAppInstanceGroupResponseBodyAppInstanceGroupModelsTags extends $dara.Model {
1725
+ key?: string;
1726
+ scope?: string;
1727
+ value?: string;
1728
+ static names(): {
1729
+ [key: string]: string;
1730
+ };
1731
+ static types(): {
1732
+ [key: string]: any;
1733
+ };
1734
+ validate(): void;
1735
+ constructor(map?: {
1736
+ [key: string]: any;
1737
+ });
1738
+ }
1691
1739
  export declare class ListAppInstanceGroupResponseBodyAppInstanceGroupModels extends $dara.Model {
1692
1740
  /**
1693
1741
  * @remarks
@@ -1972,6 +2020,7 @@ export declare class ListAppInstanceGroupResponseBodyAppInstanceGroupModels exte
1972
2020
  * PUBLISHED
1973
2021
  */
1974
2022
  status?: string;
2023
+ tags?: ListAppInstanceGroupResponseBodyAppInstanceGroupModelsTags[];
1975
2024
  static names(): {
1976
2025
  [key: string]: string;
1977
2026
  };
@@ -3588,7 +3637,18 @@ export declare class AuthorizeInstanceGroupRequest extends $dara.Model {
3588
3637
  * aig-9ciijz60n4xsv****
3589
3638
  */
3590
3639
  appInstanceGroupId?: string;
3640
+ /**
3641
+ * @remarks
3642
+ * 持久会话ID。
3643
+ *
3644
+ * @example
3645
+ * p-0cc7s3mw2fg4j****
3646
+ */
3591
3647
  appInstancePersistentId?: string;
3648
+ /**
3649
+ * @remarks
3650
+ * The IDs of the users that you want to add to the authorization list of the delivery group. You can specify 1 to 100 user IDs.
3651
+ */
3592
3652
  authorizeUserIds?: string[];
3593
3653
  /**
3594
3654
  * @remarks
@@ -3598,7 +3658,15 @@ export declare class AuthorizeInstanceGroupRequest extends $dara.Model {
3598
3658
  * CloudApp
3599
3659
  */
3600
3660
  productType?: string;
3661
+ /**
3662
+ * @remarks
3663
+ * The IDs of the users that you want to remove from the authorization list of the delivery group. You can specify 1 to 100 user IDs.
3664
+ */
3601
3665
  unAuthorizeUserIds?: string[];
3666
+ /**
3667
+ * @remarks
3668
+ * The user information.
3669
+ */
3602
3670
  userMeta?: AuthorizeInstanceGroupRequestUserMeta;
3603
3671
  static names(): {
3604
3672
  [key: string]: string;
@@ -3620,7 +3688,18 @@ export declare class AuthorizeInstanceGroupShrinkRequest extends $dara.Model {
3620
3688
  * aig-9ciijz60n4xsv****
3621
3689
  */
3622
3690
  appInstanceGroupId?: string;
3691
+ /**
3692
+ * @remarks
3693
+ * 持久会话ID。
3694
+ *
3695
+ * @example
3696
+ * p-0cc7s3mw2fg4j****
3697
+ */
3623
3698
  appInstancePersistentId?: string;
3699
+ /**
3700
+ * @remarks
3701
+ * The IDs of the users that you want to add to the authorization list of the delivery group. You can specify 1 to 100 user IDs.
3702
+ */
3624
3703
  authorizeUserIds?: string[];
3625
3704
  /**
3626
3705
  * @remarks
@@ -3630,7 +3709,15 @@ export declare class AuthorizeInstanceGroupShrinkRequest extends $dara.Model {
3630
3709
  * CloudApp
3631
3710
  */
3632
3711
  productType?: string;
3712
+ /**
3713
+ * @remarks
3714
+ * The IDs of the users that you want to remove from the authorization list of the delivery group. You can specify 1 to 100 user IDs.
3715
+ */
3633
3716
  unAuthorizeUserIds?: string[];
3717
+ /**
3718
+ * @remarks
3719
+ * The user information.
3720
+ */
3634
3721
  userMetaShrink?: string;
3635
3722
  static names(): {
3636
3723
  [key: string]: string;
@@ -4602,6 +4689,14 @@ export declare class GetAppInstanceGroupResponse extends $dara.Model {
4602
4689
  });
4603
4690
  }
4604
4691
  export declare class GetConnectionTicketRequest extends $dara.Model {
4692
+ /**
4693
+ * @example
4694
+ * INTERNET
4695
+ *
4696
+ * **if can be null:**
4697
+ * true
4698
+ */
4699
+ accessType?: string;
4605
4700
  /**
4606
4701
  * @remarks
4607
4702
  * The application ID.
@@ -5548,6 +5643,11 @@ export declare class ListAppInstanceGroupRequest extends $dara.Model {
5548
5643
  * The status of the delivery groups.
5549
5644
  */
5550
5645
  status?: string[];
5646
+ /**
5647
+ * **if can be null:**
5648
+ * true
5649
+ */
5650
+ tag?: ListAppInstanceGroupRequestTag[];
5551
5651
  static names(): {
5552
5652
  [key: string]: string;
5553
5653
  };