ListCodeSigningConfigs
返回代码签名配置列表。每次调用最多返回 10000 个配置。您可以使用 MaxItems
参数以便在每次调用时返回较少的配置。
请求语法
GET /2020-04-22/code-signing-configs/?Marker=Marker
&MaxItems=MaxItems
HTTP/1.1
URI 请求参数
请求使用以下 URI 参数。
请求正文
该请求没有请求正文。
响应语法
HTTP/1.1 200
Content-type: application/json
{
"CodeSigningConfigs": [
{
"AllowedPublishers": {
"SigningProfileVersionArns": [ "string" ]
},
"CodeSigningConfigArn": "string",
"CodeSigningConfigId": "string",
"CodeSigningPolicies": {
"UntrustedArtifactOnDeployment": "string"
},
"Description": "string",
"LastModified": "string"
}
],
"NextMarker": "string"
}
响应元素
如果此操作成功,则该服务将会发送回 HTTP 200 响应。
服务以 JSON 格式返回以下数据。
- CodeSigningConfigs
-
代码签名配置
类型:CodeSigningConfig 对象数组
- NextMarker
-
有更多结果可用时包含的分页令牌。
类型:字符串
错误
有关所有操作返回的常见错误的信息,请参阅 常见错误。
- InvalidParameterValueException
-
请求中的参数之一无效。
HTTP 状态代码:400
- ServiceException
-
AWS Lambda 服务遇到了内部错误。
HTTP 状态代码:500
另请参阅
有关在特定语言的 AWS SDK 中使用此 API 的更多信息,请参阅以下内容: