- Navigation Guide
@aws-sdk/client-appconfigdata
StartConfigurationSessionCommandOutput Interface
The output of StartConfigurationSessionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InitialConfigurationToken | string | undefined | Token encapsulating state about the configuration session. Provide this token to the This token should only be used once in your first call to The |
Full Signature
export interface StartConfigurationSessionCommandOutput extends StartConfigurationSessionResponse, MetadataBearer