|
1103 | 1103 | "shape": "TimestampType", |
1104 | 1104 | "location": "header", |
1105 | 1105 | "locationName": "x-amz-timearg" |
| 1106 | + }, |
| 1107 | + "TimeArgInQuery": { |
| 1108 | + "shape": "TimestampType", |
| 1109 | + "location": "querystring", |
| 1110 | + "locationName": "TimeQuery" |
| 1111 | + }, |
| 1112 | + "TimeCustom": { |
| 1113 | + "timestampFormat": "iso8601", |
| 1114 | + "shape": "TimestampType" |
| 1115 | + }, |
| 1116 | + "TimeCustomInHeader": { |
| 1117 | + "timestampFormat": "unixTimestamp", |
| 1118 | + "shape": "TimestampType", |
| 1119 | + "location": "header", |
| 1120 | + "locationName": "x-amz-timecustom-header" |
| 1121 | + }, |
| 1122 | + "TimeCustomInQuery": { |
| 1123 | + "timestampFormat": "unixTimestamp", |
| 1124 | + "shape": "TimestampType", |
| 1125 | + "location": "querystring", |
| 1126 | + "locationName": "TimeCustomQuery" |
| 1127 | + }, |
| 1128 | + "TimeFormat": { |
| 1129 | + "shape": "TimestampFormatRfcType" |
| 1130 | + }, |
| 1131 | + "TimeFormatInHeader": { |
| 1132 | + "shape": "TimestampFormatUnixType", |
| 1133 | + "location": "header", |
| 1134 | + "locationName": "x-amz-timeformat-header" |
| 1135 | + }, |
| 1136 | + "TimeFormatInQuery": { |
| 1137 | + "shape": "TimestampFormatUnixType", |
| 1138 | + "location": "querystring", |
| 1139 | + "locationName": "TimeFormatQuery" |
1106 | 1140 | } |
1107 | 1141 | } |
1108 | 1142 | }, |
| 1143 | + "TimestampFormatRfcType": { |
| 1144 | + "timestampFormat": "rfc822", |
| 1145 | + "type": "timestamp" |
| 1146 | + }, |
| 1147 | + "TimestampFormatUnixType": { |
| 1148 | + "timestampFormat": "unixTimestamp", |
| 1149 | + "type": "timestamp" |
| 1150 | + }, |
1109 | 1151 | "TimestampType": { |
1110 | 1152 | "type": "timestamp" |
1111 | 1153 | } |
|
1123 | 1165 | "name": "OperationName" |
1124 | 1166 | }, |
1125 | 1167 | "params": { |
1126 | | - "TimeArg": 1422172800 |
| 1168 | + "TimeArg": 1422172800, |
| 1169 | + "TimeArgInQuery": 1422172800, |
| 1170 | + "TimeArgInHeader": 1422172800, |
| 1171 | + "TimeCustom": 1422172800, |
| 1172 | + "TimeCustomInQuery": 1422172800, |
| 1173 | + "TimeCustomInHeader": 1422172800, |
| 1174 | + "TimeFormat": 1422172800, |
| 1175 | + "TimeFormatInQuery": 1422172800, |
| 1176 | + "TimeFormatInHeader": 1422172800 |
1127 | 1177 | }, |
1128 | 1178 | "serialized": { |
1129 | | - "uri": "/path", |
1130 | | - "headers": {}, |
1131 | | - "body": "{\"TimeArg\": 1422172800}" |
1132 | | - } |
1133 | | - }, |
1134 | | - { |
1135 | | - "given": { |
1136 | | - "input": { |
1137 | | - "shape": "InputShape" |
1138 | | - }, |
1139 | | - "http": { |
1140 | | - "method": "POST", |
1141 | | - "requestUri": "/path" |
| 1179 | + "uri": "/path?TimeQuery=2015-01-25T08%3A00%3A00Z&TimeCustomQuery=1422172800&TimeFormatQuery=1422172800", |
| 1180 | + "headers": { |
| 1181 | + "x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT", |
| 1182 | + "x-amz-timecustom-header": "1422172800", |
| 1183 | + "x-amz-timeformat-header": "1422172800", |
| 1184 | + "Content-Type": "application/json" |
1142 | 1185 | }, |
1143 | | - "name": "OperationName" |
1144 | | - }, |
1145 | | - "params": { |
1146 | | - "TimeArgInHeader": 1422172800 |
1147 | | - }, |
1148 | | - "serialized": { |
1149 | | - "uri": "/path", |
1150 | | - "headers": {"x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT"}, |
1151 | | - "body": "" |
| 1186 | + "body": "{\"TimeArg\": 1422172800, \"TimeCustom\": \"2015-01-25T08:00:00Z\", \"TimeFormat\": \"Sun, 25 Jan 2015 08:00:00 GMT\"}" |
1152 | 1187 | } |
1153 | 1188 | } |
1154 | 1189 | ] |
|
0 commit comments