summaryrefslogtreecommitdiff
path: root/data/en_us/ccc/2020-05-27/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/en_us/ccc/2020-05-27/api-docs.php')
-rw-r--r--data/en_us/ccc/2020-05-27/api-docs.php61
1 files changed, 13 insertions, 48 deletions
diff --git a/data/en_us/ccc/2020-05-27/api-docs.php b/data/en_us/ccc/2020-05-27/api-docs.php
index 073d80a..1603eb0 100644
--- a/data/en_us/ccc/2020-05-27/api-docs.php
+++ b/data/en_us/ccc/2020-05-27/api-docs.php
@@ -1,18 +1,12 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'CCC',
- 'version' => '2020-05-27',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'CCC', 'version' => '2020-05-27'],
'directories' => [
[
'id' => 0,
'title' => '其它',
'type' => 'directory',
- 'children' => [
- 'CheckServiceLinkedRoleForDeleting',
- ],
+ 'children' => ['CheckServiceLinkedRoleForDeleting'],
],
],
'components' => [
@@ -20,14 +14,8 @@
],
'apis' => [
'CheckServiceLinkedRoleForDeleting' => [
- 'methods' => [
- 'post',
- 'get',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post', 'get'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -40,34 +28,22 @@
[
'name' => 'RoleArn',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'ServiceName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'SPIRegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'DeletionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
'responses' => [
@@ -75,25 +51,17 @@
'schema' => [
'type' => 'object',
'properties' => [
- 'DeleTable' => [
- 'type' => 'boolean',
- ],
- 'RequestId' => [
- 'type' => 'string',
- ],
+ 'DeleTable' => ['type' => 'boolean'],
+ 'RequestId' => ['type' => 'string'],
'RoleUsages' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
- 'Region' => [
- 'type' => 'string',
- ],
+ 'Region' => ['type' => 'string'],
'Resources' => [
'type' => 'array',
- 'items' => [
- 'type' => 'string',
- ],
+ 'items' => ['type' => 'string'],
],
],
],
@@ -107,9 +75,6 @@
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'ccc.cn-shanghai.aliyuncs.com',
- ],
+ ['regionId' => 'cn-shanghai', 'endpoint' => 'ccc.cn-shanghai.aliyuncs.com'],
],
];