mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
84
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json
generated
vendored
84
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json
generated
vendored
@@ -147,19 +147,55 @@
|
||||
"InputShape": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"ListArg": {
|
||||
"shape": "ListType"
|
||||
"ListStrings": {
|
||||
"shape": "ListStringType"
|
||||
},
|
||||
"ListBools": {
|
||||
"shape": "ListBoolType"
|
||||
},
|
||||
"ListFloats": {
|
||||
"shape": "ListFloatType"
|
||||
},
|
||||
"ListIntegers": {
|
||||
"shape": "ListIntegerType"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListType": {
|
||||
"ListStringType": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "Strings"
|
||||
"shape": "StringType"
|
||||
}
|
||||
},
|
||||
"Strings": {
|
||||
"ListBoolType": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "BoolType"
|
||||
}
|
||||
},
|
||||
"ListFloatType": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "FloatType"
|
||||
}
|
||||
},
|
||||
"ListIntegerType": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "IntegerType"
|
||||
}
|
||||
},
|
||||
"StringType": {
|
||||
"type": "string"
|
||||
},
|
||||
"BoolType": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"FloatType": {
|
||||
"type": "float"
|
||||
},
|
||||
"IntegerType": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"cases": [
|
||||
@@ -171,15 +207,30 @@
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"ListArg": [
|
||||
"ListStrings": [
|
||||
"foo",
|
||||
"bar",
|
||||
"baz"
|
||||
],
|
||||
"ListBools": [
|
||||
true,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"ListFloats": [
|
||||
1.1,
|
||||
2.718,
|
||||
3.14
|
||||
],
|
||||
"ListIntegers": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
]
|
||||
},
|
||||
"serialized": {
|
||||
"uri": "/",
|
||||
"body": "Action=OperationName&Version=2014-01-01&ListArg.1=foo&ListArg.2=bar&ListArg.3=baz"
|
||||
"body": "Action=OperationName&Version=2014-01-01&ListStrings.1=foo&ListStrings.2=bar&ListStrings.3=baz&ListBools.1=true&ListBools.2=false&ListBools.3=false&ListFloats.1=1.1&ListFloats.2=2.718&ListFloats.3=3.14&ListIntegers.1=0&ListIntegers.2=1&ListIntegers.3=2"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -332,20 +383,9 @@
|
||||
"members": {
|
||||
"TimeArg": {
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeCustom": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeFormat": {
|
||||
"shape": "TimestampFormatType"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampFormatType": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
@@ -359,13 +399,11 @@
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArg": 1422172800,
|
||||
"TimeCustom": 1422172800,
|
||||
"TimeFormat": 1422172800
|
||||
"TimeArg": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"uri": "/",
|
||||
"body": "Action=OperationName&Version=2014-01-01&TimeArg=2015-01-25T08%3A00%3A00Z&TimeCustom=1422172800&TimeFormat=1422172800"
|
||||
"body": "Action=OperationName&Version=2014-01-01&TimeArg=2015-01-25T08%3A00%3A00Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -382,7 +420,7 @@
|
||||
"members": {
|
||||
"Token": {
|
||||
"shape": "StringType",
|
||||
"idempotencyToken": true
|
||||
"idempotencyToken": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
33
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json
generated
vendored
33
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json
generated
vendored
@@ -57,20 +57,9 @@
|
||||
"members": {
|
||||
"TimeArg": {
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeCustom": {
|
||||
"timestampFormat": "rfc822",
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeFormat": {
|
||||
"shape": "TimestampFormatType"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampFormatType": {
|
||||
"timestampFormat": "rfc822",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
@@ -84,12 +73,10 @@
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArg": 1422172800,
|
||||
"TimeCustom": 1422172800,
|
||||
"TimeFormat": 1422172800
|
||||
"TimeArg": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"body": "{\"TimeArg\": 1422172800, \"TimeCustom\": \"Sun, 25 Jan 2015 08:00:00 GMT\", \"TimeFormat\": \"Sun, 25 Jan 2015 08:00:00 GMT\"}",
|
||||
"body": "{\"TimeArg\": 1422172800}",
|
||||
"headers": {
|
||||
"X-Amz-Target": "com.amazonaws.foo.OperationName",
|
||||
"Content-Type": "application/x-amz-json-1.1"
|
||||
@@ -114,7 +101,7 @@
|
||||
"shape": "BlobType"
|
||||
},
|
||||
"BlobMap": {
|
||||
"shape": "BlobMapType"
|
||||
"shape": "BlobMapType"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -159,8 +146,8 @@
|
||||
},
|
||||
"params": {
|
||||
"BlobMap": {
|
||||
"key1": "foo",
|
||||
"key2": "bar"
|
||||
"key1": "foo",
|
||||
"key2": "bar"
|
||||
}
|
||||
},
|
||||
"serialized": {
|
||||
@@ -193,7 +180,7 @@
|
||||
"ListOfStructures": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "BlobType"
|
||||
"shape": "BlobType"
|
||||
}
|
||||
},
|
||||
"BlobType": {
|
||||
@@ -217,10 +204,8 @@
|
||||
"serialized": {
|
||||
"body": "{\"ListParam\": [\"Zm9v\", \"YmFy\"]}",
|
||||
"uri": "/",
|
||||
"headers": {
|
||||
"X-Amz-Target": "com.amazonaws.foo.OperationName",
|
||||
"Content-Type": "application/x-amz-json-1.1"
|
||||
}
|
||||
"headers": {"X-Amz-Target": "com.amazonaws.foo.OperationName",
|
||||
"Content-Type": "application/x-amz-json-1.1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -503,7 +488,7 @@
|
||||
"members": {
|
||||
"Token": {
|
||||
"shape": "StringType",
|
||||
"idempotencyToken": true
|
||||
"idempotencyToken": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
29
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json
generated
vendored
29
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json
generated
vendored
@@ -563,18 +563,18 @@
|
||||
"InputShape": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"BlobArgs": {
|
||||
"shape": "BlobsType"
|
||||
}
|
||||
"BlobArgs": {
|
||||
"shape": "BlobsType"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BlobsType": {
|
||||
"BlobsType": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"shape": "BlobType"
|
||||
},
|
||||
"flattened": true
|
||||
},
|
||||
},
|
||||
"BlobType": {
|
||||
"type": "blob"
|
||||
}
|
||||
@@ -609,20 +609,9 @@
|
||||
"members": {
|
||||
"TimeArg": {
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeCustom": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeFormat": {
|
||||
"shape": "TimestampFormatType"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampFormatType": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
@@ -636,13 +625,11 @@
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArg": 1422172800,
|
||||
"TimeCustom": 1422172800,
|
||||
"TimeFormat": 1422172800
|
||||
"TimeArg": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"uri": "/",
|
||||
"body": "Action=OperationName&Version=2014-01-01&TimeArg=2015-01-25T08%3A00%3A00Z&TimeCustom=1422172800&TimeFormat=1422172800"
|
||||
"body": "Action=OperationName&Version=2014-01-01&TimeArg=2015-01-25T08%3A00%3A00Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -846,7 +833,7 @@
|
||||
"members": {
|
||||
"Token": {
|
||||
"shape": "StringType",
|
||||
"idempotencyToken": true
|
||||
"idempotencyToken": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
86
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json
generated
vendored
86
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json
generated
vendored
@@ -677,7 +677,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"description": "Blob payload",
|
||||
"metadata": {
|
||||
"protocol": "rest-json",
|
||||
@@ -1103,51 +1103,9 @@
|
||||
"shape": "TimestampType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timearg"
|
||||
},
|
||||
"TimeArgInQuery": {
|
||||
"shape": "TimestampType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeQuery"
|
||||
},
|
||||
"TimeCustom": {
|
||||
"timestampFormat": "iso8601",
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeCustomInHeader": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timecustom-header"
|
||||
},
|
||||
"TimeCustomInQuery": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeCustomQuery"
|
||||
},
|
||||
"TimeFormat": {
|
||||
"shape": "TimestampFormatRfcType"
|
||||
},
|
||||
"TimeFormatInHeader": {
|
||||
"shape": "TimestampFormatUnixType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timeformat-header"
|
||||
},
|
||||
"TimeFormatInQuery": {
|
||||
"shape": "TimestampFormatUnixType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeFormatQuery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampFormatRfcType": {
|
||||
"timestampFormat": "rfc822",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampFormatUnixType": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
@@ -1165,24 +1123,32 @@
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArg": 1422172800,
|
||||
"TimeArgInQuery": 1422172800,
|
||||
"TimeArgInHeader": 1422172800,
|
||||
"TimeCustom": 1422172800,
|
||||
"TimeCustomInQuery": 1422172800,
|
||||
"TimeCustomInHeader": 1422172800,
|
||||
"TimeFormat": 1422172800,
|
||||
"TimeFormatInQuery": 1422172800,
|
||||
"TimeFormatInHeader": 1422172800
|
||||
"TimeArg": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"uri": "/path?TimeQuery=2015-01-25T08%3A00%3A00Z&TimeCustomQuery=1422172800&TimeFormatQuery=1422172800",
|
||||
"headers": {
|
||||
"x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT",
|
||||
"x-amz-timecustom-header": "1422172800",
|
||||
"x-amz-timeformat-header": "1422172800"
|
||||
"uri": "/path",
|
||||
"headers": {},
|
||||
"body": "{\"TimeArg\": 1422172800}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"given": {
|
||||
"input": {
|
||||
"shape": "InputShape"
|
||||
},
|
||||
"body": "{\"TimeArg\": 1422172800, \"TimeCustom\": \"2015-01-25T08:00:00Z\", \"TimeFormat\": \"Sun, 25 Jan 2015 08:00:00 GMT\"}"
|
||||
"http": {
|
||||
"method": "POST",
|
||||
"requestUri": "/path"
|
||||
},
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArgInHeader": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"uri": "/path",
|
||||
"headers": {"x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT"},
|
||||
"body": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1285,7 +1251,7 @@
|
||||
"members": {
|
||||
"Token": {
|
||||
"shape": "StringType",
|
||||
"idempotencyToken": true
|
||||
"idempotencyToken": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1431,7 +1397,7 @@
|
||||
"body": "{\"BodyListField\":[\"{\\\"Foo\\\":\\\"Bar\\\"}\"]}"
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"given": {
|
||||
"input": {
|
||||
"shape": "InputShape"
|
||||
|
||||
192
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json
generated
vendored
192
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json
generated
vendored
@@ -599,7 +599,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Blob shapes",
|
||||
"description": "Blob and timestamp shapes",
|
||||
"metadata": {
|
||||
"protocol": "rest-xml",
|
||||
"apiVersion": "2014-01-01"
|
||||
@@ -616,11 +616,17 @@
|
||||
"StructureShape": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"t": {
|
||||
"shape": "TShape"
|
||||
},
|
||||
"b": {
|
||||
"shape": "BShape"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TShape": {
|
||||
"type": "timestamp"
|
||||
},
|
||||
"BShape": {
|
||||
"type": "blob"
|
||||
}
|
||||
@@ -641,122 +647,19 @@
|
||||
},
|
||||
"params": {
|
||||
"StructureParam": {
|
||||
"t": 1422172800,
|
||||
"b": "foo"
|
||||
}
|
||||
},
|
||||
"serialized": {
|
||||
"method": "POST",
|
||||
"body": "<OperationRequest xmlns=\"https://foo/\"><StructureParam><b>Zm9v</b></StructureParam></OperationRequest>",
|
||||
"body": "<OperationRequest xmlns=\"https://foo/\"><StructureParam><t>2015-01-25T08:00:00Z</t><b>Zm9v</b></StructureParam></OperationRequest>",
|
||||
"uri": "/2014-01-01/hostedzone",
|
||||
"headers": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Timestamp shapes",
|
||||
"metadata": {
|
||||
"protocol": "rest-xml",
|
||||
"apiVersion": "2014-01-01"
|
||||
},
|
||||
"shapes": {
|
||||
"InputShape": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"TimeArg": {
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeArgInHeader": {
|
||||
"shape": "TimestampType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timearg"
|
||||
},
|
||||
"TimeArgInQuery": {
|
||||
"shape": "TimestampType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeQuery"
|
||||
},
|
||||
"TimeCustom": {
|
||||
"timestampFormat": "rfc822",
|
||||
"shape": "TimestampType"
|
||||
},
|
||||
"TimeCustomInHeader": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timecustom-header"
|
||||
},
|
||||
"TimeCustomInQuery": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"shape": "TimestampType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeCustomQuery"
|
||||
},
|
||||
"TimeFormat": {
|
||||
"shape": "TimestampFormatRfcType"
|
||||
},
|
||||
"TimeFormatInHeader": {
|
||||
"shape": "TimestampFormatUnixType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timeformat-header"
|
||||
},
|
||||
"TimeFormatInQuery": {
|
||||
"shape": "TimestampFormatUnixType",
|
||||
"location": "querystring",
|
||||
"locationName": "TimeFormatQuery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampFormatRfcType": {
|
||||
"timestampFormat": "rfc822",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampFormatUnixType": {
|
||||
"timestampFormat": "unixTimestamp",
|
||||
"type": "timestamp"
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
},
|
||||
"cases": [
|
||||
{
|
||||
"given": {
|
||||
"http": {
|
||||
"method": "POST",
|
||||
"requestUri": "/2014-01-01/hostedzone"
|
||||
},
|
||||
"input": {
|
||||
"shape": "InputShape",
|
||||
"locationName": "TimestampStructure",
|
||||
"xmlNamespace": {"uri": "https://foo/"}
|
||||
},
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArg": 1422172800,
|
||||
"TimeArgInQuery": 1422172800,
|
||||
"TimeArgInHeader": 1422172800,
|
||||
"TimeCustom": 1422172800,
|
||||
"TimeCustomInQuery": 1422172800,
|
||||
"TimeCustomInHeader": 1422172800,
|
||||
"TimeFormat": 1422172800,
|
||||
"TimeFormatInQuery": 1422172800,
|
||||
"TimeFormatInHeader": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"method": "POST",
|
||||
"body": "<TimestampStructure xmlns=\"https://foo/\"><TimeArg>2015-01-25T08:00:00Z</TimeArg><TimeCustom>Sun, 25 Jan 2015 08:00:00 GMT</TimeCustom><TimeFormat>Sun, 25 Jan 2015 08:00:00 GMT</TimeFormat></TimestampStructure>",
|
||||
"uri": "/2014-01-01/hostedzone?TimeQuery=2015-01-25T08%3A00%3A00Z&TimeCustomQuery=1422172800&TimeFormatQuery=1422172800",
|
||||
"headers": {
|
||||
"x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT",
|
||||
"x-amz-timecustom-header": "1422172800",
|
||||
"x-amz-timeformat-header": "1422172800"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Header maps",
|
||||
"metadata": {
|
||||
@@ -1302,21 +1205,21 @@
|
||||
}
|
||||
},
|
||||
"Grantee": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Type": {
|
||||
"shape": "Type",
|
||||
"locationName": "xsi:type",
|
||||
"xmlAttribute": true
|
||||
},
|
||||
"EmailAddress": {
|
||||
"shape": "StringType"
|
||||
}
|
||||
},
|
||||
"xmlNamespace": {
|
||||
"prefix": "xsi",
|
||||
"uri":"http://www.w3.org/2001/XMLSchema-instance"
|
||||
}
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Type": {
|
||||
"shape": "Type",
|
||||
"locationName": "xsi:type",
|
||||
"xmlAttribute": true
|
||||
},
|
||||
"EmailAddress": {
|
||||
"shape": "StringType"
|
||||
}
|
||||
},
|
||||
"xmlNamespace": {
|
||||
"prefix": "xsi",
|
||||
"uri":"http://www.w3.org/2001/XMLSchema-instance"
|
||||
}
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
@@ -1683,6 +1586,51 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Timestamp in header",
|
||||
"metadata": {
|
||||
"protocol": "rest-xml",
|
||||
"apiVersion": "2014-01-01"
|
||||
},
|
||||
"shapes": {
|
||||
"InputShape": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"TimeArgInHeader": {
|
||||
"shape": "TimestampType",
|
||||
"location": "header",
|
||||
"locationName": "x-amz-timearg"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TimestampType": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
},
|
||||
"cases": [
|
||||
{
|
||||
"given": {
|
||||
"input": {
|
||||
"shape": "InputShape"
|
||||
},
|
||||
"http": {
|
||||
"method": "POST",
|
||||
"requestUri": "/path"
|
||||
},
|
||||
"name": "OperationName"
|
||||
},
|
||||
"params": {
|
||||
"TimeArgInHeader": 1422172800
|
||||
},
|
||||
"serialized": {
|
||||
"method": "POST",
|
||||
"body": "",
|
||||
"uri": "/path",
|
||||
"headers": {"x-amz-timearg": "Sun, 25 Jan 2015 08:00:00 GMT"}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Idempotency token auto fill",
|
||||
"metadata": {
|
||||
@@ -1695,7 +1643,7 @@
|
||||
"members": {
|
||||
"Token": {
|
||||
"shape": "StringType",
|
||||
"idempotencyToken": true
|
||||
"idempotencyToken": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user