interface AwsApiCallResult
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IntegTests.Alpha.AwsApiCallResult |
Go | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#AwsApiCallResult |
Java | software.amazon.awscdk.integtests.alpha.AwsApiCallResult |
Python | aws_cdk.integ_tests_alpha.AwsApiCallResult |
TypeScript (source) | @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.

.NET
Go
Java
Python
TypeScript (