查询响应头策略 接口¶
POST 查询响应头策略 acdn:distributions:list¶
POST /prod-api/acdn/distributions/listResponseHeadersPolicies
Body 请求参数
请求参数¶
名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|---|
Authorization | header | string | 是 | none | |
body | body | ListResponseHeadersPoliciesRequest | 是 | ListResponseHeadersPoliciesRequest | none |
返回示例
200 Response
{
"nextMarker": null,
"maxItems": 100,
"quantity": 14,
"items": [
{
"type": "managed",
"responseHeadersPolicy": {
"id": "60669652-455b-4ae9-85a4-c4c02393f86c",
"lastModifiedTime": "1970-01-01T08:00:00.000+08:00",
"responseHeadersPolicyConfig": {
"comment": "Allows all origins for simple CORS requests",
"name": "Managed-SimpleCORS",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 0,
"items": []
},
"accessControlAllowMethods": {
"quantity": 0,
"items": []
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": null,
"originOverride": false
},
"securityHeadersConfig": null,
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "managed",
"responseHeadersPolicy": {
"id": "5cc3b908-e619-4b99-88e5-2cf7f45965bd",
"lastModifiedTime": "1970-01-01T08:00:00.000+08:00",
"responseHeadersPolicyConfig": {
"comment": "Allows all origins for CORS requests, including preflight requests",
"name": "Managed-CORS-With-Preflight",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 0,
"items": []
},
"accessControlAllowMethods": {
"quantity": 7,
"items": [
"GET",
"HEAD",
"PUT",
"POST",
"PATCH",
"DELETE",
"OPTIONS"
]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlMaxAgeSec": null,
"originOverride": false
},
"securityHeadersConfig": null,
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "managed",
"responseHeadersPolicy": {
"id": "eaab4381-ed33-4a86-88ca-d9558dc6cd63",
"lastModifiedTime": "1970-01-01T08:00:00.000+08:00",
"responseHeadersPolicyConfig": {
"comment": "Allows all origins for CORS requests, including preflight requests, and adds security headers",
"name": "Managed-CORS-with-preflight-and-SecurityHeadersPolicy",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 0,
"items": []
},
"accessControlAllowMethods": {
"quantity": 7,
"items": [
"GET",
"HEAD",
"PUT",
"POST",
"PATCH",
"DELETE",
"OPTIONS"
]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlMaxAgeSec": null,
"originOverride": false
},
"securityHeadersConfig": {
"frameOptions": {
"override": false,
"frameOption": "SAMEORIGIN"
},
"referrerPolicy": {
"override": false,
"referrerPolicy": "strict-origin-when-cross-origin"
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": true
},
"strictTransportSecurity": {
"override": false,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": 31536000
},
"xssprotection": {
"override": false,
"protection": true,
"modeBlock": true,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "managed",
"responseHeadersPolicy": {
"id": "e61eb60c-9c35-4d20-a928-2b84e02af89c",
"lastModifiedTime": "1970-01-01T08:00:00.000+08:00",
"responseHeadersPolicyConfig": {
"comment": "Allows all origins for simple CORS requests, and adds security headers",
"name": "Managed-CORS-and-SecurityHeadersPolicy",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 0,
"items": []
},
"accessControlAllowMethods": {
"quantity": 0,
"items": []
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": null,
"originOverride": false
},
"securityHeadersConfig": {
"frameOptions": {
"override": false,
"frameOption": "SAMEORIGIN"
},
"referrerPolicy": {
"override": false,
"referrerPolicy": "strict-origin-when-cross-origin"
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": true
},
"strictTransportSecurity": {
"override": false,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": 31536000
},
"xssprotection": {
"override": false,
"protection": true,
"modeBlock": true,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "managed",
"responseHeadersPolicy": {
"id": "67f7725c-6f97-4210-82d7-5512b31e9d03",
"lastModifiedTime": "1970-01-01T08:00:00.000+08:00",
"responseHeadersPolicyConfig": {
"comment": "Adds a set of security headers to every response",
"name": "Managed-SecurityHeadersPolicy",
"corsConfig": null,
"securityHeadersConfig": {
"frameOptions": {
"override": false,
"frameOption": "SAMEORIGIN"
},
"referrerPolicy": {
"override": false,
"referrerPolicy": "strict-origin-when-cross-origin"
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": true
},
"strictTransportSecurity": {
"override": false,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": 31536000
},
"xssprotection": {
"override": false,
"protection": true,
"modeBlock": true,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "09fa0ee1-5c42-4697-949f-a4b880ce6c33",
"lastModifiedTime": "2023-09-14T18:03:23.051+08:00",
"responseHeadersPolicyConfig": {
"comment": "",
"name": "CORS",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowMethods": {
"quantity": 1,
"items": ["ALL"]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlMaxAgeSec": 86400,
"originOverride": true
},
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "15083e22-16d4-490d-8710-1a485a79d4c2",
"lastModifiedTime": "2023-04-06T16:19:22.789+08:00",
"responseHeadersPolicyConfig": {
"comment": "删除Content-Disposition",
"name": "del_Content-Disposition",
"corsConfig": null,
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": {
"quantity": 1,
"items": [
{
"header": "Content-Disposition"
}
]
}
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "2f8cd241-e956-41c7-8243-ea2bb1326263",
"lastModifiedTime": "2025-08-07T16:06:41.010+08:00",
"responseHeadersPolicyConfig": {
"comment": "PC1444",
"name": "dramahub-response-headers-policy",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 3,
"items": ["www.dramahub.co", "dramahub.co", "t.dramahub.co"]
},
"accessControlAllowHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowMethods": {
"quantity": 1,
"items": ["ALL"]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": 600,
"originOverride": true
},
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": true,
"referrerPolicy": "origin"
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "71de9f4e-86e5-4f48-ab3c-7e4969d0cdf8",
"lastModifiedTime": "2025-03-19T18:17:01.125+08:00",
"responseHeadersPolicyConfig": {
"comment": "Content-Type video/mp2t",
"name": "pc1128",
"corsConfig": null,
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": {
"quantity": 1,
"items": [
{
"header": "Content-Type",
"value": "video/mp2t",
"override": true
}
]
},
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "8190a59b-3859-4ca0-81eb-e95662136c03",
"lastModifiedTime": "2025-04-23T17:14:00.645+08:00",
"responseHeadersPolicyConfig": {
"comment": "CORS",
"name": "pc1095",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowMethods": {
"quantity": 1,
"items": ["ALL"]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": 600,
"originOverride": true
},
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "909e1ff9-cce9-4888-9fe7-d51648998adb",
"lastModifiedTime": "2025-05-29T16:42:56.874+08:00",
"responseHeadersPolicyConfig": {
"comment": "",
"name": "CN1102",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowMethods": {
"quantity": 1,
"items": ["ALL"]
},
"accessControlAllowCredentials": false,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": 600,
"originOverride": true
},
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": {
"quantity": 1,
"items": [
{
"header": "Content-Disposition"
}
]
}
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "9d075037-2089-4e6e-88e3-661c5844e6b2",
"lastModifiedTime": "2023-07-20T18:26:06.914+08:00",
"responseHeadersPolicyConfig": {
"comment": "增加Cache-Control响应头,值为max-age=2592000,不允许重复",
"name": "add_Cache-Control",
"corsConfig": null,
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": {
"quantity": 1,
"items": [
{
"header": "Cache-Control",
"value": "max-age=2592000",
"override": true
}
]
},
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "bed66605-d474-46da-94d6-b4b2810634ce",
"lastModifiedTime": "2023-08-15T20:12:02.808+08:00",
"responseHeadersPolicyConfig": {
"comment": "content-type=max-age",
"name": "content-type",
"corsConfig": null,
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": {
"quantity": 1,
"items": [
{
"header": "content-type",
"value": "max-age",
"override": true
}
]
},
"removeHeadersConfig": null
}
}
},
{
"type": "custom",
"responseHeadersPolicy": {
"id": "d679fba7-db5d-4283-a7f2-7aef692c17b8",
"lastModifiedTime": "2023-08-22T15:51:26.924+08:00",
"responseHeadersPolicyConfig": {
"comment": "配置响应头Access-Control-Allow-Origin:*; ",
"name": "cn-305",
"corsConfig": {
"accessControlAllowOrigins": {
"quantity": 1,
"items": ["*"]
},
"accessControlAllowHeaders": {
"quantity": 5,
"items": [
"Origin",
"X-Requested-With",
"Content-Type",
"Accept",
"cache-control"
]
},
"accessControlAllowMethods": {
"quantity": 3,
"items": ["GET", "POST", "OPTIONS"]
},
"accessControlAllowCredentials": true,
"accessControlExposeHeaders": {
"quantity": 0,
"items": []
},
"accessControlMaxAgeSec": 600,
"originOverride": true
},
"securityHeadersConfig": {
"frameOptions": {
"override": null,
"frameOption": null
},
"referrerPolicy": {
"override": null,
"referrerPolicy": null
},
"contentSecurityPolicy": {
"override": null,
"contentSecurityPolicy": null
},
"contentTypeOptions": {
"override": null
},
"strictTransportSecurity": {
"override": null,
"includeSubdomains": null,
"preload": null,
"accessControlMaxAgeSec": null
},
"xssprotection": {
"override": null,
"protection": null,
"modeBlock": null,
"reportUri": null
}
},
"serverTimingHeadersConfig": null,
"customHeadersConfig": null,
"removeHeadersConfig": null
}
}
}
]
}
201 Response
返回结果¶
状态码 | 状态码含义 | 说明 | 数据模型 |
---|---|---|---|
200 | OK | none | Inline |
201 | Created | none | Inline |
401 | Unauthorized | none | Inline |
403 | Forbidden | none | Inline |
404 | Not Found | none | Inline |
返回数据结构¶
状态码 200
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
» msg | string | true | none | none | |
» code | integer | true | none | none | |
» nextMarker | null | true | none | none | |
» maxItems | integer | true | none | none | |
» quantity | integer | true | none | none | |
» items | [object] | true | none | none | |
»» type | string | true | none | none | |
»» responseHeadersPolicy | object | true | none | none | |
»»» id | string | true | none | none | |
»»» lastModifiedTime | string | true | none | none | |
»»» responseHeadersPolicyConfig | object | true | none | none | |
»»»» comment | string | true | none | none | |
»»»» name | string | true | none | none | |
»»»» corsConfig | object | true | none | none | |
»»»»» accessControlAllowOrigins | object | true | none | none | |
»»»»»» quantity | integer | true | none | none | |
»»»»»» items | [string] | true | none | none | |
»»»»» accessControlAllowHeaders | object | true | none | none | |
»»»»»» quantity | integer | true | none | none | |
»»»»»» items | [string] | true | none | none | |
»»»»» accessControlAllowMethods | object | true | none | none | |
»»»»»» quantity | integer | true | none | none | |
»»»»»» items | [string] | true | none | none | |
»»»»» accessControlAllowCredentials | boolean | true | none | none | |
»»»»» accessControlExposeHeaders | object | true | none | none | |
»»»»»» quantity | integer | true | none | none | |
»»»»»» items | [string] | true | none | none | |
»»»»» accessControlMaxAgeSec | integer¦null | true | none | none | |
»»»»» originOverride | boolean | true | none | none | |
»»»» securityHeadersConfig | object | true | none | none | |
»»»»» frameOptions | object | true | none | none | |
»»»»»» override | boolean¦null | true | none | none | |
»»»»»» frameOption | string¦null | true | none | none | |
»»»»» referrerPolicy | object | true | none | none | |
»»»»»» override | boolean¦null | true | none | none | |
»»»»»» referrerPolicy | string¦null | true | none | none | |
»»»»» contentSecurityPolicy | object | true | none | none | |
»»»»»» override | null | true | none | none | |
»»»»»» contentSecurityPolicy | null | true | none | none | |
»»»»» contentTypeOptions | object | true | none | none | |
»»»»»» override | boolean¦null | true | none | none | |
»»»»» strictTransportSecurity | object | true | none | none | |
»»»»»» override | boolean¦null | true | none | none | |
»»»»»» includeSubdomains | null | true | none | none | |
»»»»»» preload | null | true | none | none | |
»»»»»» accessControlMaxAgeSec | integer¦null | true | none | none | |
»»»»» xssprotection | object | true | none | none | |
»»»»»» override | boolean¦null | true | none | none | |
»»»»»» protection | boolean¦null | true | none | none | |
»»»»»» modeBlock | boolean¦null | true | none | none | |
»»»»»» reportUri | null | true | none | none | |
»»»» serverTimingHeadersConfig | null | true | none | none | |
»»»» customHeadersConfig | object¦null | true | none | none | |
»»»»» quantity | integer | true | none | none | |
»»»»» items | [object] | true | none | none | |
»»»»»» header | string | true | none | none | |
»»»»»» value | string | true | none | none | |
»»»»»» override | boolean | true | none | none | |
»»»» removeHeadersConfig | object¦null | true | none | none | |
»»»»» quantity | integer | true | none | none | |
»»»»» items | [object] | true | none | none | |
»»»»»» header | string | true | none | none |
数据模型¶
AWSCredentials
AWSCredentials
属性¶
None
AWSCredentialsProvider
AWSCredentialsProvider
属性¶
None
AmazonWebServiceRequest
{
"cloneSource": {
"cloneSource": {
"cloneSource": {
"cloneSource": {
"cloneSource": null,
"customQueryParameters": null,
"customRequestHeaders": null,
"generalProgressListener": null,
"requestClientOptions": null,
"requestCredentials": null,
"requestCredentialsProvider": null,
"requestMetricCollector": null,
"sdkClientExecutionTimeout": null,
"sdkRequestTimeout": null
},
"customQueryParameters": {
"property1": [null],
"property2": [null]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": null,
"skipAppendUriPath": null
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
}
AmazonWebServiceRequest
属性¶
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
cloneSource | AmazonWebServiceRequest | false | none | none | |
customQueryParameters | object | false | none | none | |
» additionalProperties | [string] | false | none | none | |
customRequestHeaders | object | false | none | none | |
» additionalProperties | string | false | none | none | |
generalProgressListener | ProgressListener | false | none | none | |
requestClientOptions | RequestClientOptions | false | none | none | |
requestCredentials | AWSCredentials | false | none | none | |
requestCredentialsProvider | AWSCredentialsProvider | false | none | none | |
requestMetricCollector | RequestMetricCollector | false | none | none | |
sdkClientExecutionTimeout | integer(int32) | false | none | none | |
sdkRequestTimeout | integer(int32) | false | none | none |
ListResponseHeadersPoliciesRequest
{
"cloneSource": {
"cloneSource": {
"cloneSource": {
"cloneSource": {
"cloneSource": null,
"customQueryParameters": null,
"customRequestHeaders": null,
"generalProgressListener": null,
"requestClientOptions": null,
"requestCredentials": null,
"requestCredentialsProvider": null,
"requestMetricCollector": null,
"sdkClientExecutionTimeout": null,
"sdkRequestTimeout": null
},
"customQueryParameters": {
"property1": [null],
"property2": [null]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": null,
"skipAppendUriPath": null
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0
},
"customQueryParameters": {
"property1": ["string"],
"property2": ["string"]
},
"customRequestHeaders": {
"property1": "string",
"property2": "string"
},
"generalProgressListener": {},
"marker": "string",
"maxItems": "string",
"requestClientOptions": {
"readLimit": 0,
"skipAppendUriPath": true
},
"requestCredentials": {},
"requestCredentialsProvider": {},
"requestMetricCollector": {},
"sdkClientExecutionTimeout": 0,
"sdkRequestTimeout": 0,
"type": "string"
}
ListResponseHeadersPoliciesRequest
属性¶
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
cloneSource | AmazonWebServiceRequest | false | none | none | |
customQueryParameters | object | false | none | none | |
» additionalProperties | [string] | false | none | none | |
customRequestHeaders | object | false | none | none | |
» additionalProperties | string | false | none | none | |
generalProgressListener | ProgressListener | false | none | none | |
marker | string | false | none | none | |
maxItems | string | false | none | none | |
requestClientOptions | RequestClientOptions | false | none | none | |
requestCredentials | AWSCredentials | false | none | none | |
requestCredentialsProvider | AWSCredentialsProvider | false | none | none | |
requestMetricCollector | RequestMetricCollector | false | none | none | |
sdkClientExecutionTimeout | integer(int32) | false | none | none | |
sdkRequestTimeout | integer(int32) | false | none | none | |
type | string | false | none | none |
ProgressListener
ProgressListener
属性¶
None
RequestClientOptions
RequestClientOptions
属性¶
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
readLimit | integer(int32) | false | none | none | |
skipAppendUriPath | boolean | false | none | none |
RequestMetricCollector
RequestMetricCollector
属性¶
None