interface AwsApiCallResult
Language | Type name |
---|---|
![]() | Amazon.CDK.IntegTests.Alpha.AwsApiCallResult |
![]() | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AwsApiCallResult |
![]() | software.amazon.awscdk.integtests.alpha.AwsApiCallResult |
![]() | aws_cdk.integ_tests_alpha.AwsApiCallResult |
![]() | @aws-cdk/integ-tests-alpha » AwsApiCallResult |
The result from a SdkQuery.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as integ_tests_alpha from '@aws-cdk/integ-tests-alpha';
declare const apiCallResponse: any;
const awsApiCallResult: integ_tests_alpha.AwsApiCallResult = {
apiCallResponse: apiCallResponse,
};
Properties
Name | Type | Description |
---|---|---|
api | any | The full api response. |
apiCallResponse
Type:
any
The full api response.