Versions in this module Expand all Collapse all v1 v1.0.1 Apr 20, 2023 v1.0.0 Apr 20, 2023 Changes in this version + type Client struct + func New(options Options) *Client + func NewClient() *Client + func (c *Client) GetInstanceMetadata(ctx context.Context, params *GetInstanceMetadataInput) (*GetMetadataInstanceOutput, error) + type GetInstanceMetadataInput struct + type GetMetadataInstanceOutput struct + type InstanceIdentityDocument struct + Hostname string + ID string + Image string + MachineType string + Zone string + type Options struct + Endpoint string + Format string + HTTPClient http.Client