@alicloud/cloudapi20160714 3.0.1 → 3.0.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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -2384,6 +2384,7 @@ export declare class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
2384
2384
|
dedicatedInstanceType?: string;
|
|
2385
2385
|
defaultDomain?: string;
|
|
2386
2386
|
description?: string;
|
|
2387
|
+
disableInnerDomain?: boolean;
|
|
2387
2388
|
groupId?: string;
|
|
2388
2389
|
groupName?: string;
|
|
2389
2390
|
httpsPolicy?: string;
|
package/dist/client.js
CHANGED
|
@@ -3307,6 +3307,7 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3307
3307
|
dedicatedInstanceType: 'DedicatedInstanceType',
|
|
3308
3308
|
defaultDomain: 'DefaultDomain',
|
|
3309
3309
|
description: 'Description',
|
|
3310
|
+
disableInnerDomain: 'DisableInnerDomain',
|
|
3310
3311
|
groupId: 'GroupId',
|
|
3311
3312
|
groupName: 'GroupName',
|
|
3312
3313
|
httpsPolicy: 'HttpsPolicy',
|
|
@@ -3343,6 +3344,7 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3343
3344
|
dedicatedInstanceType: 'string',
|
|
3344
3345
|
defaultDomain: 'string',
|
|
3345
3346
|
description: 'string',
|
|
3347
|
+
disableInnerDomain: 'boolean',
|
|
3346
3348
|
groupId: 'string',
|
|
3347
3349
|
groupName: 'string',
|
|
3348
3350
|
httpsPolicy: 'string',
|