ksyun-sdk-node 1.2.4 → 1.4.8

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.
Files changed (126) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/dist/base/BaseClient.js +50 -4
  3. package/dist/service/Actiontrail/v20190401/index.js +31 -31
  4. package/dist/service/Aicp/v20240612/index.js +511 -0
  5. package/dist/service/Bill/v20180601/index.js +45 -45
  6. package/dist/service/Bill/v20220601/index.js +35 -35
  7. package/dist/service/Bill_union/v20200101/index.js +139 -103
  8. package/dist/service/Bill_union/v20221222/index.js +93 -93
  9. package/dist/service/Bill_union/v20250801/index.js +66 -0
  10. package/dist/service/Bws/v20160304/index.js +103 -103
  11. package/dist/service/Cdn/v20160901/index.js +66 -19
  12. package/dist/service/Cdn/v20200630/index.js +306 -306
  13. package/dist/service/Cdn/v20200901/index.js +108 -108
  14. package/dist/service/Cdn/v20211201/index.js +45 -0
  15. package/dist/service/Cdn/v20250503/index.js +71 -0
  16. package/dist/service/Cen/v20160304/index.js +321 -321
  17. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  18. package/dist/service/Ebs/v20160304/index.js +262 -262
  19. package/dist/service/Eip/v20160304/index.js +101 -101
  20. package/dist/service/Epc/v20151101/index.js +1741 -766
  21. package/dist/service/Iam/v20151101/index.js +863 -756
  22. package/dist/service/Iam/v20240513/index.js +47 -0
  23. package/dist/service/Iam/v20240703/index.js +44 -0
  24. package/dist/service/Kad/v20161122/index.js +81 -81
  25. package/dist/service/Kce/v20180314/index.js +216 -216
  26. package/dist/service/Kce/v20190806/index.js +343 -343
  27. package/dist/service/Kce/v20201231/index.js +39 -39
  28. package/dist/service/Kcf/v20211215/index.js +141 -141
  29. package/dist/service/Kcm/v20160304/index.js +81 -81
  30. package/dist/service/Kcrs/v20211109/index.js +611 -611
  31. package/dist/service/Kcs/v20160701/index.js +800 -800
  32. package/dist/service/Kcs/v20170401/index.js +47 -47
  33. package/dist/service/Kead/v20200101/index.js +25 -25
  34. package/dist/service/Kec/v20160304/index.js +1697 -1533
  35. package/dist/service/Kes/v20201215/index.js +171 -0
  36. package/dist/service/Ket/v20170101/index.js +92 -92
  37. package/dist/service/Kkms/v20160304/index.js +108 -108
  38. package/dist/service/Klog/v20200731/index.js +232 -705
  39. package/dist/service/Kls/v20170101/index.js +135 -135
  40. package/dist/service/Kmr/v20210902/index.js +422 -0
  41. package/dist/service/Kmr/v20231231/index.js +154 -0
  42. package/dist/service/Kmr/v20240814/index.js +370 -0
  43. package/dist/service/Krds/v20160701/index.js +991 -991
  44. package/dist/service/Krds/v20200825/index.js +115 -115
  45. package/dist/service/Memcached/v20180627/index.js +172 -172
  46. package/dist/service/Mongodb/v20170101/index.js +514 -514
  47. package/dist/service/Monitor/v20100525/index.js +41 -41
  48. package/dist/service/Monitor/v20181114/index.js +25 -25
  49. package/dist/service/Monitor/v20210101/index.js +153 -116
  50. package/dist/service/Monitor/v20220101/index.js +30 -40
  51. package/dist/service/Monitor/v20250101/index.js +71 -0
  52. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  53. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  54. package/dist/service/Sks/v20151101/index.js +69 -69
  55. package/dist/service/Slb/v20160304/index.js +1208 -1208
  56. package/dist/service/Sts/v20151101/index.js +23 -23
  57. package/dist/service/Tagv2/v20200901/index.js +115 -115
  58. package/dist/service/Tidb/v20210520/index.js +254 -254
  59. package/dist/service/Trade/v20200114/index.js +20 -20
  60. package/dist/service/Trade/v20200831/index.js +22 -22
  61. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  62. package/dist/service/Waf/v20200707/index.js +174 -174
  63. package/example/iam.js +2 -1
  64. package/example/res.js +2 -1
  65. package/package.json +1 -1
  66. package/src/base/BaseClient.js +51 -4
  67. package/src/service/Actiontrail/v20190401/index.js +42 -42
  68. package/src/service/Aicp/v20240612/index.js +503 -0
  69. package/src/service/Bill/v20180601/index.js +63 -64
  70. package/src/service/Bill/v20220601/index.js +50 -50
  71. package/src/service/Bill_union/v20200101/index.js +181 -146
  72. package/src/service/Bill_union/v20221222/index.js +124 -124
  73. package/src/service/Bill_union/v20250801/index.js +58 -0
  74. package/src/service/Bws/v20160304/index.js +138 -138
  75. package/src/service/Cdn/v20160901/index.js +78 -32
  76. package/src/service/Cdn/v20200630/index.js +399 -399
  77. package/src/service/Cdn/v20200901/index.js +143 -143
  78. package/src/service/Cdn/v20211201/index.js +37 -0
  79. package/src/service/Cdn/v20250503/index.js +63 -0
  80. package/src/service/Cen/v20160304/index.js +449 -449
  81. package/src/service/Clickhouse/v20210101/index.js +535 -535
  82. package/src/service/Ebs/v20160304/index.js +365 -365
  83. package/src/service/Eip/v20160304/index.js +135 -136
  84. package/src/service/Epc/v20151101/index.js +1984 -1009
  85. package/src/service/Iam/v20151101/index.js +1155 -1050
  86. package/src/service/Iam/v20240513/index.js +39 -0
  87. package/src/service/Iam/v20240703/index.js +36 -0
  88. package/src/service/Kad/v20161122/index.js +112 -112
  89. package/src/service/Kce/v20180314/index.js +309 -309
  90. package/src/service/Kce/v20190806/index.js +471 -471
  91. package/src/service/Kce/v20201231/index.js +50 -50
  92. package/src/service/Kcf/v20211215/index.js +192 -194
  93. package/src/service/Kcm/v20160304/index.js +104 -104
  94. package/src/service/Kcrs/v20211109/index.js +840 -854
  95. package/src/service/Kcs/v20160701/index.js +1095 -1098
  96. package/src/service/Kcs/v20170401/index.js +66 -66
  97. package/src/service/Kead/v20200101/index.js +36 -36
  98. package/src/service/Kec/v20160304/index.js +2061 -1902
  99. package/src/service/Kes/v20201215/index.js +163 -0
  100. package/src/service/Ket/v20170101/index.js +123 -123
  101. package/src/service/Kkms/v20160304/index.js +156 -156
  102. package/src/service/Klog/v20200731/index.js +320 -807
  103. package/src/service/Kls/v20170101/index.js +183 -183
  104. package/src/service/Kmr/v20210902/index.js +414 -0
  105. package/src/service/Kmr/v20231231/index.js +146 -0
  106. package/src/service/Kmr/v20240814/index.js +362 -0
  107. package/src/service/Krds/v20160701/index.js +1291 -1293
  108. package/src/service/Krds/v20200825/index.js +163 -163
  109. package/src/service/Memcached/v20180627/index.js +238 -245
  110. package/src/service/Mongodb/v20170101/index.js +672 -672
  111. package/src/service/Monitor/v20100525/index.js +56 -56
  112. package/src/service/Monitor/v20181114/index.js +36 -36
  113. package/src/service/Monitor/v20210101/index.js +205 -169
  114. package/src/service/Monitor/v20220101/index.js +44 -54
  115. package/src/service/Monitor/v20250101/index.js +63 -0
  116. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  117. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  118. package/src/service/Sks/v20151101/index.js +95 -96
  119. package/src/service/Slb/v20160304/index.js +1471 -1471
  120. package/src/service/Sts/v20151101/index.js +34 -34
  121. package/src/service/Tagv2/v20200901/index.js +163 -163
  122. package/src/service/Tidb/v20210520/index.js +352 -352
  123. package/src/service/Trade/v20200114/index.js +31 -31
  124. package/src/service/Trade/v20200831/index.js +33 -33
  125. package/src/service/Vpc/v20160304/index.js +2404 -1667
  126. package/src/service/Waf/v20200707/index.js +237 -237
@@ -8,843 +8,843 @@ module.exports = class Client extends BaseClient {
8
8
  constructor(...args) {
9
9
  super(...args);
10
10
  _defineProperty(this, "_baseConfig", {
11
- 'protocol': 'http://',
12
- 'endpoint': 'kcrs.api.ksyun.com',
13
- 'config': {
14
- 'timeout': 60,
11
+ protocol: "http://",
12
+ endpoint: "kcrs.api.ksyun.com",
13
+ config: {
14
+ timeout: 60,
15
15
  //设置timeout
16
- 'headers': {
17
- 'Accept': 'application/json'
16
+ headers: {
17
+ Accept: "application/json"
18
18
  },
19
- 'credentials': {
20
- 'region': 'cn-shanghai-3',
21
- 'service': 'kcrs'
19
+ credentials: {
20
+ region: "cn-shanghai-3",
21
+ service: "kcrs"
22
22
  }
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- 'CreateNamespace': {
27
- 'url': '/',
28
- 'method': 'GET',
29
- 'config': {
30
- 'query': {
31
- 'Version': '2021-11-09',
32
- 'Action': 'CreateNamespace'
26
+ CreateNamespace: {
27
+ url: "/",
28
+ method: "GET",
29
+ config: {
30
+ query: {
31
+ Version: "2021-11-09",
32
+ Action: "CreateNamespace"
33
33
  },
34
- 'headers': {
35
- 'Content-Type': 'application/json'
34
+ headers: {
35
+ "Content-Type": "application/json"
36
36
  }
37
37
  },
38
- 'paramsType': {
39
- 'InstanceId': 'String',
40
- 'Namespace': 'String',
41
- 'Public': 'String'
38
+ paramsType: {
39
+ InstanceId: "String",
40
+ Namespace: "String",
41
+ Public: "String"
42
42
  }
43
43
  },
44
- 'DescribeNamespace': {
45
- 'url': '/',
46
- 'method': 'GET',
47
- 'config': {
48
- 'query': {
49
- 'Version': '2021-11-09',
50
- 'Action': 'DescribeNamespace'
44
+ DescribeNamespace: {
45
+ url: "/",
46
+ method: "GET",
47
+ config: {
48
+ query: {
49
+ Version: "2021-11-09",
50
+ Action: "DescribeNamespace"
51
51
  },
52
- 'headers': {
53
- 'Content-Type': 'application/json'
52
+ headers: {
53
+ "Content-Type": "application/json"
54
54
  }
55
55
  },
56
- 'paramsType': {
57
- 'InstanceId': 'String',
58
- 'Namespace': 'String',
59
- 'Public': 'String',
60
- 'MaxResults': 'String',
61
- 'Marker': 'String'
56
+ paramsType: {
57
+ InstanceId: "String",
58
+ Namespace: "String",
59
+ Public: "String",
60
+ MaxResults: "String",
61
+ Marker: "String"
62
62
  }
63
63
  },
64
- 'ModifyNamespaceType': {
65
- 'url': '/',
66
- 'method': 'GET',
67
- 'config': {
68
- 'query': {
69
- 'Version': '2021-11-09',
70
- 'Action': 'ModifyNamespaceType'
64
+ ModifyNamespaceType: {
65
+ url: "/",
66
+ method: "GET",
67
+ config: {
68
+ query: {
69
+ Version: "2021-11-09",
70
+ Action: "ModifyNamespaceType"
71
71
  },
72
- 'headers': {
73
- 'Content-Type': 'application/json'
72
+ headers: {
73
+ "Content-Type": "application/json"
74
74
  }
75
75
  },
76
- 'paramsType': {
77
- 'InstanceId': 'String',
78
- 'Namespace': 'String',
79
- 'Public': 'String'
76
+ paramsType: {
77
+ InstanceId: "String",
78
+ Namespace: "String",
79
+ Public: "String"
80
80
  }
81
81
  },
82
- 'DescribeNamespaceExist': {
83
- 'url': '/',
84
- 'method': 'GET',
85
- 'config': {
86
- 'query': {
87
- 'Version': '2021-11-09',
88
- 'Action': 'DescribeNamespaceExist'
82
+ DescribeNamespaceExist: {
83
+ url: "/",
84
+ method: "GET",
85
+ config: {
86
+ query: {
87
+ Version: "2021-11-09",
88
+ Action: "DescribeNamespaceExist"
89
89
  },
90
- 'headers': {
91
- 'Content-Type': 'application/json'
90
+ headers: {
91
+ "Content-Type": "application/json"
92
92
  }
93
93
  },
94
- 'paramsType': {
95
- 'InstanceId': 'String',
96
- 'Namespace': 'String'
94
+ paramsType: {
95
+ InstanceId: "String",
96
+ Namespace: "String"
97
97
  }
98
98
  },
99
- 'DeleteNamespace': {
100
- 'url': '/',
101
- 'method': 'GET',
102
- 'config': {
103
- 'query': {
104
- 'Version': '2021-11-09',
105
- 'Action': 'DeleteNamespace'
99
+ DeleteNamespace: {
100
+ url: "/",
101
+ method: "GET",
102
+ config: {
103
+ query: {
104
+ Version: "2021-11-09",
105
+ Action: "DeleteNamespace"
106
106
  },
107
- 'headers': {
108
- 'Content-Type': 'application/json'
107
+ headers: {
108
+ "Content-Type": "application/json"
109
109
  }
110
110
  },
111
- 'paramsType': {
112
- 'InstanceId': 'String',
113
- 'Namespace': 'String'
111
+ paramsType: {
112
+ InstanceId: "String",
113
+ Namespace: "String"
114
114
  }
115
115
  },
116
- 'DescribeImages': {
117
- 'url': '/',
118
- 'method': 'GET',
119
- 'config': {
120
- 'query': {
121
- 'Version': '2021-11-09',
122
- 'Action': 'DescribeImages'
116
+ DescribeImages: {
117
+ url: "/",
118
+ method: "GET",
119
+ config: {
120
+ query: {
121
+ Version: "2021-11-09",
122
+ Action: "DescribeImages"
123
123
  },
124
- 'headers': {
125
- 'Content-Type': 'application/json'
124
+ headers: {
125
+ "Content-Type": "application/json"
126
126
  }
127
127
  },
128
- 'paramsType': {
129
- 'InstanceId': 'String',
130
- 'Namespace': 'String',
131
- 'RepoName': 'String',
132
- 'ImageId': 'String',
133
- 'MaxResults': 'String',
134
- 'Marker': 'String'
128
+ paramsType: {
129
+ InstanceId: "String",
130
+ Namespace: "String",
131
+ RepoName: "String",
132
+ ImageId: "String",
133
+ MaxResults: "String",
134
+ Marker: "String"
135
135
  }
136
136
  },
137
- 'DeleteImages': {
138
- 'url': '/',
139
- 'method': 'GET',
140
- 'config': {
141
- 'query': {
142
- 'Version': '2021-11-09',
143
- 'Action': 'DeleteImages'
137
+ DeleteImages: {
138
+ url: "/",
139
+ method: "GET",
140
+ config: {
141
+ query: {
142
+ Version: "2021-11-09",
143
+ Action: "DeleteImages"
144
144
  },
145
- 'headers': {
146
- 'Content-Type': 'application/json'
145
+ headers: {
146
+ "Content-Type": "application/json"
147
147
  }
148
148
  },
149
- 'paramsType': {
150
- 'InstanceId': 'String',
151
- 'Namespace': 'String',
152
- 'RepoName': 'String',
153
- 'ImageId': 'String'
149
+ paramsType: {
150
+ InstanceId: "String",
151
+ Namespace: "String",
152
+ RepoName: "String",
153
+ ImageId: "String"
154
154
  }
155
155
  },
156
- 'DeleteRepoTag': {
157
- 'url': '/',
158
- 'method': 'GET',
159
- 'config': {
160
- 'query': {
161
- 'Version': '2021-11-09',
162
- 'Action': 'DeleteRepoTag'
156
+ DeleteRepoTag: {
157
+ url: "/",
158
+ method: "GET",
159
+ config: {
160
+ query: {
161
+ Version: "2021-11-09",
162
+ Action: "DeleteRepoTag"
163
163
  },
164
- 'headers': {
165
- 'Content-Type': 'application/json'
164
+ headers: {
165
+ "Content-Type": "application/json"
166
166
  }
167
167
  },
168
- 'paramsType': {
169
- 'InstanceId': 'String',
170
- 'Namespace': 'String',
171
- 'RepoName': 'String',
172
- 'TagName': 'String'
168
+ paramsType: {
169
+ InstanceId: "String",
170
+ Namespace: "String",
171
+ RepoName: "String",
172
+ TagName: "String"
173
173
  }
174
174
  },
175
- 'DescribeRepository': {
176
- 'url': '/',
177
- 'method': 'GET',
178
- 'config': {
179
- 'query': {
180
- 'Version': '2021-11-09',
181
- 'Action': 'DescribeRepository'
175
+ DescribeRepository: {
176
+ url: "/",
177
+ method: "GET",
178
+ config: {
179
+ query: {
180
+ Version: "2021-11-09",
181
+ Action: "DescribeRepository"
182
182
  },
183
- 'headers': {
184
- 'Content-Type': 'application/json'
183
+ headers: {
184
+ "Content-Type": "application/json"
185
185
  }
186
186
  },
187
- 'paramsType': {
188
- 'InstanceId': 'String',
189
- 'Namespace': 'String',
190
- 'RepoName': 'Filter',
191
- 'MaxResults': 'String',
192
- 'Marker': 'String'
187
+ paramsType: {
188
+ InstanceId: "String",
189
+ Namespace: "String",
190
+ RepoName: "Filter",
191
+ MaxResults: "String",
192
+ Marker: "String"
193
193
  }
194
194
  },
195
- 'ModifyRepoDesc': {
196
- 'url': '/',
197
- 'method': 'GET',
198
- 'config': {
199
- 'query': {
200
- 'Version': '2021-11-09',
201
- 'Action': 'ModifyRepoDesc'
195
+ ModifyRepoDesc: {
196
+ url: "/",
197
+ method: "GET",
198
+ config: {
199
+ query: {
200
+ Version: "2021-11-09",
201
+ Action: "ModifyRepoDesc"
202
202
  },
203
- 'headers': {
204
- 'Content-Type': 'application/json'
203
+ headers: {
204
+ "Content-Type": "application/json"
205
205
  }
206
206
  },
207
- 'paramsType': {
208
- 'InstanceId': 'String',
209
- 'Namespace': 'String',
210
- 'RepoName': 'String',
211
- 'Desc': 'String'
207
+ paramsType: {
208
+ InstanceId: "String",
209
+ Namespace: "String",
210
+ RepoName: "String",
211
+ Desc: "String"
212
212
  }
213
213
  },
214
- 'DeleteRepository': {
215
- 'url': '/',
216
- 'method': 'GET',
217
- 'config': {
218
- 'query': {
219
- 'Version': '2021-11-09',
220
- 'Action': 'DeleteRepository'
214
+ DeleteRepository: {
215
+ url: "/",
216
+ method: "GET",
217
+ config: {
218
+ query: {
219
+ Version: "2021-11-09",
220
+ Action: "DeleteRepository"
221
221
  },
222
- 'headers': {
223
- 'Content-Type': 'application/json'
222
+ headers: {
223
+ "Content-Type": "application/json"
224
224
  }
225
225
  },
226
- 'paramsType': {
227
- 'InstanceId': 'String',
228
- 'Namespace': 'String',
229
- 'RepoName': 'String'
226
+ paramsType: {
227
+ InstanceId: "String",
228
+ Namespace: "String",
229
+ RepoName: "String"
230
230
  }
231
231
  },
232
- 'StartImageScan': {
233
- 'url': '/',
234
- 'method': 'GET',
235
- 'config': {
236
- 'query': {
237
- 'Version': '2021-11-09',
238
- 'Action': 'StartImageScan'
232
+ StartImageScan: {
233
+ url: "/",
234
+ method: "GET",
235
+ config: {
236
+ query: {
237
+ Version: "2021-11-09",
238
+ Action: "StartImageScan"
239
239
  },
240
- 'headers': {
241
- 'Content-Type': 'application/json'
240
+ headers: {
241
+ "Content-Type": "application/json"
242
242
  }
243
243
  },
244
- 'paramsType': {
245
- 'InstanceId': 'String',
246
- 'Namespace': 'String',
247
- 'RepoName': 'String',
248
- 'ImageId': 'String'
244
+ paramsType: {
245
+ InstanceId: "String",
246
+ Namespace: "String",
247
+ RepoName: "String",
248
+ ImageId: "String"
249
249
  }
250
250
  },
251
- 'DescribeImageScan': {
252
- 'url': '/',
253
- 'method': 'GET',
254
- 'config': {
255
- 'query': {
256
- 'Version': '2021-11-09',
257
- 'Action': 'DescribeImageScan'
251
+ DescribeImageScan: {
252
+ url: "/",
253
+ method: "GET",
254
+ config: {
255
+ query: {
256
+ Version: "2021-11-09",
257
+ Action: "DescribeImageScan"
258
258
  },
259
- 'headers': {
260
- 'Content-Type': 'application/json'
259
+ headers: {
260
+ "Content-Type": "application/json"
261
261
  }
262
262
  },
263
- 'paramsType': {
264
- 'InstanceId': 'String',
265
- 'Namespace': 'String',
266
- 'RepoName': 'String',
267
- 'ImageId': 'String'
263
+ paramsType: {
264
+ InstanceId: "String",
265
+ Namespace: "String",
266
+ RepoName: "String",
267
+ ImageId: "String"
268
268
  }
269
269
  },
270
- 'CreateInstanceToken': {
271
- 'url': '/',
272
- 'method': 'GET',
273
- 'config': {
274
- 'query': {
275
- 'Version': '2021-11-09',
276
- 'Action': 'CreateInstanceToken'
270
+ CreateInstanceToken: {
271
+ url: "/",
272
+ method: "GET",
273
+ config: {
274
+ query: {
275
+ Version: "2021-11-09",
276
+ Action: "CreateInstanceToken"
277
277
  },
278
- 'headers': {
279
- 'Content-Type': 'application/json'
278
+ headers: {
279
+ "Content-Type": "application/json"
280
280
  }
281
281
  },
282
- 'paramsType': {
283
- 'InstanceId': 'String',
284
- 'TokenType': 'String',
285
- 'TokenTime': 'String',
286
- 'Desc': 'String'
282
+ paramsType: {
283
+ InstanceId: "String",
284
+ TokenType: "String",
285
+ TokenTime: "String",
286
+ Desc: "String"
287
287
  }
288
288
  },
289
- 'DescribeInternalEndpoint': {
290
- 'url': '/',
291
- 'method': 'GET',
292
- 'config': {
293
- 'query': {
294
- 'Version': '2021-11-09',
295
- 'Action': 'DescribeInternalEndpoint'
289
+ DescribeInternalEndpoint: {
290
+ url: "/",
291
+ method: "GET",
292
+ config: {
293
+ query: {
294
+ Version: "2021-11-09",
295
+ Action: "DescribeInternalEndpoint"
296
296
  },
297
- 'headers': {
298
- 'Content-Type': 'application/json'
297
+ headers: {
298
+ "Content-Type": "application/json"
299
299
  }
300
300
  },
301
- 'paramsType': {
302
- 'InstanceId': 'String'
301
+ paramsType: {
302
+ InstanceId: "String"
303
303
  }
304
304
  },
305
- 'DescribeInstanceToken': {
306
- 'url': '/',
307
- 'method': 'GET',
308
- 'config': {
309
- 'query': {
310
- 'Version': '2021-11-09',
311
- 'Action': 'DescribeInstanceToken'
305
+ DescribeInstanceToken: {
306
+ url: "/",
307
+ method: "GET",
308
+ config: {
309
+ query: {
310
+ Version: "2021-11-09",
311
+ Action: "DescribeInstanceToken"
312
312
  },
313
- 'headers': {
314
- 'Content-Type': 'application/json'
313
+ headers: {
314
+ "Content-Type": "application/json"
315
315
  }
316
316
  },
317
- 'paramsType': {
318
- 'InstanceId': 'String',
319
- 'Marker': 'String',
320
- 'MaxResults': 'String'
317
+ paramsType: {
318
+ InstanceId: "String",
319
+ Marker: "String",
320
+ MaxResults: "String"
321
321
  }
322
322
  },
323
- 'CreateInternalEndpoint': {
324
- 'url': '/',
325
- 'method': 'GET',
326
- 'config': {
327
- 'query': {
328
- 'Version': '2021-11-09',
329
- 'Action': 'CreateInternalEndpoint'
323
+ CreateInternalEndpoint: {
324
+ url: "/",
325
+ method: "GET",
326
+ config: {
327
+ query: {
328
+ Version: "2021-11-09",
329
+ Action: "CreateInternalEndpoint"
330
330
  },
331
- 'headers': {
332
- 'Content-Type': 'application/json'
331
+ headers: {
332
+ "Content-Type": "application/json"
333
333
  }
334
334
  },
335
- 'paramsType': {
336
- 'InstanceId': 'String',
337
- 'VpcId': 'String',
338
- 'ReserveSubnetId': 'String'
335
+ paramsType: {
336
+ InstanceId: "String",
337
+ VpcId: "String",
338
+ ReserveSubnetId: "String"
339
339
  }
340
340
  },
341
- 'ModifyInstanceTokenStatus': {
342
- 'url': '/',
343
- 'method': 'GET',
344
- 'config': {
345
- 'query': {
346
- 'Version': '2021-11-09',
347
- 'Action': 'ModifyInstanceTokenStatus'
341
+ ModifyInstanceTokenStatus: {
342
+ url: "/",
343
+ method: "GET",
344
+ config: {
345
+ query: {
346
+ Version: "2021-11-09",
347
+ Action: "ModifyInstanceTokenStatus"
348
348
  },
349
- 'headers': {
350
- 'Content-Type': 'application/json'
349
+ headers: {
350
+ "Content-Type": "application/json"
351
351
  }
352
352
  },
353
- 'paramsType': {
354
- 'InstanceId': 'String',
355
- 'TokenId': 'String',
356
- 'Enable': 'String'
353
+ paramsType: {
354
+ InstanceId: "String",
355
+ TokenId: "String",
356
+ Enable: "String"
357
357
  }
358
358
  },
359
- 'DeleteInternalEndpoint': {
360
- 'url': '/',
361
- 'method': 'GET',
362
- 'config': {
363
- 'query': {
364
- 'Version': '2021-11-09',
365
- 'Action': 'DeleteInternalEndpoint'
359
+ DeleteInternalEndpoint: {
360
+ url: "/",
361
+ method: "GET",
362
+ config: {
363
+ query: {
364
+ Version: "2021-11-09",
365
+ Action: "DeleteInternalEndpoint"
366
366
  },
367
- 'headers': {
368
- 'Content-Type': 'application/json'
367
+ headers: {
368
+ "Content-Type": "application/json"
369
369
  }
370
370
  },
371
- 'paramsType': {
372
- 'InstanceId': 'String',
373
- 'VpcId': 'String',
374
- 'EniLBIp': 'String'
371
+ paramsType: {
372
+ InstanceId: "String",
373
+ VpcId: "String",
374
+ EniLBIp: "String"
375
375
  }
376
376
  },
377
- 'ModifyInstanceTokenInformation': {
378
- 'url': '/',
379
- 'method': 'GET',
380
- 'config': {
381
- 'query': {
382
- 'Version': '2021-11-09',
383
- 'Action': 'ModifyInstanceTokenInformation'
377
+ ModifyInstanceTokenInformation: {
378
+ url: "/",
379
+ method: "GET",
380
+ config: {
381
+ query: {
382
+ Version: "2021-11-09",
383
+ Action: "ModifyInstanceTokenInformation"
384
384
  },
385
- 'headers': {
386
- 'Content-Type': 'application/json'
385
+ headers: {
386
+ "Content-Type": "application/json"
387
387
  }
388
388
  },
389
- 'paramsType': {
390
- 'InstanceId': 'String',
391
- 'TokenId': 'String',
392
- 'TokenType': 'String',
393
- 'TokenTime': 'String',
394
- 'Desc': 'String'
389
+ paramsType: {
390
+ InstanceId: "String",
391
+ TokenId: "String",
392
+ TokenType: "String",
393
+ TokenTime: "String",
394
+ Desc: "String"
395
395
  }
396
396
  },
397
- 'DescribeInternalEndpointDns': {
398
- 'url': '/',
399
- 'method': 'GET',
400
- 'config': {
401
- 'query': {
402
- 'Version': '2021-11-09',
403
- 'Action': 'DescribeInternalEndpointDns'
397
+ DescribeInternalEndpointDns: {
398
+ url: "/",
399
+ method: "GET",
400
+ config: {
401
+ query: {
402
+ Version: "2021-11-09",
403
+ Action: "DescribeInternalEndpointDns"
404
404
  },
405
- 'headers': {
406
- 'Content-Type': 'application/json'
405
+ headers: {
406
+ "Content-Type": "application/json"
407
407
  }
408
408
  },
409
- 'paramsType': {
410
- 'InstanceId': 'String',
411
- 'VpcId': 'String',
412
- 'EniLBIp': 'String',
413
- 'InternalEndpointDns': 'String'
409
+ paramsType: {
410
+ InstanceId: "String",
411
+ VpcId: "String",
412
+ EniLBIp: "String",
413
+ InternalEndpointDns: "String"
414
414
  }
415
415
  },
416
- 'DeleteInstanceToken': {
417
- 'url': '/',
418
- 'method': 'GET',
419
- 'config': {
420
- 'query': {
421
- 'Version': '2021-11-09',
422
- 'Action': 'DeleteInstanceToken'
416
+ DeleteInstanceToken: {
417
+ url: "/",
418
+ method: "GET",
419
+ config: {
420
+ query: {
421
+ Version: "2021-11-09",
422
+ Action: "DeleteInstanceToken"
423
423
  },
424
- 'headers': {
425
- 'Content-Type': 'application/json'
424
+ headers: {
425
+ "Content-Type": "application/json"
426
426
  }
427
427
  },
428
- 'paramsType': {
429
- 'InstanceId': 'String',
430
- 'TokenId': 'String'
428
+ paramsType: {
429
+ InstanceId: "String",
430
+ TokenId: "String"
431
431
  }
432
432
  },
433
- 'CreateInternalEndpointDns': {
434
- 'url': '/',
435
- 'method': 'GET',
436
- 'config': {
437
- 'query': {
438
- 'Version': '2021-11-09',
439
- 'Action': 'CreateInternalEndpointDns'
433
+ CreateInternalEndpointDns: {
434
+ url: "/",
435
+ method: "GET",
436
+ config: {
437
+ query: {
438
+ Version: "2021-11-09",
439
+ Action: "CreateInternalEndpointDns"
440
440
  },
441
- 'headers': {
442
- 'Content-Type': 'application/json'
441
+ headers: {
442
+ "Content-Type": "application/json"
443
443
  }
444
444
  },
445
- 'paramsType': {
446
- 'InstanceId': 'String',
447
- 'VpcId': 'String',
448
- 'EniLBIp': 'String',
449
- 'InternalEndpointDns': 'String'
445
+ paramsType: {
446
+ InstanceId: "String",
447
+ VpcId: "String",
448
+ EniLBIp: "String",
449
+ InternalEndpointDns: "String"
450
450
  }
451
451
  },
452
- 'DeleteInternalEndpointDns': {
453
- 'url': '/',
454
- 'method': 'GET',
455
- 'config': {
456
- 'query': {
457
- 'Version': '2021-11-09',
458
- 'Action': 'DeleteInternalEndpointDns'
452
+ DeleteInternalEndpointDns: {
453
+ url: "/",
454
+ method: "GET",
455
+ config: {
456
+ query: {
457
+ Version: "2021-11-09",
458
+ Action: "DeleteInternalEndpointDns"
459
459
  },
460
- 'headers': {
461
- 'Content-Type': 'application/json'
460
+ headers: {
461
+ "Content-Type": "application/json"
462
462
  }
463
463
  },
464
- 'paramsType': {
465
- 'InstanceId': 'String',
466
- 'VpcId': 'String',
467
- 'EniLBIp': 'String',
468
- 'InternalEndpointDns': 'String'
464
+ paramsType: {
465
+ InstanceId: "String",
466
+ VpcId: "String",
467
+ EniLBIp: "String",
468
+ InternalEndpointDns: "String"
469
469
  }
470
470
  },
471
- 'CreateInstance': {
472
- 'url': '/',
473
- 'method': 'GET',
474
- 'config': {
475
- 'query': {
476
- 'Version': '2021-11-09',
477
- 'Action': 'CreateInstance'
471
+ CreateInstance: {
472
+ url: "/",
473
+ method: "GET",
474
+ config: {
475
+ query: {
476
+ Version: "2021-11-09",
477
+ Action: "CreateInstance"
478
478
  },
479
- 'headers': {
480
- 'Content-Type': 'application/json'
479
+ headers: {
480
+ "Content-Type": "application/json"
481
481
  }
482
482
  },
483
- 'paramsType': {
484
- 'InstanceName': 'String',
485
- 'ChargeType': 'String',
486
- 'InstanceType': 'String',
487
- 'PurchaseTime': 'String',
488
- 'ProjectId': 'String'
483
+ paramsType: {
484
+ InstanceName: "String",
485
+ ChargeType: "String",
486
+ InstanceType: "String",
487
+ PurchaseTime: "String",
488
+ ProjectId: "String"
489
489
  }
490
490
  },
491
- 'DeleteInstance': {
492
- 'url': '/',
493
- 'method': 'GET',
494
- 'config': {
495
- 'query': {
496
- 'Version': '2021-11-09',
497
- 'Action': 'DeleteInstance'
491
+ DeleteInstance: {
492
+ url: "/",
493
+ method: "GET",
494
+ config: {
495
+ query: {
496
+ Version: "2021-11-09",
497
+ Action: "DeleteInstance"
498
498
  },
499
- 'headers': {
500
- 'Content-Type': 'application/json'
499
+ headers: {
500
+ "Content-Type": "application/json"
501
501
  }
502
502
  },
503
- 'paramsType': {
504
- 'InstanceId': 'String',
505
- 'DeleteBucket': 'String'
503
+ paramsType: {
504
+ InstanceId: "String",
505
+ DeleteBucket: "String"
506
506
  }
507
507
  },
508
- 'DescribeInstanceUsage': {
509
- 'url': '/',
510
- 'method': 'GET',
511
- 'config': {
512
- 'query': {
513
- 'Version': '2021-11-09',
514
- 'Action': 'DescribeInstanceUsage'
508
+ DescribeInstanceUsage: {
509
+ url: "/",
510
+ method: "GET",
511
+ config: {
512
+ query: {
513
+ Version: "2021-11-09",
514
+ Action: "DescribeInstanceUsage"
515
515
  },
516
- 'headers': {
517
- 'Content-Type': 'application/json'
516
+ headers: {
517
+ "Content-Type": "application/json"
518
518
  }
519
519
  },
520
- 'paramsType': {
521
- 'InstanceId': 'String'
520
+ paramsType: {
521
+ InstanceId: "String"
522
522
  }
523
523
  },
524
- 'DescribeInstance': {
525
- 'url': '/',
526
- 'method': 'GET',
527
- 'config': {
528
- 'query': {
529
- 'Version': '2021-11-09',
530
- 'Action': 'DescribeInstance'
524
+ DescribeInstance: {
525
+ url: "/",
526
+ method: "GET",
527
+ config: {
528
+ query: {
529
+ Version: "2021-11-09",
530
+ Action: "DescribeInstance"
531
531
  },
532
- 'headers': {
533
- 'Content-Type': 'application/json'
532
+ headers: {
533
+ "Content-Type": "application/json"
534
534
  }
535
535
  },
536
- 'paramsType': {
537
- 'InstanceId': 'Filter',
538
- 'Marker': 'String',
539
- 'MaxResults': 'String',
540
- 'ProjectId': 'Filter',
541
- 'InstanceName': 'String'
536
+ paramsType: {
537
+ InstanceId: "Filter",
538
+ Marker: "String",
539
+ MaxResults: "String",
540
+ ProjectId: "Filter",
541
+ InstanceName: "String"
542
542
  }
543
543
  },
544
- 'CreateWebhookTrigger': {
545
- 'url': '/',
546
- 'method': 'GET',
547
- 'config': {
548
- 'query': {
549
- 'Version': '2021-11-09',
550
- 'Action': 'CreateWebhookTrigger'
544
+ CreateWebhookTrigger: {
545
+ url: "/",
546
+ method: "GET",
547
+ config: {
548
+ query: {
549
+ Version: "2021-11-09",
550
+ Action: "CreateWebhookTrigger"
551
551
  },
552
- 'headers': {
553
- 'Content-Type': 'application/json'
552
+ headers: {
553
+ "Content-Type": "application/json"
554
554
  }
555
555
  },
556
- 'paramsType': {
557
- 'InstanceId': 'String',
558
- 'Namespace': 'String',
559
- 'Trigger': 'String',
560
- 'TriggerName': 'String',
561
- 'EventType': 'Filter',
562
- 'TriggerUrl': 'String',
563
- 'Header': 'Filter',
564
- 'Enabled': 'String',
565
- 'Key': 'String',
566
- 'Value': 'Filter'
556
+ paramsType: {
557
+ InstanceId: "String",
558
+ Namespace: "String",
559
+ Trigger: "String",
560
+ TriggerName: "String",
561
+ EventType: "Filter",
562
+ TriggerUrl: "String",
563
+ Header: "Filter",
564
+ Enabled: "String",
565
+ Key: "String",
566
+ Value: "Filter"
567
567
  }
568
568
  },
569
- 'DescribeWebhookTrigger': {
570
- 'url': '/',
571
- 'method': 'GET',
572
- 'config': {
573
- 'query': {
574
- 'Version': '2021-11-09',
575
- 'Action': 'DescribeWebhookTrigger'
569
+ DescribeWebhookTrigger: {
570
+ url: "/",
571
+ method: "GET",
572
+ config: {
573
+ query: {
574
+ Version: "2021-11-09",
575
+ Action: "DescribeWebhookTrigger"
576
576
  },
577
- 'headers': {
578
- 'Content-Type': 'application/json'
577
+ headers: {
578
+ "Content-Type": "application/json"
579
579
  }
580
580
  },
581
- 'paramsType': {
582
- 'InstanceId': 'String',
583
- 'Namespace': 'String',
584
- 'TriggerId': 'String',
585
- 'Marker': 'String',
586
- 'MaxResults': 'String'
581
+ paramsType: {
582
+ InstanceId: "String",
583
+ Namespace: "String",
584
+ TriggerId: "String",
585
+ Marker: "String",
586
+ MaxResults: "String"
587
587
  }
588
588
  },
589
- 'ModifyWebhookTrigger': {
590
- 'url': '/',
591
- 'method': 'GET',
592
- 'config': {
593
- 'query': {
594
- 'Version': '2021-11-09',
595
- 'Action': 'ModifyWebhookTrigger'
589
+ ModifyWebhookTrigger: {
590
+ url: "/",
591
+ method: "GET",
592
+ config: {
593
+ query: {
594
+ Version: "2021-11-09",
595
+ Action: "ModifyWebhookTrigger"
596
596
  },
597
- 'headers': {
598
- 'Content-Type': 'application/json'
597
+ headers: {
598
+ "Content-Type": "application/json"
599
599
  }
600
600
  },
601
- 'paramsType': {
602
- 'InstanceId': 'String',
603
- 'Namespace': 'String',
604
- 'Trigger': 'String',
605
- 'TriggerId': 'String',
606
- 'TriggerName': 'String',
607
- 'EventType': 'Filter',
608
- 'TriggerUrl': 'String',
609
- 'Header': 'Filter',
610
- 'Enabled': 'String',
611
- 'Key': 'String',
612
- 'Value': 'Filter'
601
+ paramsType: {
602
+ InstanceId: "String",
603
+ Namespace: "String",
604
+ Trigger: "String",
605
+ TriggerId: "String",
606
+ TriggerName: "String",
607
+ EventType: "Filter",
608
+ TriggerUrl: "String",
609
+ Header: "Filter",
610
+ Enabled: "String",
611
+ Key: "String",
612
+ Value: "Filter"
613
613
  }
614
614
  },
615
- 'DescribeWebhookTriggerLog': {
616
- 'url': '/',
617
- 'method': 'GET',
618
- 'config': {
619
- 'query': {
620
- 'Version': '2021-11-09',
621
- 'Action': 'DescribeWebhookTriggerLog'
615
+ DescribeWebhookTriggerLog: {
616
+ url: "/",
617
+ method: "GET",
618
+ config: {
619
+ query: {
620
+ Version: "2021-11-09",
621
+ Action: "DescribeWebhookTriggerLog"
622
622
  },
623
- 'headers': {
624
- 'Content-Type': 'application/json'
623
+ headers: {
624
+ "Content-Type": "application/json"
625
625
  }
626
626
  },
627
- 'paramsType': {
628
- 'InstanceId': 'String',
629
- 'Namespace': 'String',
630
- 'TriggerId': 'String',
631
- 'Marker': 'String',
632
- 'MaxResults': 'String'
627
+ paramsType: {
628
+ InstanceId: "String",
629
+ Namespace: "String",
630
+ TriggerId: "String",
631
+ Marker: "String",
632
+ MaxResults: "String"
633
633
  }
634
634
  },
635
- 'DeleteWebhookTrigger': {
636
- 'url': '/',
637
- 'method': 'GET',
638
- 'config': {
639
- 'query': {
640
- 'Version': '2021-11-09',
641
- 'Action': 'DeleteWebhookTrigger'
635
+ DeleteWebhookTrigger: {
636
+ url: "/",
637
+ method: "GET",
638
+ config: {
639
+ query: {
640
+ Version: "2021-11-09",
641
+ Action: "DeleteWebhookTrigger"
642
642
  },
643
- 'headers': {
644
- 'Content-Type': 'application/json'
643
+ headers: {
644
+ "Content-Type": "application/json"
645
645
  }
646
646
  },
647
- 'paramsType': {
648
- 'InstanceId': 'String',
649
- 'Namespace': 'String',
650
- 'TriggerId': 'String'
647
+ paramsType: {
648
+ InstanceId: "String",
649
+ Namespace: "String",
650
+ TriggerId: "String"
651
651
  }
652
652
  },
653
- 'DescribeAllRepository': {
654
- 'url': '/',
655
- 'method': 'GET',
656
- 'config': {
657
- 'query': {
658
- 'Version': '2021-11-09',
659
- 'Action': 'DescribeAllRepository'
653
+ DescribeAllRepository: {
654
+ url: "/",
655
+ method: "GET",
656
+ config: {
657
+ query: {
658
+ Version: "2021-11-09",
659
+ Action: "DescribeAllRepository"
660
660
  },
661
- 'headers': {
662
- 'Content-Type': 'application/x-www-form-urlencoded'
661
+ headers: {
662
+ "Content-Type": "application/x-www-form-urlencoded"
663
663
  }
664
664
  },
665
- 'paramsType': {}
665
+ paramsType: {}
666
666
  },
667
- 'GetMetadata': {
668
- 'url': '/',
669
- 'method': 'GET',
670
- 'config': {
671
- 'query': {
672
- 'Version': '2021-11-09',
673
- 'Action': 'GetMetadata'
667
+ GetMetadata: {
668
+ url: "/",
669
+ method: "GET",
670
+ config: {
671
+ query: {
672
+ Version: "2021-11-09",
673
+ Action: "GetMetadata"
674
674
  },
675
- 'headers': {
676
- 'Content-Type': 'application/x-www-form-urlencoded'
675
+ headers: {
676
+ "Content-Type": "application/x-www-form-urlencoded"
677
677
  }
678
678
  },
679
- 'paramsType': {}
679
+ paramsType: {}
680
680
  },
681
- 'CreateRetentionRule': {
682
- 'url': '/',
683
- 'method': 'GET',
684
- 'config': {
685
- 'query': {
686
- 'Version': '2021-11-09',
687
- 'Action': 'CreateRetentionRule'
681
+ CreateRetentionRule: {
682
+ url: "/",
683
+ method: "GET",
684
+ config: {
685
+ query: {
686
+ Version: "2021-11-09",
687
+ Action: "CreateRetentionRule"
688
688
  },
689
- 'headers': {
690
- 'Content-Type': 'application/x-www-form-urlencoded'
689
+ headers: {
690
+ "Content-Type": "application/x-www-form-urlencoded"
691
691
  }
692
692
  },
693
- 'paramsType': {}
693
+ paramsType: {}
694
694
  },
695
- 'UpdateRetentionRule': {
696
- 'url': '/',
697
- 'method': 'GET',
698
- 'config': {
699
- 'query': {
700
- 'Version': '2021-11-09',
701
- 'Action': 'UpdateRetentionRule'
695
+ UpdateRetentionRule: {
696
+ url: "/",
697
+ method: "GET",
698
+ config: {
699
+ query: {
700
+ Version: "2021-11-09",
701
+ Action: "UpdateRetentionRule"
702
702
  },
703
- 'headers': {
704
- 'Content-Type': 'application/x-www-form-urlencoded'
703
+ headers: {
704
+ "Content-Type": "application/x-www-form-urlencoded"
705
705
  }
706
706
  },
707
- 'paramsType': {}
707
+ paramsType: {}
708
708
  },
709
- 'DeleteRetentionRule': {
710
- 'url': '/',
711
- 'method': 'GET',
712
- 'config': {
713
- 'query': {
714
- 'Version': '2021-11-09',
715
- 'Action': 'DeleteRetentionRule'
709
+ DeleteRetentionRule: {
710
+ url: "/",
711
+ method: "GET",
712
+ config: {
713
+ query: {
714
+ Version: "2021-11-09",
715
+ Action: "DeleteRetentionRule"
716
716
  },
717
- 'headers': {
718
- 'Content-Type': 'application/x-www-form-urlencoded'
717
+ headers: {
718
+ "Content-Type": "application/x-www-form-urlencoded"
719
719
  }
720
720
  },
721
- 'paramsType': {}
721
+ paramsType: {}
722
722
  },
723
- 'DescribeRetentionRule': {
724
- 'url': '/',
725
- 'method': 'GET',
726
- 'config': {
727
- 'query': {
728
- 'Version': '2021-11-09',
729
- 'Action': 'DescribeRetentionRule'
723
+ DescribeRetentionRule: {
724
+ url: "/",
725
+ method: "GET",
726
+ config: {
727
+ query: {
728
+ Version: "2021-11-09",
729
+ Action: "DescribeRetentionRule"
730
730
  },
731
- 'headers': {
732
- 'Content-Type': 'application/x-www-form-urlencoded'
731
+ headers: {
732
+ "Content-Type": "application/x-www-form-urlencoded"
733
733
  }
734
734
  },
735
- 'paramsType': {}
735
+ paramsType: {}
736
736
  },
737
- 'RunRetentionPolicy': {
738
- 'url': '/',
739
- 'method': 'GET',
740
- 'config': {
741
- 'query': {
742
- 'Version': '2021-11-09',
743
- 'Action': 'RunRetentionPolicy'
737
+ RunRetentionPolicy: {
738
+ url: "/",
739
+ method: "GET",
740
+ config: {
741
+ query: {
742
+ Version: "2021-11-09",
743
+ Action: "RunRetentionPolicy"
744
744
  },
745
- 'headers': {
746
- 'Content-Type': 'application/x-www-form-urlencoded'
745
+ headers: {
746
+ "Content-Type": "application/x-www-form-urlencoded"
747
747
  }
748
748
  },
749
- 'paramsType': {}
749
+ paramsType: {}
750
750
  },
751
- 'GetRetentionPolicyLogs': {
752
- 'url': '/',
753
- 'method': 'GET',
754
- 'config': {
755
- 'query': {
756
- 'Version': '2021-11-09',
757
- 'Action': 'GetRetentionPolicyLogs'
751
+ GetRetentionPolicyLogs: {
752
+ url: "/",
753
+ method: "GET",
754
+ config: {
755
+ query: {
756
+ Version: "2021-11-09",
757
+ Action: "GetRetentionPolicyLogs"
758
758
  },
759
- 'headers': {
760
- 'Content-Type': 'application/x-www-form-urlencoded'
759
+ headers: {
760
+ "Content-Type": "application/x-www-form-urlencoded"
761
761
  }
762
762
  },
763
- 'paramsType': {}
763
+ paramsType: {}
764
764
  },
765
- 'GetRetentionPolicyLogDetail': {
766
- 'url': '/',
767
- 'method': 'GET',
768
- 'config': {
769
- 'query': {
770
- 'Version': '2021-11-09',
771
- 'Action': 'GetRetentionPolicyLogDetail'
765
+ GetRetentionPolicyLogDetail: {
766
+ url: "/",
767
+ method: "GET",
768
+ config: {
769
+ query: {
770
+ Version: "2021-11-09",
771
+ Action: "GetRetentionPolicyLogDetail"
772
772
  },
773
- 'headers': {
774
- 'Content-Type': 'application/x-www-form-urlencoded'
773
+ headers: {
774
+ "Content-Type": "application/x-www-form-urlencoded"
775
775
  }
776
776
  },
777
- 'paramsType': {}
777
+ paramsType: {}
778
778
  },
779
- 'GetRetentionPolicyLog': {
780
- 'url': '/',
781
- 'method': 'GET',
782
- 'config': {
783
- 'query': {
784
- 'Version': '2021-11-09',
785
- 'Action': 'GetRetentionPolicyLog'
779
+ GetRetentionPolicyLog: {
780
+ url: "/",
781
+ method: "GET",
782
+ config: {
783
+ query: {
784
+ Version: "2021-11-09",
785
+ Action: "GetRetentionPolicyLog"
786
786
  },
787
- 'headers': {
788
- 'Content-Type': 'application/x-www-form-urlencoded'
787
+ headers: {
788
+ "Content-Type": "application/x-www-form-urlencoded"
789
789
  }
790
790
  },
791
- 'paramsType': {}
791
+ paramsType: {}
792
792
  },
793
- 'GetRetentionTrigger': {
794
- 'url': '/',
795
- 'method': 'GET',
796
- 'config': {
797
- 'query': {
798
- 'Version': '2021-11-09',
799
- 'Action': 'GetRetentionTrigger'
793
+ GetRetentionTrigger: {
794
+ url: "/",
795
+ method: "GET",
796
+ config: {
797
+ query: {
798
+ Version: "2021-11-09",
799
+ Action: "GetRetentionTrigger"
800
800
  },
801
- 'headers': {
802
- 'Content-Type': 'application/x-www-form-urlencoded'
801
+ headers: {
802
+ "Content-Type": "application/x-www-form-urlencoded"
803
803
  }
804
804
  },
805
- 'paramsType': {}
805
+ paramsType: {}
806
806
  },
807
- 'UpdateRetentionTrigger': {
808
- 'url': '/',
809
- 'method': 'GET',
810
- 'config': {
811
- 'query': {
812
- 'Version': '2021-11-09',
813
- 'Action': 'UpdateRetentionTrigger'
807
+ UpdateRetentionTrigger: {
808
+ url: "/",
809
+ method: "GET",
810
+ config: {
811
+ query: {
812
+ Version: "2021-11-09",
813
+ Action: "UpdateRetentionTrigger"
814
814
  },
815
- 'headers': {
816
- 'Content-Type': 'application/x-www-form-urlencoded'
815
+ headers: {
816
+ "Content-Type": "application/x-www-form-urlencoded"
817
817
  }
818
818
  },
819
- 'paramsType': {}
819
+ paramsType: {}
820
820
  },
821
- 'GetNamespacePolicy': {
822
- 'url': '/',
823
- 'method': 'GET',
824
- 'config': {
825
- 'query': {
826
- 'Version': '2021-11-09',
827
- 'Action': 'GetNamespacePolicy'
821
+ GetNamespacePolicy: {
822
+ url: "/",
823
+ method: "GET",
824
+ config: {
825
+ query: {
826
+ Version: "2021-11-09",
827
+ Action: "GetNamespacePolicy"
828
828
  },
829
- 'headers': {
830
- 'Content-Type': 'application/x-www-form-urlencoded'
829
+ headers: {
830
+ "Content-Type": "application/x-www-form-urlencoded"
831
831
  }
832
832
  },
833
- 'paramsType': {}
833
+ paramsType: {}
834
834
  },
835
- 'Schedule': {
836
- 'url': '/',
837
- 'method': 'GET',
838
- 'config': {
839
- 'query': {
840
- 'Version': '2021-11-09',
841
- 'Action': 'Schedule'
835
+ Schedule: {
836
+ url: "/",
837
+ method: "GET",
838
+ config: {
839
+ query: {
840
+ Version: "2021-11-09",
841
+ Action: "Schedule"
842
842
  },
843
- 'headers': {
844
- 'Content-Type': 'application/x-www-form-urlencoded'
843
+ headers: {
844
+ "Content-Type": "application/x-www-form-urlencoded"
845
845
  }
846
846
  },
847
- 'paramsType': {}
847
+ paramsType: {}
848
848
  }
849
849
  });
850
850
  }