type github.com/aws/aws-sdk-go-v2/service/s3.HeadObjectInput

19 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_HeadObject.go#L108: func (c *Client) HeadObject(ctx context.Context, params *HeadObjectInput, optFns ...func(*Options)) (*HeadObjectOutput, error) {
		api_op_HeadObject.go#L110: 		params = &HeadObjectInput{}
		api_op_HeadObject.go#L123: type HeadObjectInput struct {
		api_op_HeadObject.go#L503: 	HeadObject(context.Context, *HeadObjectInput, ...func(*Options)) (*HeadObjectOutput, error)
		api_op_HeadObject.go#L537: 	Retryable func(context.Context, *HeadObjectInput, *HeadObjectOutput, error) (bool, error)
		api_op_HeadObject.go#L566: func (w *ObjectExistsWaiter) Wait(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectExistsWaiterOptions)) error {
		api_op_HeadObject.go#L574: func (w *ObjectExistsWaiter) WaitForOutput(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectExistsWaiterOptions)) (*HeadObjectOutput, error) {
		api_op_HeadObject.go#L645: func objectExistsStateRetryable(ctx context.Context, input *HeadObjectInput, output *HeadObjectOutput, err error) (bool, error) {
		api_op_HeadObject.go#L695: 	Retryable func(context.Context, *HeadObjectInput, *HeadObjectOutput, error) (bool, error)
		api_op_HeadObject.go#L724: func (w *ObjectNotExistsWaiter) Wait(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectNotExistsWaiterOptions)) error {
		api_op_HeadObject.go#L733: func (w *ObjectNotExistsWaiter) WaitForOutput(ctx context.Context, params *HeadObjectInput, maxWaitDur time.Duration, optFns ...func(*ObjectNotExistsWaiterOptions)) (*HeadObjectOutput, error) {
		api_op_HeadObject.go#L804: func objectNotExistsStateRetryable(ctx context.Context, input *HeadObjectInput, output *HeadObjectOutput, err error) (bool, error) {
		api_op_HeadObject.go#L833: 	in := input.(*HeadObjectInput)
		api_op_HeadObject.go#L857: func (c *PresignClient) PresignHeadObject(ctx context.Context, params *HeadObjectInput, optFns ...func(*PresignOptions)) (*v4.PresignedHTTPRequest, error) {
		api_op_HeadObject.go#L859: 		params = &HeadObjectInput{}
		serializers.go#L4158: 	input, ok := in.Parameters.(*HeadObjectInput)
		serializers.go#L4184: func awsRestxml_serializeOpHttpBindingsHeadObjectInput(v *HeadObjectInput, encoder *httpbinding.Encoder) error {
		validators.go#L1063: 	input, ok := in.Parameters.(*HeadObjectInput)
		validators.go#L4694: func validateOpHeadObjectInput(v *HeadObjectInput) error {