@alicloud/ga20191120 1.0.21 → 1.0.22
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 +4 -0
- package/dist/client.js +8 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +12 -0
package/dist/client.d.ts
CHANGED
|
@@ -8581,8 +8581,11 @@ export declare class ListApplicationMonitorDetectResultResponseBodyApplicationMo
|
|
|
8581
8581
|
});
|
|
8582
8582
|
}
|
|
8583
8583
|
export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
|
|
8584
|
+
chinaMainland?: boolean;
|
|
8585
|
+
ispTypeList?: string[];
|
|
8584
8586
|
localName?: string;
|
|
8585
8587
|
regionId?: string;
|
|
8588
|
+
supportIpv6?: boolean;
|
|
8586
8589
|
static names(): {
|
|
8587
8590
|
[key: string]: string;
|
|
8588
8591
|
};
|
|
@@ -8608,6 +8611,7 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.
|
|
|
8608
8611
|
});
|
|
8609
8612
|
}
|
|
8610
8613
|
export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
8614
|
+
chinaMainland?: boolean;
|
|
8611
8615
|
localName?: string;
|
|
8612
8616
|
pop?: boolean;
|
|
8613
8617
|
regionId?: string;
|
package/dist/client.js
CHANGED
|
@@ -12109,14 +12109,20 @@ class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model
|
|
|
12109
12109
|
}
|
|
12110
12110
|
static names() {
|
|
12111
12111
|
return {
|
|
12112
|
+
chinaMainland: 'ChinaMainland',
|
|
12113
|
+
ispTypeList: 'IspTypeList',
|
|
12112
12114
|
localName: 'LocalName',
|
|
12113
12115
|
regionId: 'RegionId',
|
|
12116
|
+
supportIpv6: 'SupportIpv6',
|
|
12114
12117
|
};
|
|
12115
12118
|
}
|
|
12116
12119
|
static types() {
|
|
12117
12120
|
return {
|
|
12121
|
+
chinaMainland: 'boolean',
|
|
12122
|
+
ispTypeList: { 'type': 'array', 'itemType': 'string' },
|
|
12118
12123
|
localName: 'string',
|
|
12119
12124
|
regionId: 'string',
|
|
12125
|
+
supportIpv6: 'boolean',
|
|
12120
12126
|
};
|
|
12121
12127
|
}
|
|
12122
12128
|
}
|
|
@@ -12147,6 +12153,7 @@ class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
|
12147
12153
|
}
|
|
12148
12154
|
static names() {
|
|
12149
12155
|
return {
|
|
12156
|
+
chinaMainland: 'ChinaMainland',
|
|
12150
12157
|
localName: 'LocalName',
|
|
12151
12158
|
pop: 'Pop',
|
|
12152
12159
|
regionId: 'RegionId',
|
|
@@ -12154,6 +12161,7 @@ class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
|
12154
12161
|
}
|
|
12155
12162
|
static types() {
|
|
12156
12163
|
return {
|
|
12164
|
+
chinaMainland: 'boolean',
|
|
12157
12165
|
localName: 'string',
|
|
12158
12166
|
pop: 'boolean',
|
|
12159
12167
|
regionId: 'string',
|