|
562 | 562 | 'identifyValue' => [ 'type' => 'string', 'locationName' => 'identifyValue', ], |
563 | 563 | 'stampStyle' => [ 'type' => 'string', 'locationName' => 'stampStyle', ], |
564 | 564 | 'certExpire' => [ 'type' => 'integer', 'locationName' => 'certExpire', ], |
| 565 | + 'certType' => [ 'type' => 'integer', 'locationName' => 'certType', ], |
565 | 566 | 'pageRange' => [ 'type' => 'string', 'locationName' => 'pageRange', ], |
566 | 567 | 'positionPoint' => [ 'type' => 'string', 'locationName' => 'positionPoint', ], |
567 | 568 | 'keywordCenter' => [ 'type' => 'boolean', 'locationName' => 'keywordCenter', ], |
|
600 | 601 | 'identifyValue' => [ 'type' => 'string', 'locationName' => 'identifyValue', ], |
601 | 602 | 'stampStyle' => [ 'type' => 'string', 'locationName' => 'stampStyle', ], |
602 | 603 | 'certExpire' => [ 'type' => 'integer', 'locationName' => 'certExpire', ], |
| 604 | + 'certType' => [ 'type' => 'integer', 'locationName' => 'certType', ], |
603 | 605 | 'pageRange' => [ 'type' => 'string', 'locationName' => 'pageRange', ], |
604 | 606 | 'positionPoint' => [ 'type' => 'string', 'locationName' => 'positionPoint', ], |
605 | 607 | 'keywordCenter' => [ 'type' => 'boolean', 'locationName' => 'keywordCenter', ], |
|
873 | 875 | 'evidenceFileList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvidenceFile', ], ], |
874 | 876 | ], |
875 | 877 | ], |
| 878 | + 'CloseByPinSpec' => [ |
| 879 | + 'type' => 'structure', |
| 880 | + 'members' => [ |
| 881 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 882 | + ], |
| 883 | + ], |
876 | 884 | 'CertResp' => [ |
877 | 885 | 'type' => 'structure', |
878 | 886 | 'members' => [ |
|
1346 | 1354 | 'data' => [ 'shape' => 'SaveEvidenceResp', ], |
1347 | 1355 | ], |
1348 | 1356 | ], |
1349 | | - 'SetKmsKeyIdResponseShape' => [ |
| 1357 | + 'DescribeApplyStatusRequestShape' => [ |
1350 | 1358 | 'type' => 'structure', |
1351 | 1359 | 'members' => [ |
1352 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1353 | 1360 | ], |
1354 | 1361 | ], |
1355 | | - 'DescribeApplyStatusRequestShape' => [ |
| 1362 | + 'DisableContractSaveResultShape' => [ |
1356 | 1363 | 'type' => 'structure', |
1357 | 1364 | 'members' => [ |
1358 | 1365 | ], |
1359 | 1366 | ], |
1360 | | - 'DisableContractSaveResultShape' => [ |
| 1367 | + 'DescribeApplyStatusResponseShape' => [ |
1361 | 1368 | 'type' => 'structure', |
1362 | 1369 | 'members' => [ |
| 1370 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1371 | + 'result' => [ 'shape' => 'DescribeApplyStatusResultShape', ], |
1363 | 1372 | ], |
1364 | 1373 | ], |
1365 | | - 'DisableContractSaveResponseShape' => [ |
| 1374 | + 'DescribeApplyStatusResultShape' => [ |
1366 | 1375 | 'type' => 'structure', |
1367 | 1376 | 'members' => [ |
1368 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1377 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 1378 | + 'usedCapacity' => [ 'type' => 'integer', 'locationName' => 'usedCapacity', ], |
| 1379 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 1380 | + 'contractSaving' => [ 'type' => 'boolean', 'locationName' => 'contractSaving', ], |
| 1381 | + 'kmsKeyId' => [ 'type' => 'string', 'locationName' => 'kmsKeyId', ], |
| 1382 | + 'applyTime' => [ 'type' => 'string', 'locationName' => 'applyTime', ], |
1369 | 1383 | ], |
1370 | 1384 | ], |
1371 | | - 'DescribeApplyStatusResponseShape' => [ |
| 1385 | + 'SetKmsKeyIdRequestShape' => [ |
1372 | 1386 | 'type' => 'structure', |
1373 | 1387 | 'members' => [ |
1374 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1375 | | - 'result' => [ 'shape' => 'DescribeApplyStatusResultShape', ], |
| 1388 | + 'keyId' => [ 'type' => 'string', 'locationName' => 'keyId', ], |
1376 | 1389 | ], |
1377 | 1390 | ], |
1378 | | - 'DisableContractSaveRequestShape' => [ |
| 1391 | + 'EnableContractSaveResultShape' => [ |
1379 | 1392 | 'type' => 'structure', |
1380 | 1393 | 'members' => [ |
1381 | 1394 | ], |
1382 | 1395 | ], |
1383 | | - 'EnableContractSaveRequestShape' => [ |
| 1396 | + 'SetKmsKeyIdResponseShape' => [ |
1384 | 1397 | 'type' => 'structure', |
1385 | 1398 | 'members' => [ |
| 1399 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1386 | 1400 | ], |
1387 | 1401 | ], |
1388 | | - 'EnableContractSaveResponseShape' => [ |
| 1402 | + 'DisableContractSaveResponseShape' => [ |
1389 | 1403 | 'type' => 'structure', |
1390 | 1404 | 'members' => [ |
1391 | 1405 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1392 | 1406 | ], |
1393 | 1407 | ], |
1394 | | - 'SetKmsKeyIdResultShape' => [ |
| 1408 | + 'DisableContractSaveRequestShape' => [ |
1395 | 1409 | 'type' => 'structure', |
1396 | 1410 | 'members' => [ |
1397 | 1411 | ], |
1398 | 1412 | ], |
1399 | | - 'DescribeApplyStatusResultShape' => [ |
| 1413 | + 'EnableContractSaveRequestShape' => [ |
1400 | 1414 | 'type' => 'structure', |
1401 | 1415 | 'members' => [ |
1402 | | - 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
1403 | | - 'usedCapacity' => [ 'type' => 'integer', 'locationName' => 'usedCapacity', ], |
1404 | | - 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
1405 | | - 'contractSaving' => [ 'type' => 'boolean', 'locationName' => 'contractSaving', ], |
1406 | | - 'kmsKeyId' => [ 'type' => 'string', 'locationName' => 'kmsKeyId', ], |
1407 | | - 'applyTime' => [ 'type' => 'string', 'locationName' => 'applyTime', ], |
1408 | 1416 | ], |
1409 | 1417 | ], |
1410 | | - 'SetKmsKeyIdRequestShape' => [ |
| 1418 | + 'EnableContractSaveResponseShape' => [ |
1411 | 1419 | 'type' => 'structure', |
1412 | 1420 | 'members' => [ |
1413 | | - 'keyId' => [ 'type' => 'string', 'locationName' => 'keyId', ], |
| 1421 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1414 | 1422 | ], |
1415 | 1423 | ], |
1416 | | - 'EnableContractSaveResultShape' => [ |
| 1424 | + 'SetKmsKeyIdResultShape' => [ |
1417 | 1425 | 'type' => 'structure', |
1418 | 1426 | 'members' => [ |
1419 | 1427 | ], |
|
0 commit comments