@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -4141,6 +4141,7 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4141
4141
|
dedicatedInstanceType?: string;
|
|
4142
4142
|
defaultDomain?: string;
|
|
4143
4143
|
description?: string;
|
|
4144
|
+
disableInnerDomain?: boolean;
|
|
4144
4145
|
groupId?: string;
|
|
4145
4146
|
groupName?: string;
|
|
4146
4147
|
httpsPolicy?: string;
|
|
@@ -4175,6 +4176,7 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4175
4176
|
dedicatedInstanceType: 'DedicatedInstanceType',
|
|
4176
4177
|
defaultDomain: 'DefaultDomain',
|
|
4177
4178
|
description: 'Description',
|
|
4179
|
+
disableInnerDomain: 'DisableInnerDomain',
|
|
4178
4180
|
groupId: 'GroupId',
|
|
4179
4181
|
groupName: 'GroupName',
|
|
4180
4182
|
httpsPolicy: 'HttpsPolicy',
|
|
@@ -4212,6 +4214,7 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4212
4214
|
dedicatedInstanceType: 'string',
|
|
4213
4215
|
defaultDomain: 'string',
|
|
4214
4216
|
description: 'string',
|
|
4217
|
+
disableInnerDomain: 'boolean',
|
|
4215
4218
|
groupId: 'string',
|
|
4216
4219
|
groupName: 'string',
|
|
4217
4220
|
httpsPolicy: 'string',
|