Type definitions#
Index > AppConfigData > Type definitions
Auto-generated documentation for AppConfigData type annotations stubs module mypy-boto3-appconfigdata.
GetLatestConfigurationRequestRequestTypeDef#
# GetLatestConfigurationRequestRequestTypeDef definition
class GetLatestConfigurationRequestRequestTypeDef(TypedDict):
ConfigurationToken: str,
ResponseMetadataTypeDef#
# ResponseMetadataTypeDef definition
class ResponseMetadataTypeDef(TypedDict):
RequestId: str,
HTTPStatusCode: int,
HTTPHeaders: Dict[str, str],
RetryAttempts: int,
HostId: NotRequired[str],
StartConfigurationSessionRequestRequestTypeDef#
# StartConfigurationSessionRequestRequestTypeDef definition
class StartConfigurationSessionRequestRequestTypeDef(TypedDict):
ApplicationIdentifier: str,
EnvironmentIdentifier: str,
ConfigurationProfileIdentifier: str,
RequiredMinimumPollIntervalInSeconds: NotRequired[int],
GetLatestConfigurationResponseTypeDef#
# GetLatestConfigurationResponseTypeDef definition
class GetLatestConfigurationResponseTypeDef(TypedDict):
NextPollConfigurationToken: str,
NextPollIntervalInSeconds: int,
ContentType: str,
Configuration: StreamingBody,
VersionLabel: str,
ResponseMetadata: ResponseMetadataTypeDef, # (1)
StartConfigurationSessionResponseTypeDef#
# StartConfigurationSessionResponseTypeDef definition
class StartConfigurationSessionResponseTypeDef(TypedDict):
InitialConfigurationToken: str,
ResponseMetadata: ResponseMetadataTypeDef, # (1)