Amazon.CodePipeline.AmazonCodePipelineClient.GetThirdPartyJobDetails C# (CSharp) Метод

GetThirdPartyJobDetails() публичный Метод

Requests the details of a job for a third party action. Only used for partner actions.

When this API is called, AWS CodePipeline returns temporary credentials for the Amazon S3 bucket used to store artifacts for the pipeline, if the action requires access to that Amazon S3 bucket for input or output artifacts. Additionally, this API returns any secret values defined for the action.

/// The client token was specified in an invalid format /// /// The specified job was specified in an invalid format or cannot be found. /// /// The specified job was specified in an invalid format or cannot be found. /// /// The validation was specified in an invalid format. ///
public GetThirdPartyJobDetails ( GetThirdPartyJobDetailsRequest request ) : GetThirdPartyJobDetailsResponse
request Amazon.CodePipeline.Model.GetThirdPartyJobDetailsRequest Container for the necessary parameters to execute the GetThirdPartyJobDetails service method.
Результат Amazon.CodePipeline.Model.GetThirdPartyJobDetailsResponse
        public GetThirdPartyJobDetailsResponse GetThirdPartyJobDetails(GetThirdPartyJobDetailsRequest request)
        {
            var marshaller = new GetThirdPartyJobDetailsRequestMarshaller();
            var unmarshaller = GetThirdPartyJobDetailsResponseUnmarshaller.Instance;

            return Invoke<GetThirdPartyJobDetailsRequest,GetThirdPartyJobDetailsResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCodePipelineClient::GetThirdPartyJobDetails ( string clientToken, string jobId ) : GetThirdPartyJobDetailsResponse
AmazonCodePipelineClient