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

7 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L1759: type EventBridgeConfiguration struct {
		types.go#L2589: 	EventBridgeConfiguration *EventBridgeConfiguration

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketNotificationConfiguration.go#L65: 	EventBridgeConfiguration *types.EventBridgeConfiguration
		deserializers.go#L15005: func awsRestxml_deserializeDocumentEventBridgeConfiguration(v **types.EventBridgeConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L15009: 	var sv *types.EventBridgeConfiguration
		deserializers.go#L15011: 		sv = &types.EventBridgeConfiguration{}
		serializers.go#L9559: func awsRestxml_serializeDocumentEventBridgeConfiguration(v *types.EventBridgeConfiguration, value smithyxml.Value) error {