This commit is contained in:
andiec 2024-04-24 13:46:22 -04:00
commit 1f847557d2
1 changed files with 87 additions and 53 deletions

View File

@ -34,6 +34,7 @@
"parameters": [
{
"name": "ListHandoverSlotsRequest",
"description": "The request schema for the `listHandoverSlots` operation.",
"in": "body",
"schema": {
"$ref": "#/definitions/ListHandoverSlotsRequest"
@ -186,10 +187,6 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
@ -197,7 +194,7 @@
}
},
"403": {
"description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -209,7 +206,7 @@
}
},
"404": {
"description": "The specified resource does not exist.",
"description": "The resource specified does not exist.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -224,6 +221,18 @@
}
}
},
"413": {
"description": "The request size exceeded the maximum accepted size.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
}
}
},
"415": {
"description": "The request payload is in an unsupported format.",
"schema": {
@ -400,10 +409,6 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
@ -411,7 +416,7 @@
}
},
"403": {
"description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -423,7 +428,7 @@
}
},
"404": {
"description": "The specified resource does not exist.",
"description": "The resource specified does not exist.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -438,6 +443,18 @@
}
}
},
"413": {
"description": "The request size exceeded the maximum accepted size.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
}
}
},
"415": {
"description": "The request payload is in an unsupported format.",
"schema": {
@ -496,8 +513,9 @@
"operationId": "createScheduledPackage",
"parameters": [
{
"in": "body",
"name": "CreateScheduledPackageRequest",
"description": "The request schema for the `createScheduledPackage` operation.",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/CreateScheduledPackageRequest"
@ -651,10 +669,6 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
@ -662,7 +676,7 @@
}
},
"403": {
"description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -674,7 +688,7 @@
}
},
"404": {
"description": "The specified resource does not exist.",
"description": "The resource specified does not exist.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -689,6 +703,18 @@
}
}
},
"413": {
"description": "The request size exceeded the maximum accepted size.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
}
}
},
"415": {
"description": "The request payload is in an unsupported format.",
"schema": {
@ -748,6 +774,7 @@
"parameters": [
{
"name": "UpdateScheduledPackagesRequest",
"description": "The request schema for the `updateScheduledPackages` operation.",
"in": "body",
"schema": {
"$ref": "#/definitions/UpdateScheduledPackagesRequest"
@ -944,10 +971,6 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
@ -955,7 +978,7 @@
}
},
"403": {
"description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -967,7 +990,7 @@
}
},
"404": {
"description": "The specified resource does not exist.",
"description": "The resource specified does not exist.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -982,6 +1005,18 @@
}
}
},
"413": {
"description": "The request size exceeded the maximum accepted size.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
}
}
},
"415": {
"description": "The request payload is in an unsupported format.",
"schema": {
@ -1043,6 +1078,7 @@
"parameters": [
{
"name": "CreateScheduledPackagesRequest",
"description": "The request schema for the `createScheduledPackageBulk` operation.",
"in": "body",
"required": true,
"schema": {
@ -1167,7 +1203,7 @@
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
@ -1231,7 +1267,7 @@
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
@ -1241,30 +1277,26 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
"403": {
"description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
"404": {
"description": "The specified resource does not exist.",
"description": "The resource specified does not exist.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
@ -1275,7 +1307,7 @@
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
@ -1285,13 +1317,21 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
"413": {
"description": "The request size exceeded the maximum accepted size.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference identifier."
}
}
},
@ -1308,18 +1348,14 @@
}
},
"500": {
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned..",
"description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
"schema": {
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
},
@ -1329,13 +1365,9 @@
"$ref": "#/definitions/ErrorList"
},
"headers": {
"x-amzn-RateLimit-Limit": {
"description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "string"
},
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
"description": "Unique request reference identifier."
}
}
}
@ -1594,7 +1626,7 @@
"maxItems": 100
},
"Package": {
"description": "A package. This object contains all the details of the scheduled Easy Ship package including the package identifier, physical attributes such as dimensions and weight, selected time slot to handover the package to carrier, status of the package, and tracking/invoice details.",
"description": "This object contains all the details of the scheduled Easy Ship package.",
"type": "object",
"required": [
"packageDimensions",
@ -1640,6 +1672,7 @@
],
"properties": {
"packages": {
"description": "A list of packages.",
"type": "array",
"items": {
"$ref": "#/definitions/Package"
@ -1921,6 +1954,7 @@
],
"properties": {
"errors": {
"description": "A list of error responses returned when a request is unsuccessful.",
"type": "array",
"items": {
"$ref": "#/definitions/Error"