|
1 | 1 | SHAPE_DAG = {
|
| 2 | + "AccessForbidden": { |
| 3 | + "members": [{"name": "Message", "shape": "Message", "type": "string"}], |
| 4 | + "type": "structure", |
| 5 | + }, |
2 | 6 | "ActionSource": {
|
3 | 7 | "members": [
|
4 | 8 | {"name": "SourceUri", "shape": "SourceUri", "type": "string"},
|
|
793 | 797 | ],
|
794 | 798 | "type": "structure",
|
795 | 799 | },
|
| 800 | + "BatchGetRecordError": { |
| 801 | + "members": [ |
| 802 | + {"name": "FeatureGroupName", "shape": "ValueAsString", "type": "string"}, |
| 803 | + {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"}, |
| 804 | + {"name": "ErrorCode", "shape": "ValueAsString", "type": "string"}, |
| 805 | + {"name": "ErrorMessage", "shape": "Message", "type": "string"}, |
| 806 | + ], |
| 807 | + "type": "structure", |
| 808 | + }, |
| 809 | + "BatchGetRecordErrors": { |
| 810 | + "member_shape": "BatchGetRecordError", |
| 811 | + "member_type": "structure", |
| 812 | + "type": "list", |
| 813 | + }, |
| 814 | + "BatchGetRecordIdentifier": { |
| 815 | + "members": [ |
| 816 | + {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"}, |
| 817 | + { |
| 818 | + "name": "RecordIdentifiersValueAsString", |
| 819 | + "shape": "RecordIdentifiers", |
| 820 | + "type": "list", |
| 821 | + }, |
| 822 | + {"name": "FeatureNames", "shape": "FeatureNames", "type": "list"}, |
| 823 | + ], |
| 824 | + "type": "structure", |
| 825 | + }, |
| 826 | + "BatchGetRecordIdentifiers": { |
| 827 | + "member_shape": "BatchGetRecordIdentifier", |
| 828 | + "member_type": "structure", |
| 829 | + "type": "list", |
| 830 | + }, |
| 831 | + "BatchGetRecordRequest": { |
| 832 | + "members": [ |
| 833 | + {"name": "Identifiers", "shape": "BatchGetRecordIdentifiers", "type": "list"}, |
| 834 | + {"name": "ExpirationTimeResponse", "shape": "ExpirationTimeResponse", "type": "string"}, |
| 835 | + ], |
| 836 | + "type": "structure", |
| 837 | + }, |
| 838 | + "BatchGetRecordResponse": { |
| 839 | + "members": [ |
| 840 | + {"name": "Records", "shape": "BatchGetRecordResultDetails", "type": "list"}, |
| 841 | + {"name": "Errors", "shape": "BatchGetRecordErrors", "type": "list"}, |
| 842 | + {"name": "UnprocessedIdentifiers", "shape": "UnprocessedIdentifiers", "type": "list"}, |
| 843 | + ], |
| 844 | + "type": "structure", |
| 845 | + }, |
| 846 | + "BatchGetRecordResultDetail": { |
| 847 | + "members": [ |
| 848 | + {"name": "FeatureGroupName", "shape": "ValueAsString", "type": "string"}, |
| 849 | + {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"}, |
| 850 | + {"name": "Record", "shape": "Record", "type": "list"}, |
| 851 | + {"name": "ExpiresAt", "shape": "ExpiresAt", "type": "string"}, |
| 852 | + ], |
| 853 | + "type": "structure", |
| 854 | + }, |
| 855 | + "BatchGetRecordResultDetails": { |
| 856 | + "member_shape": "BatchGetRecordResultDetail", |
| 857 | + "member_type": "structure", |
| 858 | + "type": "list", |
| 859 | + }, |
| 860 | + "BatchPutMetricsError": { |
| 861 | + "members": [ |
| 862 | + {"name": "Code", "shape": "PutMetricsErrorCode", "type": "string"}, |
| 863 | + {"name": "MetricIndex", "shape": "Integer", "type": "integer"}, |
| 864 | + ], |
| 865 | + "type": "structure", |
| 866 | + }, |
| 867 | + "BatchPutMetricsErrorList": { |
| 868 | + "member_shape": "BatchPutMetricsError", |
| 869 | + "member_type": "structure", |
| 870 | + "type": "list", |
| 871 | + }, |
| 872 | + "BatchPutMetricsRequest": { |
| 873 | + "members": [ |
| 874 | + {"name": "TrialComponentName", "shape": "ExperimentEntityName", "type": "string"}, |
| 875 | + {"name": "MetricData", "shape": "RawMetricDataList", "type": "list"}, |
| 876 | + ], |
| 877 | + "type": "structure", |
| 878 | + }, |
| 879 | + "BatchPutMetricsResponse": { |
| 880 | + "members": [{"name": "Errors", "shape": "BatchPutMetricsErrorList", "type": "list"}], |
| 881 | + "type": "structure", |
| 882 | + }, |
796 | 883 | "BatchTransformInput": {
|
797 | 884 | "members": [
|
798 | 885 | {"name": "DataCapturedDestinationS3Uri", "shape": "DestinationS3Uri", "type": "string"},
|
|
3426 | 3513 | "members": [{"name": "ProjectName", "shape": "ProjectEntityName", "type": "string"}],
|
3427 | 3514 | "type": "structure",
|
3428 | 3515 | },
|
| 3516 | + "DeleteRecordRequest": { |
| 3517 | + "members": [ |
| 3518 | + {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"}, |
| 3519 | + {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"}, |
| 3520 | + {"name": "EventTime", "shape": "ValueAsString", "type": "string"}, |
| 3521 | + {"name": "TargetStores", "shape": "TargetStores", "type": "list"}, |
| 3522 | + {"name": "DeletionMode", "shape": "DeletionMode", "type": "string"}, |
| 3523 | + ], |
| 3524 | + "type": "structure", |
| 3525 | + }, |
3429 | 3526 | "DeleteSpaceRequest": {
|
3430 | 3527 | "members": [
|
3431 | 3528 | {"name": "DomainId", "shape": "DomainId", "type": "string"},
|
|
6184 | 6281 | ],
|
6185 | 6282 | "type": "structure",
|
6186 | 6283 | },
|
| 6284 | + "FeatureNames": {"member_shape": "FeatureName", "member_type": "string", "type": "list"}, |
6187 | 6285 | "FeatureParameter": {
|
6188 | 6286 | "members": [
|
6189 | 6287 | {"name": "Key", "shape": "FeatureParameterKey", "type": "string"},
|
|
6206 | 6304 | "member_type": "structure",
|
6207 | 6305 | "type": "list",
|
6208 | 6306 | },
|
| 6307 | + "FeatureValue": { |
| 6308 | + "members": [ |
| 6309 | + {"name": "FeatureName", "shape": "FeatureName", "type": "string"}, |
| 6310 | + {"name": "ValueAsString", "shape": "ValueAsString", "type": "string"}, |
| 6311 | + {"name": "ValueAsStringList", "shape": "ValueAsStringList", "type": "list"}, |
| 6312 | + ], |
| 6313 | + "type": "structure", |
| 6314 | + }, |
6209 | 6315 | "FileSource": {
|
6210 | 6316 | "members": [
|
6211 | 6317 | {"name": "ContentType", "shape": "ContentType", "type": "string"},
|
|
6350 | 6456 | "members": [{"name": "ResourcePolicy", "shape": "PolicyString", "type": "string"}],
|
6351 | 6457 | "type": "structure",
|
6352 | 6458 | },
|
| 6459 | + "GetRecordRequest": { |
| 6460 | + "members": [ |
| 6461 | + {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"}, |
| 6462 | + {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"}, |
| 6463 | + {"name": "FeatureNames", "shape": "FeatureNames", "type": "list"}, |
| 6464 | + {"name": "ExpirationTimeResponse", "shape": "ExpirationTimeResponse", "type": "string"}, |
| 6465 | + ], |
| 6466 | + "type": "structure", |
| 6467 | + }, |
| 6468 | + "GetRecordResponse": { |
| 6469 | + "members": [ |
| 6470 | + {"name": "Record", "shape": "Record", "type": "list"}, |
| 6471 | + {"name": "ExpiresAt", "shape": "ExpiresAt", "type": "string"}, |
| 6472 | + ], |
| 6473 | + "type": "structure", |
| 6474 | + }, |
6353 | 6475 | "GetSagemakerServicecatalogPortfolioStatusInput": {"members": [], "type": "structure"},
|
6354 | 6476 | "GetSagemakerServicecatalogPortfolioStatusOutput": {
|
6355 | 6477 | "members": [{"name": "Status", "shape": "SagemakerServicecatalogStatus", "type": "string"}],
|
|
11756 | 11878 | ],
|
11757 | 11879 | "type": "structure",
|
11758 | 11880 | },
|
| 11881 | + "PutRecordRequest": { |
| 11882 | + "members": [ |
| 11883 | + {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"}, |
| 11884 | + {"name": "Record", "shape": "Record", "type": "list"}, |
| 11885 | + {"name": "TargetStores", "shape": "TargetStores", "type": "list"}, |
| 11886 | + {"name": "TtlDuration", "shape": "TtlDuration", "type": "structure"}, |
| 11887 | + ], |
| 11888 | + "type": "structure", |
| 11889 | + }, |
11759 | 11890 | "QualityCheckStepMetadata": {
|
11760 | 11891 | "members": [
|
11761 | 11892 | {"name": "CheckType", "shape": "String256", "type": "string"},
|
|
11857 | 11988 | ],
|
11858 | 11989 | "type": "structure",
|
11859 | 11990 | },
|
| 11991 | + "RawMetricData": { |
| 11992 | + "members": [ |
| 11993 | + {"name": "MetricName", "shape": "MetricName", "type": "string"}, |
| 11994 | + {"name": "Timestamp", "shape": "Timestamp", "type": "timestamp"}, |
| 11995 | + {"name": "Step", "shape": "Step", "type": "integer"}, |
| 11996 | + {"name": "Value", "shape": "Double", "type": "double"}, |
| 11997 | + ], |
| 11998 | + "type": "structure", |
| 11999 | + }, |
| 12000 | + "RawMetricDataList": { |
| 12001 | + "member_shape": "RawMetricData", |
| 12002 | + "member_type": "structure", |
| 12003 | + "type": "list", |
| 12004 | + }, |
11860 | 12005 | "RealTimeInferenceConfig": {
|
11861 | 12006 | "members": [
|
11862 | 12007 | {"name": "InstanceType", "shape": "InstanceType", "type": "string"},
|
|
12053 | 12198 | ],
|
12054 | 12199 | "type": "structure",
|
12055 | 12200 | },
|
| 12201 | + "Record": {"member_shape": "FeatureValue", "member_type": "structure", "type": "list"}, |
| 12202 | + "RecordIdentifiers": {"member_shape": "ValueAsString", "member_type": "string", "type": "list"}, |
12056 | 12203 | "RedshiftDatasetDefinition": {
|
12057 | 12204 | "members": [
|
12058 | 12205 | {"name": "ClusterId", "shape": "RedshiftClusterId", "type": "string"},
|
|
13020 | 13167 | ],
|
13021 | 13168 | "type": "structure",
|
13022 | 13169 | },
|
| 13170 | + "TargetStores": {"member_shape": "TargetStore", "member_type": "string", "type": "list"}, |
13023 | 13171 | "TargetTrackingScalingPolicyConfiguration": {
|
13024 | 13172 | "members": [
|
13025 | 13173 | {"name": "MetricSpecification", "shape": "MetricSpecification", "type": "structure"},
|
|
13717 | 13865 | ],
|
13718 | 13866 | "type": "structure",
|
13719 | 13867 | },
|
| 13868 | + "UnprocessedIdentifiers": { |
| 13869 | + "member_shape": "BatchGetRecordIdentifier", |
| 13870 | + "member_type": "structure", |
| 13871 | + "type": "list", |
| 13872 | + }, |
13720 | 13873 | "UpdateActionRequest": {
|
13721 | 13874 | "members": [
|
13722 | 13875 | {"name": "ActionName", "shape": "ExperimentEntityName", "type": "string"},
|
|
14489 | 14642 | "members": [{"name": "Message", "shape": "Message", "type": "string"}],
|
14490 | 14643 | "type": "structure",
|
14491 | 14644 | },
|
| 14645 | + "ValueAsStringList": {"member_shape": "ValueAsString", "member_type": "string", "type": "list"}, |
14492 | 14646 | "VariantProperty": {
|
14493 | 14647 | "members": [
|
14494 | 14648 | {"name": "VariantPropertyType", "shape": "VariantPropertyType", "type": "string"}
|
|
0 commit comments